@charset "utf-8";

/* CSS Document */
.txt-intro-contact {
  margin: 0 0 30px;
}

.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>#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;
}

.totalTitle {
  background-color: #8A9AAC;
  color: #fff;
}

.block-gdpr {
    padding: 10px 40px 40px;
    background: #fff;
    border-radius: 15px;
}

.block-gdpr h4 {
    font-family: "Manrope Bold";
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 0;
    text-align: center;
}
.block-gdpr p {
margin: 0 0 30px;
}

.bout-close-gdpr {
font-family: "Manrope Bold";
text-align: right;
}
.bout-close-gdpr a {
cursor: pointer;
}

@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 only screen and (min-width:1024px) {


	.tab1 {
	font-family: "roboto",helvetica,arial,sans-serif;
	font-size: 12px;
	background-color: #ebebf0;
	border: 1px solid #FFF;
}

	.tab1 td {
		border: 1px solid #FFF;
		padding : 10px;
	}
	
	.tab1title {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		background-color: #5C1FB7;
		}
	
	.tab2 {
		font-family: "roboto",helvetica,arial,sans-serif;
		font-size: 12px;
		background-color: #ebebf0;
		border: 1px solid #FFF;
	}
	
	.tab2 td {
		border: 1px solid #FFF;
		padding : 10px;
	}
	
	.tab2title {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		background-color: #f49321;
		}
	
	.tab3 {
		font-family: "roboto",helvetica,arial,sans-serif;
		font-size: 12px;
		background-color: #ebebf0;
		font-size: 12px;
		border: 1px solid #FFF;
	}
	
	.tab3 td {
		border: 1px solid #FFF;
		padding : 10px;
	}
	
	.tab3title {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		background-color: #66A8A9;
		}

	}
@media only screen and (max-width : 1023px) {
  .tab1 {
    font-family: "roboto", helvetica, arial, sans-serif;
    font-size: 12px;
    background-color: #E7EBEF;
    border: 0.1em solid #FFF;
    height: 30px;
  }

  .tab1 strong {
    font-size: 12px;
    font-weight: bold;
  }

  .tab1 td {
    border: 1px solid #FFF;
    padding: 10px;
  }

  .tab1title {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #5C1FB7;
  }

  .tab2 {
    font-family: "roboto", helvetica, arial, sans-serif;
    font-size: 12px;
    background-color: #ebebf0;
    border: 0.1em solid #FFF;
  }

  .tab2 strong {
    font-size: 12px;
    font-weight: bold;
  }

  .tab2 td {
    border: 1px solid #FFF;
    padding: 10px;
  }

  .tab2title {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #f49321;
  }

  .tab3 {
    font-family: "roboto", helvetica, arial, sans-serif;
    font-size: 12px;
    background-color: #ebebf0;
    border: 0.1em solid #FFF;
  }

  .tab3 strong {
    font-size: 12px;
    font-weight: bold;
  }

  .tab3 td {
    border: 1px solid #FFF;
    padding: 10px;
  }

  .tab3title {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #66A8A9;
  }

}
@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;
  }
}