html {
    scroll-behavior: smooth;
}

.text-grey{
    color: #687888;
}

/* PAGES EXPERTISE */
/* PARAGRAPH LIENS ANCRÉS */
.paragraph-chapo-expertise{
    max-width: 950px;
    padding: 0 30px;
    margin: 50px auto 80px;
}
.paragraph--liens-ancre{
    display: flex;
    justify-content: center;
    margin: 50px 0;
    padding: 25px 0;
    background: #f0f7fb;
}

.paragraph--liens-ancre a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 25px;
    width: 167px;
}
.paragraph--liens-ancre a .pictos{
    height: 100px;
    width: 100%;
    position: relative;
}
.paragraph--liens-ancre a .picto-gris{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.paragraph--liens-ancre a .picto-bleu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.paragraph--liens-ancre a:hover .picto-bleu{
    opacity: 1;
}
.paragraph--liens-ancre a .picto{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.paragraph--liens-ancre a .picto img{
    max-width: 100%;
}
.paragraph--liens-ancre a:hover{
    text-decoration: none !important;
}
.paragraph--liens-ancre a:hover .text-grey{
        color: #0a83af;
    font-weight: bold;
}
.paragraph--liens-ancre a{
    text-decoration: none;
}
.lien-ancre-titre p{
    margin-bottom: 0;
}

/* BLOC ANCRÉ */
.paragraph--type--bloc-ancre{
    margin-bottom: 50px;
}
.paragraph--type--bloc-ancre .bloc-ancre-taxonomy-term-ancre{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 0px;
}
.paragraph--type--bloc-ancre .field_taxo_ancre .field_media_image img {
    height: auto;
    width: 100px;
}
.paragraph--type--bloc-ancre .bloc-ancre-taxonomy-term-ancre h2{
    font-size: 2.9rem;
    font-weight: bold;
    margin-left: 25px;
}


.paragraph--type--bloc-ancre .field_texte{
    margin: 0 0 0;
}

.vignettes-projets.side {
    display: flex;
    flex-direction: row;
}
.vignettes-projets.side .highlighted-project{
    width: 65%;
    flex-shrink: 0;
    padding-right: 20px;
    min-height: 550px;
}
.vignettes-projets.side .highlighted-project .img-container{
    background: #0a83af;
    width: 100%;
    height: 100%;

}
.vignettes-projets.side .project-list{
    width: 25%;
    flex-shrink: 0;
    max-height: 550px;
    overflow: auto;
}

.vignettes-projets.side .project-list .article-vignette{
    display: flex;
    cursor: pointer;
}
.vignettes-projets.side .project-list .article-vignette h2{
    margin-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #aeb6bc;
    transition: all 0.2s linear;
}
.vignettes-projets.side .project-list >div:not(:last-child){
    margin-bottom: 20px;
}
.vignettes-projets.side .project-list .vignette-image{
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    filter: grayscale(100%);
    transition: all 0.2s linear;
}

.vignettes-projets.side .project-list .article-vignette:hover h2{
    color: #000;
}
.vignettes-projets.side .project-list .article-vignette:hover .vignette-image{
    filter: grayscale(0%);
}

.vignette-active .vignette-image{
    filter: grayscale(0%) !important;
}
.vignette-active .vignette-image-cote{
    filter: grayscale(0%) !important;
}
.vignette-active h2{
    color: #000 !important;
}
.highlighted-project .chapo_mobile,
.highlighted-project a{
    display: none;
}

.highlighted-project .img-container .txt-container{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    position: relative;
    transition: background 0.3s linear;
}
.highlighted-project .img-container .txt-container.open{
    background: rgba(0,0,0,0.6);
}
.vignettes-projets .highlighted-project .img-container .txt-container > div{
    position: absolute;
    width: 100%;
    bottom: calc( 0% + 10px );
    transition: all 0.3s linear;
}
.vignettes-projets .highlighted-project .img-container .txt-container > div.open{
    bottom: calc( 10% + 10px );
}
.highlighted-text{
    color: white;
    margin: 0 40px;
    position: relative;
    cursor: pointer;
}
.highlighted-text .field_chapo{
    z-index: 1;
}
.highlighted-text .field_chapo,
.highlighted-text .body{
    margin-bottom: 0;
    text-transform: uppercase;
}
.highlighted-text .body{
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: -1;
}
.vignettes-projets .highlighted-project .img-container .txt-container > div.open .highlighted-text  .body{
    display: block;
    opacity: 1;
    position: relative;
    z-index: 0;
}

/*.vignettes-projets .highlighted-project .img-container .txt-container > div.open .highlighted-text .field_chapo{*/
/*position: absolute;*/
/*opacity: 0;*/
/*z-index: -1;*/
/*}*/



.vignettes-projets.side .project-nav{
    width: 10%;
    height: fit-content;
    align-self: center;
    position: relative;
}

.vignettes-projets.side .project-nav:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 100px);
    width: 2px;
    top: 50px;
    background: #687884;
    z-index: -1;
}

.project-nav-item{
    cursor: pointer;
    width: 12px;
    height: 12px;
    border: solid 0px transparent;
    border-radius: 50%;
    margin: 40px auto;
    background-color: #687884;
}

.project-nav-item.active{
    background:  #0a83af;
    position: relative;
}

.project-nav-item.active:after{
    content: '';
    border: solid 1px #0a83af;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.expertise-header{
    position: relative;
}
.expertise-header .field_media_image{
    max-height: 420px;
    overflow: hidden;
}
.expertise-header .field_media_image img{
    width: 100%;
    height: 431px;
    object-fit: cover;
}

.expertise-title{
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.expertise-title h1{
    font-size: 5.3rem;
}
.expertise-title p{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.slider-contenu-home:before{
    content: '';
    background: url(../images/puce-titre-rose.png) no-repeat center;
    width: 66px;
    height: 8px;
    display: inline-block;
}
.Projet.slider-contenu-home:before{
    content: none;
}

/*.paragraph--type--slider-contenu{*/
/*margin: 50px 100px;*/
/*}*/

.slider-contenu-item img{
    width: 100%;
    height: 100%;
}
.article-teaser{
    display: flex;
    flex-direction: row;
}

.article-teaser .field_media{
    flex: 2;
}
.article-teaser .infos{
    flex: 1.5;
    margin-left: 30px;
}

.article-teaser img{
    width: 100%;
    height: auto;
}
.view-block-2 .bx-default-pager{
    position: relative !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    padding-top: 0;
}
.view-block-2 .link{
    text-align: center;
    margin: 35px 0 45px 0;
}

.view-block-2 .link a {
    color: #0b5675;
    border:  solid 1px #0b5675;
}
.article-teaser .infos .link{
    text-align: left;
    margin: 30px 20px;
}
.article-teaser .infos .link a{
    color: #0b5675;
    border:  solid 1px #0b5675;
}
.article-teaser .infos h2{
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 350px;
}
.article-teaser .infos .date{
    color: #0b5675;
}
.article-teaser .infos .chapo{
    max-width: 80%;
    font-size: 1.6rem;
}
.slider-Actualité{
    margin-top: 50px;
    margin-bottom: 50px;
}
.titre-slider-home {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.paragraph--type--implantation img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px){
    .bx-wrapper{
        border: none;
    }
    .article-teaser{
        flex-direction: column;
    }
    .article-teaser .field_media{
        flex: 1;
    }
    .article-teaser .infos{
        flex: 1;
        margin: 15px 0 0 0;
    }

    .article-teaser .infos .chapo{
        max-width: 100%;
    }

    .slider-contenu-home:before{
        position: absolute;
        bottom: -10px;
    }
    .paragraph--type--rejoignez-nous .gros-titre{
        position: relative;
        margin-top: 50px;
    }
    .paragraph--type--rejoignez-nous .gros-titre:before{
        position: absolute;
        bottom: 50px;
        background: url(../images/puce-titre-rose.png) no-repeat center;
    }
    .paragraph--type--rejoignez-nous .offres .paragraph--type--offre .link-poste{
        position: relative;
        bottom: 0;
    }
    .gros-titre{
        font-size: 3.4rem;
    }
    .article-teaser .infos h2{
        font-size: 22px;
        font-weight: 800;
        max-width: 100%;
    }
    .slider-Actualité,
    .titre-slider-home{
        margin:30px 20px;
    }
    .article-teaser .infos .link{
        text-align: center;
    }
    .paragraph--type--rejoignez-nous .offres > div > div{
        width: 100%;
        max-width: 100%;
        min-height: 0;
    }
    .paragraph--type--rejoignez-nous .offres .paragraph--type--offre{
        min-height: 0;
    }
    .paragraph--type--rejoignez-nous .offres .bx-wrapper .bx-pager{
        position: relative;
        bottom: 0;
        padding: 0;
    }
    .paragraph--type--rejoignez-nous .offres .paragraph--type--offre .link-poste{
        bottom: -20px;
    }
    .paragraph--type--implantation img{
        width: 120%;
        height: auto;
        transform: translateX(-10%);
    }
    .paragraph--type--implantation .gros-titre{
        position: relative;
        text-align: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .paragraph--type--implantation .gros-titre:before{
        position: absolute;
        bottom: -10px;

    }
    .paragraph--type--implantation .field_chapo{
        font-size: 15px;
        margin: 0 20px;
    }
    .paragraph--type--innovation .image-fond{
        background-image: url("/sites/default/files/2020-01/innovation_mobile.jpg");
        background-color: #9f2063;
        width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .paragraph--type--innovation .zone-texte{
        text-align: left;
        padding: 12% 0;
        top: 0px;
        left: 0;
        transform: none;
    }
    .paragraph--type--innovation img{
        opacity: 0;
    }
    .paragraph--type--innovation .gros-titre{
        position: relative;
        margin-left: 40px;
    }
    .paragraph--type--innovation .gros-titre:before{
        position: absolute;
        bottom: 85px;
    }
    .paragraph--type--innovation .field_texte{
        margin: 30px;
    }
    .paragraph--type--innovation .link{
        text-align: center;
    }

    .paragraph--type--slider-contenu .bx-viewport {
        max-height: 534.329px;
    }
    .paragraph--type--slider-contenu .slider-Projet .views-row > article .zone-texte{
        width: calc(100% - 40px);
        left: 0;
        margin: 20px;
        top: 0;
        /*max-height: 80%;*/
        height: 90%;
        transform: none;
    }
    .paragraph--type--slider-contenu h2.Projet{
        top: 35px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .paragraph--type--slider-contenu h2.Projet:before {
        content: none;
    }
    .paragraph--type--slider-contenu .slider-Projet .bx-pager.bx-default-pager{
        left: 0;
        width: 100%;
    }
    .paragraph--type--slider-contenu .slider-Projet .field_media_image{
       /* width: 100vw;
        height: 100vh;*/
    }
    .paragraph--type--slider-contenu .slider-Projet .field_media_image > div{
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .paragraph--type--slider-contenu .slider-Projet .field_media_image > div img{
        /*height: 100%;
        max-width: initial;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;*/
        width: auto;
        object-fit: cover;
        height: 534px;
    }
    .paragraph--type--slider-contenu .views-row > article .zone-texte {
        padding: 30px 30px 30px;
    }
    #block-nosadresses-2 .image-fond, #block-nosadresses .image-fond {
        display: none;
    }
    #block-nosadresses-2 .view-adress .custom-col, #block-nosadresses .view-adress .custom-col{
        max-width: 100% !important;
        padding: 0;
    }
    #block-nosadresses-2 .view-adress .view-titre::before, #block-nosadresses .view-adress .view-titre::before {
        content: none;
    }
    #block-nosadresses-2 .view-adress .view-titre, #block-nosadresses .view-adress .view-titre {
        display: none;
    }
    #block-nosadresses-2 .acc-header h2, #block-nosadresses .acc-header h2 {
        font-size: 1.7rem;
        font-family: 'Raleway';
        font-weight: 500;
        text-transform: uppercase;
    }
    #block-nosadresses-2 .acc-header.open h2, #block-nosadresses .acc-header.open h2 {
        padding: 20px 0;
    }
    #block-nosadresses-2 .view-adress, #block-nosadresses .view-adress{
        position: relative;
        padding: 0;
        text-align: inherit;
        top: 0;
        left: 0;
        transform: none;
    }
    #block-nosadresses-2 .view-adress .views-row,
    #block-nosadresses .view-adress .views-row {
        border-top: 1px solid #707070;
    }
    #block-nosadresses-2 .view-adress .btn-link.collapsed,
    #block-nosadresses-2 .view-adress .view-adress .btn-link.collapsed:hover,
    #block-nosadresses-2 .view-adress .view-adress .btn-link.collapsed:focus,
    #block-nosadresses .view-adress .btn-link.collapsed,
    #block-nosadresses .view-adress .view-adress .btn-link.collapsed:hover,
    #block-nosadresses .view-adress .view-adress .btn-link.collapsed:focus {
        /*text-align: center !important;*/
        padding: 10px 15px 0;
    }

    #block-nosadresses-2 .view-adress .btn-link,
    #block-nosadresses-2 .view-adress .view-adress .btn-link:hover,
    #block-nosadresses-2 .view-adress .view-adress .btn-link:focus,
    #block-nosadresses .view-adress .btn-link,
    #block-nosadresses .view-adress .view-adress .btn-link:hover,
    #block-nosadresses .view-adress .view-adress .btn-link:focus {
        font-size: 1.3rem;
        padding: 10px 15px 0;
        position: relative;
    }
    #block-nosadresses-2 .view-adress .btn-link::after,
    #block-nosadresses .view-adress .btn-link::after {
        content: ' ';
        background: url('../images/moins-blanc.png') no-repeat center;
        width: 19px;
        height: 2px;
        position: absolute;
        top: 18px;
        right: 20px;
    }
    #block-nosadresses-2 .view-adress .btn-link.collapsed::after,
    #block-nosadresses .view-adress .btn-link.collapsed::after {
        background: url('../images/plus-blanc.png') no-repeat center;
        width: 18px;
        height: 18px;
        top: 10px;
        right: 20px;
    }
    #block-nosadresses-2 .paragraph--type--adresse,
    #block-nosadresses .paragraph--type--adresse {
        padding: 0 15px;
    }
    #block-nosadresses-2 .background, #block-nosadresses .background{
        position: absolute;
    }
    #block-nosadresses-2 .background img, #block-nosadresses .background img{
        width: 100%;
        height: auto;
    }
    #block-nosadresses-2 .paragraph--type--adresse h4,
    #block-nosadresses .paragraph--type--adresse h4,
    #block-nosadresses-2 .paragraph--type--adresse p,
    #block-nosadresses .paragraph--type--adresse p,
    #block-nosadresses-2 .paragraph--type--adresse .field_telephone,
    #block-nosadresses .paragraph--type--adresse .field_telephone {
        font-size: 1.2rem;
    }
    #block-nosadresses-2 .email, #block-nosadresses .email{
        position: relative;
        margin: 20px 0 0 0;
    }
    footer .site-footer__top >div{
        display: flex;
        flex-direction: column;
    }
    .paragraph--liens-ancre{
        display: none;
    }
    .vignettes-projets.side .project-nav,
    .highlighted-project{
        display: none;
    }
    .vignettes-projets.side .project-list{
        width: 100%;
    }

    .bloc-ancre-projets .bx-wrapper{
        box-shadow: none;
    }
    .paragraph--type--bloc-ancre{
        margin:20px 0;
    }
	.paragraph--type--bloc-ancre .bloc-ancre-taxonomy-term-ancre {
		padding-top: 0;
    }
    .paragraph--type--bloc-ancre .container-ikos {
        padding: 0;
    }
	.paragraph-chapo-expertise {
		margin-bottom: 30px;
	}
    .vignettes-projets.side .project-list .article-vignette{
        flex-direction: column;
    }
    .paragraph--type--slider-vignettes-basses .hidden-content-desktop h2,
    .paragraph--type--slider-vignettes-basses .hidden-content-desktop > .field_chapo,
    .paragraph--type--slider-vignettes-basses .hidden-content-desktop .body{
        display: none !important;
    }
    .vignettes-projets.side .project-list .vignette-image{
        width: 100%;
        height: 200px;
    }
    .vignettes-projets.side .project-list .vignette-image{
        filter: grayscale(0%);
    }
    .vignettes-projets.side .project-list .article-vignette h2{
        margin: 20px;
        font-size: 2rem;
        font-weight: 800;
        color: #000;
    }

    .hidden-content-desktop a{
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        text-align: center;
        margin: 20px auto;
        width: 20px;
        height: 20px;
        display: block;
        font-size: 35px;
        position: relative;
    }
    .hidden-content-desktop a:before{
        content: '';
        width: 2px;
        height: 20px;
        top: 0;
        left: calc( 50% - 1px);
        background: #007bff;
        position: absolute;
    }
    .hidden-content-desktop a:after{
        content: '';
        width: 20px;
        height: 2px;
        top: calc( 50% - 1px );
        left: 0;
        background: #007bff;
        position: absolute;
    }
    .paragraph--type--bloc-ancre .bloc-ancre-taxonomy-term-ancre .field_picto img {
        width: 54px;
        height: 54px;
    }
    .paragraph--type--bloc-ancre .bloc-ancre-taxonomy-term-ancre h2 {
        line-height: 1;
        margin-left: 15px;
    }

}


/* Paragraphs page édito */

/*Paragraphe mini slider*/
.mini-slide > div {
    display: flex;
}
.mini-slide .field_media > div {
    position: relative;
    max-width: 100%;
    width: 540px;
    height: 350px;
    overflow: hidden;
}
.mini-slide .field_media > div img{
    position: absolute;
    width: 100%;
    height: auto;
}
.bx-wrapper{
    border: none;
    box-shadow: none;
}
.mini-slide .bx-wrapper{
    height: 350px;
    max-width: 615px !important;
}

.mini-slide{
    margin-bottom: 50px;
}
.mini-slide .field_texte{
    /*margin-top: 50px;*/
    margin-top: 10px;
    margin-left: 20px;
}
.mini-slide .field_texte strong{
    font-size: 19px;
}
.mini-slide .bx-controls{
    width: 100%;
    height: 40px;
    position: relative;
}
.mini-slide .bx-pager{
    width: 100%;
    left: 0;
    bottom: 0;
}
.moyen-titre {
    text-transform: uppercase;
}
.paragraph--type--bloc-mini-slider .moyen-titre:after{
    background: url("../images/puce-titre-rose.png") no-repeat center;
}

/*Paragraphe témoignage*/
.youtubeimg{
    max-width: 100%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 auto;
    padding-bottom: 56.25%;
}
/*.youtubeimg:hover:before{
    opacity: 1;
}
.youtubeimg:before{
    content: '';
    background-image: url("../images/youtube-play.svg");
    background-size: 70px 70px;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0.9;
}*/
.video .ikos-popup--window-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}
.video .ikos-popup--window{
    min-height: 0;
}
.video .ikos-popup.open .ikos-popup--window{
    width: calc(50% - 100px);
    max-width: 700px;
    max-height: calc(100vh - 100px);
}
@media screen and (max-width: 768px){
    .video .ikos-popup.open .ikos-popup--window{
        width: calc(100% - 80px);
    }
}
.video iframe.media-oembed-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: inherit;
}
.video .ikos-popup--close{
    /*background-color: white;*/
    top: -40px;
    right: 0;
    padding: 15px;
    background-repeat: no-repeat;
}

/* Paragraphe vignettes basses*/
/*.paragraph--type--slider-vignettes-basses {*/
    /*padding: 50px 9rem;*/
/*}*/
.paragraph--type--slider-vignettes-basses.bleu{
    background-color: #203b57;
    margin: 0;
}
.paragraph--type--slider-vignettes-basses.bleu .moyen-titre:after{
    background: url(../images/puce-titre-cyan.png) no-repeat center;
}
.paragraph--type--slider-vignettes-basses.bleu *{
    color: white;
}
/*.paragraph--type--slider-vignettes-basses h2.moyen-titre{*/
    /*margin: 30px 0;*/
/*}*/
.paragraph--type--slider-vignettes-basses h2.moyen-titre:after{
    background: url("../images/puce-titre-rose.png") no-repeat center;

}
.paragraph--type--slider-vignettes-basses .project-list{
    display: flex;
    margin-left: -20px;
}
.paragraph--type--slider-vignettes-basses .project-list > div{
    width: calc( 25% - 25px);
    margin: 0 20px;

}
.paragraph--type--slider-vignettes-basses .project-list > div .paragraph--type--vignette {
    width: 100%;
}
.paragraph--type--slider-vignettes-basses h2{
    text-transform: uppercase;
    font-weight: 800 !important;
}
.vignette-image-basse{
    height: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 65%; /*Responsive aspect ratio*/
}
.paragraph--type--slider-vignettes-basses{
    padding-top: 40px;
    padding-bottom: 40px;
}
.paragraph--type--slider-vignettes-basses .highlighted-project{
    display: flex;
    margin-bottom: 40px;
}

.paragraph--type--slider-vignettes-basses .highlighted-project > div{
    width: 50%;
    margin: 0;
}

.paragraph--type--slider-vignettes-basses .highlighted-project .img-container{
    height: 0;
    padding-bottom: 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

.paragraph--type--slider-vignettes-basses .highlighted-project .txt-container{
    /*display: flex;*/
    align-items: center;
}
.paragraph--type--slider-vignettes-basses .highlighted-project .txt-container h2 {
    margin-left: 20px;
    margin-bottom: 15px;
}
.paragraph--type--slider-vignettes-basses .highlighted-project .txt-container .field_texte{
    margin-left: 20px;
}
.paragraph--type--slider-vignettes-basses .project-list .vignette-basse.vignette-active{
    visibility: hidden;
    position: absolute;
    z-index: -9999;
    opacity: 0;
    color: white;
    transition: opacity 0.8s ease-out;
}
.paragraph--type--slider-vignettes-basses .project-list .vignette-basse{
    visibility: visible;
    position: relative;
    opacity: 1;
    transition: opacity 0.8s linear;
    cursor: pointer;
}

/* vignette coté */
.paragraph--type--slider-vignettes-cote h2:after{
    background: url(../images/puce-titre-rose.png) no-repeat;

}
.vignette-cote-sombre{
    background: #282d37;
}

.vignette-cote-sombre *{
    color: white;
}

.paragraph--type--slider-vignettes-cote .project-list{
    display: flex;
}

.paragraph--type--slider-vignettes-cote .project-list > div .paragraph--type--vignette {
    display: flex;
}
.container-vignette-cote{
    padding: 40px 0;
}
.container-vignette-cote .intro{
    /*margin-top: 30px;*/
    margin-bottom: 50px;
}
.vignette-image-cote{
    width: 120px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    filter: grayscale(100%);
    transition: all 0.2s linear;
}

.paragraph--type--slider-vignettes-cote .highlighted-project{
    display: flex;
    margin-bottom: 40px;
}

/*.paragraph--type--slider-vignettes-cote .highlighted-project > div{*/
/*width: 50%;*/
/*margin: 0 20px;*/
/*}*/

.paragraph--type--slider-vignettes-cote .highlighted-project .img-container{
    /*height: 0;*/
    /*padding-bottom: 30%;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.paragraph--type--slider-vignettes-cote .highlighted-project .txt-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

.paragraph--type--slider-vignettes-cote .highlighted-project .txt-container h2 {
    position: relative;
    margin: 0;
    padding: 0 50px 10px 50px;
    text-transform: uppercase;
    font-weight: 800;

    /* ikos-16341 Rendre plus lisible les titres des slider projet. */
    text-shadow:
      0 .1em .03em rgba(0,0,0,.2),
      0 0 .1em rgba(0,0,0,.2),
      0 .03em .07em rgba(0,0,0,.3),
      0 .07em .1em rgba(0,0,0,.2),
      0 .1em .07em rgba(0,0,0,.3);
}

.paragraph--type--bloc-ancre .field_chapo {
    text-transform: uppercase;
    margin: 10px 50px ;
}

.paragraph--type--slider-vignettes-cote .highlighted-project .txt-container .field_chapo{
    margin: 10px 50px 30px;
    text-transform: uppercase;
}
.paragraph--type--slider-vignettes-cote .highlighted-project .txt-container .body{
    max-height: 0;
    /*margin: 0;*/
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.5s, opacity 0.5s linear;
}
.paragraph--type--slider-vignettes-cote .highlighted-project .txt-container.open .body{
    visibility: visible;
    opacity: 1;
    max-height: 3000px;
    margin: 5px 50px;
    display: block;
    /*transition: max-height 0.5s, opacity 0.5s linear;*/

}
.paragraph--type--slider-vignettes-cote .project-list .vignette-cote{
    cursor: pointer;
}

.txt-container h2:before,
.txt-container h2:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    background: white;
    transition: all 0.3s linear;
}
.txt-container h2:before{
    transform: translateY(-50%) rotate(90deg);
}

.txt-container.open h2:before,
.txt-container.open h2:after{
    transform: translateY(-50%);
}

.txt-container h2 .field_titre::before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .5);
}


.vignettes-cote-container{
    display: flex;
    flex-direction: row;
    max-height: 600px;
    overflow: hidden;
}
.vignettes-cote-container .highlighted-project{
    width: 65%;
    flex-shrink: 0;
    padding-right: 30px;
    min-height: 600px;
}
.vignettes-cote-container .highlighted-project .img-container{
    background-color: #0a83af;
    width: 100%;
    height: 100%;
}
.vignettes-cote-container .project-list{
    width: 40%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none; /*<= only pour firefox ---- pour chrome voir juste en dessous ligne 1012 */
}
.project-list.slider-mobile::-webkit-scrollbar {
    display: none;
}
.vignettes-cote-container .project-list > div:not(:last-child){
    margin-bottom: 30px;
}
.vignettes-cote-container .project-nav{
    width: 10%;
    height: fit-content;
    align-self: center;
    position: relative;
}
.vignettes-cote-container .project-nav .project-nav-item{
    z-index: 2;
}
.vignette-cote-sombre .vignettes-cote-container .project-nav .project-nav-item.active{
    background: white;
}
.vignette-cote-sombre .vignettes-cote-container .project-nav .project-nav-item:after{
    border: solid 1px white;
}
.vignettes-cote-container .project-nav:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 100px);
    width: 2px;
    top: 50px;
    background: #687884;
    z-index: 0;
}
.vignettes-cote-container .project-list h2 {
    margin-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #aeb6bc;
    transition: all 0.2s linear;
}

.vignette-cote-sombre .vignette-cote h2 .field_titre{
    color: #687884;
}
.vignette-cote-sombre .vignette-cote.vignette-active h2 .field_titre{
    color: white;
}
.vignette-cote-sombre .moyen-titre:after{
    background: url(../images/puce-titre-cyan.png) no-repeat;
}
/* Paragraphe liste temoignage*/

.paragraph--type--slider-temoignages .paragraph--type--temoignage{
    background: none;
    padding: 20px 0;
}
.paragraph--type--temoignage .youtubeimg{
    height: 460px;
    width: 540px;
    -webkit-background-size: 155%;
    background-size: 155%;
    margin: 0;
    position: relative;
}
@media screen and (max-width: 768px){
    .paragraph--type--temoignage .youtubeimg{
        height: 0;
        padding-bottom: 76.25%;
        width: 100%;
    }
}
.paragraph--type--slider-temoignages {
    background: #e2e7eb;
}
.temoignage-list{
    display: flex;
    flex-wrap: wrap ;
}
.temoignage-list > .field_temoignage{
    flex: 0 50%;
    cursor: pointer;
}


.paragraph--type--slider-temoignages{
   padding: 30px 0;
}
.paragraph--type--slider-temoignages .paragraph--type--liste-temoignage{
    padding: 40px 9rem;
}
.paragraph--type--slider-temoignages .temoignage-content{
    display: flex;
}
.paragraph--type--slider-temoignages h2:after{
    background: url("../images/puce-titre-rose.png") no-repeat center;
}
.paragraph--type--slider-temoignages .temoignage-content .droite {
    color: #000;
    font-size: 2.1rem !important;
}
.paragraph--type--slider-temoignages .temoignage-content .droite .decor{
    background: url("../images/decor-rose.png") no-repeat center;
}

.paragraph--type--slider-temoignages .temoignage-content .droite blockquote:before,
.paragraph--type--slider-temoignages .temoignage-content .droite blockquote:after{
    background: url("../images/quote-rose.png") no-repeat center !important;
}
.temoignage-list .paragraph--type--temoignage .temoignage-content .droite blockquote::before,
.temoignage-list .paragraph--type--temoignage .temoignage-content .droite blockquote::after {
    content: none;
}
.temoignage-first .paragraph--type--temoignage .droite .nom {
    font-weight: 800;
}

.temoignage-list .paragraph--type--temoignage .droite .nom {
    font-weight: 800;
}
.paragraph--type--slider-temoignages .temoignage-content .droite .poste{
    color: #a02064 !important;
    font-weight: bold;
    text-transform: uppercase;
}
.paragraph--type--slider-temoignages .temoignage-list .droite{
    width: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
}
.paragraph--type--slider-temoignages .temoignage-list .droite .nom{
    order: 1;
}
.paragraph--type--slider-temoignages .temoignage-list .droite .poste{
    order: 2;
}
.paragraph--type--slider-temoignages .temoignage-list .droite .field_texte_cut{
    order: 3;
    margin-right: 20px;
}
.paragraph--type--slider-temoignages .temoignage-list .droite .field_texte{
    display: none;
}
.paragraph--type--slider-temoignages .temoignage-list .droite .decor{
    order: 4;
}
.paragraph--type--slider-temoignages .temoignage-list .image.gauche .field_media > div {
    position: relative;
}
.paragraph--type--slider-temoignages .temoignage-list .image.gauche{
    width: 155px;
    height: 155px;
    overflow: hidden;
    flex-shrink: 0;
}
.paragraph--type--slider-temoignages .temoignage-list .image.gauche img{
    height: 155px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.paragraph--type--slider-temoignages .paragraph--type--temoignage .container-ikos{
    width: 100%;
    padding: 0;
}
.paragraph--type--grille {
    padding: 30px;
}
/*Paragraphe mise en avant*/
.paragraph--type--mise-en-avant .image-fond *{
    height: 100%;
    object-fit: cover;
}
.paragraph--type--mise-en-avant .moyen-titre{
    text-align: left;
    text-transform: uppercase;
}
.paragraph--type--mise-en-avant .moyen-titre.centre{
    text-transform: uppercase;
    width: fit-content;
    margin: 30px auto;
}
.paragraph--type--mise-en-avant .moyen-titre:after{
    background: url(../images/puce-titre-rose.png) no-repeat center;
}
.paragraph--type--mise-en-avant .moyen-titre.centre:after{
    background: url(../images/puce-titre-cyan.png) no-repeat center;
    margin: 0;
}
.paragraph--type--mise-en-avant .field_petit_bloc_contenu{
    display: flex;
    margin: auto -20px;
}
.paragraph--type--mise-en-avant .field_petit_bloc_contenu > div{
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.paragraph--type--mise-en-avant .bx-wrapper .field_petit_bloc_contenu{
    display: block;
    margin: auto;
    height: 100%;
}
.paragraph--type--mise-en-avant .bx-wrapper .field_petit_bloc_contenu > div{
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.paragraph--type--mise-en-avant > .zone-texte .paragraph--type--petit-bloc-contenu{
    padding: 0;
    /*background: white;*/
    text-align: left;
}
.paragraph--type--mise-en-avant .field_projet{
    padding: 40px 40px 80px 40px;
    color: white;
    height: 100%;
    position: relative;
    background: #203b57;
}
.paragraph--type--mise-en-avant > .zone-texte .paragraph--type--petit-bloc-contenu .field_projet .titre-projet {display: none;}
.paragraph--type--mise-en-avant .field_projet .contextual-region{
    position: initial;
}
.paragraph--type--mise-en-avant .field_projet h4{
    font-weight: bold;
}
.paragraph--type--mise-en-avant .field_projet .field_lien{
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_lien:after,
.paragraph--type--mise-en-avant .field_projet .field_lien:after{
    content: '';
    width: 25px;
    height: 2px;
    background: #02709e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    pointer-events: none;
}
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_lien:before,
.paragraph--type--mise-en-avant .field_projet .field_lien:before{
    content: '';
    width: 2px;
    height: 25px;
    background: #02709e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    pointer-events: none;
}
.paragraph--type--mise-en-avant .field_projet .field_lien:hover:before,
.paragraph--type--mise-en-avant .field_projet .field_lien:hover:after{
    background: white;
}
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_lien:hover:before,
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_lien:hover:after{
    background: #000;
}
.paragraph--type--mise-en-avant .field_projet .field_lien a{
    opacity: 0;
}
.paragraph--type--mise-en-avant .field_projet .display-none-mise-en-avant,
.display-mise-en-avant{
    display: none;
}
.paragraph--type--mise-en-avant .field_projet .display-mise-en-avant{
    display: block;
}
.paragraph--type--mise-en-avant .field_projet .zone-texte .field_texte{
    background: white;
    padding: 30px 20px;
    margin: 40px 20px;
}
.paragraph--type--mise-en-avant .field_projet .link{
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet{
    display: block;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 20px 20px 20px 20px;
}
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_titre{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_texte{
    display: none;
}
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_lien{
    width: 100px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet .field_surtitre{
    text-transform: uppercase;
    color: #02709e;
    font-size: 18px;
    font-weight: 500;
}
.paragraph--type--mise-en-avant .bx-wrapper .bx-pager{
    bottom: -50px;
}

.paragraph--type--bloc-sur-image{
    position: relative;
    overflow: hidden;
}

.paragraph--type--bloc-sur-image .image-fond{
    /*position: absolute;*/
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 768px){
    .mini-slide{
        margin-bottom: 0;
    }
    .mini-slide > div{
        flex-direction: column;
    }
    .mini-slide .field_media > div{
        height: 230px;
    }
    .mini-slide .field_texte{
        margin: 0;
    }
    .paragraph--type--temoignage{
        padding: 20px 0;
    }
    .paragraph--type--temoignage .temoignage-content{
        display: flex;
        flex-direction: column;
    }
    .paragraph--type--temoignage .temoignage-content .temoignage-first{
        padding-bottom: 40px;
    }
    .paragraph--type--temoignage .temoignage-content .temoignage-first .image.gauche{
        width: 100%;
        margin: 0;
    }
    .paragraph--type--temoignage .temoignage-content .droite{
        width: 100%;
    }
    .paragraph--type--slider-vignettes-basses .highlighted-project{
        flex-direction: column;
        margin: 0;
    }
    .paragraph--type--slider-vignettes-basses .highlighted-project > div{
        width: 100%;
        margin: 0;
    }
    .paragraph--type--slider-vignettes-basses .highlighted-project .img-container{
        padding-bottom: 60%;
        margin-bottom: 30px;
    }
    .paragraph--type--slider-vignettes-basses .highlighted-project .field_texte ul{
        margin:0 20px;
    }
    .paragraph--type--slider-vignettes-basses .project-list{
        flex-wrap: wrap;
    }
    .paragraph--type--slider-vignettes-basses .project-list > div{
        width: 100%;
        flex: 0 50%;
        margin: 0;
    }
    .paragraph--type--slider-vignettes-basses .project-list > div .paragraph--type--vignette{
        width: calc( 100% - 30px);
        margin: 0 auto;
    }
    .paragraph--type--slider-vignettes-basses .highlighted-project .field_texte{
        margin-bottom: 30px;
    }
    .bloc-slide-mini{
        margin-bottom: 30px;
    }

    .vignettes-cote-container{
        flex-direction: column;
        max-height: none;
    }
    .field_slider_vignettes_cote .container-vignette-cote {
      padding: 0;
    }
    .field_slider_vignettes_cote .bx-wrapper {
      margin: 0;
    }

    .vignettes-cote-container .highlighted-project{
        display: none;
    }
    .vignettes-cote-container .project-nav{
        display: none;
    }
    .vignettes-cote-container .project-list{
        width: 100%;
        display: block;
    }
    .paragraph--type--slider-vignettes-cote .project-list > div .paragraph--type--vignette{
        flex-direction: column;
    }
    .vignette-image-cote{
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .hidden-content-desktop{
        display: block;
    }
    .vignette-image-cote{
        filter: grayscale(0%);
    }
    .vignettes-cote-container .project-list .hidden-content-desktop h2{
        display: none;
    }
    .vignettes-cote-container .project-list h2{
        margin: 20px 20px 10px;
        font-weight: 800;
        font-size: 2rem;
        color: #000
    }
    .vignettes-cote-container .vignette-cote h2 .field_titre{
        /*color: white;*/
        text-transform: uppercase;
    }
    /* .vignettes-cote-container .project-list .hidden-content-desktop .field_chapo{

    } */
    .vignettes-cote-container .project-list .hidden-content-desktop .field_chapo,
    .vignettes-cote-container .project-list .hidden-content-desktop .body{
        text-transform: uppercase;
        margin: 20px 20px;
    }
    .hide-mobile{
        display: none;
    }
    .vignettes-cote-container .bx-wrapper .bx-pager{
        position: relative;
        bottom: 0;
    }
    .paragraph--type--mise-en-avant .field_petit_bloc_contenu > div{
        margin: 0;
    }
    .paragraph--type--mise-en-avant > .zone-texte .paragraph--type--petit-bloc-contenu{
        height: 350px;
        width: calc(100vw - 40px);
        /*transform: translateX(20px);*/
    }
    /*.paragraph--type--mise-en-avant .field_projet{*/
        /*width: calc(100vw - 60px);*/
    /*}*/
    .paragraph--type--mise-en-avant .image-fond img{
        height: 100%;
        width: auto;
    }
    .paragraph--type--mise-en-avant .image-fond *{
        height: 100%;
    }
    /*.paragraph--type--mise-en-avant .paragraph--type--petit-bloc-contenu .not-projet{*/
    /*padding: 80px 20px;*/
    /*}*/
    .paragraph--type--slider-temoignages .paragraph--type--liste-temoignage .temoignage-first img{
        width: 100%;
        height: 100%;
    }
    .temoignage-list{
        flex-direction: column;
    }
    .paragraph--type--slider-temoignages .temoignage-first .image.gauche{
        width: 100%;
        margin-right: 0;
    }
    .paragraph--type--bloc-texte{
        padding:40px 20px;
    }
    .paragraph--type--slider-temoignages .temoignage-first .image.gauche .field_media_image{
        display: flex;
        justify-content: center;
    }
    .paragraph--type--slider-temoignages .temoignage-first .image.gauche .field_media_image img {
        width: 100%;
        height: auto;
    }
    .paragraph--type--mise-en-avant .field_projet {
        padding: 15px 20px 15px 20px;
    }
    .paragraph--type--petit-bloc-contenu .zone-texte .gros-titre {
        font-size: 3rem;
    }
    .paragraph--type--petit-bloc-contenu .zone-texte h4 {
        font-size: 1.7rem;
    }
    .paragraph--type--petit-bloc-contenu .zone-texte .intro {
        font-size: 1.3rem;
    }
    .paragraph--type--grille {
        padding: 30px 0;
    }
}

.field_texte ul {
    list-style: none; /* Remove default bullets */
    margin-left: 30px;
}

.field_texte ul li::before {
    content: "\2022";
    color: #02709e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
@media screen and ( min-width: 769px){
    .hidden-content-desktop{
        display: none;
    }
}


/* @media screen and ( max-width : 768px) { */
@media screen and ( max-width : 1165px) {
    header .section {
        height: 77px;
    }
    .region-header{
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        background: #203b57;
        padding: 65px 40px 0;
    }
    .region-header.open{
        display: flex !important;
        flex-direction: column;
    }
    .region-header.open-search {
        padding: 170px 40px 0;
    }
    .sf-accordion-toggle{
        display: none;
    }
    .region-header.open #superfish-main-accordion{
        left: auto !important;
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .burger-toggle{
        margin-top: 15px;
        width: 40px;
        height: 20px;
        float: right;
        position: relative;
        border-top: solid 4px #203b57;
        border-bottom: solid 4px #203b57;
    }

    .burger-toggle:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: #203b57;
        top: 50%;
        transform: translateY(-50%);
    }
    .path-frontpage .burger-toggle{
        border-top: solid 4px white;
        border-bottom: solid 4px white;
    }
    .path-frontpage .burger-toggle:before{
        background: white;
    }
    .region-header .burger-toggle{
        border: none;
        position: absolute;
        top: 10px;
        right: 40px;
        z-index: 50;
    }
    .region-header .burger-toggle:before{
        position: absolute;
        content: '';
        width: 30px;
        height: 3px;
        background: white;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);

    }
    .region-header .burger-toggle:after{
        position: absolute;
        content: '';
        width: 30px;
        height: 3px;
        background: white;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(135deg);

    }

    .region-header #block-dropdownlanguage{
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 25px;
        padding-left: 40px;
        padding-right: 40px;
        z-index: 3;
    }
    body:not(.path-frontpage) .dropbutton-wrapper {
        position: relative;
    }
    body:not(.path-frontpage) .dropdown-language-item.dropbutton li {
        padding: 0;
        background: transparent;
        color: #fff;
    }
    body:not(.path-frontpage) .dropdown-language-item.dropbutton a {
        color: #fff;
    }
    body:not(.path-frontpage) .dropbutton-multiple.open .dropbutton-arrow {
        border: none;
        left: 5px;
        right: inherit;
    }
    .dropbutton-multiple.open .dropbutton .secondary-action {
        display: inline-block !important;
    }
    .dropbutton-multiple.open .dropbutton .secondary-action:after {
        content: ' ';
        width: 1px;
        height: 20px;
        background: #fff;
        display: inline-block;
        margin: 0 3px;
        position: relative;
        top: 3px;
    }
    .dropbutton-multiple.open .dropbutton .secondary-action:last-child:after {
        content: none;
    }
    .dropbutton-toggle {
        right: inherit;
        left: 25px;
        height: 28px;
    }
    .dropbutton-arrow {
        background: url(../images/arrow-open.png) no-repeat center;
        width: 16px;
        height: 9px;
        border: none;
    }
    .dropbutton-multiple.open .dropbutton-arrow {
        border: none;
        background: url(../images/arrow-close.png) no-repeat center;
    }
    .region-header #block-customsearchblock{
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 25px;
        padding-left: 40px;
        padding-right: 100px;
    }
    .dropdown-language-item.dropbutton a {
        display: inline-block;
    }

    .sf-menu li.sf-depth-1 > a{
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }
    .sf-menu li.sf-depth-1 ul a{
        font-weight: 500;
        color: white;
    }

    .page-node-type-homepage #block-connexionblock .profil{
        background-position: 0;
        padding: 0;
        /*text-align: center;*/
    }
    #block-connexionblock{
        margin: 15px 0 0;
        border-top: solid 1px rgba(255,255,255,0.7);
    }
    #block-connexionblock .profil {
        width: 100%;
        background: url(../images/profil.png) no-repeat;
        padding: 0 30px;
    }
    #block-connexionblock .profil:after{
        content: 'Espace consultant';
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 30px;
    }
    #block-connexionblock form.user-login-form #edit-submit--2 {
        font-weight: 700;
    }
    .user-logged-in #block-connexionblock .mobile .link-ec a,
    .user-logged-in #block-connexionblock .mobile .link-ec a:hover {
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
    }
    .user-logged-in #block-connexionblock .mobile .link-ec a:before {
        content: ' ';
        background: url(../images/profil.png) no-repeat center;
        width: 20px;
        height: 19px;
        display: inline-block;
        margin-right: 10px;
    }
    .user-logged-in #block-connexionblock .mobile a.logout,
    .user-logged-in #block-connexionblock .mobile a.logout:hover {
        border: 1px solid #fff;
        display: block;
        padding: 10px 15px;
        margin: 0 auto;
        color: #fff;
        text-decoration: none;
        margin-top: 10px;
        width: 160px;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }
    #block-customsearchblock .loupe {
        background-image: url(../images/loupe.png) !important;
    }
    #block-customsearchblock .loupe.open {
        background-image: url(../images/cross-white.png) !important;
        background-size: 60% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 10px !important;
        height: 10px !important;
        background-color: transparent !important;
        z-index: 52;
        position: relative;
        right: -60px
    }
    #block-customsearchblock form.custom-search-form{
        width: 80vw;
        top: 9px;
        background: #203b57 !important;
        right: 40px;
        padding: 10px 0;
        z-index: 51;
    }

    #block-customsearchblock form.custom-search-form input.form-text{
        width: 100%;
        color: #fff;
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0 25px 9px;
    }
    #block-customsearchblock form.custom-search-form #edit-submit {
        color: #fff;
        border: none;
        background-image: url(../images/loupe.png) !important;
        background-size: 69% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 20px !important;
        height: 19px !important;
        background-color: transparent !important;
        z-index: 10;
        text-indent: -999999px;
        position: absolute;
        top: 17px;
        left: -4px;
    }

    #block-connexionblock form.user-login-form{
        background: none;
        display: block;
        position: inherit;
        right: inherit;
        top: inherit;
    }
    #block-connexionblock form.user-login-form h2{
        display: none;
    }
    #block-connexionblock form.user-login-form label{
        font-weight: 300;
        color: white;
    }
    #block-connexionblock form.user-login-form .form-text {
        width: 100%;
    }
    #block-connexionblock form.user-login-form .forgot-pwd{
        color: white;
        text-decoration: underline;
    }
    #block-connexionblock form.user-login-form .form-submit{
        color: white !important;
    }

    #block-pieddepage #superfish-footer {
        display: block !important;
    }
    ul#superfish-footer.sf-menu li {
        float: none;
        margin-bottom: 5px;
    }
    .paragraph--type--slider-vignettes-basses .project-list {
        margin-left: inherit;
    }
}

/*.field_bloc > div:last-of-type{
    margin-bottom: 50px;
}*/

.page-node-type-splitscreen .breadcrumbs.hidden{
  display: block;
}


/*
  ikos-16752 le footer ne doit pas apparaître avant d'être sur le dernier item.

  @see themes/ikos/assets/js/slideshow.js
*/

.page-node-type-splitscreen .content-bottom,
.page-node-type-splitscreen .site-footer {
  display: none;
}
.page-node-type-splitscreen .content-bottom.show,
.page-node-type-splitscreen .site-footer.show {
  display: block;
}
