@charset "utf-8";
/* CSS Document */

.block-loading {
position: fixed;
border-radius: 12px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: auto;
/*background-color: #fff;*/
z-index: 1002;
overflow: auto;
}


/*///// pour le upload animation      */
.loader,
.loader:before,
.loader:after {
  background: #6419be;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #6419be;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 15px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}




.contact_maps {
  width: 500px;
  height: 350px;
  border-radius: 10px;
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
}
.contact_maps > iframe {
  border-radius: 10px;
}
.contact_maps img {
  border-radius: 10px;
  width: 500px;
  height: 500px;
}
.info_contact > ul {
  vertical-align: top;
  display: inline-block;
  width: 450px;
  text-align: left;
}
.info_contact > ul > li {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}
.info_contact > ul > li > a {
  text-decoration: none;
  color: #6419be;
}
.info_contact > ul > li > a:hover {
  text-decoration: underline;
}
.info_contact > ul > li > h5 {
font-family: "Manrope Bold";
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 7px;
}
.phone_desktop {
  display: inline;
}
.phone_smart {
  display: none;
}
.information > ul > li {
  display: inline-block;
  padding: 14px 0 0;
}
/*//////////////////// BLOC AVEC PLUSIEURS NUMERO DE TEL ///////////////////////////*/
.information > #information > #telephone_double {
  width: 100%;
  height: auto;
  /*margin: 30px 0 0;*/
  vertical-align: top;
  line-height: 2;
}
/*////////////////////////*/

.information {
margin: 30px 0 0;
}

.information > #information > #telephone, .information > #information > #mail {
  width: 250px;
  height: 50px;
  border-radius: 7px;
  margin: 0px 10px 0px 10px;
  vertical-align: top;
}
.information > #information > #telephone {
  border: 2px solid #384954;
}
.information > #information > #mail {
  background: #384954;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.information > #information > #mail > a {
  color: #ffffff;
  width: 250px;
  height: 50px;
  display: block;
}
.information > #information > #mail:hover {
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#block-contact > h5 {
font-family: "Manrope Bold";
  font-size: 20px;
  font-weight: 100;
  margin: 30px 0 0;
}
#reclaform > h5 {
font-family: "Manrope Bold";
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 20px;
}
@media screen and (max-width:320px) {
  .image-contact {
    background: url("../images/contact/contact-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-reclamations {
    background: url("../images/contact/reclamations-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:321px) and (max-width:479px) {
  .image-contact {
    background: url("../images/contact/contact-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-reclamations {
    background: url("../images/contact/reclamations-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:480px) and (max-width:639px) {
  .image-contact {
    background: url("../images/contact/contact-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-reclamations {
    background: url("../images/contact/reclamations-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:640px) and (max-width:959px) {
  .image-contact {
    background: url("../images/contact/contact-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-reclamations {
    background: url("../images/contact/reclamations-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:960px) and (max-width:1279px) {
  .image-contact {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/contact-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
  .image-reclamations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/reclamations-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
  .image-contact {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/contact-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
  .image-reclamations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/reclamations-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
}
/* --------------------------------- */
@media only screen and (max-width : 959px) {
  .image-contact {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-reclamations {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .contact_maps {
    width: 100%;
  }
  .contact_maps > iframe {
    border-radius: 10px;
  }
  .contact_maps img {
    width: 100%;
  }
  .commun-block-txt-img {
    flex-direction: column !important;
  }
  .info_contact > ul {
    width: 100%;
    margin: 0 0 40px;
  }
  .info_contact > ul > li {
    width: 100%;
    margin: 8px 0px;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  .phone_desktop {
    display: none;
  }
  .phone_smart {
    display: inline;
  }
  .phone_smart a {
    text-decoration: underline !important;
    color: #3769E1 !important;
  }
}
@media screen and (min-width:1600px) {
  .image-contact {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/contact-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
  .image-reclamations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/reclamations-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
}
@media screen and (min-width:1920px) {
  .image-contact {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/contact-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
  .image-reclamations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/contact/reclamations-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
}