/*
	Theme Name: Dimuzio
	Theme URI: http://www.clinibed.com/
	Description: Theme wordpress realise par la societe Carredas
	Version: 1.0
	Author: Damien Flandrin (@damien_flandrin)
	Author URI: http://carredas.fr/
	Tags: Carredas, HTML5, CSS3
*/
/*

    IMPORT

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600');
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  appearance: none;
  background-color: #b01d2c;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #8d1723;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, .button:disabled:hover {
      background-color: #b01d2c; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #b01d2c;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(154, 25, 39, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #514e4c;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 2em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #b01d2c;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #841621; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

::selection {
  background: #c04a56;
  color: #fff; }

@media (max-width: 639px) {
  .hidden-mobile {
    display: none !important; } }
@media (max-width: 1023px) {
  .hidden-tablette {
    display: none !important; } }
@media (max-width: 1279px) {
  .hidden-small-desktop {
    display: none !important; } }
@media (max-width: 1599px) {
  .hidden-desktop {
    display: none !important; } }
@media (max-width: 1920px) {
  .hidden-extra-desktop {
    display: none !important; } }
/*

    LAYOUT

*/
.l-header-content {
  min-height: 105px;
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url("/wp-content/themes/dimuzio/img/header/FOND-HEADER-GAUCHE.jpg") no-repeat left, url("/wp-content/themes/dimuzio/img/header/FOND-HEADER-DROITE.jpg") no-repeat right, url("/wp-content/themes/dimuzio/img/header/FOND-HEADER-GLOBAL.jpg") repeat-x;
  background-size: cover; }
  .l-header-content * {
    padding: 0px 10px;
    flex-shrink: 0; }
  .l-header-content > .devis {
    display: none;
    align-self: flex-start; }
  .l-header-content .logo {
    flex-basis: 60%; }
  .l-header-content .burger {
    flex-basis: 40%;
    text-align: right; }
  .l-header-content > img {
    display: none; }
  .l-header-content > p, .l-header-content > h1 {
    font-size: 1.25em;
    text-align: center;
    font-weight: 400;
    color: white;
    flex-shrink: 1;
    order: 1;
    margin: 10px auto; }

.l-header-footer {
  background: -webkit-linear-gradient(-90deg, #ffffff 0%, #fefefe 100%);
  background: -moz-linear-gradient(-90deg, #ffffff 0%, #fefefe 100%);
  background: -o-linear-gradient(-90deg, #ffffff 0%, #fefefe 100%);
  background: -ms-linear-gradient(-90deg, #ffffff 0%, #fefefe 100%);
  background: linear-gradient(180deg, #ffffff 0%, #fefefe 100%); }
  .l-header-footer nav {
    max-width: 1280px;
    margin: 0px auto; }

@media (min-width: 640px) {
  .l-header-content {
    flex-wrap: nowrap; }
    .l-header-content .logo {
      flex-basis: inherit; }
    .l-header-content .burger {
      flex-basis: inherit; }
    .l-header-content > p, .l-header-content > h1 {
      display: block;
      order: inherit;
      margin: inherit; }
    .l-header-content > img {
      display: block; } }
@media (min-width: 1024px) {
  .l-header-head {
    display: none; }

  .l-header-content {
    background-size: contain; }
    .l-header-content > .devis {
      display: block; }
    .l-header-content > .burger {
      display: none; }
    .l-header-content > p, .l-header-content > h1 {
      font-size: 1.625em; } }
.l-footer {
  background: -webkit-linear-gradient(-90deg, #585554 0%, #7c7977 100%);
  background: -moz-linear-gradient(-90deg, #585554 0%, #7c7977 100%);
  background: -o-linear-gradient(-90deg, #585554 0%, #7c7977 100%);
  background: -ms-linear-gradient(-90deg, #585554 0%, #7c7977 100%);
  background: linear-gradient(180deg, #585554 0%, #7c7977 100%);
  padding: 25px 15px 0px 15px;
  border-top: 2px solid #7c7977; }
  .l-footer .l-footer-content::after {
    clear: both;
    content: "";
    display: table; }
  .l-footer .l-footer-content > div {
    padding: 0px 24px;
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 20px; }
  .l-footer .l-footer-content h4 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal; }
  .l-footer .l-footer-content .l-footer-actualites {
    width: 100%; }
    .l-footer .l-footer-content .l-footer-actualites > div {
      width: 100%; }
  .l-footer .l-footer-content .l-footer-certifications {
    width: 100%; }
  .l-footer .l-footer-content .l-footer-follow-us {
    width: 100%;
    text-align: center; }

@media (min-width: 640px) {
  .l-footer .l-footer-content .l-footer-certifications {
    width: 66.66%; }
  .l-footer .l-footer-content .l-footer-follow-us {
    width: 33.33%; } }
@media (min-width: 1024px) {
  .l-footer .l-footer-content .l-footer-actualites {
    width: 50%; }
    .l-footer .l-footer-content .l-footer-actualites > div {
      width: 100%; }
  .l-footer .l-footer-content .l-footer-certifications {
    width: 30%; }
  .l-footer .l-footer-content .l-footer-follow-us {
    width: 20%; } }
.page-header {
  background-color: #b01d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0px;
  border-bottom: 3px solid #b2b0af; }
  .page-header img {
    margin-bottom: 10px; }
  .page-header h1 {
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px; }

.page article h1, .page article h2, .page article h3, .page article h4, .page article h5 {
  color: #b01d2c;
  font-weight: normal; }
.page article a:not(.elementor-button) {
  color: #514e4c;
  text-decoration: underline; }
.page article h3 {
  text-align: center;
  font-size: 26px; }
.page article ul, .page article ol {
  list-style: square;
  list-style-position: inside; }

.accueil .l-prestations-widget {
  box-shadow: 0px 0px 30px #555;
  padding: 5px 0px;
  margin-bottom: 30px; }

.accueil-header::after {
  clear: both;
  content: "";
  display: table; }
.accueil-header .accueil-header-block {
  width: 100%;
  display: inline-block;
  float: left; }
  .accueil-header .accueil-header-block img {
    width: 100%;
    display: block; }
.accueil-header .accueil-header-block, .accueil-header .accueil-header-block-sizer {
  width: 50%;
  display: none; }
.accueil-header #accueil-header-block-1 {
  width: 100%;
  display: block; }
@media (min-width: 640px) {
  .accueil-header .accueil-header-block, .accueil-header .accueil-header-block-sizer {
    width: 25%;
    display: block; }
  .accueil-header #accueil-header-block-1 {
    width: 50%;
    display: block; }
  .accueil-header #accueil-header-block-10, .accueil-header #accueil-header-block-11, .accueil-header #accueil-header-block-12 {
    display: none; } }
@media (min-width: 1024px) {
  .accueil-header .accueil-header-block, .accueil-header .accueil-header-block-sizer {
    width: 20%; }
  .accueil-header #accueil-header-block-1, .accueil-header #accueil-header-block-6 {
    width: 40%; } }
@media (min-width: 1600px) {
  .accueil-header .accueil-header-block, .accueil-header .accueil-header-block-sizer, .accueil-header #accueil-header-block-6 {
    width: 14.28571428571429%; }
  .accueil-header #accueil-header-block-1, .accueil-header #accueil-header-block-5, .accueil-header #accueil-header-block-7 {
    width: 28.57142857142857%; }
  .accueil-header #accueil-header-block-10, .accueil-header #accueil-header-block-11, .accueil-header #accueil-header-block-12 {
    display: block; } }
.accueil-header .accueil-header-block-no-image {
  position: relative;
  background: linear-gradient(white 65%, #b6b4b3); }
  .accueil-header .accueil-header-block-no-image span {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    color: #7a7977;
    line-height: 1;
    text-align: center; }
  .accueil-header .accueil-header-block-no-image.orange span:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 5px auto 0px auto;
    background-color: #ef922e; }
  .accueil-header .accueil-header-block-no-image.vert span:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 5px auto 0px auto;
    background-color: #81b63f; }
  .accueil-header .accueil-header-block-no-image.marron span:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 5px auto 0px auto;
    background-color: #b49268; }
  .accueil-header .accueil-header-block-no-image.blue span:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 5px auto 0px auto;
    background-color: #5fb5d6; }
  .accueil-header .accueil-header-block-no-image.black span:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 5px auto 0px auto;
    background-color: #30383a; }

.container {
  padding: 30px; }

.single-header {
  background-color: #b01d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0px;
  border-bottom: 3px solid #b2b0af; }
  .single-header img {
    margin-bottom: 10px; }
  .single-header h1 {
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px; }
  .single-header .date {
    background-color: white;
    color: #b01d2c;
    text-align: center;
    font-family: "Oswald", sans-serif;
    padding-top: 6px;
    margin-bottom: 10px; }

.social-list {
  list-style: none !important;
  list-style-position: outside !important;
  text-align: right; }
  .social-list li {
    display: block; }
    .social-list li a {
      width: 64px;
      height: 64px;
      display: block;
      position: relative;
      margin-left: auto; }
    .social-list li img {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
  .social-list .social-facebook a {
    background-color: #3b5998; }
  .social-list .social-facebook a:hover {
    background-color: #2d4373; }
  .social-list .social-twitter a {
    background-color: #1da1f2; }
  .social-list .social-twitter a:hover {
    background-color: #0c85d0; }
  .social-list .social-google a {
    background-color: #e05c51; }
  .social-list .social-google a:hover {
    background-color: #d83426; }

.l-single-realisation {
  padding: 30px; }
  .l-single-realisation h2, .l-single-realisation h3 {
    color: #b01d2c; }
  .l-single-realisation::after {
    clear: both;
    content: "";
    display: table; }
  .l-single-realisation .single-presentation {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: rgba(81, 76, 76, 0.15); }
  .l-single-realisation .single-content, .l-single-realisation .single-presentation {
    padding: 20px; }
  .l-single-realisation blockquote {
    border-left: 3px solid #b01d2c;
    margin: 0px;
    padding: 10px 30px;
    margin-bottom: 30px; }
  .l-single-realisation ul, .l-single-realisation ol {
    list-style: square;
    list-style-position: inside;
    margin-bottom: 30px; }
  .l-single-realisation .single-content {
    width: 100%;
    display: inline-block;
    float: left; }
  .l-single-realisation .single-social-network.vertical {
    display: none; }
  .l-single-realisation .single-social-network.horizontale {
    display: inline-block;
    width: 100%;
    height: 64px; }
    .l-single-realisation .single-social-network.horizontale .social-list {
      margin-bottom: 0px;
      display: inline; }
      .l-single-realisation .single-social-network.horizontale .social-list li {
        display: inline-block;
        width: 33.33%;
        margin-left: -5px; }
      .l-single-realisation .single-social-network.horizontale .social-list a {
        width: 100%;
        display: block; }
  .l-single-realisation .single-social-buttons a {
    background: white;
    border: 1px solid #d5d5d5;
    padding: 11px 15px;
    float: left;
    color: #595958;
    font-weight: bold; }
    .l-single-realisation .single-social-buttons a:first-child {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
  .l-single-realisation .single-social-buttons a:last-child {
    float: right; }
  @media (min-width: 640px) {
    .l-single-realisation .single-presentation {
      width: 100%;
      display: inline-block;
      float: left; }
    .l-single-realisation .single-content {
      width: 100%;
      display: inline-block;
      float: left; }
    .l-single-realisation .single-social-network.vertical {
      display: none; } }
  @media (min-width: 1024px) {
    .l-single-realisation .single-presentation {
      width: calc(30% - 30px);
      margin-right: 30px;
      display: inline-block;
      float: left; }
    .l-single-realisation .single-content {
      width: calc(60% - 30px);
      margin-right: 30px;
      display: inline-block;
      float: left; }
    .l-single-realisation .single-social-network.vertical {
      margin-top: 10px;
      width: 10%;
      display: inline-block;
      float: left;
      margin-left: 0px; }
    .l-single-realisation .single-social-network.horizontale {
      display: none; } }

.realisation-header {
  display: flex;
  justify-content: space-around;
  padding: 30px 0px;
  background: linear-gradient(white 80%, #b5b3b2);
  flex-wrap: wrap; }
  .realisation-header > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-basis: 50%;
    margin-bottom: 20px; }
    .realisation-header > div img, .realisation-header > div span {
      margin-bottom: 2px; }
    .realisation-header > div .strong {
      font-size: 1.375rem;
      color: #b01d2c;
      font-weight: bold;
      margin-bottom: 0px;
      line-height: 1; }

@media (min-width: 640px) {
  .realisation-header {
    flex-wrap: nowrap; }
    .realisation-header > div {
      flex-basis: auto;
      margin-bottom: 0px; } }
.l-single {
  padding: 30px; }
  .l-single::after {
    clear: both;
    content: "";
    display: table; }
  .l-single .single-thumbnail {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 20px; }
  .l-single blockquote {
    border-left: 3px solid #b01d2c;
    margin: 0px;
    padding: 10px 30px;
    margin-bottom: 30px; }
  .l-single ul, .l-single ol {
    list-style: circle;
    list-style-position: inside;
    margin-bottom: 30px; }
  .l-single .single-content {
    width: 100%;
    display: inline-block;
    float: left; }
  .l-single .single-social-network.vertical {
    display: none; }
  .l-single .single-social-network.horizontale {
    display: inline-block;
    width: 100%;
    height: 64px; }
    .l-single .single-social-network.horizontale .social-list {
      margin-bottom: 0px;
      display: inline; }
      .l-single .single-social-network.horizontale .social-list li {
        display: inline-block;
        width: 33.33%;
        margin-left: -5px; }
      .l-single .single-social-network.horizontale .social-list a {
        width: 100%;
        display: block; }
  .l-single .single-social-buttons a {
    background: white;
    border: 1px solid #d5d5d5;
    padding: 11px 15px;
    float: left;
    color: #595958;
    font-weight: bold; }
    .l-single .single-social-buttons a:first-child {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
  .l-single .single-social-buttons a:last-child {
    float: right; }
  @media (min-width: 640px) {
    .l-single .single-thumbnail {
      width: 100%;
      display: inline-block;
      float: left; }
    .l-single .single-content {
      margin-top: 20px;
      width: 100%;
      display: inline-block;
      float: left; }
    .l-single .single-social-network.vertical {
      display: none; } }
  @media (min-width: 1024px) {
    .l-single .single-thumbnail {
      width: calc(30% - 30px);
      margin-right: 30px;
      display: inline-block;
      float: left; }
    .l-single .single-content {
      width: calc(60% - 30px);
      margin-right: 30px;
      display: inline-block;
      float: left; }
    .l-single .single-social-network.vertical {
      margin-top: 10px;
      width: 10%;
      display: inline-block;
      float: left;
      margin-left: 0px; }
    .l-single .single-social-network.horizontale {
      display: none; } }

.last-news {
  background: linear-gradient(to bottom, #d8d7d6, #ffffff 30px);
  padding-top: 40px; }
  .last-news h2 {
    color: #b01d2c;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px; }

.category-actualites .container {
  display: flex;
  flex-flow: row wrap; }
.category-actualites .img-overflow {
  display: block;
  overflow: hidden;
  max-height: 200px; }
  .category-actualites .img-overflow::after {
    clear: both;
    content: "";
    display: table; }
.category-actualites .post-header {
  position: relative;
  margin-bottom: 32px; }
.category-actualites .date {
  border: 3px solid white;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -30px;
  margin: auto; }
.category-actualites h2 {
  font-size: 26px; }
.category-actualites article {
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: center; }

.slick-single-actualites .img-overflow {
  display: block;
  overflow: hidden;
  max-height: 200px; }
  .slick-single-actualites .img-overflow::after {
    clear: both;
    content: "";
    display: table; }
  .slick-single-actualites .img-overflow img {
    width: 100%; }
.slick-single-actualites .post-header {
  position: relative;
  margin-bottom: 32px; }
.slick-single-actualites .date {
  border: 3px solid white;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -30px;
  margin: auto; }
.slick-single-actualites h2 {
  font-size: 26px; }
.slick-single-actualites article {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center; }

@media (min-width: 640px) {
  .category-actualites article {
    flex: 0 0 calc(50% - 40px);
    margin: 0px 20px; } }
@media (min-width: 1024px) {
  .category-actualites article {
    flex: 0 0 calc(25% - 40px); } }
@media (min-width: 1280px) {
  .category-actualites article {
    flex: 0 0 calc(20% - 40px); } }
.l-equipe {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  height: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  background-size: contain !important; }
  .l-equipe .l-equipe-titre {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .l-equipe .l-equipe-titre img {
      margin-bottom: 10px; }
    .l-equipe .l-equipe-titre h2 {
      color: white;
      font-size: 1.5em; }
  .l-equipe .l-equipe-detail {
    padding: 0px 40px;
    flex-basis: 60%; }
  .l-equipe .l-equipe-detail-header span {
    font-size: 80px;
    color: white; }
  .l-equipe .l-equipe-detail-header p {
    font-size: 19px;
    text-transform: uppercase;
    color: white;
    margin-top: -20px; }
  .l-equipe .l-equipe-detail-body {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: white; }
    .l-equipe .l-equipe-detail-body > div {
      display: flex;
      flex-direction: column;
      margin: 0px 10px; }
    .l-equipe .l-equipe-detail-body .l-equipe-text-round {
      width: 36px;
      height: 36px;
      margin: 0px auto;
      font-size: 26px;
      background-color: white;
      border-radius: 50%; }
  .l-equipe .l-equipe-detail-footer {
    text-align: center; }
    .l-equipe .l-equipe-detail-footer h3 {
      color: white;
      font-size: 19px;
      margin-bottom: 5px; }
    .l-equipe .l-equipe-detail-footer p {
      color: white;
      font-size: 12px;
      margin-bottom: 20px; }

.l-equipe.grey {
  background: #b2b0af; }
  .l-equipe.grey .l-equipe-text-round {
    color: #b2b0af; }

.l-equipe.orange {
  background: #ef922e; }
  .l-equipe.orange .l-equipe-text-round {
    color: #ef922e; }

.l-equipe.green {
  background: #81b63f; }
  .l-equipe.green .l-equipe-text-round {
    color: #81b63f; }

.l-equipe.brown {
  background: #b49268; }
  .l-equipe.brown .l-equipe-text-round {
    color: #b49268; }

.l-equipe.blue {
  background: #5fb5d6; }
  .l-equipe.blue .l-equipe-text-round {
    color: #5fb5d6; }

.l-equipe.black {
  background: #30383a; }
  .l-equipe.black .l-equipe-text-round {
    color: #30383a; }

@media (min-width: 640px) {
  .l-equipe {
    padding: 0px 10px;
    flex-direction: row; }

  .l-equipe.grey {
    background: #b2b0af url("/wp-content/themes/dimuzio/img/equipe/background-grey.png") no-repeat left center; }

  .l-equipe.orange {
    background: #ef922e url("/wp-content/themes/dimuzio/img/equipe/background-orange.png") no-repeat left center; }

  .l-equipe.green {
    background: #81b63f url("/wp-content/themes/dimuzio/img/equipe/background-green.png") no-repeat left center; }

  .l-equipe.brown {
    background: #b49268 url("/wp-content/themes/dimuzio/img/equipe/background-brown.png") no-repeat left center; }

  .l-equipe.blue {
    background: #5fb5d6 url("/wp-content/themes/dimuzio/img/equipe/background-blue.png") no-repeat left center; }

  .l-equipe.black {
    background: #30383a url("/wp-content/themes/dimuzio/img/equipe/background-black.png") no-repeat left center; } }
.l-agreee {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20%;
  height: 280px;
  text-align: center; }
  .l-agreee h4 {
    color: white;
    margin-bottom: 0px; }
  .l-agreee h4, .l-agreee a, .l-agreee p {
    color: white !important;
    font-weight: normal; }
  .l-agreee a {
    display: block;
    padding: 10px;
    border: 1px solid white;
    margin-top: 10px;
    text-decoration: none !important; }

.l-agreee-sika {
  background-color: #b2b0af; }

.l-agreee-parexlanko {
  background-color: #81b63f; }

.l-agreee-orange {
  justify-content: center;
  background-color: #ef922e; }
  .l-agreee-orange h3 {
    color: white !important; }

@media (min-width: 640px) {
  .l-agreee {
    height: 380px; } }
@media (min-width: 1024px) {
  .l-agreee {
    height: 315px; } }
@media (min-width: 1280px) {
  .l-agreee {
    height: 280px; } }
.l-masonry {
  padding: 0px;
  margin: 0px; }
  .l-masonry .masonry-item, .l-masonry .masonry-sizer {
    width: 50%;
    position: relative; }
    .l-masonry .masonry-item img, .l-masonry .masonry-sizer img {
      width: 100%;
      display: block; }
  .l-masonry #mansonry-pos-1 {
    width: 100%; }
  .l-masonry #mansonry-pos-10 {
    display: none; }
  .l-masonry .masonry-item:hover .mansonry-mask {
    display: block; }
  .l-masonry .mansonry-mask {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background-color: rgba(176, 29, 44, 0.75);
    cursor: pointer; }
    .l-masonry .mansonry-mask:after {
      content: "EN SAVOIR +";
      border: 1px solid white;
      color: white;
      font-family: "Oswald", sans-serif;
      font-size: 0.75rem;
      text-align: center;
      font-weight: 400;
      text-transform: uppercase;
      padding: 10px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

@media (min-width: 640px) {
  .l-masonry {
    padding: 0px; }
    .l-masonry .masonry-item, .l-masonry .masonry-sizer {
      width: 33.33%; }
    .l-masonry #mansonry-pos-1 {
      width: 66.66%; }
    .l-masonry .mansonry-mask:after {
      font-size: 1.125rem; } }
@media (min-width: 1024px) {
  .l-masonry .masonry-item, .l-masonry .masonry-sizer {
    width: 25%; }
  .l-masonry #mansonry-pos-1 {
    width: 50%; } }
@media (min-width: 1920px) {
  .l-masonry {
    margin: 30px 130px; }
    .l-masonry .masonry-item, .l-masonry .masonry-sizer {
      width: 12.5%; }
    .l-masonry #mansonry-pos-1, .l-masonry #mansonry-pos-4 {
      width: 25%; }
    .l-masonry #mansonry-pos-10 {
      display: block; } }
/*

    MODULES

*/
.devis {
  padding: 10px 25px;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(-90deg, #ffffff 67%, #d8d7d6 100%);
  background: -moz-linear-gradient(-90deg, #ffffff 67%, #d8d7d6 100%);
  background: -o-linear-gradient(-90deg, #ffffff 67%, #d8d7d6 100%);
  background: -ms-linear-gradient(-90deg, #ffffff 67%, #d8d7d6 100%);
  background: linear-gradient(180deg, #ffffff 67%, #d8d7d6 100%); }
  .devis p {
    margin-bottom: 0px; }
  .devis span {
    display: block; }
  .devis strong {
    color: #b01d2c; }

@media (min-width: 640px) {
  .devis {
    font-size: 1.125em; } }
@media (min-width: 1024px) {
  .devis {
    margin-top: -10px;
    background: -webkit-linear-gradient(90deg, #d7d6d6 0%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, #d7d6d6 0%, #ffffff 100%);
    background: -o-linear-gradient(90deg, #d7d6d6 0%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, #d7d6d6 0%, #ffffff 100%);
    background: linear-gradient(180deg, #d7d6d6 0%, #ffffff 100%);
    border-top: 3px solid white; } }
.simple-menu .menu {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: -320px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999991; }
  .simple-menu .menu, .simple-menu .menu * {
    box-sizing: border-box; }
.simple-menu .menu-is-open {
  left: 0px; }
.simple-menu .menu, .simple-menu .sub-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  background-color: #444444;
  flex-direction: column; }
.simple-menu .sub-menu {
  display: none; }
.simple-menu .menu-item {
  border-bottom: 1px solid #e6e6e6; }
  .simple-menu .menu-item:last-child {
    border-bottom: none; }
  .simple-menu .menu-item a {
    text-decoration: none;
    padding: 1em;
    display: block;
    color: #fff;
    font-family: "Oswald", sans-serif; }
    .simple-menu .menu-item a:hover {
      background-color: #b01d2c; }
.simple-menu .menu-item-has-children {
  position: relative; }
  .simple-menu .menu-item-has-children:after {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right: 20px;
    bottom: 0px;
    margin: auto; }
.simple-menu #menu-action-previous {
  position: relative; }
  .simple-menu #menu-action-previous a {
    padding-left: 40px; }
  .simple-menu #menu-action-previous:after {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    transform: rotate(225deg);
    position: absolute;
    top: 0px;
    left: 20px;
    bottom: 0px;
    margin: auto; }
.simple-menu .menu-item-is-open {
  background-color: #b01d2c; }
  .simple-menu .menu-item-is-open > .sub-menu {
    display: flex; }
.simple-menu #menu-header {
  padding: 20px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  background-color: #2b2b2b; }

#menu-action-previous {
  background-color: #5e5e5e; }

/**
TRANSLATE MODE
 */
.simple-menu-body .menu-screen {
  background: inherit;
  transition: none; }

.simple-menu-body.translate-left {
  position: relative;
  left: 0px;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.simple-menu-body.translate-left.is-translate {
  position: fixed;
  left: 320px;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.simple-menu-body.translate-right {
  position: relative;
  right: 0px;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease; }

.simple-menu-body.translate-right.is-translate {
  position: fixed;
  right: 320px;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease; }

.menu-align-right .menu {
  left: auto;
  right: -320px; }
.menu-align-right .menu-is-open {
  left: inherit;
  right: 0px; }

.menu-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 99999; }
  .menu-screen.is-visible {
    opacity: 0.4;
    visibility: visible; }

@media screen and (min-width: 1023px) {
  .simple-menu #menu-header {
    display: none; }
  .simple-menu .menu {
    width: 100%;
    position: inherit;
    flex-direction: row; }
  .simple-menu .menu-right {
    justify-content: flex-end; }
    .simple-menu .menu-right .sub-menu .sub-menu {
      left: -100%; }
  .simple-menu .menu-item {
    border-bottom: 0px; }
    .simple-menu .menu-item:last-child {
      border-bottom: 0px; }
  .simple-menu .menu-center {
    justify-content: center; }
  .simple-menu .menu-space-around {
    justify-content: space-around; }
  .simple-menu .menu-space-between {
    justify-content: space-between; }
  .simple-menu .menu-item-has-children {
    position: relative; }
    .simple-menu .menu-item-has-children:hover {
      background-color: #b01d2c; }
      .simple-menu .menu-item-has-children:hover > .sub-menu {
        display: flex; }
    .simple-menu .menu-item-has-children:after {
      display: none; }
  .simple-menu .sub-menu {
    position: absolute;
    top: 100%;
    width: 200px;
    flex-direction: column; }
  .simple-menu .sub-menu .sub-menu {
    top: 0px;
    left: 100%; }
  .simple-menu #menu-header {
    display: none; } }
.list {
  list-style: none;
  text-align: center;
  /* Class pour polylang et les menus wordpress*/ }
  .list li {
    padding: 10px 0px;
    background-color: #d2d1de;
    background-image: -webkit-linear-gradient(top, #d2d1de, #fefefe);
    background-image: linear-gradient(to bottom,#d2d1de, #fefefe); }
  .list a {
    color: #514e4c; }
  .list a:hover {
    color: #009ade; }
  .list .current-lang a, .list .current-menu-item a {
    color: #009ade; }

@media (min-width: 640px) {
  .list {
    padding: 10px 0px; }
    .list li {
      display: inline;
      background: inherit; }

  .list-divider li {
    border-right: 1px solid #ddd;
    padding: 0px 8px 0px 5px; }
  .list-divider li:first-child {
    padding-left: 0px; }
  .list-divider li:last-child {
    padding-right: 0px;
    border: none; } }
.module-contact textarea {
  margin-top: 10px !important; }
.module-contact input, .module-contact textarea, .module-contact select {
  border-radius: 15px;
  margin: 0px;
  border: 1px solid #b4b4b4; }
.module-contact strong {
  color: red;
  padding: 0px 2px; }
.module-contact textarea:hover {
  border-color: #b1b1b1; }
.module-contact textarea:focus {
  border: 1px solid #b01d2c; }
.module-contact input[type=submit] {
  border-radius: 5px;
  background-color: #b01d2c;
  border: 1px solid #b01d2c; }
.module-contact input[type=file] {
  border: none !important; }
.module-contact select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  margin-top: 5px;
  outline: none; }
.module-contact label {
  color: #666666;
  font-family: "Oswald", sans-serif;
  font-weight: normal; }
  .module-contact label input {
    margin-top: 0.3125em; }
.module-contact .contact-one, .module-contact .contact-both {
  margin-bottom: 0.625em; }
.module-contact .contact-one::after {
  clear: both;
  content: "";
  display: table; }
.module-contact .contact-one label, .module-contact .contact-one div {
  width: 100%;
  display: inline-block; }
.module-contact .contact-image {
  text-align: center;
  margin-bottom: 0.625em; }
.module-contact .wpcf7-radio {
  display: block; }
.module-contact .contact-both::after {
  clear: both;
  content: "";
  display: table; }
.module-contact .contact-both label, .module-contact .contact-both div {
  width: 100%;
  display: inline-block;
  float: left; }
  @media (min-width: 640px) {
    .module-contact .contact-both label, .module-contact .contact-both div {
      width: 50%;
      display: inline-block; } }
@media (min-width: 640px) {
  .module-contact .contact-both label:first-child, .module-contact .contact-both div:first-child {
    padding-right: 30px; } }
.module-contact .contact-send {
  color: #666666;
  font-weight: bold;
  padding: 1.25em 0em;
  border-top: 1px solid #d9d8d7; }
  .module-contact .contact-send::after {
    clear: both;
    content: "";
    display: table; }
  .module-contact .contact-send p {
    width: 100%;
    display: inline-block; }
    .module-contact .contact-send p input {
      float: right;
      font-weight: normal;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      border-radius: 0px; }
  .module-contact .contact-send:before {
    margin-bottom: 20px; }
.module-contact .label-a {
  color: #ad0e0e; }
.module-contact .label-b {
  color: #66b32e; }
.module-contact .label-c {
  color: #825320; }
.module-contact .label-d {
  color: #92990e; }
.module-contact .label-e {
  color: #2651a0; }
.module-contact .label-g {
  color: #d80606; }
.module-contact .label-h {
  color: #0ea3aa; }

.block-container {
  max-width: 2300px;
  display: block;
  margin: 30px auto 0px auto; }
  .block-container::after {
    clear: both;
    content: "";
    display: table; }

.block-container-desktop {
  max-width: 1280px;
  display: block;
  margin: 30px auto; }
  .block-container-desktop::after {
    clear: both;
    content: "";
    display: table; }

.block {
  float: left;
  display: inline-block;
  padding: 0px 15px 15px 15px; }

.block-black, .block-marron {
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 30px 0px; }
  .block-black p, .block-marron p {
    font-size: 1.625rem;
    margin: 0px; }

.block-black {
  background-color: #30383a; }

.block-marron {
  background-color: #b49268; }
  .block-marron h4 {
    font-size: 1.625rem !important;
    color: white !important; }
  .block-marron p {
    font-weight: normal;
    font-size: 1.225rem; }

.block-force-fluid {
  position: relative;
  left: -20px;
  padding-left: 15px !important;
  padding-right: 25px !important;
  box-sizing: content-box; }

.block-fluid {
  padding: 0px; }

.block-background {
  background-color: #ededed; }

.block-image > img {
  display: block;
  margin: 0px auto; }

.block-image.block-image-rounded > img {
  border-radius: 50%; }

@media (min-width: 320px) {
  .block-xs-1 {
    width: 8.33333%; }

  .block-xs-2 {
    width: 16.66667%; }

  .block-xs-3 {
    width: 25%; }

  .block-xs-4 {
    width: 33.33333%; }

  .block-xs-5 {
    width: 41.66667%; }

  .block-xs-6 {
    width: 50%; }

  .block-xs-7 {
    width: 58.33333%; }

  .block-xs-8 {
    width: 66.66667%; }

  .block-xs-9 {
    width: 75%; }

  .block-xs-10 {
    width: 83.33333%; }

  .block-xs-11 {
    width: 91.66667%; }

  .block-xs-12 {
    width: 100%; } }
@media (min-width: 640px) {
  .block-sm-1 {
    width: 8.33333%; }

  .block-sm-2 {
    width: 16.66667%; }

  .block-sm-3 {
    width: 25%; }

  .block-sm-4 {
    width: 33.33333%; }

  .block-sm-5 {
    width: 41.66667%; }

  .block-sm-6 {
    width: 50%; }

  .block-sm-7 {
    width: 58.33333%; }

  .block-sm-8 {
    width: 66.66667%; }

  .block-sm-9 {
    width: 75%; }

  .block-sm-10 {
    width: 83.33333%; }

  .block-sm-11 {
    width: 91.66667%; }

  .block-sm-12 {
    width: 100%; } }
@media (min-width: 1024px) {
  .block-md-1 {
    width: 8.33333%; }

  .block-md-2 {
    width: 16.66667%; }

  .block-md-3 {
    width: 25%; }

  .block-md-4 {
    width: 33.33333%; }

  .block-md-5 {
    width: 41.66667%; }

  .block-md-6 {
    width: 50%; }

  .block-md-7 {
    width: 58.33333%; }

  .block-md-8 {
    width: 66.66667%; }

  .block-md-9 {
    width: 75%; }

  .block-md-10 {
    width: 83.33333%; }

  .block-md-11 {
    width: 91.66667%; }

  .block-md-12 {
    width: 100%; } }
@media (min-width: 1280px) {
  .block-lg-1 {
    width: 8.33333%; }

  .block-lg-2 {
    width: 16.66667%; }

  .block-lg-3 {
    width: 25%; }

  .block-lg-4 {
    width: 33.33333%; }

  .block-lg-5 {
    width: 41.66667%; }

  .block-lg-6 {
    width: 50%; }

  .block-lg-7 {
    width: 58.33333%; }

  .block-lg-8 {
    width: 66.66667%; }

  .block-lg-9 {
    width: 75%; }

  .block-lg-10 {
    width: 83.33333%; }

  .block-lg-11 {
    width: 91.66667%; }

  .block-lg-12 {
    width: 100%; } }
@media (min-width: 1920px) {
  .block-xlg-1 {
    width: 8.33333%; }

  .block-xlg-2 {
    width: 16.66667%; }

  .block-xlg-3 {
    width: 25%; }

  .block-xlg-4 {
    width: 33.33333%; }

  .block-xlg-5 {
    width: 41.66667%; }

  .block-xlg-6 {
    width: 50%; }

  .block-xlg-7 {
    width: 58.33333%; }

  .block-xlg-8 {
    width: 66.66667%; }

  .block-xlg-9 {
    width: 75%; }

  .block-xlg-10 {
    width: 83.33333%; }

  .block-xlg-11 {
    width: 91.66667%; }

  .block-xlg-12 {
    width: 100%; } }
.l-prestations-widget {
  margin: 75px 0px;
  padding: 10px 0px; }
  .l-prestations-widget h2 {
    color: #514c4c;
    font-size: 32px;
    text-align: center; }
  .l-prestations-widget .slick-slider {
    padding: 0px; }

.prestations-widget {
  padding: 5px 0px;
  background-color: #b01d2e;
  text-align: center;
  background: -webkit-linear-gradient(90deg, #b01d2e 0%, #8e1222 30%);
  background: -moz-linear-gradient(90deg, #b01d2e 0%, #8e1222 30%);
  background: -o-linear-gradient(90deg, #b01d2e 0%, #8e1222 30%);
  background: -ms-linear-gradient(90deg, #b01d2e 0%, #8e1222 30%);
  background: linear-gradient(0deg, #b01d2e 0%, #8e1222 30%);
  user-select: none;
  outline: none; }
  .prestations-widget::after {
    clear: both;
    content: "";
    display: table; }
  .prestations-widget * {
    user-select: none;
    outline: none; }
  .prestations-widget img {
    display: block;
    margin: 0px auto; }
  .prestations-widget h3, .prestations-widget p {
    color: white;
    margin: 0px; }
  .prestations-widget p {
    font-size: 14px; }
  .prestations-widget h3 {
    font-size: 20px;
    font-weight: normal; }
  .prestations-widget .slick-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -55px; }
    .prestations-widget .slick-dots li {
      display: inline; }
      .prestations-widget .slick-dots li button {
        font-size: 0px;
        width: 26px;
        height: 26px;
        border-radius: 0px;
        margin: 0px 5px;
        background-color: #ddd; }
    .prestations-widget .slick-dots .slick-active button {
      background-color: #b01d2c; }
  .prestations-widget .prestations-item {
    width: 20%;
    float: left;
    display: inline-block;
    cursor: pointer; }
    .prestations-widget .prestations-item.slick-current .prestations-item-link {
      display: none; }
    .prestations-widget .prestations-item.slick-current .prestations-item-hover {
      display: block; }
    .prestations-widget .prestations-item.prestations-orange .prestations-item-link {
      border: 1px solid #ef922e; }
      .prestations-widget .prestations-item.prestations-orange .prestations-item-link:after {
        background-color: #ef922e; }
    .prestations-widget .prestations-item.prestations-orange .prestations-item-hover {
      background-color: #ef922e; }
    .prestations-widget .prestations-item.prestations-vert .prestations-item-link {
      border: 1px solid #81b63f; }
      .prestations-widget .prestations-item.prestations-vert .prestations-item-link:after {
        background-color: #81b63f; }
    .prestations-widget .prestations-item.prestations-vert .prestations-item-hover {
      background-color: #81b63f; }
    .prestations-widget .prestations-item.prestations-marron .prestations-item-link {
      border: 1px solid #b49268; }
      .prestations-widget .prestations-item.prestations-marron .prestations-item-link:after {
        background-color: #b49268; }
    .prestations-widget .prestations-item.prestations-marron .prestations-item-hover {
      background-color: #b49268; }
    .prestations-widget .prestations-item.prestations-blue .prestations-item-link {
      border: 1px solid #5fb5d6; }
      .prestations-widget .prestations-item.prestations-blue .prestations-item-link:after {
        background-color: #5fb5d6; }
    .prestations-widget .prestations-item.prestations-blue .prestations-item-hover {
      background-color: #5fb5d6; }
    .prestations-widget .prestations-item.prestations-black .prestations-item-link {
      border: 1px solid #30383a; }
      .prestations-widget .prestations-item.prestations-black .prestations-item-link:after {
        background-color: #30383a; }
    .prestations-widget .prestations-item.prestations-black .prestations-item-hover {
      background-color: #30383a; }
  @media (min-width: 1024px) {
    .prestations-widget .prestations-item:hover .prestations-item-link {
      display: none; }
    .prestations-widget .prestations-item:hover .prestations-item-hover {
      display: block; } }
  .prestations-widget .prestations-item-link {
    margin: 5px 5px 32px 5px;
    padding: 20px 10px;
    border: 1px solid #b2b0af;
    position: relative;
    background: -webkit-linear-gradient(90deg, #8e1222 0%, #b01d2e 30%);
    background: -moz-linear-gradient(90deg, #8e1222 0%, #b01d2e 30%);
    background: -o-linear-gradient(90deg, #8e1222 0%, #b01d2e 30%);
    background: -ms-linear-gradient(90deg, #8e1222 0%, #b01d2e 30%);
    background: linear-gradient(0deg, #8e1222 0%, #b01d2e 30%); }
    .prestations-widget .prestations-item-link:after {
      content: "+";
      line-height: 1.1;
      color: white;
      font-size: 32px;
      display: block;
      width: 36px;
      height: 36px;
      background-color: #b2b0af;
      position: absolute;
      bottom: -18px;
      left: 0px;
      right: 0px;
      margin: auto;
      border-radius: 50%; }
  .prestations-widget .prestations-item-hover {
    display: none;
    box-shadow: 0px 0px 30px #333333;
    padding: 28px 20px;
    background-color: #b2b0af;
    background-image: url("/wp-content/themes/dimuzio/img/background-logo.png");
    background-position: center, center;
    background-repeat: no-repeat; }

.page-template-template-accueil .prestations-item {
  width: 16.66%; }

@media (min-width: 1024px) {
  .prestations-widget {
    padding: 5px 110px; }

  .prestations-item-hover {
    margin: -5px 0px; } }
.devis-carredas-widget {
  background: url("/wp-content/themes/dimuzio/img/header/FOND-HEADER-GAUCHE.jpg") no-repeat left, url("/wp-content/themes/dimuzio/img/header/FOND-HEADER-GLOBAL.jpg") repeat-x;
  background-size: cover; }
  .devis-carredas-widget a {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }

/*

  THEMES

*/
.date {
  background-color: #b11729;
  color: white;
  display: block;
  margin: 0px auto;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 4px; }
  .date div {
    font-size: 18px;
    line-height: 1; }
  .date div:first-child {
    font-size: 26px; }

.pagination {
  text-align: center;
  margin-bottom: 30px; }
  .pagination a {
    padding: 10px 15px;
    background-color: white;
    color: #514e4c;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    margin-right: -5px; }
    .pagination a:hover {
      background-color: #b01d2c;
      color: white; }
  .pagination .current {
    padding: 10px 15px;
    background-color: #b01d2c;
    color: white;
    border: 1px solid #b01d2c;
    font-weight: bold;
    margin-right: -5px; }

@media (min-width: 1024px) {
  .simple-menu .menu {
    background-color: transparent; }
    .simple-menu .menu .menu-item {
      position: relative; }
    .simple-menu .menu a {
      color: #514e4c;
      font-weight: 600;
      padding: 0.8em 1.2em; }
      .simple-menu .menu a:hover {
        background-color: transparent;
        color: #b01d2c; }
    .simple-menu .menu .sub-menu {
      width: 300px; }
    .simple-menu .menu .menu-item-has-children {
      background-color: white; }
      .simple-menu .menu .menu-item-has-children .sub-menu {
        z-index: 5000; }
        .simple-menu .menu .menu-item-has-children .sub-menu a {
          color: white; }
        .simple-menu .menu .menu-item-has-children .sub-menu a:hover {
          color: #b01d2c; }
        .simple-menu .menu .menu-item-has-children .sub-menu .menu-item:after {
          display: none; }
    .simple-menu .menu .menu-item:hover > a, .simple-menu .menu .current-menu-item > a, .simple-menu .menu .current-menu-parent > a {
      color: #b01d2c; }
    .simple-menu .menu .menu-item:hover:after, .simple-menu .menu .current-menu-item:after, .simple-menu .menu .current-menu-parent:after {
      position: absolute;
      content: "";
      display: block;
      height: 4px;
      background-color: #b11728;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transform: inherit;
      -moz-transform: inherit;
      -ms-transform: inherit;
      -o-transform: inherit;
      transform: inherit;
      top: inherit;
      width: inherit;
      border: 0px; }
    .simple-menu .menu .current-menu-item a {
      background-color: transparent;
      color: #b01d2c; } }
.list {
  list-style: none;
  text-align: center;
  padding: 10px 0px !important;
  /* Class pour polylang et les menus wordpress*/ }
  .list li {
    background: transparent;
    display: inline; }
    .list li a {
      font-size: 14px; }
    .list li:after {
      content: "-";
      margin: 0px 5px;
      color: white; }
    .list li:last-child {
      margin: 0px; }
      .list li:last-child:after {
        content: "";
        display: none; }
  .list a {
    color: white; }
  .list a:hover {
    color: #b01d2c;
    text-decoration: underline; }
  .list .current-lang a, .list .current-menu-item a {
    color: #b01d2c;
    text-decoration: underline; }

.slick-arrow {
  width: 32px;
  height: 32px;
  background-color: #514f4d;
  margin: auto;
  padding: 0px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  user-select: none;
  outline: none; }

.slick-slide {
  user-select: none;
  outline: none; }

.slick-prev {
  font-size: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px; }
  .slick-prev::before {
    content: "\276E";
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 16px;
    margin: auto; }

.slick-next {
  font-size: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px; }
  .slick-next::before {
    content: "\276F";
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 16px;
    margin: auto; }

.l-raisons {
  text-align: center; }
  .l-raisons img {
    margin: 0px auto;
    display: block; }
  @media (min-width: 320px) {
    .l-raisons {
      padding-top: 40px;
      padding-bottom: 70px; } }
  @media (min-width: 1280px) {
    .l-raisons {
      padding-top: 0px;
      padding-bottom: 0px; } }
  .l-raisons .slick-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -46px; }
    .l-raisons .slick-dots li {
      display: inline; }
      .l-raisons .slick-dots li button {
        font-size: 0px;
        width: 26px;
        height: 26px;
        border-radius: 0px;
        margin: 0px 5px;
        background-color: #ddd; }
    .l-raisons .slick-dots .slick-active button {
      background-color: #b01d2c; }
  .l-raisons .img-raison {
    display: inline-block;
    position: relative; }
    .l-raisons .img-raison img {
      padding-top: 5px; }
    .l-raisons .img-raison span {
      width: 90px;
      height: 90px;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 20px;
      margin: auto;
      background: url(/wp-content/themes/dimuzio/img/raison/raison-logo.png);
      background-repeat: no-repeat;
      background-position: center center;
      font-size: 70px;
      color: #b21729;
      font-family: "Oswald", sans-serif;
      line-height: 1.3;
      padding-left: 10px; }
    .l-raisons .img-raison:before {
      content: "";
      background: url("/wp-content/themes/dimuzio/img/raison/raison-texture-top.png");
      background-repeat: no-repeat;
      width: 100%;
      height: 32px;
      display: block;
      position: absolute;
      top: 0px; }
    .l-raisons .img-raison:after {
      content: "";
      background: url("/wp-content/themes/dimuzio/img/raison/raison-texture-bottom.png");
      background-repeat: no-repeat;
      width: 100%;
      height: 32px;
      display: block;
      position: absolute;
      bottom: -16px; }
  .l-raisons h2 {
    font-size: 2.375rem; }
  .l-raisons h3 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .l-raisons h2, .l-raisons h3 {
    color: #b01d2c; }

@media (min-width: 1024px) {
  .slick-slider {
    padding: 0px 47px; } }
.slick-actualites .slick-slide {
  position: relative;
  padding: 15px;
  border-radius: 15px;
  background-color: #514f4d;
  padding-right: 20px;
  margin-left: 47px;
  height: 115px;
  padding-left: 45px; }
  .slick-actualites .slick-slide .date {
    text-align: center;
    border: 3px solid #7c7977;
    font-family: "Oswald", sans-serif; }
  .slick-actualites .slick-slide p {
    color: white; }
  .slick-actualites .slick-slide > a > div:first-child {
    width: auto;
    position: absolute;
    left: -30px;
    top: 50%;
    margin: auto;
    vertical-align: middle;
    transform: translateY(-50%);
    text-align: center; }
  .slick-actualites .slick-slide > a > div {
    width: 100%;
    display: inline-block;
    text-align: left; }
  .slick-actualites .slick-slide .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: left; }
  .slick-actualites .slick-slide h4 {
    font-size: 22px;
    margin-bottom: 0px;
    vertical-align: middle;
    text-align: left !important; }

.slick-certifications {
  position: relative;
  background-color: white;
  border-radius: 20px;
  height: 115px;
  padding: 5px 0px;
  overflow: hidden; }
  .slick-certifications .slick-list {
    margin-left: -20px; }
  .slick-certifications img {
    margin: 0px auto;
    max-width: 175px; }

.slick-prestation {
  padding: 0px; }
  .slick-prestation .slick-prev {
    left: 20px; }
  .slick-prestation .slick-next {
    right: 20px; }

@media (min-width: 1024px) {
  .slick-prestation {
    overflow: hidden; }
    .slick-prestation .slick-slide {
      position: relative; }
      .slick-prestation .slick-slide:before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(255, 255, 255, 0.65); }
    .slick-prestation .slick-current {
      z-index: 20;
      box-shadow: -50px -7px 50px #FFFFFF, 50px -7px 50px #FFFFFF; }
      .slick-prestation .slick-current:before {
        display: none; }
    .slick-prestation .slick-arrow {
      width: 64px;
      height: 64px; }
    .slick-prestation .slick-prev {
      left: 60px; }
      .slick-prestation .slick-prev:before {
        font-size: 28px;
        width: 28px; }
    .slick-prestation .slick-next {
      right: 60px; }
      .slick-prestation .slick-next:before {
        font-size: 28px;
        width: 28px; } }
.references #gallery-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .references #gallery-1 br {
    display: none !important; }
  .references #gallery-1 .gallery-item {
    width: 175px !important;
    padding: 10px;
    text-align: center; }
  .references #gallery-1 .gallery-item img {
    height: inherit; }
.references #gallery-2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .references #gallery-2 br {
    display: none !important; }
  .references #gallery-2 .gallery-item {
    width: 175px !important;
    padding: 10px;
    text-align: center; }
  .references #gallery-2 .gallery-item img {
    height: inherit; }


.list-skills {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }
  .list-skills.list-max-width img {
    max-width: inherit; }
  .list-skills li {
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 200px;
    vertical-align: top; }
    .list-skills li img {
      max-width: 65px;
      text-align: center; }
    .list-skills li h4 {
      font-size: 20px !important;
      color: #514e4c !important;
      margin-bottom: 0px; }

.list-ossature {
  list-style: none !important; }
  .list-ossature li {
    margin-bottom: 20px; }
  .list-ossature li > div {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .list-ossature li > div h3 {
      margin: 0px;
      text-align: left; }
    .list-ossature li > div p {
      margin: 0px; }
    .list-ossature li > div img {
      width: 60px; }
    .list-ossature li > div br {
      display: none; }
    .list-ossature li > div span {
      position: absolute;
      top: 50%;
      transform: translateY(-49%);
      left: 5px;
      right: 0px;
      font-size: 2.5rem;
      text-align: center;
      vertical-align: middle;
      color: #b49268; }
  .list-ossature li > div + div {
    margin-left: 10px;
    width: 80%; }

@media (min-width: 1024px) {
  .list-ossature li {
    width: 50%;
    float: left;
    display: inline-block;
    height: 200px; } }
@media (min-width: 1280px) {
  .list-ossature li > div + div {
    width: 85%; }
  .list-ossature li {
    height: 140px; } }
@media (min-width: 1920px) {
  .list-ossature li > div + div {
    width: 90%; }
  .list-ossature li {
    height: 80px; } }

/*# sourceMappingURL=style.css.map */

.references #gallery-2 .gallery-item {
    width: 175px !important;
    padding: 10px;
    text-align: center;
}

#menu-item-226 li a {
  display: grid;
  grid-template-columns: calc(64px/2) 1fr;
  align-items: center;
  gap: 15px;
}

#menu-item-226 li a:before {
  content: "";
  display: block;
  background: url('/wp-content/themes/dimuzio/img/logo-dimuzio-header.png') no-repeat;
  background-size: cover;
  width: calc(64px/2);
  height: calc(56px/2);
}

#menu-item-226 #menu-item-308 a:before {
  background: url('/wp-content/uploads/2017/08/logo-dimuzio-orange.png') no-repeat;
  background-size: cover;
}
#menu-item-226 #menu-item-285 a:before {
  background: url('/wp-content/uploads/2017/08/logo-dimuzion-vert.png') no-repeat;
  background-size: cover;
}
#menu-item-226 #menu-item-328 a:before {
  background: url('/wp-content/uploads/2017/08/logo-dimuzio-marron.png') no-repeat;
  background-size: cover;
}
#menu-item-226 #menu-item-276 a:before {
  background: url('/wp-content/uploads/2017/08/logo-dimuzio-bleu.png') no-repeat;
  background-size: cover;
}
#menu-item-226 #menu-item-327 a:before {
  background: url('/wp-content/uploads/2017/08/logo-dimuzio-black.png') no-repeat;
  background-size: cover;
}

.elementor-image-gallery .gallery-item {
  position: relative;
  max-width: 100%!important;
  width: 100%!important;
}

.elementor-image-gallery .gallery br {
  display: none!important;
}

.elementor-image-gallery .gallery-item img {
  display: block;
  border: none!important;
}

.elementor-image-gallery dl, .elementor-image-gallery dt {
  margin: 0px!important;
}

.elementor-image-gallery .gallery-item:hover .gallery-caption {
  display: flex;
  padding: 5px;
}

.elementor-image-gallery .gallery-caption {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  color: #fff;
  background-color: rgba(176, 181, 191, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.elementor-image-gallery .gallery {
  grid-gap: 1rem;
}

@media (max-width: 1050px) {
  .elementor-image-gallery .gallery {
    grid-template-columns:repeat(2, minmax(max-content, 250px)) !important;
    justify-content: space-evenly!important;
  }
}
@media (max-width: 767px) {
  .elementor-image-gallery .gallery {
    grid-template-columns:repeat(1, minmax(max-content, 250px)) !important;
    justify-content: space-evenly!important;
  }
}
.elementor-image-gallery .gallery-columns-1 {
  display: grid;
  grid-template-columns: max-content;
  justify-content: center;
}

.elementor-image-gallery  .gallery-columns-2 {
  display: grid;
  grid-template-columns:repeat(2, minmax(max-content, 250px));
  justify-content: center;
}

.elementor-image-gallery .gallery-columns-3 {
  display: grid;
  grid-template-columns:repeat(3, minmax(max-content, 250px));
  justify-content: center;
}

.elementor-image-gallery .gallery-columns-4 {
  display: grid;
  grid-template-columns:repeat(4, minmax(max-content, 250px));
  justify-content: center;
}

.elementor-image-gallery .gallery-columns-5 {
  display: grid;
  grid-template-columns:repeat(5, minmax(max-content, 250px));
  justify-content: center;
}

.elementor-image-gallery .gallery-columns-6 {
  display: grid;
  grid-template-columns:repeat(6, minmax(max-content, 250px));
  justify-content: center;
}

.elementor-image-gallery .gallery-columns-7 {
  display: grid;
  grid-template-columns:repeat(7, minmax(max-content, 250px));
  justify-content: center;
}

.elementor-image-gallery .gallery-columns-8 {
  display: grid;
  grid-template-columns:repeat(8, minmax(max-content, 250px));
  justify-content: center;
}


.single main ul {
  list-style: square;
    list-style-position: inside;
    margin-bottom: 30px; }
    
