<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/*--------------------------------------------------------------
Misc
--------------------------------------------------------------*/

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link {
    -webkit-tap-highlight-color: transparent;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}


/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Black.eot');
    src: url('../fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Black.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/Brown-Bold.eot');
    src: url('../fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Brown-Bold.woff2') format('woff2'),
        url('../fonts/Brown-Bold.woff') format('woff'),
        url('../fonts/Brown-Bold.svg#Brown-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*----------------------------------------------------------------------------------------------------------------------------
  COLOR
----------------------------------------------------------------------------------------------------------------------------*/

:root {
  --color-bleu: #00A7AA;
  --color-jaune: #f5d300;
  --color-gray: #f1f2f2;

  --color-valeurs1-bg: #ebd978;
  --color-valeurs1-txt: #b6423e;


  --color-valeurs2-bg: #95c6bd;
  --color-valeurs2-txt: #6c357c;

  --color-valeurs3-bg: #a2cae3;
  --color-valeurs3-txt: #cf614e;

  --color-valeurs4-bg: #b7ace3;
  --color-valeurs4-txt: #488858;

  --color-valeurs5-bg: #ffbc74;
  --color-valeurs5-txt: #20556f;

  --color-histoire2-txt: #3f989a;
  --color-histoire3-txt: #b16576;

  
}

.valeur1-color {
    background-color: var(--color-valeurs1-bg);
    color: var(--color-valeurs1-txt);  
}
.valeur2-color {
    background-color: var(--color-valeurs2-bg);
    color: var(--color-valeurs2-txt);  
}
.valeur3-color {
    background-color: var(--color-valeurs3-bg);
    color: var(--color-valeurs3-txt);  
}
.valeur4-color {
    background-color: var(--color-valeurs4-bg);
    color: var(--color-valeurs4-txt);  
}
.valeur5-color {
    background-color: var(--color-valeurs5-bg);
    color: var(--color-valeurs5-txt);  
}

.histoire2-color {
    background-color: var(--color-gray);
    color: var(--color-histoire2-txt);  
}
.histoire2-color svg {
    fill:var(--color-histoire2-txt);    
}
.histoire3-color {
    background-color: var(--color-gray);
    color: var(--color-histoire3-txt);  
}
.histoire3-color svg {
    fill:var(--color-histoire3-txt);    
}

.projet2-color {
    background-color: var(--color-gray);
    color: #9b833f;  
}

.projet3-color {
    background-color: var(--color-gray);
    color: #8eb097;  
}
.projet4-color {
    background-color: var(--color-gray);
    color: #ec8060;  
}

.thematiques1-color {
    background-color: #1e5d4d;
    color: #bdcbe9;  
}
.thematiques2-color {
    background-color: #3f4e6a;
    color: #d2b889;  
}
.thematiques3-color {
    background-color: #753d47;
    color: #b4d1a7;  
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background: #fff;
    font-family: 'Brown',Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size: 1.4rem;
    cursor: default;
    /*min-height: 660px;*/
    width: 100vw;
    /*height: 100vh;    */

}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.wrapper {
    width:100%;
    overflow: hidden;
}

section {
    position: relative;
    /*min-height: 100vh;*/
    /*padding:80px 0; */
}

.full-screen {
    /*display: block;*/
    width: 100%;
    min-height: 100vh;
    overflow: hidden;    
}

.gray {
    background-color: var(--color-gray);
}

.panels-container {
    min-height: 100vh;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
    padding: 0;
    overflow: hidden;
}

.panel {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;  
/*    align-content: center;
    align-items: center;      */
    text-align: left;
}

.background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.container {
    width: 80vw;
    max-width: 1800px;
    /*height: 100%;*/
    /*padding: 5vw 0;*/
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: left;    
}

p {
    position: relative;
    text-align: left;
    /*font-size: 2vw;*/
    font-size: min(max(1rem, 1.3vw), 3.5rem);    
    line-height: 1.3;
    margin: 0 0 25px 0;
    font-weight: 100;
}
p:last-child {
    margin: 0;
}

.flex {
    display: flex;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

/*--------------------------------------------------------------
HISTOIRE
--------------------------------------------------------------*/

#histoire .flex {
    display: flex;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

#histoire article {
    display: flex;
    justify-content: center;
    /*align-content: stretch;
    align-items: stretch;*/
}

h3.adastra {
    position: relative;
    color: #fff;
    font-size: 2.5vw;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.p-histoire {
    /*font-size: 1.1vw;*/
    font-size: min(max(1rem, 1.1vw), 2.5rem);
    line-height: 1.3;
}

.description-2columns {
    position: relative;
    margin-top: 50px;
    display: flex;
    /*column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px; */   
}

.description-column {
    width: 50%;
}
.description-column:first-child {
    padding-right: 15px;
}
.description-column:last-child {
    padding-left: 15px;
}

.col-50 {
    width: 50%;
    /*background-color: #ff0000;*/
}

.histoire__logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}
.histoire__logo svg {
    width: 100%;
    height: auto;
    display: block;
}


#histoire figure.figure1 {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 10;
    width: 45%;
    height: auto;
}
#histoire figure.figure1::before {
    content: "";
    padding-top: 140%;
    display: block;
}
#histoire figure.figure2 {
    position: absolute;
    top: 60%;
    left: 5vw;
    z-index: 30;
    width: 50%;
    height: auto;
}
#histoire figure.figure2::before {
    content: "";
    padding-top: 66%;
    display: block;
}
#histoire figure.figure3 {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 20;
    width: 45%;
    height: auto;
}
#histoire figure.figure3::before {
    content: "";
    padding-top: 100%;
    display: block;
}

@media screen and (max-width: 960px) { 

    h3.adastra {
        font-size: 1.5rem;
    }    

    #histoire .flex {
        flex-direction: column;
    }

    .description-2columns {
        margin-top: 0;
        display: block;
    }

    .description-column {
        width: 100%;
    }

    .description-column:first-child {
        padding-right: 0;
    }
    .description-column:last-child {
        padding-left: 0;
    }

    .p-histoire {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    #histoire-2 .col:last-child,
    #histoire-3 .col:last-child {
        height: 40vh;
        margin-top: 30px;        
    }
}


/*--------------------------------------------------------------
VALEURS
--------------------------------------------------------------*/

section#valeurs .container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*height: 80vh;
    max-height: 1000px;*/
    width: 75vw;
}



.row {
    /*height: 100%;*/
}

.col {
    position: relative;
    width: 50%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    /*background-color: rgba(0,0,0,.2);*/
}

.col-40 {
    width: 40%;
}
.col-60 {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;    
}

.padding-left {
    padding-left: 5vw;
}

.col figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 8px solid #fff;
}
#valeurs .col figure {
    height: auto;
}
#valeurs .col figure::before {
    content: "";
    display: block;
    padding-top: 132%;
}
.col figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}


.h3-valeurs {
    text-transform: uppercase;
    /*font-size: 2.8vw;*/
    font-size: min(max(1rem, 2.0vw), 5rem);
    line-height: 1;
    font-weight: 600;
    color: inherit;
    text-align: left;
    margin: 0;    
}
.h3-valeurs span {
    position: relative;
    display: inline-block;
}
.h3-valeurs span:before {
    content: "";
    background-color: var(--color-valeurs1-txt);
    width: 40px;
    height: 7px;
    display: inline-block;
    position: relative;
    margin: 0 25px;
}

.h4-valeurs {
    position: relative;
    text-transform: uppercase;
    /*font-size: 4vw;*/
    font-size: min(max(1rem, 2.4vw), 7.25rem);
    line-height: 1.2;
    font-weight: 600;
    color: inherit;
    text-align: left;
    display: inline-block;
    margin: 0 0 5vh 0; 
}
.h4-valeurs::after {
    content: "";
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 8px;
    display: block;
    background-color: var(--color-valeurs1-txt);
}

.valeur1-color .h3-valeurs span:before,
.valeur1-color .h4-valeurs::after {
    background-color: var(--color-valeurs1-txt);
}
.valeur2-color .h3-valeurs span:before,
.valeur2-color .h4-valeurs::after {
    background-color: var(--color-valeurs2-txt);
}
.valeur3-color .h3-valeurs span:before,
.valeur3-color .h4-valeurs::after {
    background-color: var(--color-valeurs3-txt);
}
.valeur4-color .h3-valeurs span:before,
.valeur4-color .h4-valeurs::after {
    background-color: var(--color-valeurs4-txt);
}
.valeur5-color .h3-valeurs span:before,
.valeur5-color .h4-valeurs::after {
    background-color: var(--color-valeurs5-txt);
}



@media screen and (max-width: 960px) {

    .flex {
        flex-direction: column-reverse;
    }

    .col {
        width: 100%;
    }

    .col-60 {
        align-items: flex-start;
        justify-content: flex-start;
        height: 48%;
    }

    .col-40 {
        height: 52%;
    }

    .padding-left {
        padding-left: 0;
        padding-bottom: 5vw;
    }

    .col figure {
        border: 6px solid #fff;
        width: 80%;
    }

    .h3-valeurs {
        font-size: 1.8rem;
        line-height: 1;
        margin-bottom: 30px;
        /*position: absolute;
        top: 0;
        left: 0;*/
    }
    .h3-valeurs span:before {
        width: 30px;
        height: 5px;
        margin: 0 10px;
    }    

    .h4-valeurs {
        font-size: 2.5rem;
        margin: 0 0 20px 0;
    }

    p {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }


}

@media screen and (max-width: 340px) {
    p {
        font-size: 1.6rem;
        line-height: 2.0rem;
    }    
}

/*
.background div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
   
}    
*/


/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/

#contact-1 {
    color: #3f4e6a;
}

#contact-1 figure {
    border:none;
    margin-bottom: 8px;
}


#contact-1 .row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

#contact-1 .col1 {
    padding-right: 50px;
}
#contact-1 .col2 {
    padding-left: 50px;
}

#contact-1 h3.h3-projet {
    color: #3f4e6a;
    margin-bottom: 40px;
}

.legend {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

#contact .col figure::before {
    content: "";
    display: block;
    padding-top: 38%;
}

#contact-1 .col2 figure img {
    object-fit: contain;
    -o-object-fit: contain;
}



.contact-logo {
    width: 20%;
    position: absolute;
    bottom: 80px;
}
.contact-logo img {
    width: 100%;
    height: auto;
    display: block;
}

h3.h3-contacteznous {
    position: relative;
    color: var(--color-jaune);
    font-size: min(max(1rem, 2.2vw), 4.8rem);
    margin-bottom:20px;
}
h3.h3-contacteznous::before,
h3.h3-contacteznous::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 6px;
    background-color: var(--color-jaune);
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
}
h3.h3-contacteznous::after {
    left: auto;
    right: -140px;
}
#contact-2 a {
    color: var(--color-jaune);
    font-size: min(max(1rem, 2.8vw), 5rem);
    /*margin-bottom:50px;*/
}
#contact-2 a:hover {
    opacity: .85;
}

@media screen and (max-width: 960px) {

    #contact-1 .row {
        flex-direction: column;
    }

    #contact-1 .col {
        padding: 0;
        width: 100%;
    }

    #contact-1 .col1 {
        margin-bottom: 30px;
    }    

    #contact-1 .legend {
        margin-bottom: 15px;
        font-size: 1.1rem;
    }

    #contact-1 .col2 .legend {
        display: none;
    }

    #contact-1 figure {
        margin-bottom: 10px;
        width: 100%;
    }    

    h3.h3-contacteznous {
        font-size: 1.6rem;
        margin-bottom:20px;
    }
    h3.h3-contacteznous::before,
    h3.h3-contacteznous::after {
        width: 50px;
        height: 4px;
        background-color: var(--color-jaune);
        left: -60px;
        top: 50%;
        transform: translateY(-50%);
    }
    h3.h3-contacteznous::after {
        left: auto;
        right: -60px;
    }
    #contact-2 a {
        font-size: 1.8rem;
    }

    .contact-logo {
        width: 35%;
    }


}


/*--------------------------------------------------------------
ACCUEIL
--------------------------------------------------------------*/

section#accueil,
#contact-2 {
    background-color: var(--color-bleu);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
 
    /*height: calc(100vh - 60px);
    min-height: auto;
    top: 60px;*/
}

h1.logo {
    width: 50%;
    position: relative;
}
h1.logo img {
    width: 100%;
    height: auto;
    display: block;
}

h2.baseline {
    position: relative;
    margin-top: 8vh;
    color: var(--color-jaune);
    font-size: 2.3vw;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 960px) {

    h1.logo {
        width: 70%;
    }

    h2.baseline {
    margin-top: 30px;
    font-size: 1.7rem;
    line-height: 1.4;
    max-width: 300px;
    }

}



/*--------------------------------------------------------------
HISTOIRE
--------------------------------------------------------------*/

section#histoire .background { 
    background-position: bottom center;
}



/*--------------------------------------------------------------
PROJET
--------------------------------------------------------------*/

section#projet .container {
    /*display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;*/
    width: 85vw;
}

.h3-projet {
    text-transform: uppercase;
    color: #f1f2f2;
    font-size: min(max(1rem, 2.5vw), 5rem);
    line-height: 1;
    font-weight: 600;
    text-align: left;
    margin: 0;    
}


img.rosace {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.tab {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;    
}
section#projet .tab {
    display: none;
}
.tab__item {

    width: 33.3333%;
    padding: 15px;

}
.tab__item__inner {
    height: 100%;
    border-radius: 14px;
    background-color: rgba(183,172,227,.75);
    padding: 50px 30px;    
}

h4.tab__item__title {
    display: inline-block;
    position: relative;
    font-size: min(max(1rem, 1.7vw), 6.5rem);
    line-height: .6;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h4.tab__item__title::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 7px;
    background-color: #fff;
    bottom: 0;
    left: calc(100% + 15px);
    display: block;
}
.tab__item p {
    font-size: min(max(1rem, 1.1vw), 2.5rem);
    line-height: 1.2;    
}


.description-projet {
    position: relative;
    margin-top: 50px;
}
.projet-column {
    margin-bottom: 40px;
}
.projet-column:last-child {
    margin-bottom: 0px;
}

.h4-projet {
    text-transform: uppercase;
    font-size: min(max(1rem, 1.6vw), 4.5rem);
    line-height: 1;
    font-weight: 600;
    color: inherit;
    text-align: left;
    margin-bottom: 10px;
}

#projet-2 figure.figure1 {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
    width: 48%;
    height: auto;
}
#projet-2 figure.figure2 {
    position: absolute;
    top: 22%;
    left: 20vw;
    z-index: 30;
    width: 40%;
    height: auto;
}
#projet-2 figure.figure3 {
position: absolute;
    top: 62%;
    right: 5%;
    z-index: 20;
    width: 45%;
    height: auto;
}
#projet-2 figure.figure4 {
    position: absolute;
    top: 65%;
    left: 25%;
    z-index: 20;
    width: 32%;
    height: auto;
}

#projet-2 figure.figure1::before {
    content: "";
    padding-top: 140%;
    display: block;
}

#projet-2 figure.figure2::before {
    content: "";
    padding-top: 130%;
    display: block;
}

#projet-2 figure.figure3::before {
    content: "";
    padding-top: 100%;
    display: block;
}

#projet-2 figure.figure4::before {
    content: "";
    padding-top: 120%;
    display: block;
}

.projet2-color svg {
    fill: #9b833f;
}

#projet-3 .col figure::before,
#projet-4 .col figure::before {
    content: "";
    display: block;
    padding-top: 132%;
}
#projet .h4-valeurs::after {
    display: none !important;
}


@media screen and (max-width: 960px) {

    .h3-projet {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    #projet-1 .flex {
        flex-direction: column;
    }

    img.rosace {
        display: none;
    }

    section#projet .tab {
        display: flex;
    }    

    .tab {
        /*margin: 0;*/
    }

    .tab__item {
        width: 100%;
        padding: 15px;

    }
    .tab__item__inner {
        border-radius: 10px;
        padding: 15px;
    }
    h4.tab__item__title {
        font-size: 3.2rem;
    }
    .tab__item p {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }    

    .description-projet {
        margin-top: 0;
    }

    .h4-projet {
        font-size: 1.7rem;
    }

    #projet-2 .flex {
        flex-direction: column;
    }

    #projet-2 .col:last-child {
        height: 50vh;
        margin-top: 30px;
    }

    #projet-2 figure.figure2 {
        top: 16%;
        left: 40%;
    }    
    #projet-2 figure.figure3 {
        top: 55%;
    }
    #projet-2 figure.figure4 {
        top: 55%;
    }    

}

/*--------------------------------------------------------------
THEMATIQUES
--------------------------------------------------------------*/

#thematiques .col figure::before {
    content: "";
    display: block;
    padding-top: 132%;
}
#thematiques .h4-valeurs::after {
    display: none !important;
}

.h3-valeurs span:before {
    content: "";
    width: 40px;
    height: 7px;
    display: inline-block;
    position: relative;
    margin: 0 25px;
}

.thematiques1-color .h3-valeurs span:before, .thematiques1-color .h4-valeurs::after {
    background-color: #bdcbe9;
}
.thematiques2-color .h3-valeurs span:before, .thematiques2-color .h4-valeurs::after {
    background-color: #d2b889;
}
.thematiques3-color .h3-valeurs span:before, .thematiques3-color .h4-valeurs::after {
    background-color: #b4d1a7;
}

/*--------------------------------------------------------------
ACCOMPAGNEMENT
--------------------------------------------------------------*/

.tab.tab__accompagnement h4.tab__item__title::after {
    content: "";
    position: relative;
    width: 25px;
    height: 7px;
    background-color: #fff;
    bottom: auto;
    left: auto;
    display: block;
    margin-top: 20px;
}

.row.accompagnement__header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    max-width: 80vw;
}

#accompagnement-1 .h3-projet {
    display: inline-block;
}
.accompagnement__desc {
    padding-left: 100px;
    color: #fff;
    text-align: left;
    display: inline-block;
    line-height: 1.1;
    font-size: min(max(1rem, 1.3vw), 2.6rem);
}
#accompagnement-1 .background {
    background-attachment: fixed;
}

@media screen and (max-width: 960px) { 

    #participations .row {
        margin-bottom: 0;
    }

    .tab.tab__accompagnement h4.tab__item__title {
        font-size: 2.2rem;
    }    
    .row.accompagnement__header {
        flex-direction: column;
        max-width: 100%;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    #accompagnement-1 .h3-projet {
        margin-bottom: 20px;
    }    
    .accompagnement__desc {
        font-size: 1.5rem;
        line-height: 1.2;
        padding:0;
    }
}



/*--------------------------------------------------------------
PARTICIPATIONS
--------------------------------------------------------------*/

#participations .h3-projet {
    color: var(--color-histoire2-txt);
}

.tab.tab__participations {

}

.tab.tab__participations .tab__item__inner {
    border-radius: 0;
    padding: 0;
    background-color: #333;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;    
}

.tab__item__inner figure {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 55%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}

.tab__item__inner figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    opacity: .5;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.tab__item__inner:hover figure img {
    opacity: .75;
    -ms-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
}

.participations__infos {
    width: 60%;
    position: absolute;
    z-index: 200;
    text-align: center;
}

.participations__infos img {
    width: 100%;
    height: auto;
    max-height: 80px;
    display: inline-block;
    margin-bottom: 10px;
}
.participations__infos p {
    text-align: center;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/



h1 {
position: relative;
}


h2 {
position: relative;
}


h3,
h4 {
    position: relative;
    font-family: 'Brandon Grotesque',Helvetica,Arial,sans-serif;    
}



input, select, th, td {font-size:1em;}




p b, p strong {
    font-weight: 600;
}

p a {
    text-decoration: underline;
}

.mobile {display: none;}


@media screen and (min-width: 961px) {
    p span.desktop__line__break {
        display: block;
    }   
}

@media screen and (max-width: 960px) {

    .desktop {display: none;}
    .mobile {display: inline-block;}



    .container {
        width: 90%;
        max-width: 500px;
        padding: 50px 0;
        /*max-height: 850px;*/
    }


    section {

    }


    h1 {
        font-size: 2.7rem;
        line-height: 3.4rem;
        text-align: left;
    }

    img.logo {
        max-width: 400px;
    }




    h5 {

    }

    h2 {
        position: relative;
        font-size: 2.7rem;
        line-height: 3.4rem;
        text-align: left;
    }



    h3 {
        position: relative;
    }    
 



    ul#faq li i {
        margin-top: 8px;
    }

    section#engagements {
        min-height: auto;
    }    

    .container_footer {
        bottom: 2vw;
    }    

}


@media screen and (max-width: 350px) {

    h2 {
        font-size: 2.2rem;
        line-height: 3.0rem;
    }

}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100px;*/
    z-index: 500;
    background-color: transparent;
    /*padding: 10px 0px; */
    display: block;
    text-align: center;
    /* overflow: hidden; */
    backface-visibility: hidden;
}

body header:before {
    content: '';
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
}

header:after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    box-shadow: 0 0 40px 20px rgb(0 0 0 / 10%);
}

header.show-bg:after {
    top: 0;
    height: 100%;
    opacity: 1;
}
header.show-bg .main-nav-item a {
    color: var(--color-bleu);
}
header.show-bg a.brand svg {
    fill: var(--color-bleu);
}


#left-nav {
    position: relative;
    width: 90px;
    margin: 0 0 0 3vw;
    height: 60px;
    overflow: hidden;
}

header a.brand {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    /*top: -100px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    transition-delay: .20s;
}
header a.brand svg {
    max-width: 100%;
    height: auto;
    display: block;
    fill: var(--color-jaune);
}

#right-nav {
    position: relative;
}

#social-nav {
/*    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    transition-delay: .25s;
}
.social-nav-item {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}
.social-nav-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 30px;
    height: 30px;
    /* line-height: 30px; */
    text-align: center;
}
.social-nav-item a svg {
    fill: #ffffff;
}

#main-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.main-nav-container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


#main-nav {
    flex: 1;
}

.main-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

ul.main-nav-list li {
    margin: 0 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.main-nav-item a, .menu-item a {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-jaune);
    padding: 5px 10px;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.main-nav-item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 20px);
    height: 3px;
    left: 10px;
    bottom: -3px;
    pointer-events: none;
    background-color:var(--color-bleu);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: 0.5s transform cubic-bezier(.75,0,.25,1);
}

.main-nav-item a:hover:after, 
.main-nav-item.active a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-button {
    border: none;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 100;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    transition-delay: .25s;
}

.line-wrapper {
    margin-bottom: 5px;
}

.menu-button .line {
    width: 32px;
    height: 3px;
    background-color: var(--color-bleu);
    display: block;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}

.menu-button .line {
    margin-top: 5px;
}

@media screen and (max-width: 960px) {

    .menu-open .menu-button {
        background-color: #fff;
    }

    header {
        overflow: visible;
    }

    #left-nav, #right-nav ul li:not(.lang-item):first-child {
        /*display: none;*/
        margin: auto;
        width: 150px;
        height: 60px;        
    }
    header a.brand svg {
        fill: var(--color-bleu);
    }

    #main-nav-container {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        will-change: transform;
    }

    .menu-open #main-nav-container {
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: 0s,0s;
        transition-delay: 0s,0s;
    }

    .main-nav-container-2 {
        display: block;
        width: 100%;
        margin: auto;
    }

    #main-nav {
        width: 80%;
        max-width: 350px;
        padding: 20px 0px 20px 0px;
        margin: auto;
    }

    .main-nav-list {
        display: block;
    }

    ul.main-nav-list li {
        margin: 0;
        display: block;
        padding: 0.6vh 0;
        text-align: center;
    }

    ul.main-nav-list li, #right-nav,
    #left-nav {
        opacity: 0;
        transform: translateY(50px);
        transition: all 300ms 300ms ease;
    }

    body.menu-open #left-nav {
        opacity: 1;
        transform: translateY(0px);
        transition: all 300ms 600ms ease;
    }

    body.menu-open ul.main-nav-list li, body.menu-open #right-nav {
        opacity: 1;
        transform: translateY(0px);
        transition: all 300ms 600ms ease;
    }

    body.menu-open ul.main-nav-list li:nth-child(1) {
        transition: all 300ms 750ms ease;
    }
    body.menu-open ul.main-nav-list li:nth-child(2) {
        transition: all 300ms 900ms ease;
    }
    body.menu-open ul.main-nav-list li:nth-child(3) {
        transition: all 300ms 1050ms ease;
    }
    body.menu-open ul.main-nav-list li:nth-child(4) {
        transition: all 300ms 1200ms ease;
    }
    body.menu-open ul.main-nav-list li:nth-child(5) {
        transition: all 300ms 1350ms ease;
    }
    body.menu-open ul.main-nav-list li:nth-child(6) {
        transition: all 300ms 1500ms ease;
    }

    .main-nav-item a, .menu-item a {
        font-size: 2rem;
        padding: 10px 0;
        line-height: 1.2;
        color: var(--color-bleu) !important;
    }
    .main-nav-item a:after {
        width: 100%;
        left: 0;
    }

    .menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

/*
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    
    padding: 30px 40px;
    display: block;
    text-align: left;
}

header.bg {
    background-color: #bc290a;
}

header .brand {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}

header .brand img {
    width: 80px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

header .brand img.coeur {
    width: 14px;
}

#social-nav {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-nav-item {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.social-nav-item a {
    display: block;
    position: relative;
}

.social-nav-item a svg {
    fill: #000000;
}

.social-nav-item a:hover svg {
    fill: #666;
}

.menu-button {
    cursor: pointer;
    border: none;
    background: transparent;
    display: inline-block;
    position: relative;
    z-index: 100;
    border: 1px solid #fff;
    padding: 5px 7px 10px 7px;    
}

.menu-button .line {
    width: 25px;
    height: 2px;
    background: #fff;
    display: block;

    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
}

.menu-button .line:nth-child(2) {

}

.menu-button .line {
    margin-top: 5px;
}

.menu-open .menu-button .line:nth-child(1) {

    -webkit-transform: rotate(-45deg) translate(-5px,4px);
    transform: rotate(-45deg) translate(-5px,4px);    
}

.menu-open .menu-button .line:nth-child(2) {

    -webkit-transform: scale(1) rotate(45deg) translate(-1px,0px);
    transform: scale(1) rotate(45deg) translate(-1px,0px);    
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}


@-webkit-keyframes fadeHeaderBG {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeHeaderBG {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

header:after {

}   


header.bg .brand img {
    width: 120px;
}

header.bg:after {
    -webkit-animation-name: fadeHeaderBG;
    animation-name: fadeHeaderBG;     
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
}   


    #main-nav-container {
        background: rgba(0,0,0,.90);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        will-change: transform;     
    }
    .menu-open #main-nav-container {

        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0s,0s;
        transition-delay: 0s,0s;    
    }
    #social-nav {
        position: absolute;
        bottom: 40px;
        right: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        text-align: center;
        top: auto;
    }       


@media screen and (max-width: 960px) {   

    header {
        padding: 28px 20px !important;
    }

    header .brand {
        width: calc(100% - 10px);
    }

    header .brand img {
        width: 70px;
        height: auto;
        display: inline-block;
        margin: 0 6px;
    }
    header .brand img.coeur {
        width: 11px;
    }    
 
}
*/

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

/*
#main-nav-container {
}

ul#main-nav-list li {
    margin: 25px 0;
    display: block;
}


.main-nav-item a {
    display: block;
    position: relative;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    color: #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-family: 'Maax Bold';
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: #fff;
    opacity: .5;
}


#main-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
    text-align: center;       
}   
 



@media screen and (max-width: 960px) {

    #main-nav {
        padding: 0 10%;
    }

    .main-nav-item a {
        font-size: 2.3rem;
        line-height: 3.4rem;
    }    

    ul#main-nav-list li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }      

}
*/

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/

.btn__wrapper {
    /* width: 33.3333%; */
    margin-top: 80px;
}

.btn, .btn__form {
    font-family: 'Maax Medium';
    position: relative;
    padding: 40px 40px;
    margin: 0 auto 20px;
    font-size: 1.3vw;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border: 0;
    background: #4c8c2b;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 40%);
}

.btn_full {
    width: 100%;
    margin: 30px auto 0;
}

.btn span {
    position: relative;
    z-index: 10;
}

/*
.btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #dc092f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: 0.5s transform cubic-bezier(.75,0,.25,1);    
}

.btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn:hover, .btn__form:hover {
}
*/

@media screen and (max-width: 960px) {

    .btn, .btn__form {
        font-size: 2.2rem;
        padding: 20px 20px;
        width: 100%;
        text-align: center;
        line-height: 1.4;
        border-radius: 10px;
    }

    .discoverBtn {
        width: 90%;
        bottom: 3vh;
    }

}



/*--------------------------------------------------------------
Overlay
--------------------------------------------------------------*/

.noscroll { overflow: hidden; }

.overlay {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1000;

    overflow: hidden;
    visibility: hidden;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateY(0%);
    transform: translateY(0%);    

    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

body.overlay__open__share .overlay-share, body.overlay__open__links .overlay-links {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
body.overlay__open__share .wrapper, body.overlay__open__links .wrapper {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    /*-webkit-transition: .25s -webkit-filter linear .1s;*/
    opacity: .75;
    -webkit-filter: blur(12px);
    filter: blur(12px);    
}

.overlay__content__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    width: 100vw;
    height: 100%;
}

.overlay__content {
    width: 100%;
    max-width: 900px;
    padding: 5vw 8vw;
    text-align: center;
    position: relative;
    margin: auto;    
}

.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;    
    background: #333;
    opacity: .6;
    z-index: -1;
}

.overlay__nav {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 300;
}

.btn__close {
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #333;
    -webkit-transition:transform .25s ease-in-out;
    -moz-transition:transform .25s ease-in-out;
    -ms-transition:transform .25s ease-in-out;
    -o-transition:transform .25s ease-in-out;
    transition:transform .25s ease-in-out;    
}
.btn__close:hover{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.btn__close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 0;
    border-top: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.btn__close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 0;
    border-top: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.overlay__content ul li {
    display: block;
    margin: 20px 0;
}

body.desktop .only-mobile {
    display: none !important;
}



.overlay__content ul li {
    opacity: 0;
}
.overlay__content ul li.visible {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.overlay__content ul li:nth-child(1) {
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
}
.overlay__content ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.overlay__content ul li:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.overlay__content ul li:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.overlay__content ul li:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.overlay__content ul li:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.overlay__content ul li:nth-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay__content ul li:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}


@-webkit-keyframes fadeInUp{
    from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    }
    to{
    opacity:1;
    -webkit-transform:none;
    transform:none;
    }
}
@keyframes fadeInUp{
    from{
    opacity:0;
    -webkit-transform:translate3d(0,100px,0);
    transform:translate3d(0,100px,0);
    }
    to{
    opacity:1;
    -webkit-transform:none;
    transform:none;
    }
}

.social-link {
    /*height: 50px;*/
    display: inline-block;
}

.social-icon {
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    /*padding: 5px;*/
}

.social-icon img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;    
}

.social-icon.facebookBtn img { 
    padding: 10px;
}

.social-title {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.01rem;
    font-size: 1.7rem;
    font-weight: 600;
    padding-left: 0px;
    margin-right: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

@media screen and (max-width: 960px) {
    .overlay__nav {
        bottom: 0;
        top: auto;
    }    
}

/*--------------------------------------------------------------
Nav
--------------------------------------------------------------*/
/*
nav {
    color: #333;
}
nav ul {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 50vw;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;    
}
nav ul li {
    padding: 10px 5px;
    display: inline-block;
}
nav ul li a {
    display: block;
    padding: 10px;
    text-align: center;
}
nav ul li a svg {
    width: 20px;
    height: auto;
    display: inline-block;
    fill: currentColor;
}
nav ul li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    padding-top: 3px;
}

@media screen and (max-width: 960px) {

    nav ul {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        width: 100vw;
        justify-content: center;
        flex-direction: row-reverse;
    }

}
*/


#page {
    background-color: var(--color-gray);
    display: flex;
    justify-content: center;
}

#page .container {
    
    width: 75vw;
}

#page h1 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 800;
}

#page h2 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 800;
    text-decoration: underline;
}

#page p {
    font-size: 1.5rem;
    font-weight: 100;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 20px 0;
    background-color: var(--color-bleu);
    position: relative;
    color: #fff;
    width: 100%;
    text-align: center;
}


.legals .legals__item {
    /*text-decoration: underline;*/
    font-size: 1.1rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 8px; 
} 


@media screen and (max-width: 960px) {

   .legals {
    }

    .legals .legals__item {
        display: block;
        margin: 0 0 15px 0;
    }    

}


/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

body.loading-page:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100000000000000000;       
}

body.loading-page.loading-page-close:before {
    opacity: 0;
    -webkit-transition: all .65s ease-in-out;
       -moz-transition: all .65s ease-in-out;
        -ms-transition: all .65s ease-in-out;
         -o-transition: all .65s ease-in-out;
            transition: all .65s ease-in-out;
    /*
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;

    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);   */
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
}



.reveal-animate {
    /*opacity: 0;*/
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 200px, 0);
    transform: translate3d(-100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 200px, 0);
    transform: translate3d(100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 200px, 0);
    transform: translate3d(100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/



    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}
.visible.up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   
}
.visible.left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;   
}
.visible.right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;   
}

@media screen and (max-width: 960px) {

    .visible.left {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;   
    }
    .visible.right {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;   
    }

}


@media screen and (max-width: 960px) {

    section#home {
        min-height: auto;
        height: auto;
        padding-top: 56px;
        align-content: flex-start;
        padding-bottom: 0;
        top: 0;
    }




}

/*--------------------------------------------------------------
Tarteaucitron
--------------------------------------------------------------*/
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    display: none !important;
}

#tarteaucitronAlertBig {
    background: #fff !important;
    color: #000 !important;
    position: fixed !important;
    z-index: 99999;
    bottom: 0;
    right: 0;
    font-size: 15px !important;
    left: auto !important;
    padding: 30px !important;
    text-align: center !important;
    width: 450px !important;
    box-sizing:border-box;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-size: 16px !important;
    color: #000 !important;
    font-family: Arial,sans-serif !important;
    font-weight: 400 !important; 
    display: block; 
    margin-bottom: 5px; 
    padding: 0px !important; 
    text-align: center !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronAlertBig .tarteaucitronDeny,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #000 !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 8px 15px !important;
    text-decoration: none !important;
    margin: 5px auto !important;
}
/*
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
background: transparent !important;
    color: #000 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 13px !important;
    padding: 5px 0px !important;
    text-decoration: none !important;
    margin-left: 0 !important;
}
*/
#tarteaucitronPercentage {
    display: none !important;
}

@media screen and (max-width: 1000px) {
    #tarteaucitronAlertBig {
        background: #fff !important;
        color: #000 !important;
        position: fixed !important;
        z-index: 99999;
        bottom: 0;
        right: auto !important;
        font-size: 14px !important;
        left: auto  !important;
        padding: 15px 5% !important;
        text-align: center !important;
        width: 90% !important;
    }
}


</pre></body></html>