body {
    background: #fff;
}

body .page {
    overflow: hidden;
    font-family: "Work Sans", sans-serif;
}

a { color: #212529 }
a:hover { color: #016379 }

.full-head {
    position: relative;
    background: #f5f7f7;
    height: 140px;
    /* filter: drop-shadow(2px 3px 4px black); */
}

.site-branding {
    /* float: left; */
    left: 30px;
    top: 34px;
    position: relative;
    display: flex;
    padding-right: 0px;
    flex: 0 0 142px;
    max-width: 258px;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.menu-box {
    position: relative;
    margin-top: -66px;
}

.espace-contact {
    display: flex !important;
    padding: 0 200px 0 50px;
    padding-right: calc(((100vw - 1170px) / 2) + 15px);
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #2aa2ba;
    left: 321px;
    width: calc(100vw - 321px);
    height: 70px;
    color: #ecefea;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.espace-contact img {
    margin-right: 10px;
}

.espace-contact a,
.top-contact,
.top-contact a {
    color: #ecefea;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.follow-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    /* background: #ffffff; */
    z-index: 1000;
    filter: drop-shadow(0 0 5px rgba(35, 31, 32, 0.13));
}

.nav-bar {
    position: relative;
    left: 321px;
    width: calc(100vw - 321px);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: calc((100vw - 1170px) / 2 + 15px);
    background: #ffffff;
}

#mainnav {
    /* padding: 0 95px; */
    padding: 0 50px;
    flex: 1;
}

#mainnav ul {
    list-style: none;
    font-family: "Work Sans", sans-serif;
    text-align: left;
    margin: 0px;
}

ul.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

#mainnav>ul>li {
    display: flex;
    padding: 0;
}

#mainnav ul li {
    position: relative;
}

#mainnav>ul>li>a {
    position: relative;
    display: block;
    font-family: "Work Sans", sans-serif;
    color: #006379;
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding: 12px 0;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu li a {
    display: block;
    color: #00323d;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0 0 0 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 400;
}

.submenu .title-submenu {
    color: #00323d;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
}

span.to-capitalize {
    text-transform: capitalize;
}

.btn-1 {
    color: #ffffff;
    font-size: 16px;
    transition: 0.1s;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    width: 173px;
    height: 53px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Work Sans", sans-serif;
    background-color: #006379;
    text-decoration: none!important;
    text-transform: none;
    transition: all 0.5s;
    border: none;
}

.btn-1:hover {
    color: #ffffff;
    background-color: #2aa2ba;
}


/* -----------------------------main content------------ */

section.home {
    position: relative;
}

.ban-home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 656px;
    /* margin-bottom: 20px; */
}

.ban-home img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    z-index: -1;
}

.ban-home .container {
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: start;
}

.title-header {
    font-family: "Ubuntu", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #00323d;
    z-index: 3;
    margin-bottom: 30px;
}

.list-btn-header {
    z-index: 3;
}

a.btn-header {
    color: #ffffff;
    font-size: 18px;
    transition: 0.1s;
    font-weight: 700;
    line-height: 20px;
    padding: 0 20px;
    margin: 0px 0;
    text-align: center;
    width: max-content;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Work Sans", sans-serif;
    background-color: #2aa2ba;
    text-decoration: none;
    text-transform: none;
    transition: all 0.5s;
    cursor: pointer;
}

a.btn-header:hover {
    color: #fff;
    background-color: #006379;
}

.formulaire {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.formulaire .container {
    display: flex;
    justify-content: center;
}


/* ------------------------principal------------------------------ */

section.content-img-text {
    position: relative;
    background: #ffffff;
    /* margin-bottom: 83px !important; */
}

.content-img-text .left-img {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 40px 30px 0;
    width: 45%;
    text-align: center;
}

.content-img-text .left-img img:nth-child(2) {
    width: 367px;
    height: auto;
}

.sect-title .h1,
.sect-title h1,
section.content-img-text .title-content-1 {
    color: #2aa2ba;
    font-weight: 700;
    font-size: 48px;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.content-img-text .title-content-2, section.content-img-text .bloc-content h2 {
    color: #2aa2ba;
    padding-top: 16px;
    font-weight: 700;
    font-size: 32px;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
}

section.content-img-text .bloc-content p {
    color: #00323d;
    font-size: 18px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}

section.content-img-text .bloc-content p:first-of-type img {
    display: none;
}

.img-on-img-principal {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}


/* -------------------valeur-------------------- */

section.valeur {
    background: #ffffff;
}

section.valeur .valeur-box.experience::before {
    content: "";
    position: absolute;
    width: 100%;
    top: -80px;
    height: 80px;
    background: #f5f7f7;
}

.title-valeur {
    height: 80px;
    display: flex;
    align-items: center;
    color: #006379;
    /* background: #f5f7f7;  */
}

.text-valeur {
    z-index: 4;
    font-weight: 700;
    font-size: 36px;
    font-family: "Ubuntu", sans-serif;
}

.valeur-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 248px;
}

.valeur-box img {
    margin: 0 auto;
}

.valeur-box .title {
    color: #f5f7f7;
    font-weight: 700;
    font-size: 36px;
    font-family: "Ubuntu", sans-serif;
}

.valeur-box.experience {
    background: #00323d;
}

.valeur-box.rapidite {
    background: #006379;
}

.valeur-box.certification {
    background: #2aa2ba;
}


/* --------------------temoignage------------------ */

section.temoignage {
    background-color: #f5f7f7;
    padding: 100px 0 50px 0;
    position: relative;
}

section.temoignage:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../asset/images/bg/calc-temoignage.png);
    opacity: 0.071;
    content: "";
}

section.temoignage .title-temoignage {
    color: #2aa2ba;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 58px;
}

.box-temoignage {
    width: 100%;
    background: #f5f7f7;
    /* filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, 0.541)); */
    filter: drop-shadow(0 0 5px rgba(35, 31, 32, 0.13));
    padding: 32px 50px 30px 50px;
    margin-bottom: 30px;
    position: relative;
}

.box-temoignage .btn-header {
    position: relative;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.quote-temoignage {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 3;
}

.nom-temoignage {
    color: #00323d;
    font-size: 18px;
    font-family: 'ubuntu', sans-serif;
    font-weight: 700;
    text-align: center;
}

.nom-temoignage span {
    text-transform: uppercase;
}

.date-temoignage {
    color: #2aa2ba;
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    font-style: italic;
}

.star-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 10px 0;
}

.star-rate i {
    font-size: 20px;
    color: #2aa2ba;
}

.star-rate i.fa.true {
    color: #00323d;
}

.bloc-temoignage {
    color: #006379;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'work sans', sans-serif;
    margin-bottom: 20px;
}

.btn-header.temoignage {
    font-size: 14px;
    font-family: 700;
}

.btn-bottom-temoignage {
    gap: 20px;
    position: relative;
    z-index: 3;
}


/* -------------------------footer----------------- */

footer.footer {
    /* background: #2aa2ba; */
    background: #01a5be;
    background-image: url("../../asset/images/bg/bg-foot.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    overflow: hidden;
}

.contact-footer {
    /* background: #2aa2ba; */
    display: flex;
    padding: 0;
    gap: 30px;
    justify-content: center;
    padding-bottom: 30px;
}

.img-contact-footer {
    width: auto;
    float: left;
    margin-left: -29%;
    padding-top: 20px;
}

.title-footer {
    padding: 40px 0 25px 0;
    color: #00323d;
    font-size: 24px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

.title-footer.second {
    color: #2aa2ba;
    position: relative;
    z-index: 3;
}

.contact-footer .item {
    display: grid;
    padding: 5px 0;
    gap: 10px;
}

.contact-footer .item a {
    color: #f5f7f7;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    text-decoration: none
}

.copyright {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 10%;
}

.copyright a {
    color: inherit;
    text-decoration: none;
}

.bloc-copyright {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #00323d;
}

.bloc-copyright span {
    color: #2aa2ba;
    text-transform: uppercase;
}

.list-logo {
    background: #00323d;
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
}

.btn-1.footer {
    background: #f5f7f7;
    color: #00323d !important;
    height: 36px;
    min-width: unset;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}

.btn-1.footer:hover {
    background-color: #00323d;
    color: #fff !important;
}

.diag-immo {
    position: relative;
    padding: 0 40px;
}

.diag-immo::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #006379;
    top: 0;
    left: 0;
    z-index: 3;
}

.bloc-diag-immo {
    padding-bottom: 60px;
}

.bloc-diag-immo,
.bloc-diag-immo a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #f5f7f7;
    font-family: "Work Sans", sans-serif;
    position: relative;
    z-index: 3;
}

.services {
    position: relative;
}

.services .row {
    margin: 0 - 5px;
}

.services .row [class*="col-"] {
    padding: 0 5px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/preloader.svg');
    background-size: 140px;
}
.bloc-text h2 a, .bloc-text p a, .bloc-text ul li a { font-size: inherit; color: inherit; font-weight: inherit; } 
.bloc-text ul li, .bloc-text ul li { list-style: disc; } 
.bloc-text ul { margin-left: 30px } 
.bloc-text h2:first-of-type img,
. p:first-of-type img {
     display: none;
 }
.bloc-content p:last-of-type {
    display: table;
}
@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}
.btn-style-three.actu-b { padding: 5px 20px 5px !important }
#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #006379;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #006379;
}
#boutique a {
    background-size: cover;background-position: center;
}
.bloc-about {
    padding: 75px 0 50px;
}
input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.handle:after {
    background-color: #006379 !important;
}
.handle {
    transition: 0s;
}
.galerie .item-gal {
    padding:0;
    margin: 0px;   
    background-color: #fff;background-size: cover;background-position: center;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    height: 200px;position: relative;width: 100%;
}
.galerie .item-gal:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    padding: 20px;
}
@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;margin: 20px auto !important;display: block !important;
    }
}
@media (max-width: 480px) {
    #projet-detail .col-lg-12, #projet-detail .container {
        padding: 0 15px !important;
    }
}
.galerie .btn-1 {
    background-color: #00637980;
}

.tarteaucitronSelfLink {
    display: none !important;
}


.form-contact {}

.form-contact .form-group .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.form-contact .form-control {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #1c1c1c;
    height: 55px;
    border: 0px solid #ffffff;
    background-color: #f6f6f6;
}

.form-contact textarea.form-control {
    height: 130px;
}

.text-cont {
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Roboto';
}

.text-cont a {
    text-decoration: underline;
    color: #2d2d2d;
}

.form-contact .form-control:focus,
.form-contact .form-control:hover {
    background-color: #f6f6f6;
}