
:root {
    --brun-clair: #BE8C20;
    --bleu: #005A70;
}

html {
    overflow-x: hidden;
}

.breadcrumb {
    padding-bottom: 15px;
}

.ariane-bread {
    width: 10px;
    height: 10px;
    transform: rotate(-90deg) translate(2px, 1px);
}

.breadcrumb li.active {
    color: #005a70;
}

.title-menu {
    color: #ca982c;
}

.title-menu a {
    color: #ca982c;

}

.main-menu ul li a {
    font-weight: 500;
}

.slider-img .swiper-pagination-progressbar-fill {
    background-color: #005a70 !important;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsl(41.01deg 64.23% 48.24%);
}

.sub-terms .card__content h3 {
    font-size: 18px;
}

.page-single-realisations .wp-post-image {
    object-fit: contain;
}

.wpcf7-form label > br:first-of-type {
    display: none;
}

.bg-first {
    position: relative;
    z-index: 10;
}

.bg-first img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-first .container {
    position: relative;
    z-index: 10;
}

.bg-first::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(1, 61, 75, 0.70) 0%, rgba(1, 61, 75, 0.90) 100%);


}

h1, h2, h3, h4, h5, h6 {
    color: var(--brun-clair);
    font-style: normal;
    font-family: Soleil;
}

h1, .section__title {
    font-family: Soleil;
    font-size: 54px !important;
    font-weight: 700;
    line-height: 60px; /* 111.111% */
    letter-spacing: -0.162px;
}

.prestations-title,
.page-content .page-title {
    font-family: Soleil;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 49px; /* 116.667% */
    letter-spacing: -0.168px;
}

.prestations-title span {
    color: var(--brun-clair);
}

.font-magneta {
    font-family: Soleil;

}

.font-italic {
    font-style: normal;
}

.intro {
    font-family: Soleil;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    max-width: 730px;
}

.intro a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%;
    text-underline-offset: 10%;
    text-underline-position: from-font;
}

.three-menu h2.section__title {
    color: var(--brun-clair);
}

.pmzd-home-slider,
.pmzd-home-slider .item,
.pmzd-home-slider .item .content {
    height: 70vh;

}

.video-txt {
    position: relative;
}

.video-txt > .container {
    position: relative;
    z-index: 10;
}

.txtonvdo {
    opacity: 0.9;
    background: #013D4B;
    position: absolute;
    top: 0;
    left: 0%;
    /*transform: translate(-50%,0);*/
    max-width: 570px;
    padding: 60px 40px;
}

.txtonvdo p {
    color: white;
    margin-bottom: 2rem;

}

.txtonvdo .intro {
    color: var(--brun-clair);
    margin-bottom: 0px;

}

.txtonvdo .btn-primary {
    background-color: var(--brun-clair);
    border: 2px solid var(--brun-clair);
    /*display: inline-block;*/

}

.card-gray {
    padding: 0;
    min-height: unset;
    height: 100%;

    margin: 0;
    /*height: 100%;*/
}

.card-gray .thumbnail {
    height: 26vw;
    max-height: 400px;
    background-image: url("../dist/img/home_bkg.png");
}

.card-gray .thumbnail img {
    height: 26vw;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.content-card {
    padding: 20px;
}

.reset-list li {
    font-size: 16px;
}

.card-gray .categories {
    margin-bottom: 15px;
}


/*******
MENU
 */
.topbar {
    padding: 0 !important;
}

.topbar > .container-fluid {
    padding: 0 !important;
}

.grid-menu {
    display: grid;
    grid-template-columns: 300px 1fr;
    /*background-color: var(--bleu);*/
    background-color: white;
    height: 100px;
    align-items: center;
    transition: 0.4s ease-in-out all;
    padding: 0 60px;
}

.sub-menu {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    opacity: 0;
    max-height: 0;
    transition: 0.3s ease-in-out all;
    background-color: var(--bleu);

    overflow: hidden;
    height: calc(100vh - 100px);
}

.menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
}

.menu > li {
    margin-right: 35px;
    /*padding: 35px 0;*/
    height: 100px;
    display: flex;
    align-items: center;
}

.menu > li > a {
    color: var(--bleu);
}

.menu > li:last-child {
    margin-right: 0;
}

.storio {
    display: inline-block;
    margin-left: 10px;
    margin-top: -10px;
}

.has-sub:hover .sub-menu {
    opacity: 1;
    max-height: 1000px;
}

.menu > li > a {
    position: relative;
}

.menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 4px;
    background-color: var(--brun-clair);
    opacity: 0;
    transition: 0.4s ease-in-out all;
}

.grid-menu .has-sub:hover > a,
.menu > li > a.active {
    color: var(--brun-clair) !important;
}

.menu > li > a.active::after,
.grid-menu .has-sub:hover > a::after {
    opacity: 1;
}

.img-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.list-sub-menu {
    position: absolute;
    left: 0;
    width: 600px;
    height: 100%;
    top: 0;
    background: rgba(1, 61, 75, 0.9);
    padding: 90px 60px 90px 130px;
    list-style: none;
}

.list-sub-menu li {
}

.menu .list-sub-menu a {
    color: white;
    display: flex;
    padding: 15px 0;
    transition: 0.4s ease-in-out all;
}

.list-sub-menu a svg {
    margin-left: auto;
    display: flex;
    opacity: 0;
    transition: 0.4s ease-in-out all;
}

.list-sub-menu a:hover {
    color: var(--brun-clair);
}

.menu .list-sub-menu a:hover svg {
    opacity: 1;
}

.grid-menu.home-menu {
    background-color: transparent;
}

.grid-menu.active {
    background-color: var(--bleu);
}

.grid-menu.home-menu .menu > li > a,
.grid-menu.active .menu > li > a {
    color: white;
}

.topbar-fixed.home .grid-menu.home-menu {
    background-color: var(--bleu);

}

.grid-menu .logo svg {
    transition: 0.4s ease-in-out all;
}

.grid-menu.home-menu .logo svg,
.grid-menu.active .logo svg {
    filter: brightness(0) invert(1);
}


.prestations-title {
    margin-bottom: 0;
}

.grid-presta {
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-gap: 95px;
}

.content-presta {
    position: relative;
    z-index: 20;
    padding-top: 80px;
    padding-bottom: 80px;
    /*overflow: hidden;*/
}

.content-presta::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    height: 100%;
    width: 200vw;
    background-color: rgba(220, 220, 220, 0.3);
    z-index: -1;
}

.content-presta h1 {
    font-family: Soleil;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 34.56px;
}
.side-img{
    margin-top: 30px;
}
.side-img img {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.wp-singular a {
    /*color: var(--bleu);*/
}

.downloads {
    list-style: none;
    padding-left: 0 !important;
}

.downloads li:first-of-type a {
    padding-top: 0;
}

.downloads a {
    border-bottom: 1px solid rgba(0, 90, 112, 0.2);
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease-in-out all;
    color: var(--bleu);
}

.downloads a > svg {
    position: absolute;
    right: 0;
    top: 0;
}

.downloads a:hover {
    opacity: 0.6;
}

.txt li,
.txt p {
    color: var(--bleu);
    font-size: 18px !important;
}

.mg-bt-presta {
    margin-bottom: 60px;

}

.sous-pages {
    list-style: none;
    padding-left: 15px !important;
    display: flex;
    margin-bottom: 0;
}

.sous-pages a {
    color: var(--bleu);
    font-size: 20px;
    font-weight: 700;
    line-height: 34.56px; /* 172.8% */
    letter-spacing: -0.12px;
    opacity: 0.6;
    transition: 0.5s ease-in-out all;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
}

.sous-pages a::after {
    content: "";
    height: 4px;
    position: absolute;
    top: calc(100% - 0px);
    background-color: var(--brun-clair);
    left: 0;
    width: 100%;
    opacity: 0;
}

.sous-pages a.active {
    color: var(--brun-clair);
    opacity: 1;
}

.sous-pages a.active::after {
    opacity: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.switch-page {
    display: flex;
    padding: 50px 0;
}

.switch-page a {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    transition: 0.4s ease-in-out all;
    color: var(--brun-clair);
    text-decoration: none;
}

.switch-page a:hover {
    opacity: 0.6;
}

.switch-page .next {
    margin-left: auto;
}

.section--footer .address h4 {
    font-weight: 700;

}

.section--footer .address h4,
.section--footer .address p {
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 100px);
    width: 57%;
    /* inset: 0; */
    background-image: url("../dist/img/home_bkg.png");
    opacity: 0.3;
    z-index: -1;
}

.address {
    margin-top: 20px;
}

.grid-adresse {
    display: flex;
}

.grid-adresse > div {
    margin-right: 20px;
}

.section--footer .address p.maitrise {
    margin-top: 15px;
}

.section--footer .storio-fb {
    justify-content: flex-start;
}

.section--footer .copyright-parent {
    justify-content: flex-end;
}
.section--footer .copyright-parent .copyright{
    font-weight: 300;
}
.actu{
    display: block;
    height: calc(100% - 25px);
}
.marginstorio{
    margin-left: 115px!important;
}
#menu-icon{
    display: none;
}
@media screen and (max-width: 1400px) {
    .menu > li{
        margin-right: 20px;
    }
    .grid-menu .menu > li > a{
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px) {
    .logo svg{
        width: 140px;
    }
    .storio svg{
        width: 70px;
    }
}
@media screen and (max-width: 1100px) {
    #menu-icon{
        display: block;
    }
    .topbar .icon{
        z-index: 10005;
    }
    .topbar .logo{
        position: relative;
        z-index: 10001;
    }
    .menu{
        position: fixed;
        z-index: 10000;

        top: 0;
        flex-direction: column;
        background: var(--bleu);
        left: 0;
        width: 100%;
        height: 100vh;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        transition: 0.3s ease-in-out all;
        padding: 150px 60px 0 60px;

    }
    .menu::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-image: url("../dist/img/home_bkg.png");
        opacity: 0.2;
        z-index: -1;
    }
    .menu > li > a{
        color: white;
    }
    .menu > li{
        height: auto;
        margin-bottom: 25px;
    }
    .sub-menu{
        display: none;
    }
    .menu-open .menu{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        
    }
    .menu-open .logo svg{
        filter: brightness(0) invert(1);
    }
    .grid-menu .menu > li > a {
        font-size: 31px;
    }
    h1, .section__title{
        font-size: 41px !important;
        line-height: 46px;
    }
    .intro{
        font-size: 26px;
        line-height: 35px;
    }
    .card-gray .thumbnail,
    .card-gray .thumbnail img {
        height: 78vw;
    }
    .txtonvdo{
        position: relative;
        width: 100%;
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
        opacity: 1;
        background-color: transparent;
    }
    .txtonvdo::after{
        content: "";
        position: absolute;
        left: -50vw;
        width: 200vw;
        background-color: var(--bleu);
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .grid-presta{
        display: block;
    }
}
@media screen and (max-width: 900px) {
    body{
        overflow-x: hidden;
    }
    .grid-menu{
        padding: 0 32px;
        grid-template-columns: 230px 1fr;
    }
    .menu{
        padding: 150px 32px 0 32px;

    }
    .grid-menu .menu > li > a {
        font-size: 28px;
    }
    .topbar .logo svg {
        width: 100px !important;
    }
    .topbar .logo .storio svg {
        width: 60px !important;
    }
    .pmzd-home-slider, .pmzd-home-slider .item, .pmzd-home-slider .item .content{
        height: 80vh;
    }
    .prestations-title, .page-content .page-title, .prestations-title, .prestations-title *, h1, .section__title {
        font-size: 27px !important;
        line-height: 33px!important;
    }
    .intro *{
        font-size: 19px !important;
        line-height: 28px !important;
    }
    .page-content {
        padding-top: 8rem;
    }
    .mg-bt-presta {
        margin-bottom: 30px;
    }
    .content-presta{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .txt li, .txt p {
        color: var(--bleu);
        font-size: 17px !important;
    }
    .switch-page a {
        font-size: 19px;
    }
    .switch-page a svg {
        width: 20px;
    }
}