:root {
    --main-dark-color : #060054;
    --main-light-color : #5E005E;
    --main-lighter-color : #BE63F9;
    --main-alt-color : #febd17;
}

body {
    color : var(--main-dark-color);
    padding : 100px 20px 20px 20px;
    overflow-x: unset !important;
}

/*---------------Menu---------*/

#menu {
    background : var(--main-dark-color);
    background-image: linear-gradient(30deg,  var(--main-dark-color), var(--main-light-color) );
    color: white;
    box-shadow: unset;
    width: calc(100% - 40px);
    height: 100px;
}
    #menu.isOpen {
        background-color : var(--main-dark-color) !important;
        background-image: linear-gradient(30deg,  var(--main-dark-color), var(--main-light-color) );
        height: unset;
        box-shadow: 0 0 100px rgba(0,0,0,.9) !important;
    }
        #menu.isOpen .btn-home{
            margin: 20px 0;
        }
    #menu .container {
        position : relative;
        text-align: center;
        width: 100%;
        max-width: unset;
    }
    #menu-top {
        float: none;
    }
    #menu-top a {
        float: none;
        color : white;
        margin : 10px;
    }
    #menu-top .pull-right{
        position: absolute;
        right: 0;
    }
    #menu-top a.btn-home {
        border-radius: 0;
        color: var(--main-light-color);
        margin-left: 70px;
    }
    .linkLogoHeader {
        margin-right:  30px;
    }


@media (max-width: 768px) {
    body {
        padding-top: 95px;
    }
    #menu-top .pull-right{
        position: relative;
        right : auto;
    }
    #menu {
        width: 100%;
    }
    #menu ul {
        margin-bottom : -10px;
    }
    #menu li {
        border : 0;
    }
    #menu-top .pull-right {
        position: relative !important;
        float: none;
    }

}


/*---------------------------*/
.btn-home {
    border-radius: 0;
    color: var(--main-light-color);
    padding: 10px 30px;
    font-weight: bolder;
    box-shadow: 0 5px 10px rgba(241, 176, 0, 0.53);
    display: inline-block;
    background: var(--main-alt-color);
    cursor: pointer;
}

.inload:after {
    content : url("../../images/icon/loaderMini.gif");
    display : inline-block;
    margin-left : 10px;
}

.btn-home:hover {
    color : white !important;
    background: var(--main-alt-color) !important;
}

a:not(.btn-home) {
    color : var(--main-lighter-color);
    text-decoration: none;
}
a:not(.btn-home):hover {
    color : black;
    text-decoration: underline;
}

.backViolet {
    background : var(--main-dark-color);
    background-image: linear-gradient(30deg,  var(--main-dark-color), var(--main-light-color) );
    color : white;
}
    .backViolet a:not(.btn-home) {
        color : var(--main-lighter-color);
        text-decoration: none;
    }
    .backViolet a:not(.btn-home):hover {
        color : white;
        text-decoration: underline;
    }
    h3 {
        text-transform: uppercase;
        margin-top : 40px;
        margin-bottom : 30px;
    }

header {
    background-image: url(../../images/booster/header-booster-axonaut-background-light.jpg) !important;
    background-position : top center !important;
    min-height: 770px;
    display: flex;
    align-items: stretch;
    padding: 0;
}
    .zoneA {
        width:calc(50% - 77px);
        background: rgba(40, 0, 80, 0.90);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .zoneB {
        width: calc(50% + 77px);
        padding-top: calc(154px * 2);
        padding-left: 154px;
    }
    .logoBooster {
        position: relative;
        display: inline-block;
    }
    .macaron {
        position: absolute;
        top : -20px;
        left: -20px;
        box-shadow: 10px 30px 30px rgba(0,0,0,.4);
        border-radius: 50%;
    }
    .baseline {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        width: calc(154px * 3);
        height: calc(154px * 2);
        background: white;
        box-shadow: 10px 30px 30px rgba(0,0,0,.4);
        color : var(--main-dark-color);
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 600;
        text-align:center;
    }
        .baseline strong{
            color : black;
            text-transform: uppercase;
            font-weight: 900;
            font-size: 2.3rem;
        }
        .sloganHeader {
            padding: 10px;
            border: 1px solid var(--main-alt-color);
            color : var(--main-alt-color);
            margin : 0 20px;
        }


        .videoBoosterResume {
            width: 900px;
            max-width: 100%;
            margin : 100px auto 50px auto;
            padding : 30px;
            background: var(--main-light-color);
            background-image: linear-gradient(30deg , var(--main-dark-color), var(--main-light-color) );
        }
            .videoBoosterResume h3{
                margin:  0;
                margin-bottom: 30px;
                text-align: center;
                color : white;
            }
        .badgeLaureat {
            position: absolute;
            width: 50%;
            left : 25%;
            top : -40px;
            z-index: 1000;
        }
.alertVote {
    background: rgba(255, 187, 0, 0.16);
    border: 2px dashed #ffa500;
    font-size: 1.3em;
    padding : 30px;
    margin : 50px 0;
    border-radius: 10px;
    text-align: center;
}

.blockVideo {
    width: 100%;
    max-width: 800px;
    display: inline-block;
}
.sectionStep .row {
    font-size: 1.2em;
    font-weight: 600;
}
    .sectionStep h3{
        text-align: center;
        margin-bottom : 30px;
    }
    .sectionStep small {
        display: block;
        margin-top: 10px;
    }


.sectionDetail h3{
   margin-top: 40px;
}
    .sectionDetail i{
        opacity : .5;
    }
    .blockGo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blockGo > div {
        border : 1px dashed var(--main-lighter-color);
        padding : 30px;
    }
        .blockGo h3{
            margin : 10px 0 30px 0;
        }
        .blockGo img {
            float: right;
            margin-top: 20px;
        }
.sectionDetail .timeline{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .sectionDetail .timeline > div {
        max-width: 700px;
    }
    .phase {
        padding-bottom: 50px;
        padding-left: 70px;
        position: relative;
    }
    .phase:before {
        content: "";
        position: absolute;
        width: 15px;
        border-radius: 15px;
        background: white;
        top : 0;
        left : 0;
        bottom : 0;
    }
        .phase1:before {
            background: var(--main-alt-color);
        }
        .phase2:before {
            background: var(--main-lighter-color);
        }
        .phase4:before, .phase4:after {
            content: "";
            position: absolute;
            width: 15px;
            border-radius: 15px;
            height : 60px;
            background: white;
            transform: rotate(35deg);

            top : -40px;
            left : 15px;
            bottom : 0;
        }
        .phase4:after {
            transform: rotate(-35deg);
            left : -15px;
        }

        .phase4 img {
            max-width: 150px;
            margin-left: 0px;
            position: relative;
        }
    .phase .tag {
        border-radius: 20px;
        display: inline-block;
        border: 1px dashed rgba(255,255,255,.8);
        position: relative;
        padding : 0 10px;
    }
        .phase .tag:before {
            content: "";
            position: absolute;
            border-top: 1px dashed rgba(255,255,255,.8);
            width: 50px;
            left: -50px;
            top : 50%;
        }

        .phase p {
            color : var(--main-lighter-color);
        }
.sectionTips {
    background: #EDE5EE;
}
    .sectionTips .flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .previzVideo {
        background-image: url(../../images/booster/back-video.jpg);
        color: white;
        max-width: 600px;
        height: 338px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding : 20px 40px;
        font-size: 1.3em;
    }
    .previzVideoTristan { background-image: url(../../images/booster/webinaire_tristan.jpg); }
    .previzVideoSiham { background-image: url(../../images/booster/webinaire_siham.jpg); }
    .previzVideoAyesha { background-image: url(../../images/booster/webinaire_ayesha.jpg); }
    .previzVideoKim { background-image: url(../../images/booster/webinaire_kim.jpg); }
    /*
    .previzVideo i {
        font-size: 6rem;
        color : white;
        opacity: .5;
        display: block;
    }
    */
        .previzVideo .tag {
            border-radius: 10px;
            padding : 5px 20px;
            border: 1px dashed rgba(255,255,255,.5);
            font-size: .5em;
            margin-bottom: 10px;
        }
        .link-rappel {
            display: inline-block;
            margin : 10px 0 0 0;
            font-size: .7em;
        }
        .titleTip {
            text-shadow: 0 2px 5px #271c319e;
        }

    .titleSectionAxonaut {
        position: relative;
        margin-bottom: 100px;
    }
    .titleSectionAxonaut > * {
        font-size: 3rem;
        font-weight: 600;
        text-transform: uppercase;
    }
        .titleSectionAxonaut > span {
            position: absolute;
        }
        .titleSectionAxonaut > span:nth-child(2) { right : 10px; top : -30px;  opacity: .1;  }
        .titleSectionAxonaut > span:nth-child(3) { left : 100px; top : -30px;  opacity: .05;  }
        .titleSectionAxonaut > span:nth-child(4) { right : 100px; bottom : -20px;  opacity: .05;  }
        .titleSectionAxonaut > span:nth-child(5) { left : 10px; bottom : -40px;  opacity: .1;  }

    footer {
        padding : 30px;
        margin-bottom: -20px;
    }
    .question {
        position: fixed;
        bottom: 20px;
        right : 10px;
        width: 60px;
        height : 60px;
        background : cornflowerblue;
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        cursor: pointer;
        z-index: 10000;
        box-shadow: 0 5px 20px rgba(0,0,0,.1);
    }
        .question:hover {
            background : #9ac8ed;
            box-shadow: 0 5px 10px rgba(0,0,0,.05);
        }
    #webchat-container {
        display : none !important;
    }


    .formAdvance {
        padding : 60px 30px 30px 30px !important;
    }
    .formAdvance form{
        margin-top : 30px;
        margin-bottom : 30px;
    }
    .formAdvance label{
        font-size: 18px;
        margin: 0;
    }
    .formAdvance input, .formAdvance textarea {
        display: block;
        border-radius: 10px;
        border: 1px solid black;
        margin: 0px auto 30px auto;
        padding: 10px;
        width: 100%;
    }
    .displayPartner {
        justify-content: center;
    }
    .displayPartner > span {
        display: inline-block;
        width: 30%;
        text-align: center;
    }
        .displayPartner img {
            border : 1px solid rgba(0,0,0,.1);
            margin-bottom: 30px;
        }
/*LISTE PROJETS*/
#tableProject  {
    margin: auto;
    width: calc(500px * 3);
    max-width : 100%;
}
    #tableProject .rdiv {
        display: none !important;
    }
    #tableProject thead {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background: var(--main-dark-color);
        background-image: linear-gradient( 30deg, var(--main-dark-color), var(--main-light-color) );
    }
    #tableProject thead tr, #tableProject thead th {
        padding: 10px;
        background: transparent !important;
        border: none;
        color: white;
        display: inline;
    }
        #tableProject .sort-arrow {
            position: relative;
            line-height: 2em;
            margin-left : 10px;
            margin-right : 10px;
        }
        .filter:before {
            content : "Filtrer par : ";
            display: inline-block;
            margin-right : 10px;
            padding: 10px;
        }
    #tableProject .fltrow  {
        height: unset;
    }
    #tableProject .fltrow td:last-child {
        border: none !important;
        position: relative;
    }
        #tableProject .fltrow input{
            border-radius: 20px;
            padding-left: 40px;
        }
        /*
        #tableProject .fltrow td:last-child:before{
            content:"\f002";
            font-family:Font Awesome\ 5 Brands;
            color : grey;

            position: absolute;
            left : 20px;
        }
        */
        .iconSearch {
            color : grey;
            margin-right: -30px;
            padding-left : 10px;
            position: relative;
            line-height: 38px;
            vertical-align: top;
        }
#tableProject tbody, div#tableProject  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .oneProject {
        display: flex;
        flex-basis: 33%;
        justify-content: center;
        margin-bottom: 50px;
    }
    .oneProject td{
        display: none !important;
        padding: 0 !important;
        border-bottom: none !important;
        position: relative;
    }
    .oneProject td:first-child {
        display: flex !important;
    }
        .oneProject a {
            display: inline-block;
            width : 450px;
            max-width: 30vw;
            text-decoration: none;
            padding : 20px;
            border: 1px solid grey;
        }
            .oneProject a:hover {
                background: var(--main-light-color);
                background-image: linear-gradient( 30deg , var(--main-dark-color), var(--main-light-color) );
                color:  white;
                text-decoration: none;
                border: 1px solid transparent;
                box-shadow: 0 5px 30px rgba(241, 176, 0, 0.3);
            }
            .oneProject a:hover > * {
                color:  white;
            }
            .btnNext a{
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
            }
            .btnNext i {
                font-size: 2em;
                display: block;
                margin: 30px;
            }


    .oneProject .containerImg{
        display:flex;
        align-items: center;
        justify-content: center;
        width: 450px;
        max-width: calc(100% + 40px);
        height: 253px;
        overflow: hidden;
        background: var(--main-light-color);
        background-image: linear-gradient( 30deg , var(--main-dark-color), var(--main-light-color) );
        margin : -20px -20px 20px -20px;
        position: relative;
    }
        .oneProject .containerImg img{
            max-width: 100%;
            max-height: 100%;
            position: relative;
            z-index: 3 !important;
        }
        .containerImg img.blurImage{
            filter: blur(15px);
            position: absolute;
            z-index: 2 !important;
            /*width: 130%;
            max-width: 130%;*/
            opacity: .9;
            max-width: unset !important;
            width: 120%;
            height: unset !important;
            max-height: unset !important;
        }

        .oneProject .titleDesc{
            color : black;
            font-size: .9em;
            line-height: 0.5em;
        }

        .oneProject .more{
            color : blueviolet;
            text-decoration: underline;
        }
    .oneProject .titleProject{
        display: block;
        font-weight: bold;
        max-height: 2em;
        overflow: hidden;
    }
    .containerVote {
        background:  var(--main-alt-color);
        border-radius: 2em;
        color:  var(--main-dark-color);
        padding: 2px 20px;
        font-size: 1em;
        border: 2px solid white;


        position: relative;
        top: -40px;
        margin-bottom: -40px;
        float: right;
        z-index: 100;
    }

#tableProject caption .inf {
    border : none;
    margin-top : 20px;
    overflow: visible;
    border-top:  1px dashed var(--main-light-color) !important;
    padding: 10px;
}
    #tableProject caption .inf *{
        color:  var(--main-light-color);
    }
    #tableProject caption select.pgSlc {
        border:  1px dashed var(--main-light-color) !important;
        border-radius: 10px;
    }

/*---------Page individuel--------*/

.interiorPage header {
    min-height: unset;
}
    .interiorPage .containerProject h2 {
        width: 70%;
        float : right;
        border: 1px solid #160056;
        padding : 20px;
        margin-top : -30px;
        background: white;
        position: relative;
        z-index: 1000;
    }
    .interiorPage .containerImgSize{
        display: block;
        max-width: 70%;
        position: relative;
        background: var(--main-light-color);
        background-image: linear-gradient( 30deg , var(--main-dark-color), var(--main-light-color) );
    }
    .interiorPage .containerImgSize > img{
        width: 100%;
        opacity: .5;
    }
    .interiorPage .containerImg{
        position: absolute;
        top : 0;
        left : 0;
        right : 0;
        bottom :0;
        display:flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        z-index: 3;
        box-shadow: 0 10px 100px #34005a24;
    }
    .interiorPage .containerProject img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
        z-index: 3;
    }
        .interiorPage .containerImg img.blurImage{
            filter: blur(15px);
            position: absolute;
            z-index: 2 !important;
            /*width: 130%;
            max-width: 130%;*/
            opacity: .9;
            max-width: unset !important;
            width: 120%;
            height: unset !important;
            max-height: unset !important;
        }
    .topProject {
        margin : 70px 0 30px 0;
    }
    .topProject .zoneVote {
        float: right;
        /*background-image: linear-gradient( 30deg, var(--main-dark-color), var(--main-light-color) );*/
        color: white;
        width: 25%;
    }
        .topProject .zoneVote .counterVote {
            padding : 20px;
        }
    .interiorPage .descProject {
        padding : 40px 100px;
        clear: both;

    }
    .interiorPage .zoneA {
        width: 100%;
        padding : 30px;
    }
    .linkShare {
        color : purple;
    }
    .linkShare a {
        color : purple;
        box-shadow: unset;
        font-size: 2em;
        margin: 10px;
    }
        .linkShare a:hover {
            color:  var(--main-alt-color) !important;
            background: unset !important;
        }

    .barVote {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom : 50px;
    }
        .barVote .linkShare, .barVote .linkShare a{
            color: white;
        }
    .nbrVote {
        font-size: 1.5em;
        font-weight: bold;
        padding-right : 10px;
        vertical-align: bottom;
    }
    .btn-vote {
        position: relative;
    }
    .voteOk:before {
        content : "+1";
        position: absolute;
        top : -20px;
        left : calc(50% - 15px);
        background: white;
        border-radius: 5px;
        border : 1px solid  var(--main-alt-color);
        width: 30px;
        height: 30px;
        -webkit-animation: scale-up-center 1s ;
        animation: scale-up-center 1s ;
        animation-iteration-count: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
        opacity: 0;
    }
    .voteError:before {
        content : "X";
        position: absolute;
        top : -20px;
        left : calc(50% - 15px);
        background: orangered;
        color: white;
        border-radius: 5px;
        border : 1px solid  var(--main-alt-color);
        width: 30px;
        height: 30px;
        -webkit-animation: scale-up-center 1s ;
        animation: scale-up-center 1s ;
        animation-iteration-count: 1;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
        opacity: 0;
    }

    @keyframes scale-up-center {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        60% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    }


/*-----------Responsive-----------*/
/*---------------- responsive ------------------*/
@media only screen and (max-width: 768px) {
    body {
        padding: 0;
    }

    header.header{
        flex-direction: column;
        background-image: url(../../images/booster/header-booster-axonaut-background-mob.jpg) !important;
        background-size: auto !important;
    }
    header .zoneA, header .zoneB  {
        width: 100%;
    }
    header .zoneA  {
        padding-top : 200px;
        padding-bottom: 150px;
    }
        .logoBooster {
            max-width: 70%;
        }
            header .zoneA img  {
                max-width: 70%;
            }
            header .zoneA .macaron  {
                width: 100px;
                left: -20px;
            }
    header .zoneB  {
        padding: unset;
    }
    header .zoneB .baseline {
        width: 80%;
        margin: 100px auto;
    }

    .sectionStep  {
        text-align: center;
    }
        .sectionStep img {
            width: 50%;
            margin-top: 50px;
        }

    .sectionDetail .timeline > div {
        max-width: 90%;
    }

    .titleSectionAxonaut > span {
        display: none;
    }
    .previzVideo {
        margin-bottom : 20px;
    }
    .displayPartner {
        flex-direction: column;
    }
    .displayPartner > span {
        width: 100%;
    }


    .topProject  {
        display: flex;
        flex-direction: column-reverse;
    }
    .topProject .zoneVote {
        width: 100%;
        float : none;
    }
    .interiorPage .containerProject h2 {
        width: 100%;
        margin: 0;
    }
    .interiorPage .containerImgSize {
        width: 100%;
        max-width: 100%;
    }
    .linkShare {
        margin-top : 20px;
    }


    #tableProject {

        max-width: 100%;
        width: 90%;
    }
    .oneProject {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        margin-bottom: 50px;
    }
    .oneProject a {
        width : 100%;
        max-width: 100%;
    }
    .oneProject .containerImg {
        width : calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    .oneProject td:first-child{
        width : 100%;
    }
}
