@charset "UTF-8";

/* Mettre les imports de font ici */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 1000vh;
    min-height: -webkit-fill-available;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


/* ---------------------------Accueil------------------------------ */

.hidden {
    display: none;
}

.banner {
    height: 1080px;
    background-image: url(../medias/amin-1.gif);
    background-position: center;
    background-size: cover;
    position: relative;
}


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

header {
    width: 100%;
    height: auto;
    background-color: #15262e;
}

nav {
    z-index: 1000;
    position: fixed;
    background: #15262e;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    height: 15vh;
}

nav ul {
    padding: 0;
    text-align: center;
    margin: 0;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
}

nav ul li {
    display: inline-block;
    padding: 20px 0px;
}

nav ul li a {
    text-decoration: none;
    color: #f5e8d1;
    font-size: 20px;
}

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

.player button {
    background-color: #15262e;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 20px;
}

.player button a {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #fbbc0c;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.player button:hover {
    background-color: #fbbc0c;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.player button a:hover {
    color: #15262e;
}

.symbole {
    width: 100%;
    position: fixed;
    float: left;
    text-decoration: none;
    color: #f5e8d1;
    font-weight: bold;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.symbole a {
    text-decoration: none;
    color: #f5e8d1;
}

.symbole::before {
    content: url("../medias/kok-simple-jaune.svg");
    height: auto;
    width: 4%;
    padding: 20px 10px;
}

.menu {
    padding-top: 10px;
    padding-bottom: 25px;
}

.menu ul {
    padding-top: 10px;
}

.menu ul li h1 {
    margin: 0;
}

.menu,
.symbole {
    width: 100%;
}

.navigation * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 100;
}

.navigation li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1em;
    padding: 0;
}

.navigation a {
    padding: 0.5em 0.5em;
    margin: 0.2em 0;
    display: block;
    color: #f5e8d1;
    position: relative;
    text-decoration: none;
}

.navigation a:before,
.navigation a:after {
    height: 14px;
    width: 14px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.navigation a:before {
    left: 0;
    top: 0;
    border-left: 3px solid #fbbc0c;
    border-top: 3px solid #fbbc0c;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

.navigation a:after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #fbbc0c;
    border-bottom: 3px solid #fbbc0c;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.navigation a:hover,
.navigation .current a {
    color: #ffffff;
    background-color: #fbbb0c42;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.navigation a:hover:before,
.navigation .current a:before,
.navigation a:hover:after,
.navigation .current a:after {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}

nav.scroll ul {
    background: #15262e;
}

.hamburger {
    z-index: 10;
    display: none;
    cursor: pointer;
    background: #15262e;
    padding: 15px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #f5e8d1;
    margin: 2px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media(max-width: 1270px) {
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: space-between;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 4px);
        transform: rotate(-45deg) translate(-6px, 4px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    .symbole {
        position: fixed;
        top: 0;
        display: flex;
        justify-content: end;
        align-items: flex-start;
        background-color: #15262e;
    }
    nav ul {
        max-height: 0px;
        background: #15262e;
    }
    .menu {
        max-height: 20em;
    }
    nav ul li {
        width: 100%;
        padding: 20px 20px;
    }
}


/*------------------Body / Section Jeu / texte ----------------------*/

#jeu {
    background-color: #15262e;
    padding-top: 10%;
    padding-bottom: 10%;
    height: 200vh;
    margin-left: auto;
    margin-top: auto;
}

.text-jeu {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 20px;
    color: #fbbc0c;
    margin-left: 10%;
}


/*------------------Body / Section Jeu / Caroussel ----------------------*/

.play {
    padding-top: 10%;
    width: 100%;
    height: 55%;
}

#caroussel {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    width: 35%;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type=radio] {
    display: none;
}

.cards {
    position: relative;
    width: 100%;
    height: auto;
}

.card {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    cursor: pointer;
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
    -webkit-transform: translatex(-40%) scale(0.8);
    transform: translatex(-40%) scale(0.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
    -webkit-transform: translatex(40%) scale(0.8);
    transform: translatex(40%) scale(0.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
    -webkit-transform: translatex(0) scale(1);
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
}

#item-2:checked~.player #test {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#item-2:checked~.player #test {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

#item-3:checked~.player #test {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

@-webkit-keyframes anim-carref {
    /*création de mon animation du carré foncé*/
    0% {
        stroke-dashoffset: 0;
        /*décalage du point de départ des pointillés*/
    }
    100% {
        stroke-dashoffset: 1200;
        /*décalage du point de départ des pointillés*/
    }
}

@keyframes anim-carref {
    /*création de mon animation du carré foncé*/
    0% {
        stroke-dashoffset: 0;
        /*décalage du point de départ des pointillés*/
    }
    100% {
        stroke-dashoffset: 1200;
        /*décalage du point de départ des pointillés*/
    }
}

@-webkit-keyframes anim-carrec {
    /*création de mon animation du carré clair*/
    0% {
        stroke-dashoffset: 1200;
        /*décalage du point de départ des pointillés*/
    }
    100% {
        stroke-dashoffset: 0;
        /*décalage du point de départ des pointillés*/
    }
}

@keyframes anim-carrec {
    /*création de mon animation du carré clair*/
    0% {
        stroke-dashoffset: 1200;
        /*décalage du point de départ des pointillés*/
    }
    100% {
        stroke-dashoffset: 0;
        /*décalage du point de départ des pointillés*/
    }
}


/*------------------Body / Section Jeu / Bouton accéder au jeu  ----------------------*/

.go-play {
    background-color: #15262e;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.go-play a {
    text-decoration: none;
    border: 3px solid #fbbc0c;
    color: transparent;
    padding: 20px 200px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.go-play a:before {
    content: "ACCÉDER AU JEU";
    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;
    color: #15262e;
    background: #fbbc0c;
    font-size: 18px;
    top: 0;
    left: 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    -webkit-transition: all 1s;
    transition: all 1s;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transform: scale(0) rotatey(0);
    transform: scale(0) rotatey(0);
    opacity: 0;
}

.go-play a:hover:before {
    -webkit-transform: scale(1) rotatey(360deg);
    transform: scale(1) rotatey(360deg);
    left: 0;
    opacity: 1;
}

.go-play a:after {
    content: "ACCÉDER AU JEU";
    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;
    color: #fbbc0c;
    background: #15262e;
    font-size: 18px;
    top: 0;
    left: 0;
    font-family: sans-serif;
    letter-spacing: 2px;
    -webkit-transition: all 1s;
    transition: all 1s;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transform: scale(1) rotatey(0);
    transform: scale(1) rotatey(0);
    opacity: 1;
}

.go-play a:hover:after {
    -webkit-transform: scale(0) rotatey(360deg);
    transform: scale(0) rotatey(360deg);
    left: -100%;
    opacity: 0;
}


/* ---------------------------Body / section amination-2 ------------------------------ */

.amin-2 img {
    display: block;
    width: 100%;
    height: auto;
}

#amin-2 {
    background-color: #fff;
    height: 100vh;
    margin-top: auto;
}


/* ---------------------------Body / section developpement ------------------------------ */

#developpement {
    background-color: #fff;
    padding-top: 20%;
    padding-bottom: 20%;
    height: 100vh;
}

#developpement h1 {
    font-size: 20px;
    color: #15262e;
    font-weight: 900;
    margin-left: 10%;
}


/* ---------------------------Body / section developpement / Ideation  ------------------------------ */

.ideation-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img-ideation-1 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-left: 10%;
}

.img-femme {
    width: 75%;
    height: auto;
}

.grow.ideation {
    -webkit-animation: appear 1.5s ease-in-out .8s;
    animation: appear 1.5s ease-in-out .8s;
}

@-webkit-keyframes appear {
    0% {
        -webkit-transform: translateX(5px) scale(0.7);
        transform: translateX(5px) scale(0.7);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        -webkit-transform: translateX(5px) scale(0.7);
        transform: translateX(5px) scale(0.7);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
}

.text-ideation-1 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 20px;
    font-weight: normal;
    font-weight: bold;
    color: #15262e;
    margin-right: 10%;
    padding-top: 5%;
}

.text-ideation-1 h2 {
    font-size: 20px;
    color: #ba1a1e;
}

.ideation-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10%;
}

.img-ideation-2 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.text-ideation-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 20px;
    font-weight: normal;
    font-weight: bold;
    color: #15262e;
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 5%;
}

.text-ideation-1 a {
    text-decoration: none;
    color: #805118;
    font-weight: bold;
}

.text-ideation-1 a:hover {
    text-decoration: underline;
    color: #ba1a1e;
    font-weight: normal;
}

.text-ideation-2 a {
    text-decoration: none;
    color: #805118;
    font-weight: bold;
}

.text-ideation-2 a:hover {
    text-decoration: underline;
    color: #ba1a1e;
    font-weight: normal;
}


/* ---------------------------Body / section developpement / Caractéristiques  ------------------------------ */

.caracteristiques {
    margin-bottom: 10%;
}

:root {
    --secondary-color: #15262e;
    --contrast-color: #fbbc0c;
}

.container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-animation: expand .8s ease forwards;
    animation: expand .8s ease forwards;
    background-color: var(--secondary-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.container-2_content {
    width: 50%;
}

.container-2_content_inner {
    width: 80%;
    margin-left: 80px;
}

.container-2_outer_img {
    margin: 50px;
    width: 50%;
    overflow: hidden;
}

.container-2 img {
    width: 100%;
    height: auto;
    -webkit-animation: slideIn 1.5s ease-in-out forwards;
    animation: slideIn 1.5s ease-in-out forwards;
}

.par {
    height: auto;
    overflow: hidden;
}

.container-2 p {
    line-height: 28px;
    margin-left: 10%;
    font-size: 20px;
    font-weight: normal;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-animation: slideUp .8s ease-in-out forwards .8s;
    animation: slideUp .8s ease-in-out forwards .8s;
}

.btns {
    height: 100%;
    position: relative;
    width: 200px;
    overflow: hidden;
}

.btns_more {
    background: transparent;
    border: 1px solid var(--contrast-color);
    border-radius: 3px;
    padding: 8px 12px;
    margin-left: 25%;
    color: #fbbc0c;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    outline: none;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: slideUp .8s ease-in-out forwards 1s;
    animation: slideUp .8s ease-in-out forwards 1s;
}

.btns_more:hover {
    color: #15262e;
    background-color: #fbbc0c;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.container-2 h2 {
    font-size: 40px;
    color: var(--contrast-color);
    margin-bottom: 20px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: slideUp .8s ease forwards .5s;
    animation: slideUp .8s ease forwards .5s;
    font-size: 20px;
    color: #fbbc0c;
    margin-left: 10%;
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(500px) scale(0.2);
        transform: translateX(500px) scale(0.2);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateX(500px) scale(0.2);
        transform: translateX(500px) scale(0.2);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: translateX(1400px);
        transform: translateX(1400px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: translateX(1400px);
        transform: translateX(1400px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.reveal {
    opacity: 0.2;
    -webkit-transition: 2s all ease;
    transition: 2s all ease;
}

.reveal.container-2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* -------------------------- Body  / section Équipe  ------------------------------ */

#equipe {
    width: 80%;
    height: 100vh;
    margin-top: 375vh;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

#equipe h2 {
    color: #15262e;
    font-weight: bold;
    padding-bottom: 10%;
    margin-left: 0;
}

.container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main-content {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 15%;
}

.main-content h1 {
    color: #444f51;
    margin-left: 0;
    font-size: 25px;
    font-weight: normal;
}

.fluid {
    width: 50%;
    height: auto;
}

.fluid-plume {
    width: 25%;
    height: auto;
}

.text-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    text-align: left;
    text-align: justify;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in;
    transition: opacity 350ms ease-in;
}

.main-content:hover .text-content {
    opacity: 1;
}


/* -------------------------- Body  / section médias sociaux / titre   ------------------------------ */

:root {
    font-size: 20px;
}

.social-medias {
    background-color: #15262e;
    margin-top: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 100px;
}

.socials {
    width: 100%;
    height: 80vh;
    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;
}

.socialbox {
    position: relative;
    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;
    border: 1px solid #fff;
    color: #15262e;
}

.socialbox .icon {
    font-size: 40px;
    padding: 1.2rem 2.4rem;
    color: #fff;
    -webkit-transition: color 140ms ease;
    transition: color 140ms ease;
    margin: 0 0.4rem;
}

.socialbox .icon:after {
    position: absolute;
    right: 0;
    bottom: 7rem;
    z-index: 40;
    content: attr(data-tip);
    display: block;
    width: auto;
    font-size: 1.2rem;
    color: #15262e;
    background-color: #fbbc0c;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
}

.socialbox .icon:hover {
    color: #fbbc0c;
}

.socialbox .icon:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.socialbox:before {
    position: absolute;
    top: -1rem;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fbbc0c;
}

.socialbox:after {
    position: absolute;
    top: -1.6rem;
    right: 0;
    content: 'Retrouvez-nous sur les réseaux sociaux !';
    font-size: 1rem;
    padding-left: -50px;
    background-color: #fff;
}


/* -------------------------- Body  / section médias sociaux / galerie   ------------------------------ */

.container-box-galerie {
    background-color: #15262e;
    top: 0;
    padding-bottom: 10%;
}

.container-galerie {
    width: 80%;
    height: 100vh;
    background-color: #15262e;
    font-family: 'Lato', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    margin-left: 10%;
}

.container-galerie .box-galerie {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0.8;
}

.container-galerie .content-galerie-1 {
    background-color: #fbbc0c;
}

.container-galerie .content-galerie-2 {
    background-color: #fff;
}

.container-galerie .box-galerie .instagram-media {
    width: 100% !important;
    height: 100%;
    position: absolute;
}

.container-galerie .box-galerie iframe {
    width: 100% !important;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #15262e;
}

.container-galerie .box-galerie:nth-child(odd) img {
    bottom: 0;
}

.container-galerie .box-galerie:nth-child(even) .content-galerie-1 .content-galerie-2 {
    bottom: 0;
}

.container-galerie .box-galerie img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.container-galerie .box-galerie .content-galerie-1 .content-galerie-2 {
    width: 50%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    color: #fff;
}

.container-galerie .box-galerie .content-galerie-1 .content-galerie-2 i {
    font-size: 45px;
}

.container-galerie .box-galerie .content-galerie-1 .content-galerie-2 h3 {
    font-weight: 700;
}

.container-galerie .box-galerie .content-galerie-1 .content-galerie-2 a {
    padding: 3px 20px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-bottom: -30px;
}

.container-galerie .box-galerie:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    z-index: 1;
    -webkit-box-shadow: 5px 5px 10px 0 #0006, -5px 0px 10px 0 #0005;
    box-shadow: 5px 5px 10px 0 #0006, -5px 0px 10px 0 #0005;
    opacity: 1;
}

.container-galerie .box-galerie .content-galerie-1 .content-galerie-2:hover a {
    -webkit-transform: scale(1);
    transform: scale(1);
    font-weight: bold;
    margin-bottom: 0;
}

.container-galeriee .box-galerie:hover .content-galerie-1 .content-galerie-2 a:hover {
    background-color: #fff;
    color: #666;
}


/* ---------------------------Body / Contact / Adresse   ------------------------------ */

#contact {
    height: 150vh;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10%;
}

.contact-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Lato', sans-serif;
}

#contact-img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
}

.contact-img {
    width: 100%;
    height: auto;
}

.contact h1 {
    color: #15262e;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
}

.contact-adresse span {
    font-size: xx-large;
    color: #15262e;
}

.contact-adresse span:hover {
    font-size: xx-large;
    color: #fbbc0c;
}

.underline {
    color: #15262e;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbbc0c), to(#fbbc0c));
    background: linear-gradient(#fbbc0c, #fbbc0c);
    background-size: 0 .1em;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 500ms;
    transition: background-size 500ms;
}

.underline:hover,
.underline:focus {
    background-size: 100% .1em;
    background-position: 0 100%;
}

.contact-adresse i {
    font-weight: normal;
    opacity: 0.8;
}


/*-------------------------Body / Contact / infolettre----------------------*/

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin-left: 0;
}

.contact-adresse h3 {
    color: #15262e;
    margin-left: 0;
    letter-spacing: 2px;
    margin-top: 8%;
}


/* .newsletter button {
    background-color: #15262e;
    width: 80%;
    padding: 10px;
    height: auto;
    border: 0;
    margin-top: 3%;
}

.newsletter button a {
    text-decoration: none;
    font-weight: bold;
    color: #fbbc0c;
    width: 100%;
    letter-spacing: 2px;
    padding: 5px 140px;
}

.newsletter button a:hover {
    background: #fbbc0c;
    color: #15262e;
}

.newsletter button:hover {
    background: #fbbc0c;
    color: #15262e;
} */

#inscription {
    display: none;
}

#info label {
    color: #15262e;
    font-weight: normal;
    opacity: 0.8;
}

#info input {
    border: #15262e 2px solid;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    width: 80%;
}

#inscription {
    width: 100%;
    height: auto;
    margin-top: 3%;
}

.inscrit {
    background-color: #15262e;
    color: #fbbc0c;
    font-weight: bold;
    letter-spacing: 2px;
    border: #15262e 2px solid;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    width: 80%;
}

.inscrit:hover {
    background-color: #fbbc0c;
    color: #15262e;
}

.annuler {
    background-color: #15262e;
    color: #fb440c;
    font-weight: bold;
    letter-spacing: 2px;
    border: #15262e 2px solid;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    width: 80%;
}

.annuler:hover {
    background-color: #fb440c;
    color: #15262e;
}


/* ---------------------------Body / Contact / Messagerie / formulaire  ------------------------------ */

#formulaire label {
    color: #15262e;
    font-weight: normal;
    opacity: 0.8;
}

#formulaire input,
#formulaire textarea {
    border: #15262e 2px solid;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    width: 80%;
}

.contact-messagerie {
    width: 50%;
    height: auto;
    margin-top: 3%;
}

.contact-adresse {
    width: 50%;
    height: auto;
    margin-left: 10%;
    margin-top: 1%;
}

.contact-adresse hr {
    width: 65%;
    height: 2px;
    background-color: #15262e;
    border: 0px;
    margin-left: 0;
}

input[type=submit] {
    border: 0;
    margin-top: 2%;
}

.icone-contacts {
    width: 60%;
    height: auto;
}

.envoyer {
    background-color: #15262e;
    color: #fbbc0c;
    font-weight: bold;
    letter-spacing: 2px;
}

.envoyer:hover {
    background-color: #fbbc0c;
    color: #15262e;
}


/* ---------------------------Body / footer / Session detail ------------------------------ */

footer {
    width: 100%;
    background-color: #15262e;
    text-align: center;
    color: #fff;
    padding-top: 5%;
    height: auto;
}

footer p {
    font-size: 16px;
    padding: 15px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    opacity: 0.8;
}

.logo-blanc {
    width: 55%;
    height: auto;
    opacity: 0.8;
}

.logo-blanc:hover {
    opacity: 1;
}

.container-elemente {
    padding-top: 25px;
    text-align: center;
    background-color: #fbbb0c42;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.container-elemente a {
    text-decoration: none;
    color: #fff;
}

.container-elemente a:hover {
    color: #fbbc0c;
    opacity: 1;
    -webkit-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
}

.hr {
    width: 85%;
    height: 2px;
    background: #fbbc0c;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
}


/* ---------------------------Body  / Footer / section médias sociaux   ------------------------------ */

.networks {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lato', sans-serif;
}

.netbox {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    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;
    color: #f5e8d1;
}

.netbox .icon {
    padding: 0.6rem 0.6rem;
    color: #fff;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
    margin: 0 5px;
    font-size: 25px;
}

.netbox .icon:hover {
    color: #15262e;
    background-color: #fbbc0c;
}

.netbox:hover {
    color: #15262e;
    background-color: #fbbc0c;
}


/* ---------------------------Body  / Footer / section signature   ------------------------------ */

.container-footer-2 {
    text-align: center;
    font-size: 50px;
    padding-bottom: 5px;
    background-color: #fff;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.container-footer-2 p {
    font-size: 25px;
    color: #444f51;
    opacity: 0.8;
}

.onomatopea-logo {
    width: 10%;
    height: auto;
}

.footer-img {
    padding-top: 10%;
    width: 25%;
    height: auto;
    opacity: 0.5;
}

.detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*# sourceMappingURL=style.css.map */