html {
    font-size: 1.6vw;
}

body {
    background-color: #f8f9fa;
    margin: 0;
}

.pointer{ 
    cursor: pointer; }
}

.cursors {
  display: flex;
  flex-wrap: wrap;
}

.cursors > div {
  flex: 150px;
  padding: 10px 2px;
  white-space: nowrap;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}

.cursors > div:hover {
  background: #eee;
}

/* 

MEDIA QUERY NE FONCTIONNE PAS

@media screen and (max-width:1000px) {
p {
font-size: 16px;
    }
h1 {
font-size: 27px;
    }
li  {
font-size: 16px;
    }   

 */



.panel {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out;
    width: 100%;
    height: 100vh;
    background-color: #f8f9fa;

}

.panel.panel-hide {
    transform: translate(0, -100%);
}

#overlaycarte {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}



/*PAGE DE TITRE PAGE DE TITRE PAGE DE TITRE-----------------------------------------------*/


#carte_maps {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.contenu {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out;
    width: 100%;
    height: 100vh;
    background-color: #f8f9fa;
}

.intro {
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    color: #e8453c;
    opacity: 1;
    font-size: 4vw;
    padding-top: 10%;
    max-width: 100%;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}


#suivant {
    font-family: 'roboto';
    max-width: 100%;
    padding-top: 5%;
    text-align: center;
    color: #e8453c;
    font-size: 1.6vw;
    pointer-events: none;

}


.intro,
#titreduprojet,
#suivant {
    z-index: 15;

}



/*MENU MENU MENU MENU MENU MENU MENU MENU-----------------------------------------------*/



#menu>ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}


#menu {

    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f9fa;

}

nav {
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    color: #e8453c;
}

.liste {
    display: flex;
    justify-content: space-between;
}

.contenu {
    width: 58%;
    margin: auto;
}

.menu a:hover {
    color: #344c61;
}

/*PAGE HISTOIRE PAGE HISTOIRE PAGE HISTOIRE PAGE-----------------------------------------------*/


/*wrapper 1 = bloc 1+2 */

.main {
    text-align: center;
    color: #f8f9fa;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: #344c61;
    padding: 20px;
}

.colonne {
    flex-grow: 1;
    flex: 0 0 50%;

}

.colonne>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 20px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 100px;
}

.brevehist {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 4vw;
    color: #e64742;
}

#brevehist {
}

.aside-1 {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
}

.aside-1 img {
    width: 100%;
    height: auto;
}


/*wrapper 2 = bloc 3+4 */


.main2 {
    text-align: center;
    color: #f8f9fa;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: #e8453c;
    padding: 20px;
}

.colonne {
    flex-grow: 1;
    flex: 0 0 50%;

}

.colonne>div {
    margin: 0px 20px;
    margin-bottom: 30px;
}

.phénomène {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 4vw;
    color: #354d60;
}

.aside-1 {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
}

.aside-1 img {
    width: 100%;
    height: auto;
}




.marquee-by span.after-icons {
    color: #e64742;
    background-color: transparent;
    font-size: 1.6vw;
    height: 7vw;
}




/*wrapper 3 = titres */

.carte {
    flex-grow: 1;
    flex: 0 0 100%;
}

.carte>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 20px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 30px;

}


.atoidejouer {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 4vw;
    color: #344c61;
}

.titrejeugrand {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 8vw;
    color: #e64742;
}

.wrapper5 {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    background-color: #354d60;
}

.timer {
    text-align: center;
    padding: 20px;
    margin-bottom: -30px;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 4vw;
    color: #f8f9fa;
}

/*wrapper 4 = CARTE sur 3 colonnes*/


.carte2 {
    flex-grow: 1;
    flex: 0 0 20%;
}

.carte2>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 20px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 30px;
}

.carte3 {
    flex-grow: 1;
    flex: 0 0 60%;
    cursor: pointer;

}

.carte3>div {
    margin: 0px 20px;
    margin-bottom: 30px;
}


.carte4 {
    flex-grow: 1;
    flex: 0 0 20%;
}

.carte4>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 20px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 10px;
}

.textes1 {
    text-align: center;
    background: #619ea0;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 1.6vw;
    color: #f8f9fa;
    padding: 20px;

}

.textes2 {
    text-align: center;
    background: #619ea0;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 1.6vw;
    color: #f8f9fa;
    padding: 20px;

}

.textes3 {
    text-align: center;
    background: #619ea0;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 1.6vw;
    color: #f8f9fa;
    padding: 20px;
}

.textes4 {
    text-align: center;
    background: #619ea0;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 1.6vw;
    color: #f8f9fa;
    padding: 20px;

}

.titrebravomap {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 4vw;
    color: #344c61;
}

/* A TOI DE JOUER  A TOI DE JOUER  A TOI DE JOUER-----------------------------------------------*/



.wrapper {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
}

.colonne {
    flex-grow: 1;
    flex: 0 0 50%;

}

.colonne>div {
    margin: 0px 20px;
    margin-bottom: 70px;
}

.bouton {
    fill: #344c61;
    position: relative;
    cursor: pointer;
}

.colonne>div.bouton {
    margin-bottom: 30px;
}

.nonselectionne {
    fill: #5f9ea0;
}

.nonselectionne.noncolor {
    fill: #344c61;
}

/*POUR STYLISER LES TEXTES BOUTONS*/

.text-bouton {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    color: #f8f9fa;


}

.text-bouton h1 {
    font-color: #f8f9fa;
    font-size: 4vw;
}


.bravo1 {
    text-align: center;
    color: #e8453c;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: transparent;
    padding: 20px;
}


/*wrapper a 4 colonnes */

.wrapper {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
}


.zoll1 {
    flex-grow: 1;
    flex: 0 0 25%;

}

.zoll1>div {
    margin: 0px 10px;
    margin-bottom: 100px;
}

.zoll1 {
    text-align: center;
    color: #e8453c;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: transparent;
}


.zoll2 {
    flex-grow: 1;
    flex: 0 0 25%;

}

.zoll2>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 10px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 100px;
}

.zoll3 {
    flex-grow: 1;
    flex: 0 0 25%;

}

.zoll3>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 10px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 100px;
}

.zoll4 {
    flex-grow: 1;
    flex: 0 0 25%;

}

.zoll4>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 10px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 100px;
}

.zoll5 {
    flex-grow: 1;
    flex: 0 0 100%;

}

.zoll5>div {
    /* changes l'espace entre les 2 colonnes*/
    margin: 0px 10px;
    /* changes l'espace entre le titre et le cube*/
    margin-bottom: 100px;
}

.bravo1 {
    text-align: center;
    color: #e8cccc;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: transparent;
    padding: 20px;
}




/* -- PARTIE 3 DU JEU : informations et CAMERA --------------------------------------------------------- */


#snap {
    background-color: #f8f9fa;
    font-family: 'Roboto';
    position: center;
    max-width: 100%;
    padding-top: 3%;
    margin: 0 auto;
    text-align: center;
    color: #e8453c;
    font-size: 1.6vw;
    pointer-events: none;
    border: none;

}

video {
    filter: sepia(100%) hue-rotate(190deg) saturate(150%);
    width: 100%;
    height: auto;
    padding-top: 40px;
}



.col-3 {
    flex-grow: 1;
    flex: 0 0 30%;
    padding: 20px;

}

.col-3>div {
    font-family: 'Roboto';
    text-align: center;
    color: #e8453c;
}

.digitales {
    text-align: center;
    color: #619ea0;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: transparent;
    padding: 20px;
}

.digitales2 {
    text-align: center;
    color: #e64742;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: transparent;
    padding: 20px;
    font-size: 4vw;
}


.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nonblur {
    filter: blur(0px);
}





/* -- PARTIE 4 DU JEU : DOSSIER ACCEPTE OU NON --------------------------------------------------------- */

.wrapper2 {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    background-color: #354d60;
}

.wrapper3 {
    margin-top: 0px;
    display: flex;
    flex-flow: wrap;
    background-color: #619ea0;
}


.partie4 {
    width: 100%;

}

input {
    display: block;
    margin: 0px auto;
}

.resultat {
    background-color: transparent;
    font-family: 'Roboto';
    position: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #f8f9fa;
    font-size: 4vw;
    border: none;
    outline: none;
}

#evaluation1 {
    background-color: transparent;
    font-family: 'Roboto';
    position: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #619ea0;
    font-size: 4vw;
    border: none;
    outline: none;
    cursor: pointer;

}

.evaluation1 {
    flex-grow: 1;
    flex: 0 0 50%;
}

#random1 {
    background-color: transparent;
    font-family: 'Roboto';
    position: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #e64742;
    font-size: 8vw;
    border: none;
    outline: none;

}

#evaluation2 {
    background-color: transparent;
    font-family: 'Roboto';
    position: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #e8453c;
    font-size: 1.6vw;
    border: none;
    outline: none;
    cursor: pointer;

}

#random2 {
    background-color: transparent;
    font-family: 'Roboto';
    position: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #354d60;
    font-size: 1.6vw;
    border: none;
    outline: none;
}








#counter {
    /* pour le style du texte */
}

#container-counter {
    /* pour le style du container */

    position: sticky;
    top: 55px;
    background-color: #f8f9fa;
}
    /* MAIS DU COUPS PAS UTILE VU QUE CA MARCHE PAS */











/*EN ROUTE EN ROUTE EN ROUTE EN ROUTE EN ROUTE EN ROUTE EN ROUTE EN ROUTE EN ROUTE -----------------------------------------------*/


/*wrapper 1 = bloc 1+2 */
.titre0enroute {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 4vw;
    color: #e64742;
}

.titre1enroute {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 8vw;
    color: #619ea0;
}

.chapitre1enroute {
    text-align: center;
    color: #f8f9fa;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: #354d60;
    padding: 20px;
}


.titre2enroute {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 8vw;
    color: #354d60;
}

.chapitre2enroute {
    text-align: center;
    color: #f8f9fa;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: #e64742;
    padding: 20px;
}

.titre3enroute {
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    font-size: 8vw;
    color: #e64742;
}

.chapitre3enroute {
    text-align: center;
    color: #f8f9fa;
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
    background-color: #619ea0;
    padding: 20px;
}

.wrapper4 {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    background-color: #e64742;
}




/* ZOOM ZOOM ZOOM ZOOM ZOOM ZOOM  #1 */
figure {
    overflow: hidden;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.hover01 figure img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}







/*ANIMATION  du "Merci pour votre visite" ANIMATION ANIMATION ANIMATION ANIMATION */

.marquee-by {
    height: 7vw;
    width: 100%;

    overflow: hidden;
    position: relative;
    margin-bottom: 8px;

}

.marquee-by span {
    font-family: roboto;
    font-weight: normal;
    font-size: 4vw;
    color: #e64742;
    background-color: #354d60


}

.marquee-by span {
    float: left;
    position: absolute;
    overflow: hidden;

}


.marquee-by div {
    display: block;
    width: 300%;
    height: 4vw;
    position: absolute;
    overflow: hidden;
    animation: marquee-by 30s linear infinite;

}

@keyframes marquee-by {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}


.marquee-by span.color-2 {
    color: #354d60;
    background-color: #619ea0;
}

.marquee-by span.color-3 {
    color: #354d60;
    background-color: #e64742;
    cursor: pointer;

}














/*Fin du code */

body {
    padding: 2em;
}