/*!
=========================================================
* Steller Landing page
=========================================================

* Copyright: 2019 DevCRUD (https://devcrud.com)
* Licensed: (https://devcrud.com/licenses)
* Coded by www.devcrud.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
.contact {
  position: relative;
  border-radius: 0.3rem;
  border: 1px solid 1px;
  box-shadow: 1px 2px 6px rgba(173, 181, 189, 0.5);
  padding: 0 30px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 150px;
  z-index: 99;
  background: #fff;
}

.contact .form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #dee2e6;
  padding: 35px 30px 35px 0;
}

.contact .form form {
  margin-top: 30px;
}

.contact .contact-infos {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: 30px;
  min-width: 350px;
}

.contact .contact-infos .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact .contact-infos .item i {
  display: block;
  width: 40px;
  font-size: 16px;
  color: primary;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #2f65c6;
  line-height: 34px;
  text-align: center;
  padding: 0 !important;
  color: #2f65c6;
  margin-right: 15px;
}

.contact .contact-infos .item div {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact .contact-infos .item div h5 {
  margin-bottom: 10px;
  opacity: .9;
}

.contact .contact-infos .item div p {
  opacity: .7;
  font-size: 15px;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .contact .form {
    margin: 0 0 20px 0;
    padding: 0;
    border-right: 0;
  }
  .contact .contact-infos {
    display: none;
  }
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}


@media (min-width: 992px) {
  .title {
    font-size: 28px;
  }
}

.section-title {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1200 - 320)));
}

@media (min-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

.subtitle {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1200 - 320)));
  opacity: .8;
}

@media (min-width: 992px) {
  .subtitle {
    font-size: 15px;
  }
}

pre {
  background: #eaf0fc;
  border: 2px solid #ced4da;
  padding: 1rem;
  border-radius: 0.25rem;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.socials .social-item {
  display: block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #213b5e;
  color: #213b5e;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.socials .social-item:hover {
  background: #213b5e;
  color: #fff;
}

.btn {
  font-size: 14px;
  font-weight: bold;
}

.btn.btn-primary {
  color: #fff;
}

.btn.rounded {
  border-radius: 50px !important;
}

.btn.w-sm {
  min-width: 100px;
}

.btn.w-md {
  min-width: 130px;
}

.btn.w-lg {
  min-width: 160px;
}

.img-wrapper {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;

}

.img-wrapper img {
  position: relative;
  width: 100%;
  z-index: 8;
}

.img-wrapper .overlay {
  background: rgba(135, 151, 114, 0.7);
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}


.img-wrapper .overlay .overlay-infos {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  color: #fff;
}

.img-wrapper .overlay .overlay-infos h5 {
  margin-bottom: 15px;
}

.img-wrapper .overlay .overlay-infos a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.img-wrapper .overlay .overlay-infos a:hover {
  background: #fff;
  color: #ff7a57;
}

.img-wrapper:hover .overlay, .img-wrapper:active .overlay {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.img-wrapper:hover .overlay .overlay-infos, .img-wrapper:active .overlay .overlay-infos {
  top: 50%;
}

.card {
  box-shadow: 2px 3px 10px rgba(206, 212, 218, 0.3);  color: #d43c55;
}

.card .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  margin-bottom: 15px;
}

.card .post-details a {
  opacity: .6;
  color: #444;
  font-size: 15px;
}

.card .post-details a i {
  padding-right: 5px;
}

.custom-card {
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-card .card-body {
  padding: 55px 0;
}

.custom-card .card-body i {
  display: block;
  font-size: 40px;
  margin-bottom: 18px;
  color: #d43c55;
}

.custom-card:hover, .custom-card:active {
  background: #d43c55;
  color: #fff;
}

.custom-card:hover i, .custom-card:active i {
  color: #fff;
}

.testmonial-card {
  background: #fff;
  box-shadow: 2px 3px 10px rgba(206, 212, 218, 0.3);
  border-radius: 0.25rem;
  max-width: 700px;
  margin: 10px auto;
  padding: 20px 15px;
}

.testmonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 2px 3px 10px rgba(206, 212, 218, 0.3);
  margin-bottom: 30px;
}

.testmonial-card .title {
  margin-top: 30px;
  font-size: 20px;
}

.carousel .carousel-indicators {
  bottom: -60px;
}

.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: inset 1px 1px 10px rgba(173, 181, 189, 0.3), inset -1px -1px 7px rgba(173, 181, 189, 0.3);
}

.carousel .carousel-indicators li.active {
  box-shadow: 0 0 5px rgba(108, 117, 125, 0.3);
}

#marque{width:50%; vertical-align: middle; }

#affiche{width:70%}

.name{font-size: 50px; 
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color: rgba(91,91,91,1.00); } 

.name2{font-size: 50px; 
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color: rgba(91,91,91,1.00); padding-bottom: 50px;} 

.name3{font-size: 25px; 
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color: rgba(91,91,91,1.00);padding-bottom: 5%; } 

.name4{font-size: 25px; 
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color: rgba(91,91,91,1.00);} 

.name5{font-size: 20px; 
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color: rgba(91,91,91,1.00);} 

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
padding-bottom: 0px;
	margin-bottom: 0px;
margin-top: 0px;
padding-top: 0px;}



#map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.section {
  position: relative;
 padding-bottom: 0px;
}

.section:nth-child(even) {
  background: white;
}

.section.bg-white {
  background-color: #fff;
}

.section.bg-gray {
  background: white;
}
#photo{
	margin-top: 100px;
}

.haut{
	padding-top: 4%;
}

