:root {
    --small-margin: 40px;
    --medium-margin: 70px;
    --large-margin: 100px;
    --dynamic-margin: 8vw;

    --bleu: #3E5AFF;
    --gris: #BABBC9;
    --noir: #212129;
    --grisclair: #F0F0F1;
    --blanc: #ffffff;
}
::selection {
    background-color: var(--bleu);
    color: white;
}

/* Firefox */
::-moz-selection {
    background-color: var(--bleu);
    color: white;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #676767;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    width: 0px;
}
/**************
GENERAL
 ************/
html.menu-toggled{
    overflow: hidden;
}
body.safari{
    height: auto!important;
}
body.safari #wrapper{
    top: unset!important;
    position: static!important;
    /*overflow-x: hidden!important;*/
    transform: unset!important;
    /*transform: translate(0 , 0) !important;*/
}
body.safari #header{
    /*transform: translate(0 , 0) !important;*/
    transform: unset!important;
    transition: 0s ease-in-out all;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    z-index: 10000;

}
body.safari div[smoothie-parallax]{
    transition: 0s ease-in-out all!important;
}
body.safari footer, body.safari #container{
    overflow: hidden;
}
body.safari #container{
    margin-top: 75px;
}
body.safari .margin-sticky{
    transition: 0s ease-in-out all!important;
}
body{
    background: var(--blanc);
}
body.home{
    background-color: var(--noir);
}
body a:hover{
    /*cursor: url("../images/cursor.png") 20 20, move;*/
}

.follower {
    width: auto;
    padding: 0px 10px;
    background-color: var(--bleu);
    color: white;
    border-radius: 9px;
    position: fixed;
    text-transform: uppercase;
    display: none;
    z-index: 10000;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: 0.4s ease-in-out max-width;
    /*max-height: 0;*/
    overflow: hidden;
    white-space: nowrap;
}
.follower.active{
    animation: heigthfollow 0.6s ease-in-out forwards;

}
@keyframes heigthfollow {
    0%{
        padding: 5px 0px;
        max-width: 0px;

    }
    100%{
        max-width: 600px;
        padding: 5px 10px;
    }
}
.page-template-template-portfolio #follower{
    display: none!important;
}
*{
    font-family: 'Euclid Circular A';
}
h1{
    font-size: 114px;
    font-weight: 700;
    line-height: 130px;
    text-align: center;
    position: relative;
    z-index: 3;
    color: var(--bleu);
    margin-bottom: 70px;
}
h2{
    margin: 0;
    font-weight: 700;
    /*font-size: 50px;*/
    /*line-height: 116%;*/

    font-size: 40px;
    line-height: 50px;
    color: var(--bleu);
    margin-bottom: 30px;
}

p, ul:not(.menu){
    /*font-size: 22px;*/
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin:  0 0 30px 0;
    color: var(--noir);
}
li:not(.menu-item){
    padding-left: 20px;
    position: relative;
}
li:not(.menu-item)::before{
    content: ">";
    color: var(--bleu);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    font-weight: 700;
}
.white{
    color: var(--blanc);
}
.color-blue{
    color: var(--bleu);
}
.left-title{
    position: absolute;
    left: -60px;
    bottom: 14px;
}
.right-title{
    position: absolute;
    right: -60px;
    bottom: 14px;
}

.two-col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
}
.wd-80{
    width: 80%;
    max-width: 1100px;
    margin: auto;
}

.wd-90{
    width: 90%;
    margin: auto;
}
/*home*/
body.home #header, .bg-black{
    background-color: var(--noir);
}
.bg-home{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: var(--noir);
    z-index: -1;
    transition: 0.6s ease-in-out all;
}
.sectionwhite{
    position: relative;
    top: -200px;
}
body.no-scroll{
    overflow: hidden;
}
/**********
HEADER
 *******/
body.home h1 svg path{
    fill: var(--bleu);
}
.question-sticky{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10000;
    font-size: 30px;
    font-weight: 700;
    background-color: var(--bleu);
    color: white;
    /* padding: 25px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid var(--bleu);
    transition: 0.4s ease-in-out all;
}
.question-sticky:hover{
    background-color: transparent;
    color: var(--bleu);
}
.page-template-template-questions .question-sticky{
    display: none;
}
#header{
    /*padding: 35px 5% 30px 5%;*/
    padding: 0px 5% 0px 5%;
    /*height: 105px;*/
    display: flex;
    position: relative;
    z-index: 10000;
    transition: 0.4s ease-in-out all;
    background-color: var(--blanc);
    /*overflow-x: hidden;*/
}
#header.fixed-header, #header.shadow-header{
    /*padding: 20px 5%;*/
    /*height: 85px;*/
    min-height: 75px;
    box-shadow: 5px 4px 21px -6px rgba(62,90,255,0.07);
    -webkit-box-shadow: 5px 4px 21px -6px rgba(62,90,255,0.07);
    -moz-box-shadow: 5px 4px 21px -6px rgba(62,90,255,0.07);
}
.home #header.fixed-header, .page-template-template-portfolio #header.fixed-header, .page-template-template-portfolio #header.shadow-header, .home #header.shadow-header{
    box-shadow: 5px 4px 21px -6px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 5px 4px 21px -6px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 5px 4px 21px -6px rgba(0, 0, 0, 0.34);
}
/*#header.fixed-header.down{*/
/*    !*opacity: 0;*!*/
/*    transform: translate(0, 0) !important;*/
/*    transition: 0.4s ease-in-out all;*/
/*    !*max-height: 0;*!*/
/*}*/
.hide-desktop{
    display: none;
}
#branding{
    position: relative;
    z-index: 100;

}
#branding a{
    transition: 0.4s ease-in-out all;
    background-color: white;
    position: relative;
    z-index: 100;
    display: block;
}
#branding a:hover{
    opacity: 0.7;
}
#branding svg{
    margin-top: 20px;
}
#menu .menu>li>a{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /*color: var(--blanc);*/
    margin: 0 15px;

    background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--blanc);
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out all;

    padding: 30px 0;
    display: block;
    background-color: var(--blanc);

}

#menu .menu>li:last-of-type>a{
    margin-right: 0;
}
#menu .menu>.current_page_item>a{
    /*color: var(--bleu) !important;*/
    background-size: 100% 100% !important;
    background-color: var(--bleu) !important;

}

#menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-menu-1-container{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}
.menu{
    display: flex;
    /*align-items: flex-end;*/
}
body:not(.home) #menu .menu>li>a{
    /*color: var(--gris);*/
    background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--gris);
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out all;
}
body:not(.home) #menu .menu>li>a:hover, #menu .menu>li>a:hover{
    background-size: 100% 100%;
    background-color: var(--bleu);
}


.words-wrapper {
    display: inline-block;
    position: absolute;
    left: calc(100% + 15px);
    top: 30px;
}
.words-wrapper b {
    opacity:0;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 400;
    color: var(--bleu);
}
body.home .words-wrapper b, body.page-template-template-portfolio .words-wrapper b{
    color: white;
}
.words-wrapper .is-visible {
    position:relative;
    opacity:1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.words-wrapper .is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}
body.home #branding a, body.page-template-template-portfolio #branding a{
    background-color: var(--noir);
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}











/*******
HEADER ACCUEIL
 *****/


.home-head{
    height: calc(100vh - 105px - 75px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10%;
    justify-content: center;
    margin: auto;
}

.home-head::after{
    content: "";
    background-color: var(--noir);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    animation: appearhome 1s 0.6s cubic-bezier(.22,.78,.99,.8) forwards;
}
@keyframes appearhome {
    0%{
        height: 100%;
    }
    100%{
        height: 0;
    }
}
.radiuseffect{
    position: absolute;
    top: calc(50% - 450px);
    left: calc(50% - 450px);
    /*perspective: 1000px;*/
    /*transform: translate(-50%, -50%);*/
    width: 900px;
    height: 900px;
    z-index: 2;
    background: radial-gradient(50% 50% at 50% 50%, #212129 30.53%, rgba(33, 33, 41, 0.00) 96.43%);
}
.logo-pix{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: calc(100vh - 400px);
    width: auto;
    max-height: 550px;
}
body.home .listing-competences, body.page-template-template-portfolio .listing-competences{
    background-color: var(--noir) !important;
}
.listing-competences{
    position: absolute;
    /*right: 5%;*/
    /*top: 100%;*/
    z-index: 100;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*height: 0px;*/
    padding: 0 40px;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;

    display: block;
    top: 100%;
    left: calc(100% - 5% - 524px + 81px);
    max-height: 0;
    box-shadow: 5px 4px 21px -6px rgba(62,90,255,0.07);
    -webkit-box-shadow: 5px 4px 21px -6px rgba(62,90,255,0.07);
    -moz-box-shadow: 5px 4px 21px -6px rgba(62,90,255,0.07);
}
.listing-competences.active{
    /*height: 44px;*/
    padding-bottom: 40px;
    max-height: 800px;
}
.listing-competences a{
    /*color: var(--gris);*/
    font-size: 18px;
    font-weight: 400;
    line-height: 133.333%;
    display: flex;
    align-items: center;


    margin-bottom: 10px;

}
.listing-competences a:last-of-type{
    margin-bottom: 0;
}
.listing-competences a span{
    background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--gris);
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out all;
}
.listing-competences a:hover span{
    background-size: 100% 100%;
}
.listing-competences a.active span{
    background-size: 100% 100%;

}
.listing-competences a svg{
    margin: 0 10px 0 0;
}

.content-col strong{
    /*color: var(--bleu);*/

}
.single-portfolio .content-col strong{
    background: var(--bleu);
    color: white;
    padding: 0px 3px;
    font-weight: 400;
}
.content-col a{
    color: var(--bleu);
    transition: 0.4s ease-in-out all;
}
.content-col a:hover{
    opacity: 0.7;
}
.content-col div>p:last-of-type{
    margin: 0;
}
.underline{
    padding-bottom: 1px;

    width: fit-content;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--bleu) 10px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 1s;
}
.underline:hover{
    background-size: 0% 100%;
}
/**********
PORTFOLIO HOME
 */
.rand-portfolio{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    width: 90%;
    margin: auto;
}
.container-port-img{
    border-radius: 30px;
    position: relative;
    z-index: 10;
}
.portfolio-img{
    position: relative;
    display: flex;
    height: fit-content;
    perspective: 800px;
    box-shadow: 0px -1px 41px 3px rgba(0,0,0,0.29);
    -webkit-box-shadow: 0px -1px 41px 3px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px -1px 41px 3px rgba(0,0,0,0.29);
    border-radius: 30px;
}

.portfolio-img .mockup-tab{
    height: 100%;
    width: 100%;
}
.thumb-portfolio{
    border: 2px solid #414141;
    border-radius: 25px;
    background-color: #18181e;
    /*overflow: hidden;*/

}
.portfolioinline .thumb-portfolio{
    transition: 0.4s ease-in-out all;
}
.portfolioinline:hover .thumb-portfolio{
    border: 2px solid var(--gris);
}
.btn-tab{
    position: absolute;
    top: -2px;
    left: 80px;
    height: 2px;
    width: 21px;
    background: #414141;

    display: none;
}
.btn2-tab{
    position: absolute;
    top: -2px;
    left: 110px;
    height: 2px;
    width: 21px;
    background: #414141;

    display: none;

}
.stop-tab{
    position: absolute;
    top: 40px;
    left: -2px;
    height: 21px;
    width: 2px;
    background: #414141;
    z-index: 10;

    display: none;
}
.stop-tab::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 20px;
    z-index: 10;
}
.thumb-portfolio>div{
    border: 8px solid #18181e;
    border-radius: 20px;

}
.thumb-portfolio img{
    border-radius: 15px;

}
.rand-portfolio .portfolio-img:last-of-type{
    /*margin-top: 200px;*/
    position: relative;
    /*top: 100px;*/
}
.portfolio-title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0%;
    bottom: 10px;
    width: 100%;
}
.portfolio-img h2{

    /*transform: translate(-50%, 0);*/
    color: var(--blanc);

    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    background-color: #18181e;
    padding: 10px 20px;

    margin: 0;
}
.portfolio-img::after{
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    top: 9px;
    bottom: 9px;
    background-color: var(--noir);
    border-radius: 12px;
    opacity: 0;
    transition: 0.5s ease-in-out opacity;
    width: 0;
}
.portfolio-img.close::after{
    opacity: 1;
    width: calc(100% - 18px);
}

.portfolio-img.close .heuretab{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    transition: 0.4s ease-in-out all;
    z-index: 10;
    font-weight: 700;
    opacity: 0;
    animation: appearheure  0.5s 0.2s ease-in-out forwards;
}
@keyframes appearheure {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.thumb-portfolio video{
    position: absolute;
    top: 0;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out all;
}
.portfolio-img:hover .thumb-portfolio video{
    opacity: 1;
}


.portfolio-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
/********
PIXEL
 */
.container-pix{
    padding: 25px 0 50px 0;
}
.tag-competences{
    padding: 75px 0;
}

.tag-compet{
    background-color: var(--bleu);
    color: var(--blanc);
    padding: 8px 15px;
    border-radius: 9px;

    position: relative;
    margin: auto;
    transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.6s;
    overflow: hidden;
    display: inline-block;
    border: 1px solid var(--bleu);
}


.tag-compet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--noir);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
    z-index: 10;
}

.tag-compet:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bleu);
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
    z-index: -1;
}



.tag-compet span {
    text-align: center;
    transition: transform 0.5s ease;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tag-compet span:first-child {
    color: var(--bleu);
    transform: translateY(24px);

    position: absolute;
    z-index: 11;
    top: 8px;
    width: 100%;
    left: 0;
}

.tag-compet span:last-child {
    color: var(--blanc);
    transform: translateY(0);
}

.tag-compet:hover {
    background: var(--bleu);
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

.tag-compet:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}

.tag-compet:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}

.tag-compet:hover span:first-child {
    transform: translateY(0);
}

.tag-compet:hover span:last-child {
    transform: translateY(-24px);
}
.tag-compet br{
    display: none;
}

.tag-competences .tag-compet:nth-of-type(1){
    margin-left: 150px;
}
.tag-competences .tag-compet:nth-of-type(2){
    margin-left: 200px;
}
.tag-competences .tag-compet:nth-of-type(3){
    margin-left: 65px;
    margin-top: 35px;
}
.tag-competences .tag-compet:nth-of-type(4){
    margin-left: 140px;
    /*margin-top: 45px;*/
    position: relative;
    top: 20px;
}
.tag-competences .tag-compet:nth-of-type(5){
    /*margin-left: 123px;*/
    margin-left: 83px;
}
.tag-competences .tag-compet:nth-of-type(6){
    margin-left: 50px;
    margin-top: 65px;
}

.tag-competences .tag-compet:nth-of-type(7){
    margin-left: 50px;
    position: relative;
    top: 20px;
}
.tag-competences .tag-compet:nth-of-type(8){
    margin-left: 70px;
    position: relative;
    top: -10px;
}

/*********
SWIPER PORTFOLIO
 */
.portfolio-swiper{
    overflow: hidden;
    position: relative;
    padding: 0 10% 75px 10%;
    width: 90%;
    margin: auto;
    max-width: calc(1200px + 200px);
}
.btn-swipe{
    position: absolute;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}
.swiper-slide{
    transition: 0.4s ease-in-out all;
    opacity: 1;
}
.swiper-slide:not(.swiper-slide-active){
    opacity: 0;
}
.swiper-prv{
    left: 5%;
    top: 50%;
    z-index: 1000;
}
.swiper-nxt{
    right: 5%;
    top: 50%;
    z-index: 1000;
}
.btn-swipe:hover{
    transform: translate(0, -50%) scale(1.2);
}

/************
COULISSE VDO
 */
.coulisse-mg{
    /*margin: 75px 0 75px auto;*/
    margin: 75px 0 0px auto;
    /*width: 95%;*/
    padding: 75px 0 75px 5%;
    /*background-color: var(--blanc);*/
}
body:not(.home) .coulisse-mg{
    /*margin: 0px 0 25px auto;*/
    margin: 0px 0 0px auto;

}
.coulisse-vdo{
    position: relative;
    height: 750px;
    overflow: hidden;
}
.coulisse-vdo h2{
    position: absolute;
    top: 65px;
    left: 65px;
    z-index: 3;
    /*margin: 50px;*/
}
.coulisse-vdo video{
    /*max-height: 750px;*/
    object-fit: cover;
    height: 115%;

}

/*************
   FOOTER
***********/
#footer{
    background-color: var(--bleu);
    display: grid;
    grid-template-columns: 1fr 675px;
    margin-top: 75px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
body.home #footer, body.page-template-template-contact #footer{
    margin-top: 0;
}
#footer *{
    color: white;
}
.gridft{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    padding-left: calc(8% * 1.3);
    grid-gap: 40px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.svg-pix{
    text-align: right;
}
.adresse-contact p:first-of-type{
    margin-top: -16px;
    margin-bottom: 15px;
}
.adresse-contact p{
    padding-left: 10px;
}
.adresse-contact p,.adresse-contact a{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;

}

.compet-ft a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}
.compet-ft .titleft{
    font-weight: 700;
}
.pom-xtd{
    margin-left: 10px;
    margin-top: 15px;
}
.pixel-souris p{
    margin-bottom: 0;
}
.footer-pix{
    /*height: 498px;*/
    height: calc(100% + 40px);
    width: 709px;
    position: relative;
    top: -20px;
    right: -107px;
    margin-bottom: -47px;
}
#footer a{
    transition: 0.4s ease-in-out all;
}
#footer a:hover{
    color: var(--gris);
}
/****************
PAGE
 */

.header-page{
    display: flex;
    padding: 50px 0%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h1 span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: auto;
}
h1 span:not(.underline)::after, h1 span:not(.underline)::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: var(--blanc);
    width: 100%;
    height: 115%;
}

body.home h1 span:not(.underline)::after, body.home h1 span:not(.underline)::before{
    background-color: var(--noir);

}
h1 span:not(.underline)::after{
    animation: openh11 0.6s 0.4s ease-in-out forwards;

}
h1 span:not(.underline)::before{
    left: unset;
    right: 0;
    animation: openh12 0.6s 0.4s ease-in-out forwards;

}
h1 svg{
    margin: 23px 20px 0 20px;
    position: absolute;
    z-index: 1000;
}
h1 svg:first-of-type{
    position: absolute;
    left: calc(50% - 60px);
    top: 39%;
    transform: translate(0, -50%);
    animation: deplacesvg2 0.6s 0.4s ease-in-out forwards;
}
h1 svg:last-of-type{
    position: absolute;
    right: calc(50% - 60px);
    top: 39%;
    transform: translate(0, -50%);
    animation: deplacesvg 0.6s 0.4s ease-in-out forwards;
}
@keyframes openh11 {
    0%{
        transform: translate(0,0);
        opacity: 1;
    }
     99%{
         opacity: 1;
     }
    100%{
        transform: translate(-100%,0);
        opacity: 0;
    }
}
@keyframes openh12 {
    0%{
        transform: translate(0,0);
        opacity: 1;
    }
    99%{
        opacity: 1;
    }
    100%{
        transform: translate(100%,0);
        opacity: 0;

    }
}
@keyframes deplacesvg2 {
    0%{
        left: calc(50% - 60px);
    }
    100%{
        left: -80px;

    }
}
@keyframes deplacesvg {
    0%{
        right: calc(50% - 60px);

    }
    100%{
        right: -80px;

    }
}
h1 svg path{
    fill: var(--gris);
}
.introduction{
    color: var(--noir);
    text-align: center;
    /*font-size: 34px;*/
    font-weight: 400;
    /*line-height: 48px;*/

    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
}

/*Compétences*/
.page-template-template-competences .header-page{
    padding-bottom: 0;
}
.page-template-template-competences h1{
    color: var(--noir);
}
.page-template-template-competences h1 svg path {
    fill: var(--bleu);
}
.tag-competences-page{
    display: inline-block;
    margin: 0 auto 75px auto;
    width: 850px;
}
.tag-competences-page .tag-compet{
    margin: 5px;
}
.tag-competences-page .tag-compet:before, .single-portfolio .tag-compet:before{
    background-color: white;
}

.center-ele{
    text-align: center;
}
.page-template-template-competences .rand-portfolio{
    margin: 50px auto 0px auto;
}
.container-img-attachement{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 95%;
    margin: 50px 0 75px auto;
}
.container-img-attachement a{
    line-height: 0;
    opacity: 1;
    transition: 0.4s ease-in-out all;
}
.container-img-attachement a:hover{
    opacity: 0.6;
}
.container-img-attachement img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 9px;
}





/****************
SINGLE COMPETENCES
 */
body:not(.home) .listing-competences{
    background-color: white;
}
.single-competences #menu-item-36 a{
    background-size: 100% 100% !important;
}
.single-competences .listing-competences{
    /*position: static;*/
    /*justify-content: flex-end;*/
    /*margin-right: 5%;*/
}
.fact{
    background-color: var(--grisclair);
    position: relative;
    width: 100%;
    /*width: 40%;*/
    padding: 35px 60px 35px 35px;
    max-width: 500px;
    margin-top: 30px;
    /*margin-left: auto;*/
    /*margin-right: calc((100% - 1000px) / 1.5);*/


    /*margin-left: calc((100% - 1000px) / 2);*/
    /*margin-top: 50px;*/
    /*margin-top: 100px;*/

}
.fact svg{
    position: absolute;
    left: calc(100% - 50px);
    bottom: calc(100% - 150px);
}
.fact span{
    color: var(--bleu);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.fact h3{
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    color: #9a9ba9;
}
.container-portfolio-page{
    margin: 75px 0 150px 0;
}


.competences-onpage{
    display: flex;
    /*margin-top: 75px;*/
    margin-top: 100px;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-gap: 20px;*/
}
.competencepage{
    margin: 0 0 0 20px;
    display: block;
    width: calc(100% / 8 - 20px);
    height: 10vw;

    border-radius: 15px;
    background-color: var(--bleu);
    padding: 20px;
    transition: 0.4s ease-in-out all;
    position: relative;
    overflow: hidden;
}
.competencepage.active{
    background-color: var(--gris);
}
.competencepage:first-of-type{
    margin-left: 0;
}
.competencepage::after, .competencepage::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /*width: 0;*/
    background-color: black;
    opacity: 0.2;
    border-radius: 15px;
    transition: 0.3s ease-in-out all;
    z-index: 1;
    /*transform: rotate(60deg);*/
    /*height: 10vw;*/

    transform: translate(-100%, 0);
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.competencepage::before{
    left: unset;
    bottom: unset;
    top: 0;
    /*right: -100%;*/
    transform: translate(100%, 0);

    right: 0;

    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.competencepage:hover::after, .competencepage:hover::before{
    /*width: 100%;*/
    transform: translate(0, 0);

}
.competencepage span{
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.competencepage span span{
    font-weight: 400;

}
.competencepage:hover{
    transform: scale(1.05);
}



.single-competences .compet-ft{
    display: none;
}
.single-competences .footer-pix path:nth-of-type(2){
    display: none;
}
.nextcompet{
    transition: 0.4s ease-in-out all;
    display: block;
}
.nextcompet:hover{
    transform: scale(0.95);
}

.container-galerie{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px;
    margin-top: 75px;
}
.container-galerie a{
    position: relative;
    transition: 0.4s ease-in-out all;
}
/*.container-galerie a::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: var(--bleu);*/
/*    opacity: 0;*/
/*    transition: 0.4s ease-in-out all;*/
/*}*/
/*.container-galerie a:hover::after{*/
/*    opacity: 0.4;*/
/*}*/

.container-galerie a:hover{
    opacity: 0.6;
}

/*Page contact*/

.gridcontact{
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 80px;
}
.container-contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
}
.container-contact input{
    width: 100%;
    /*border-radius: 9px;*/
    /*background-color: var(--grisclair);*/
    background-color: transparent;
    border-bottom: 1px solid var(--bleu);
    margin-top: 0;
    color: var(--noir);
    padding-left: 0;
    font-family: 'Euclid Circular A';
}
.container-contact p{
    margin: 0;
}
.gridcontact textarea{
    width: 100%;
    resize: none;
    margin-top: 20px;
    padding-left: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--bleu);
    /*background-color: var(--grisclair);*/
    border-radius: 0px;
    color: var(--noir);
    height: 150px;
    font-family: 'Euclid Circular A';
}
.gridcontact input[type="submit"]{
    background-color: var(--bleu);
    color: var(--blanc);
    padding: 8px 15px;
    border-radius: 9px;
    position: relative;
    transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.6s;
    overflow: hidden;
    border: 1px solid var(--bleu);
    text-transform: uppercase;
    font-family: 'Euclid Circular A';
    font-size: 14px;

    margin-left: auto;
    display: flex;
    margin-right: 0;
    margin-top: 25px;
    transition: 0.4s ease-in-out all;
}

.container-contact input::placeholder, .gridcontact textarea::placeholder{
    color: var(--gris);
    font-family: 'Euclid Circular A';
}
.gridcontact p{
    margin-bottom: 0;
}
#maps{
    /*height: 100%;*/
    /*max-height: 250px;*/
    height: 400px;
    width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    /*margin-bottom: -75px;*/
    margin-top: 75px;
    /*position: relative;*/
    /*z-index: 10;*/
    /*border: 1px solid var(--bleu);*/
}
.wpcf7-not-valid-tip{
    color: var(--bleu) !important;
    font-size: 16px;
}
.wpcf7-spinner{
    display: none;
}
.mapstxt p, .mapstxt a{
    font-size: 16px;
    line-height: initial;
    margin-bottom: 5px;
}
.titre-maps{
    font-weight: 700;
}
.mapstxt a{
    color: var(--bleu);
}
.gridcontact input[type="submit"]:hover{
    background-color: #2343fd;

}

.container-adresse-contact{
    margin-bottom: 30px;
}
.container-adresse-contact a{
   color: var(--noir);
    font-size: 18px;
    transition: 0.4s ease-in-out all;
}
.container-adresse-contact h2{
    /*color: var(--noir);*/
    color: var(--bleu);
    margin-bottom: 5px;
    font-size: 30px;
}
.container-adresse-contact a:hover{
    color: var(--bleu);
}
/**********
PORTFOLIO
 */
.page-template-template-portfolio, .page-template-template-portfolio #header{
    background-color: var(--noir);
}
.page-template-template-portfolio #branding path{
    fill: white;
}
.page-template-template-portfolio #noResultsMessage{
    color: white;
    margin: 0 35px;
}
body.page-template-template-portfolio #menu .menu>li>a{
    /*background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--gris);*/
    background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--blanc);
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /*background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--gris);*/
}
.page-template-template-portfolio .footer-pix path{
    fill: var(--noir);
}
.container-portfolio-inline{
    display: block;
    width: calc(90% + 40px);
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-gap: 40px;*/
}
.container-smooth-port{
    overflow: hidden;
    /*height: 14vw;*/
    height: 21.5vw;
    border-radius: 9px;
}

.portfolioinline{
    width: calc(50% - 42px);
    /*width: calc(50% - 22px);*/
    /*margin-bottom: 40px;*/

    /*transition: 0.3s ease-in-out all;*/

    /*margin-right: 40px;*/
    margin: 0 20px 40px 20px;
    height: 25.2vw;
}
/*.portfolioinline:nth-of-type(3n - 1), .portfolioinline:nth-of-type(3n - 2){*/
/*    margin-right: 40px;*/
/*}*/
/*.portfolioinline:nth-of-type(2n - 1){*/
/*    margin-right: 40px;*/
/*}*/

.portfolioinline img{
    height: 110%;
    border-radius: 13px;
    width: 100%;
    object-fit: cover;
    margin-top: 0;
    /*position: relative;*/
    /*z-index: 2;*/
}

.portfolioinline:hover{
    /*opacity: 0.6;*/
}




.portfolioinline-title{
    margin-top: -15px;
    /*text-align: center;*/
    margin-left: 15px;
}
.portfolioinline-title h2{
    color: white;
    font-size: 18px;
    line-height: 20px;
    /*text-align: center;*/
    font-weight: 400;
    margin-top: 10px;
    padding-left: 2px;
}
.portfolioinline-title h2 br{
    display: none;
}
.tag-por{
    background-color: var(--gris);
    color: var(--noir);
    padding: 8px 15px;
    border-radius: 9px;
    position: relative;
    transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.6s;
    overflow: hidden;
    border: 1px solid var(--gris);
    text-transform: uppercase;
    font-size: 12px;
    /*display: flex;*/
    margin: 0 3px 0 0px;
    transition: 0.4s ease-in-out all;
    display: inline-block;
}

.searchfilter{
    width: 90%;
    margin: 75px auto 75px auto;
    display: grid;
    align-items: center;
    /*grid-template-columns: 300px 250px 1fr;*/
    grid-template-columns: 350px 1fr;
    grid-gap: 20px;
    /*background-color: var(--gris);*/
    /*background-color: #333333;*/
    /*border-radius: 100px;*/
    /*padding: 10px 15px;*/
    /*padding: 10px 10px;*/
}
.tags{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}
.tags button{
    background-color: var(--blanc);
    color: var(--noir);
    padding: 8px 15px;
    border-radius: 9px;
    position: relative;
    transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.6s;
    overflow: hidden;
    border: 1px solid var(--gris);
    text-transform: uppercase;
    font-family: 'Euclid Circular A';
    font-size: 12px;
    display: flex;
    margin: 0 3px;
    transition: 0.4s ease-in-out all;
}
.tags button.active{
    background-color: var(--bleu);
    border: 1px solid var(--bleu);
    color: var(--blanc);
}
.tags button:hover{
    background-color: transparent;
    color: var(--blanc);
}
#search{
    width: 100%;
    border-radius: 9px;
    margin: 0;
    background-color: var(--blanc);
    height: 40px;
}
#search::placeholder{
    text-transform: uppercase;
    font-family: 'Euclid Circular A';
    font-size: 12px;
    color: var(--noir);
}
.search-box{
    position: relative;
}
.search-design{
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 9px;
    /* padding: 13px; */
    background: #2b2b33;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-design svg {
    height: 12px;
    width: 12px;
}
.search-design path{
    fill: var(--bleu);
}

.container-city{
    width: 100%;
    position: relative;
}
#city-filter{
    appearance: none;
    outline: 0px red;
    border: 0;
    box-shadow: none;
    width: 100%;

    height: 33px;
    border-radius: 9px;
    color: var(--noir);
    background-color: var(--gris);
    background-image: none;
    cursor: pointer;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
}
.select-design{
    position: absolute;
    right: -1px;
    top: 0px;
    border-radius: 9px;
    transform: rotate(90deg);
    /*background: var(--bleu);*/
    background: var(--noir);
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-design svg {
    height: 16px;
    width: 16px;
    /*transform: rotate(90deg);*/
}
.select-design path{
    fill: var(--bleu);
}

/************
PAGE DES PORTOFOLIO
 */
.single-portfolio #menu-item-177 a{
    background-size: 100% 100% !important;
    background-color: var(--bleu) !important;
}
.container-about-portfolio{
    margin-bottom: 15px;
}


#container, #header{
    /*opacity: 0;*/
}
.transition-page{
    position: fixed;
    z-index: 10000;
    /*background: rebeccapurple;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
}

.transition-page svg{
    /*width: 50%;*/
    height: 100vh;
    transition: 0.4s ease-in-out all;
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 10000;

    width: 700px;

}
.transition-page .transitonbefore{
    content: "";
    background-color: var(--blanc);
    position: fixed;
    height: 100vh;
    /*clip-path: polygon(100% 0, 100% 26%, 80% 50%, 100% 74%, 100% 100%, 0 100%, 0 0);*/

    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 76% 50%); */
    /*width: 0%;*/
    width: 51%;

    top: 0;
    left: 0;
    /* transform: scale(0.5); */
    z-index: 1000;
    transition: 0.4s ease-in-out all;
    animation: desappearv1 0.6s 0.1s ease-in-out;

    /*opacity: 0.8;*/

}
.transition-page .transitonafter{
    content: "";
    background-color: var(--blanc);
    position: fixed;
    height: 100vh;
    /*clip-path: polygon(0 0, 0 26%, 20% 50%, 0 74%, 0 100%, 100% 100%, 100% 0);*/

    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%); */
    /*width: 0%;*/
    width: 51%;

    top: 0;
    right: 0;
    z-index: 1000;
    transition: 0.4s ease-in-out all;
    animation: desappearv1 0.6s 0.1s ease-in-out;

    /*opacity: 0.8;*/
}

@keyframes desappearv1 {
    0%{
        width: 51%;
    }
    100%{
        width: 0
    }
}


body.home .transition-page .transitonafter, body.home .transition-page .transitonbefore, body.page-template-template-portfolio .transition-page .transitonbefore, body.page-template-template-portfolio .transition-page .transitonafter{
    background-color: var(--noir);
}

/*@keyframes desappear1 {*/
/*    0%{*/
/*        transform: translate(0%, 0) scale(1);        !*width: 50%;*!*/
/*    }*/
/*    100%{*/
/*        transform: translate(-500%, 0) scale(6);*/
/*        !*width: 0;*!*/
/*    }*/
/*}@keyframes desappear {*/
/*    0%{*/
/*        transform: translate(0%, 0) scale(1);        !*width: 50%;*!*/
/*    }*/
/*    100%{*/
/*        transform: translate(500%, 0) scale(6);*/
/*        !*width: 0;*!*/
/*    }*/
/*}*/
.transition-page.inactive .transitonafter, .transition-page.inactive .transitonbefore{
    width: 0;
}

.transition-page.active .transitonafter, .transition-page.active .transitonbefore{
    /*animation: unset;*/
    width: 51% ;
    /*transform: translate(0%, 0) scale(1);        !*width: 50%;*!*/

}
.before-transi{
    position: fixed;
    display: flex;
    /*left: 22%;*/
    /*transform: translate(-200%, 0);*/
    transform: translate(78px, 0) scale(0.1);

    animation: beforedesappear 0.6s 0.1s ease-in-out ;
    /*transform: translate(0, 0) scale(0.1);*/
    /*opacity: 1;*/
    left: calc(50% - 395px);
    opacity: 0;

}

.after-transi{
    /*right: 22%;*/
    display: flex;
    /*transform: translate(200%, 0);*/
    animation: afterdesappear 0.6s 0.1s ease-in-out ;
    transform: translate(-78px, 0) scale(0.1);

    /*transform: translate(0, 0) scale(0.1);*/
    /*opacity: 1;*/
    right: calc(50% - 395px);
    opacity: 0;
}

.transition-page.inactive .before-transi{
    transform: translate(-200%, 0) scale(0);
    opacity: 0;
}
.transition-page.inactive .after-transi{
    transform: translate(200%, 0) scale(0);
    opacity: 0;

}

.transition-page.active .before-transi{
    /*transform: translate(0, 0) scale(0.1);*/
    transform: translate(78px, 0) scale(0.1)  ;
    opacity: 1;

}
.transition-page.active .after-transi{
    opacity: 1;
    /*transform: translate(0, 0) scale(0.1);*/

    transform: translate(-78px, 0) scale(0.1) ;
}

@keyframes beforedesappear {
    0%{
        transform: translate(78px, 0) scale(0.1);
        /*transform: translate(0, 0) scale(0.1);*/
        opacity: 1;

    }
    100%{
        transform: translate(-200%, 0) scale(1);
        opacity: 0;

    }
}
@keyframes afterdesappear {
    0%{
        /*transform: translate(0, 0) scale(0.1);*/
        transform: translate(-78px, 0) scale(0.1);
        /*transform: translate(-100%, 0);*/
        opacity: 1;

    }
    100%{
        transform: translate(200%, 0) scale(1);

        /*transform: translate(100%, 0);*/
        opacity: 0;

    }
}






/*******************
FAQ
 */
.faq-liste{
    margin-top: 75px;
}
.faq{
    background: var(--grisclair);
    padding: 20px 30px;
    border-radius: 9px;
    margin: 0 0 15px 0;
}
.question{
    position: relative;
    width: 100%;
    padding-right: 25px;
    cursor: pointer;
    color: var(--bleu);
    font-weight: 500;
    /*text-transform: uppercase;*/
    font-size: 19px;
    line-height: 28px;
    margin: 0;
}
.question svg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    width: 18px;
    height: 16px;
    transition: 0.4s ease-in-out all;
}
.reponse{
    display: block;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: 0.4s ease-in-out all;
    font-size: 18px;
    line-height: 28px;
    padding-right: 30px;
}
.faq.active .reponse{
    max-height: 500px;
    padding-top: 15px;
}
.faq.active .question svg{
    transform: translate(0, -50%) rotate(-90deg);
}

.container-search-question{
    margin-bottom: 50px;
}
.container-search-question .search-box {
    max-width: 500px;
}
.container-search-question .search-design{
    height: 38px;
    width: 38px;
}
.container-search-question #search{
    background-color: var(--grisclair);
    height: 48px;
}
.container-questions-frequentes{
    height: auto!important;
}
.container-questions-frequentes .faq{
    position: static!important;
}




/**************
PAGE PORTFOLIO
 */
.link-web{
    text-align: center;
}
.link-web .tag-compet span:first-of-type{
    /*font-size: 10px;*/
}
.single-portfolio h1{
    margin-bottom: 0;
    padding: 0px 70px 15px 70px;
    overflow: hidden;
}
.single-portfolio .header-page{
    position: relative;
    z-index: 100;
    width: calc(80% + 140px);
    max-width: 1240px;
    margin: auto;
}

.single-portfolio h1>.underline, .single-portfolio h1>.underline span{
    display: unset;
    /*position: static;*/
}
.single-portfolio h1>.underline span{
    /*padding: 0 50px;*/
    /*overflow: hidden;*/
}
/*.single-portfolio #header::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background-color: var(--bleu);*/
/*    transition: 0.3s ease-in-out all;*/
/*}*/
.single-portfolio #header.fixed-header::after{
    opacity: 0;
}



.single-portfolio h1 span:not(.underline)::after,.single-portfolio h1 span:not(.underline)::before{
    top: 16px;
}

.two-col-portfolio{
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 80px;
}
.sticky-content p{
    display: flex;
    align-items: center;
}
.sticky-content p svg{
    margin-right: 15px;

}
.sticky-content p path{
    fill: var(--bleu);
}
.stickysection{
    height: 500px;
}
.sticky-content{
    height: 50px;
}


.special-content{
    display: grid;
    grid-template-columns: 300px 2fr;
    grid-gap: 80px;
    width: 90%;
    margin: auto;
}
.special-content .content-col{
    max-width: 100% !important;
    width: 100% !important;
}
.special-content .tag-por{
    margin-bottom: 10px;
    margin-right: 10px;
}
.flex-twocol{
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    margin: 75px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-columns: 0.9fr 0.9fr 1fr;*/
    /*grid-auto-rows: 250px;*/
    /*grid-column-gap: 20px;*/
    grid-gap: 20px;
}
.flex-twocol>div{
    /*flex: 1;*/
    /*flex-basis: calc(50% - 15px);*/

    /*margin: 0 0px 15px 15px;*/

    /*padding: 60px;*/
    /*background-color: var(--grisclair);*/
    display: flex;
    align-items: center;
}
/*.flex-twocol a:nth-of-type(odd){*/
/*    margin-left: 0;*/
/*}*/
.flex-twocol .portfolio-img{
    box-shadow: 0 0 #18181e;
}
.flex-twocol>div:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
    padding: 20px;
}
/*:not(:first-of-type)*/
.flex-twocol>div .thumb-portfolio>div, .next-portfoliopage .thumb-portfolio>div{
    border: 2px solid #18181e;
}
/*:not(:first-of-type)*/
.flex-twocol>div .thumb-portfolio, .next-portfoliopage .thumb-portfolio{
    border-radius: 20px;
    border: 2px solid #414141;
    border-bottom: 1px;
}
.flex-twocol .portfolio-img img{
    aspect-ratio: auto;
}
.iv-fullscreen{
    background-color: var(--noir);
}
.iv-image-view{
    height: calc(100% - 120px);
    width: calc(100% - 120px);
    top: 60px;
    right: 60px;
    left: 60px;
    bottom: 60px;
}
.iv-image{
    top: 0!important;
    left: 0!important;
    height: 100%!important;
    width: 100%!important;
    object-fit: contain!important;
}
.iv-next{
    right: -5px!important;
    bottom: calc(50% - 16px) !important;
}
.iv-prev{
    left: -5px!important;
    bottom: calc(50% - 16px) !important;
}
.iv-description{
    background-color: var(--noir) !important;
    /*opacity: 0.7;*/
    color: #888888!important;
}
.container-portfolio-list{
    width: 50%;
    margin: -125px auto 125px auto;
    height: 100vh;
    padding-bottom: 300px;
}
.container-portfolio-list .thumb-portfolio video{
    position: static;

    opacity: 1;
}
.container-portfolio-list .portfolio-img{
    transition: 0.1s linear all;
}
.margin-sticky{
    padding: 200px 0 50px 0;
}
.content-superpose{
    background-color: white;
}
.nextfolio{
    background: linear-gradient(var(--bleu), var(--bleu)) left no-repeat, var(--gris);
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out background-size;
    transition-delay: 0s;
    font-size: 90px;
    line-height: 110px;
    font-weight: 800;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    background-color: var(--gris);
    color: var(--gris);
    width: fit-content;
    margin: auto;
}
.nextfolio svg{
    margin-left: 25px;
    margin-top: 34px;
}



.nextfolio:hover{
    background-size: 100% 100%;
}
.next-portfoliopage {
    position: relative;
}
.next-portfoliopage .port-img{
    position: absolute;
    bottom: calc(100% + 25px);
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    z-index: -100;
    transition: 0.4s ease-in-out all;
    width: 400px;
}
.next-portfoliopage a:hover + .port-img{
    opacity: 1;
    z-index: 100;
}
.container-demonstrations{
    /*margin-top: 75px;*/
    width: 80%;
    margin: 25px auto 75px auto;
}
.bloc-demonstrations{
    display: grid;
    grid-template-columns: 500px 1fr;
    background: var(--grisclair);
    /*padding: 75px;*/
    border-radius: 9px;
    min-height: 26vw;
}
.titre-demonstration{
    /*padding-right: 25px;*/
    padding: 75px;
}
.demonstration-title{
    cursor: pointer;
    color: var(--noir);
    position: relative;
    transition: 0.4s ease-in-out all;
    font-weight: 400;
    font-size: 21px;
    margin: 30px 0;
}
.demonstration-title.active{
    padding-left: 20px;
    color: var(--bleu);
}
.demonstration-title:hover{
    color: var(--bleu);
}
.demonstration-title::before {
    content: ">";
    color: var(--bleu);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    font-weight: 700;
    transform: scale(0);
    transition: 0.4s ease-in-out all;
}
.demonstration-title.active::before{
    transform: scale(1);
}
.image-video-demonstration img, .image-video-demonstration video{
    display: none;
    border-radius: 9px;
}
.image-video-demonstration img.active, .image-video-demonstration video.active{
    display: block;
}




.grid-demonstration {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.grid-demonstration>div{
    border-radius: 9px;
    position: relative;
    /*padding: 20px;*/
    background-color: var(--grisclair);
    color: var(--noir);
    overflow: hidden;
}
.p-absol-demonstrations{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    right: 20px;
}
.grid-demonstration div h3{
    font-weight: 400;
    margin: 0;

    font-size: 20px;
    line-height: 28px;
}
.p-absol-demonstrations a{
    color: var(--bleu);
    display: block;
    margin-top: 10px;
}
.grid-demonstration video, .grid-demonstration img{
    border-radius: 9px;
    /*filter: brightness(0.5);*/
    /*height: 100%;*/
    height: 100%;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
    /*max-height: 25vw;*/
}
.block-demonstration.bg-img{
    /*max-height: 25vw;*/
    background-color: transparent!important;
}
.block-demonstration.bg-img a{
    color: white;
}
.block-demonstration.bg-img .underline{
    background-image: linear-gradient(transparent calc(100% - 1px), var(--blanc) 10px);

}
.grid-demonstration img{
    /*max-height: 400px;*/
}
.reload{
    cursor: pointer;
    text-align: center;
    transition: 0.6s ease-in-out all;
}
.reload:hover{
    opacity: 0.8;
}
.reload span{
    display: block;
    margin: 5px auto 0 auto;
}
.grid-demonstration div.reload{
    background-color: transparent;
}
.reload svg{
    height: 100px;
    width: 100px;
    transition: 0.6s ease-in-out all;
    animation: rotatesvg 0.6s ease-in-out;
}
.reload:hover svg{
    /*transform: rotate(30deg);*/
}

@keyframes rotatesvg {
    0%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.grid-demonstration div:nth-of-type(1) {
    grid-area: 1 / 3 / 2 / 4;
    /*background-color: transparent;*/
}
.grid-demonstration div:nth-of-type(2) {
    grid-area: 2 / 3 / 5 / 4;
    background-color: var(--bleu);
    color: var(--blanc);
    animation: appeardemo2 0.6s 0.2s ease-in-out forwards;
    transform: translate(0, 200%);
}

@keyframes appeardemo2 {
    0%{
        transform: translate(0, 200%);
    }
    100%{
        transform: translate(0, 0);
    }
}
.grid-demonstration div:nth-of-type(2) a{
    color: white;
}
.grid-demonstration div:nth-of-type(2) img{
    max-height: 640px;
}

.grid-demonstration div:nth-of-type(3){
    grid-area: 1 / 1 / 3 / 3;
    background-color: var(--grisclair);
    animation: appeardemo3 0.6s 0.2s ease-in-out forwards;
    transform: translate(-200%, 0);

}
@keyframes appeardemo3 {
    0%{
        transform: translate(-200%, 0);
    }
    100%{
        transform: translate(0, 0);
    }
}
.grid-demonstration div:nth-of-type(3) img{
    /*max-height: 400px;*/
}
.grid-demonstration div:nth-of-type(4){
    grid-area: 3 / 2 / 5 / 3;
    animation: appeardemo2 0.5s 0.1s ease-in-out forwards;
    transform: translate(0, 200%);

}

.grid-demonstration div:nth-of-type(5){
    grid-area: 3 / 1 / 5 / 2;
    background-color: var(--bleu);
    color: var(--blanc);
    animation: appeardemo3 0.6s 0.2s ease-in-out forwards;
    transform: translate(-200%, 0);

}
.block-demonstration.bg-img::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 1px;
    /*background-color: var(--bleu);*/
    background: linear-gradient(180deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.4542191876750701) 30%, rgba(255,255,255,0));
    opacity: 0.8;
    border-radius: 9px;
    transition: 0.3s ease-in-out all;
}
.block-demonstration.bg-img{
    color: white;
}
.block-demonstration.vdoisplay.bg-img::after{
    opacity: 0;
}
.block-demonstration.vdoisplay.bg-img h3{
    opacity: 0;
}


.go-back{
    color: var(--bleu);
    display: flex;
    z-index: 1000;
    align-items: center;

    width: fit-content;
    margin: 15px auto 0 auto;

}
.go-back svg{
    margin-right: 10px;
    height: 12px;
    width: 12px;
}