#wrapperInner {
    width: 100%;
}



#produit {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
#produit > div {
    width: 48%;
    margin: 0;
}
div#breadcrumbInner {
    padding: 50px 0;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    color: #191D4A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 700;
}
div#breadcrumb a {
    color: #191D4A;
}
#produit h1 {
    font-size: 34px;
    color: #191D4A;
    text-align: left;
    font-weight: 700;
    margin: 0 0 10px 0;
}
body.produit #produit .bouton a {
    letter-spacing: 0.2em;
    margin: 0;
    font-size: 14px;
    padding: 9px 20px;
    transition: 0s;
}
body.produit.delai #produit .bouton a {
    transition: 0.3s;
}
#produit .bouton {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#produit .bouton > a:nth-child(2) {
    background: #191D4A;
}
#produit h2 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    margin-top: 25px;
    font-weight: 700;
}
#produit .slogan {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 25px;
    color: #191D4A;
    text-wrap-style: pretty;
}
#produit .liste .top {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #191D4A;
    margin: 30px 0 15px 0;
}
#produit .liste ul {
    margin: 0;
    list-style-type: none;
}
div #produit .liste li {
    width: 100%;
    margin-bottom: 10px;
}
div #produit .liste li svg {
    top: 0;
    bottom: 0;
    margin: auto;
}

#produit .elementPicture a {
    display: block;
    width: 30%;
    height: 160px;
}
#produit .elementPicture > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
#produit .elementPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#produit .elementPicture a:first-child {
    width: 100%;
    height: auto;
}


#produit .elementPicture a:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)) {
    display: none;
}



#produit .elementPicture a:nth-child(2):nth-last-child(2),
#produit .elementPicture a:nth-child(3):last-child {
    width: 47.5%;
    height: 250px;
}


















#onglets {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 105px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 55px 45px 55px;
}
#onglets > ul {
    margin: 0 0 50px 0;
    list-style-type: none;
    border-bottom: 1px solid #191d4a;
    display: flex;
    gap: 55px;
}
#onglets > ul li {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px 0 15px 0;
    cursor: pointer;
}
#onglets li.active {
    color: #00BEF2;
    border-bottom: 5px solid #00BEF2;
}
#onglets .onglet:not(.active) {
    display: none;
}
#onglets .desc pre,
#onglets h2 {
    font-size: 20px;
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    letter-spacing: 0.12em;
    line-height: 1.2em;
    font-weight: 700;
}
#onglets .icones {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 830px;
    margin: 45px auto;
    gap: 100px;
    row-gap: 60px;
}
body.page-seo #wrapper #onglets .icones img {
    width: auto;
    height: 68px !important;
}
#onglets .icones p {
    color: #00BEF2;
    font-weight: 900;
}
#onglets .icones p:nth-child(2) {
    color: #191D4A;
    text-transform: uppercase;
    margin: 25px 0 -8px 0;
}
#onglets .icones + div li {
    text-transform: uppercase;
    margin: 12px 0;
    letter-spacing: 0.05em;
}
#onglets .icones + div li strong {
    font-weight: 900;
}









#video {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 105px;
}
#video iframe {
    width: 100%;
    height: 630px;
}







#secteurs {
    display: flex;
    background: #00BEF2;
    margin-bottom: 105px;
}
#secteurs > div {
    width: 50%;
    margin: 0;
}
#secteurs > div.elementPicture > div {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
#secteurs > div.elementPicture > div > img {
    width: 33.333%;
    height: 16.5vw;
    object-fit: cover;
}
#secteurs > div.elementPicture > div > img:first-child {
    width: 100%;
    height: auto;
    max-height: 35vw;
    object-fit: cover;
}
#secteurs > div.elementPicture > div > img:nth-child(2):nth-last-child(2),
#secteurs > div.elementPicture > div > img:nth-child(3):last-child {
    width: 50%;
}
#secteurs > div.elementPicture > div > img:first-child:nth-last-child(2),
#secteurs > div.elementPicture > div > img:nth-child(2):last-child {
    width: 50%;
    height: 100%;
    max-height: initial;
}
#secteurs > div.elementText {
    box-sizing: border-box;
    align-content: center;
    padding: 100px;
}
#secteurs h2 {
    margin-bottom: 35px;
}
#secteurs > div.elementPicture > div > img:first-child:last-child {
    max-height: 100%;
    height: 100%;
}









#sol {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 100px;
    background: #191D4A;
    color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    padding: 55px 60px;
}
#sol a {
    color: #FFFFFF;
}
#sol > img {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
#sol h2 {
    color: #00BEF2;
    position: relative;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.15em;
    margin-bottom: 35px;
}
#sol h2 strong {
    font-size: 40px;
    font-weight: 900;
    display: block;
    line-height: 1;
}
#sol p strong {
    font-size: 20px;
    display: block;
}
#sol p {
    max-width: 830px;
}







#pq {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pq .elementTitle {
    width: 42%;
}
#pq ul:only-child {
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}
#pq ul:only-child li,
#produit .liste li {
    position: relative;
    padding: 5px 0 5px 40px;
    letter-spacing: 0.12em;
    width: 40%;
}
#pq ul:only-child li svg,
#produit .liste li svg {
    position: absolute;
    left: 0;
    top: 5px;
}
#pq .elementText {
    width: 51%;
    position: relative;
    box-sizing: border-box;
    padding: 50px;
}













#fond_bleu {
    background: #00BEF2;
    position: relative;
    padding: 85px 0;
}
#fond_bleu > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
#fond_bleu .flex {
    width: 90%;
    max-width: 1120px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#fond_bleu .elementText {
    width: 48%;
}
#fond_bleu h2 {
    margin-bottom: 30px;
}
body.produit #wrapper #fond_bleu a.bouton,
body.produit #wrapper #secteurs a.bouton {
    background: none;
    border: 2px solid #FFFFFF;
    margin-top: 25px;
}
body.produit #wrapper #fond_bleu a.bouton:hover,
body.produit #wrapper #secteurs a.bouton:hover {
    background: #FFFFFF;
}





#tem {
    text-align: center;
    padding: 90px 0;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
#tem .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#tem .elementText {
    width: 31.5%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 40px 40px 40px;
    position: relative;
}
#tem p {
    letter-spacing: 0.05em;
}
#tem p:last-child:not(:first-child) {
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 0 0;
    letter-spacing: 0.15em;
}
#tem .elementText:before,
#tem .elementText:after,
#pq .elementText:before,
#pq .elementText:after {
    content: '';
    width: 30px;
    height: 100%;
    border: 3px solid #00BEF2;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-right: none;
}
#tem .elementText:after,
#pq .elementText:after {
    border-color: #000000;
    left: auto;
    right: 0;
    border-left: none;
    border-right: 3px solid #000000;
}
#pq .elementText:after {
    border-color: #00BEF2;
}
#tem .bouton {
    margin-top: 30px;
}



body.produit #formulaireHydrobarTHP div#formsThanks {
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
}













@media (max-width: 500px) {
    body.produit #formulaireHydrobarTHP div#formsThanks {
        max-width: 90%;
        box-sizing: border-box;
    }
}


@media (min-width: 1750px) {
    #secteurs {
        width: 90%;
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
    }
    #secteurs > div.elementPicture > div > img {
        height: 260px;
    }
}


@media (max-width: 840px) {
    #produit {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    #produit > div {
        width: 100%;
    }
    #produit .bouton {
        gap: 20px;
        justify-content: flex-start;
    }
    #produit .elementPicture a {
        height: 26vw;
    }
    #onglets > ul li {
        font-size: 18px;
        line-height: 1.2em;
    }
    #onglets > ul {
        gap: 40px;
    }
    #video iframe {
        height: 56vw;
    }
}
@media (max-width: 1400px) {
    #secteurs > div.elementText {
        padding: 70px;
    }
}
@media (max-width: 1280px) {
    #secteurs h2 {
        font-size: 40px;
        line-height: 1.1em;
        margin-bottom: 25px;
    }
}
@media (max-width: 1150px) {
    #secteurs > div.elementText {
        padding: 50px;
    }
    #secteurs {
        flex-direction: column;
    }
    #secteurs > div {
        width: 100%;
    }
    #secteurs > div.elementPicture > div > img:first-child {
        width: 47.5%;
        height: 42.7vw;
        max-height: initial;
    }
    #secteurs > div.elementPicture > div {
        padding: 0 5% 5% 5%;
        justify-content: space-between;
        row-gap: 5vw;
    }
    #secteurs > div.elementPicture > div > img,
    #secteurs > div.elementPicture > div > img:first-child:nth-last-child(2),
    #secteurs > div.elementPicture > div > img:nth-child(2):last-child {
        width: 47.5%;
        height: 42.7vw;
    }
    #secteurs > div.elementPicture > div > img:nth-child(3):last-child {
        width: 100%;
        height: 90vw;
    }
    #secteurs > div.elementPicture > div > img:first-child:last-child {
        max-height: 100%;
        height: 90vw;
        width: 100%;
    }


    #sol > img {
        display: none;
    }
}

@media (max-width: 1200px) {
    #pq .elementText {
        width: 580px;
        flex-shrink: 0;
    }
}
@media (max-width: 1130px) {
    #pq .elementTitle {
        width: 100%;
    }
    #pq {
        flex-direction: column;
        gap: 20px;
    }
    #pq .elementText {
        width: 100%;
    }
}
@media (max-width: 600px) {
    #pq ul:only-child li {
        width: 100%;
    }
    #pq ul:only-child li svg {
        top: -1px;
    }
}
@media (max-width: 1030px) {
    #fond_bleu .elementText {
        width: 100%;
    }
    #fond_bleu .flex {
        flex-direction: column-reverse;
        gap: 15px;
    }
}

@media (max-width: 1080px) {
    #tem {
        width: 100%;
    }
    #tem .flex {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
    }
    #tem .flex::-webkit-scrollbar {
        display: none;
    }
    #tem .elementText {
        width: 400px;
        flex-shrink: 0;
        margin-right: 30px;
        scroll-snap-align: center;
    }
    #tem .flex {
        padding-left: 5%;
    }
}




@media (max-width: 500px) {
    #fond_bleu > img {
        display: none;
    }
    #fond_bleu {
        padding: 55px 0;
    }
    #pq .elementText {
        padding: 30px;
    }
    #pq {
        margin-bottom: 70px;
    }
    #sol {
        padding: 25px 30px;
        margin: 0 auto 65px;
    }
    #secteurs {
        margin-bottom: 70px;
    }
    div#breadcrumbInner {
        font-size: 12px;
        border-bottom: 1px solid #e1e1e1;
        padding: 20px 0;
        margin-bottom: 40px;
    }
    #produit,
    #video {
        margin-bottom: 60px;
    }
    #produit h1 {
        font-size: 28px;
    }
    #produit .bouton {
        align-items: center;
        flex-direction: column;
    }
    #produit .elementPicture > div {
        row-gap: 20px;
    }
    #onglets {
        margin-bottom: 60px;
        padding: 15px 25px;
    }
    #onglets > ul {
        flex-wrap: wrap;
        gap: 5px;
    }
    #onglets > ul li {
        font-size: 14px;
    }
    #onglets .icones {
        margin: 35px auto;
        gap: 35px;
        row-gap: 30px;
    }
    #sol h2 strong {
        font-size: 30px;
        display: initial;
    }
    #secteurs h2, #sol h2, body.home.produit h2 {
        font-size: 30px;
    }
    #secteurs > div.elementText {
        padding: 25px;
    }
    #sol h2,
    #fond_bleu h2 {
        margin-bottom: 20px;
    }
    #tem {
        padding: 50px 0 60px 0;
    }
    #tem .elementText {
        width: 79vw;
        padding: 20px 30px 30px 30px;
    }
}