/***************************************************** ALL*/
:root {
    --rotationCarrousel: 0deg;
    --scaleCarrousel: 0.9;
}

*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
button {
    border: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

h1,
h2,
h3 {
    color: #FFCF5E;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h1,
h2 {
    text-transform: uppercase;
}

h1 {
    text-shadow: 4px 3px 8px #000;
}

p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.separateur {
    width: 100%;
    margin: 5em 0;
}

.illustration {
    width: 100%;
}

.galerie {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-shrink: 1;
}

.galerie img {
    width: 100%;
    padding: 0.5em;
}

/***************************************************** FIN ALL */
/***************************************************** HEAD */
/********************************** menu */
nav {
    position: fixed;
    width: 100%;
    height: 85px;
    background:
        url(../images/decoration_bordureFondHalo.jpg) center top no-repeat,
        url(../images/decoration_bordureFond.jpg) center top;
    z-index: 1000;
}

#menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 180, 59);
    text-transform: uppercase;
    line-height: 1.2;
    height: 85px;
    padding-bottom: 30px;
}

.zoneConnexion_mobile,
.zoneConnecte_mobile {
    display: none;
}


.menu-title{
	margin-top:-5px;
}
.sousMenu {
    transition: opacity 0.5s linear;
    z-index: 500;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+20,0.75+80,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */

}

.sousMenu_liste {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 6fr 4fr;
    grid-template-areas: "boutonDiscord boutonYoutube boutonTwitter boutonFacebook . zoneConnexion";
    align-items: center;
    justify-items: center;
    height: 54px;
}

.iconeLien {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 5px;

}

.zoneConnexion,
.zoneConnecte {
    width: 100%;
    grid-area: zoneConnexion;
    text-align: right;
    color: rgb(255, 180, 59);
    z-index: 50000;
    justify-content: center;
}

.zoneConnexion .boutonGenerique, .zoneConnecte .boutonGenerique {
    line-height: 14px;
    min-height: 25px;
    padding: 5px 10px;
    margin: 0 2px;
    color: #000 !important;
    text-align: center !important;
    vertical-align: top;
}

.zoneConnecte .boutonGenerique.deconnexion {
    font-size: 12px;
}

.zoneConnecte .boutonGenerique.connexionRapide {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    height:40px;
    margin: 0 1em;
    /*white-space: nowrap;*/
}



.zoneConnecte .boutonGenerique.connexionRapide span {
    display: block;
    font-size: 10px;
    line-height: 9px;
}

.boutonGenerique {
    width: 50%;
    min-width: 50%;
    height:40px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe380+0,ffe380+100&1+0,0+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 227, 128, 1) 0%, rgba(255, 227, 128, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 227, 128, 1) 0%, rgba(255, 227, 128, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 227, 128, 1) 0%, rgba(255, 227, 128, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe380', endColorstr='#00ffe380', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.41),
        inset 0px 2px 0px 0px rgba(255, 244, 156, 1);
    background-color: #ffb43b;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #091e38;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.7);
    margin: 0 10px;

}

.boutonGenerique.boutonFB{
    background:#4267b2 url(../images/icone_social_facebook_white.png) left center no-repeat;
    color: #fff;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.41),
        inset 0px 2px 0px 0px rgba(142,165,213, 1);


}
#captcha_inscription, #captcha_inscriptionFB{
    display: inline-block;
    margin-bottom:10px; 
}

.sousMenu_lienDiscord {
    background-image: url(../images/icone_social_discord.png);
    width: 38px;
    height: 33px;
    grid-area: boutonDiscord;
}

.sousMenu_lienYoutube {

    background-image: url(../images/icone_social_youtube.png);
    width: 62px;
    height: 24px;
    grid-area: boutonYoutube;
}

.sousMenu_lienTwitter {

    background-image: url(../images/icone_social_twitter.png);
    width: 27px;
    height: 22px;
    grid-area: boutonTwitter;
}

.sousMenu_lienFacebook {

    background-image: url(../images/icone_social_facebook.png);
    width: 15px;
    height: 31px;
    grid-area: boutonFacebook;
}

#menu a {
    color: rgb(255, 180, 59);
    font-weight: 600;
}

#menu>li,
.sousMenu_liste>li {
    list-style-type: none;
    cursor: pointer;
}

#menu>li:hover {
    transition: linear 0.4s;
    color: #FFCF5E;
}

#menu>li>a:hover {
    text-decoration: none;
    color: #FFCF5E;
}

.logo {
    display: block;
    width: 300px;
    height: 85px;
    position: relative;
}

.illustration_niveau1 {
    position: relative;
}


.logo img {
    position: absolute;
    left: -100px;
    right: -100px;
    margin: auto;
    z-index:900;
}

#logo{
    width:421px;
    transition: transform 0.8s ease-out;
}

.reducelogo{
    width:221px;
    transform: scale(0.5) translate(0,-48%);
    transition: transform 0.8s ease-in;
}

.disparition{
    opacity:0;
    transition: opacity 0.5s linear;
    pointer-events: none;
}

.illustrationHeader {
    position: relative;
}


.plan2,
.plan1 {
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    bottom: -60px;
    margin: auto;
}

.plan1 {
    left: -100px;
    z-index: 2;
    bottom: -130px;
}

.texteHeader {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+20,0.35+80,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    position: relative;
    font-size: 18px;
    text-align: center;
    z-index: 5;
}

.texteHeader p {
    padding: 20px 20px 0 20px;
	margin-bottom:0;
}

button.telechargementAppli {
    width: 189px;
    height: 61px;
    display: inline-block;
    margin: 5px 10px;
    background: no-repeat center;
    border: none;
}

button.telechargementAppli.appStore {
    background-image: url(../images/boutonJeu_appStore.png);

}

button.telechargementAppli.enLigne {
    background-image: url(../images/boutonJeu_enLigne.png);

}

button.telechargementAppli.googlePlay {
    background-image: url(../images/boutonJeu_googlePlay.png);

}

.decorationFiligrane {
    width: 100%;
    height: 23px;
    background: url(../images/decoration_filigraneBas.png) no-repeat right top;

}

.sous-m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 90px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    pointer-events: none;
}

#langue.ouvert .sous-m {
    margin-left: -52px;
    transition: opacity ease-out 0.5s;
    opacity: 1;
    z-index: 500001;
    pointer-events: all;
}

@media (min-width: 1260px) {
	#langue.ouvert .sous-m {
		margin-left: 0;
	}
}

.sous-m>li {
    list-style-type: none;
    /*position: absolute;*/
    bottom: 0;
    left: -0.5em;
    padding: 0.5em;
    background-color: #223C61;
    width: 100%;
    color: #fff;
}

.sous-m>li:hover {
    transition: linear 0.4s;
    color: #FFCF5E;
}

.deco-menu {
    position: absolute;
    bottom: 0;
}

#langue.ouvert > #selecteur {
    transform: rotate(-90deg);
}

#langue > #selecteur {
    transform: rotate(90deg);
    display: block;
    margin: 0 0 0 0.5em;
    float: right;
    transition: linear 0.5s all;
}

.menu-burger {
    display: none;
}

/**********************************  fin menu */
/***************************************************** FIN HEAD */
/***************************************************** BODY*/
/**********************************  slide */
#home {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bienvenue-rar.jpg");
    background-position: center;
    height: 1000px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.download {
    margin: 25% 0 10% 0;
    text-align: center;
}

.download>a>img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

/**********************************  fin slide */
/**********************************  trailer*/
#trailer {
    background-color: #040F20;
    padding: 2em 0;
    height: auto;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.deco1,
.deco2 {
    opacity: 0.15;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.deco1 {
    top: 0;
}

.deco2 {
    bottom: 0;
}

#cadre {
    margin: 4.5em 0 2em 0;
}

#cadre>img {
    width: 100%;
    height: auto;
}

#fond {
    max-width: 1610px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

#part-video {
    display: flex;
    flex-direction: row;
}

#video {
    position: absolute;
    top: 5em;
    text-align: right;
    padding: 0 2em;
    display: flex;
    flex-direction: column;
}

#deco-video {
    z-index: 500;
    text-align: center;
    width: 100%;
    margin-top: -1.8em;
}

/**********************************  fin trailer */
/**********************************  presentation*/
#presentation {
    padding: 1em 0;
    display: table;
    position: relative;
    background-size: 100%;

    background:  url(../images/decoration_filigraneBas.png) center top no-repeat,
    url(../images/fond-parallax-rar.jpg) center top no-repeat #000;
    background-size:auto, cover;
    padding: 6em 0;
}

#systemeEconomique,
#choix {

    background: url(../images/decoration_filigraneBas.png) center top no-repeat, url(../images/decoration_filigraneBas.png) center top no-repeat, url(../images/accueil_illusBlocEco.jpg) no-repeat center top #000;
    background-size: auto, auto, cover;
    padding: 6em 0;
}

#choix {

    background: url(../images/decoration_filigraneBas.png) center top no-repeat,
        url(../images/decoration_filigraneBas.png) center top no-repeat,
        url(../images/blocIntrigues_fond.jpg) no-repeat center top #133e68;
    background-size: auto, auto, 100% auto;
}

img.systemeEconomique_imgHeader {
    position: relative;
    margin: auto;
    top: -100%;
    display: block;
    margin-bottom: 20px;

}

.blocCarroussel {
    margin-bottom: 6em;
}

#systemeEconomique .container,
#choix .container .blocTexte{
    padding: 2em 6em;
    text-align: center;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.6), 0 -20px 20px -20px rgba(0, 0, 0, 0.6);
}

#systemeEconomique .container {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#728e38+0,728e38+100&0+0,0.8+20,0.8+80,0+100 */
    background: -moz-linear-gradient(left, rgba(114, 142, 56, 0) 0%, rgba(114, 142, 56, 0.9) 20%, rgba(114, 142, 56, 0.9) 80%, rgba(114, 142, 56, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(114, 142, 56, 0) 0%, rgba(114, 142, 56, 0.9) 20%, rgba(114, 142, 56, 0.9) 80%, rgba(114, 142, 56, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(114, 142, 56, 0) 0%, rgba(114, 142, 56, 0.9) 20%, rgba(114, 142, 56, 0.9) 80%, rgba(114, 142, 56, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00728e38', endColorstr='#00728e38', GradientType=1);
    /* IE6-9 */

}



h3.questionAccesAnticipe{
    font-size: 1.25rem;
    font-style: italic;
}

.illustrationAnticipe{
    max-width: 500px;
    width: 100%;
}
#choix .container .blocTexte {
    padding: 2em;
    background: -moz-linear-gradient(left, rgba(19, 62, 104, 0) 0%, rgba(19, 62, 104, 0.9) 20%, rgba(19, 62, 104, 0.9) 80%, rgba(19, 62, 104, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(19, 62, 104, 0) 0%, rgba(19, 62, 104, 0.9) 20%, rgba(19, 62, 104, 0.9) 80%, rgba(19, 62, 104, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(19, 62, 104, 0) 0%, rgba(19, 62, 104, 0.9) 20%, rgba(19, 62, 104, 0.9) 80%, rgba(19, 62, 104, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00728e38', endColorstr='#00728e38', GradientType=1);

}

#choix .container .femmeAuPoignard {
    max-height: 668px;
    width: 100%;
    height: auto;
    max-width: 564px;
    margin: 0 auto;
    display: block;
}

#presentation01 {
    margin-top: 3em;
}

#presentation01 .galerie img {
    max-width: 461px;
}

#presentation01>.col-lg-7>img {
    width: 100%;
}

#presentation-carrousel {
    background-image: linear-gradient(#1B324F, #0E1725);
    background-image: -moz-linear-gradient(#1B324F, #0E1725);
    background-image: -webkit-linear-gradient(#1B324F, #0E1725);
    background-image: -o-linear-gradient(#1B324F, #0E1725);
    padding: 4em 0 7em 0;
    padding-bottom: 2em;
}

.deco3 {
    opacity: 0.5;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    top: 0;
}

/********************************** Carousel */
.container-carou>.carousel>.itemwrapper>.item>img {
    max-width: 320px;
    max-height: 595px;
    width: 100%;
    height: auto;
}

.container-carou {
    margin: 0 auto;
    perspective: 700px;
    -webkit-perspective: 700px;
    position: relative;
    max-width: 570px;
    height: 650px;
    width: 100%;
    background-image: url(../images/rar_fond_village.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.carousel-rar {
    height: 100%;
    width: 100%;
    max-height: 595px;
    max-width: 320px;
    position: absolute;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: translateZ(-250px) rotateY(var(--rotationCarrousel));
    transition: transform 1s;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -0.5em;
}

.itemwrapper {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 1s;
}

.item {
    display: block;
    position: absolute;
    height: auto;
    width: 100%;
    max-height: 595px;
    max-width: 320px;
    text-align: center;
    opacity: 1;
    transition: transform 1s;
}

.itemwrapper.a {
    transform: rotateY(0deg) translateZ(250px);
}

.itemwrapper.b {
    transform: rotateY(120deg) translateZ(250px);
}

.itemwrapper.c {
    transform: rotateY(240deg) translateZ(250px);
}

.item.a {
    transform: rotateY(calc(0deg - var(--rotationCarrousel))) scale(var(--scaleCarrousel));
}

.item.b {
    transform: rotateY(calc(-120deg - var(--rotationCarrousel))) scale(var(--scaleCarrousel));
}

.item.c {
    transform: rotateY(calc(-240deg - var(--rotationCarrousel))) scale(var(--scaleCarrousel));
}

.next,
.prev {
    position: absolute;
    top: 240px;
    width: 44px;
    height: 44px;
    transition: all 0.1s;
    opacity: 1;
}

.puce {
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.puce-un,
.puce-deux,
.puce-trois {
    width: 20px;
    height: 20px;
    background-image: url(../images/bouton-gris.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.5;
}

.puce-active {
    background-image: url(../images/bouton-bleu.png) !important;
    transition: all ease 0.5;
}

.prev {
    background-image: url(../images/fleche-g.png);
    background-repeat: no-repeat;
    background-position: center;
}

.next {
    background-image: url(../images/fleche-d.png);
    background-repeat: no-repeat;
    background-position: center;
}

.next:active,
.prev:active,
.puce-un:active,
.puce-deux:active,
.puce-trois:active {
    opacity: 0.8;
}

.next {
    right: 1em;
}

.prev {
    left: 1em;
}

/********************************** Fin Carousel */
#presentation-finale,
#roadmap,
#univers,
#accesAnticipe {
    background-image: linear-gradient(#0D1623, #080D14);
    background-image: -moz-linear-gradient(#0D1623, #080D14);
    background-image: -webkit-linear-gradient(#0D1623, #080D14);
    background-image: -o-linear-gradient(#0D1623, #080D14);
    padding: 4em 0 0 0;
    overflow: hidden;
}

.deco4 {
    opacity: 0.1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    top: 0;
}

#fond02 {
    max-width: 1120px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

#femme {
    bottom: 0;
    position: absolute;
    left: 0;
}

#homme {
    position: absolute;
    right: 0.5em;
    bottom: 0;
}

#description-presentation {
    margin-bottom: 10em;
}

/**********************************  fin presentation */
/**********************************  reseaux */
.deco5 {
    opacity: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    top: 0;
}

#reseaux {
    padding: 5em 0;
    background-color: #040F20;
}

.r-sociaux>a {
    background-color: transparent;
    display: block;
    width: 54px;
    height: 54px;
    transition: all ease 0.5s;
}

.r-sociaux>a:hover {
    background-color: #081d3d;
}

/**********************************  fin reseaux */
/***************************************************** FIN BODY */
/***************************************************** FOOTER */
footer {
    background-color: #080E17;
    margin: 0;
    padding: 1em 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#menu-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 16px;
}

#menu-footer>li {
    list-style-type: none;
    cursor: pointer;
}

#menu-footer>li>a:hover {
    transition: linear 0.4s;
    color: #FFCF5E;
}

#menu-footer>li>a {
    text-decoration: none;
    color: #CFCFCF;
}

#sub-footer>p {
    font-size: 12px;
    color: #706E6E;
    text-align: center;
    text-transform: uppercase;
}

.deco6 {
    position: absolute;
    top: -0.17em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.r-sociaux {
    text-align: center;
    display: block;
    margin: 1em;
}

/***************************************************** FIN FOOTER */
/****************************************************** LIGHTBOX*/
.ekko-lightbox {
    padding-right: 0 !important;
}

.modal-backdrop.show {
    opacity: .85;
}

.modal-header .close {
    background-image: url(../images/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 1.8em;
    right: 0.5em;
    z-index: 5000;
    opacity: 1;
    width: 43px;
    height: 43px;
}

.modal-title,
.close>span {
    display: none;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: 0.9;
}

.modal-open {
    padding-right: 0 !important;
    overflow: inherit;
}

.modal-content {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
}

.modal-header {
    border-bottom: 1px solid transparent;
}

/*formulaire accueil*/
.popupFormulaire {
    color: #fff;
}
.popupFormulaire .container {
    padding: 30px;
} 
.popupFormulaire > div > .container {
    padding: 20px;
	display: grid;
    height: 100%;
    max-height: 700px;
}

.popupFormulaire h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.popupFormulaire input::placeholder {
    color: #000;
}

.choixSexe,
.zoneCaptcha {
    text-align: left;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 10px 0;
}

.zoneCaptcha {
    border-radius: 4px;
    background: #fff;
    text-align: center;
}

.zoneCaptcha>div {
    display: inline-block;
}

.custom-radios {
    float: right;
}

.custom-radios div {
    display: inline-block;
    margin-left: 5px;
}

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.custom-radios input[type="radio"]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 30px;
}

.custom-radios input[type="radio"]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
    width: 70%;
}

.custom-radios input[type="radio"]:checked+label span img {
    opacity: 1;
}

.popupFormulaire input[type="text"],
.popupFormulaire input[type="date"],
.popupFormulaire input[type="datetime"],
.popupFormulaire input[type="email"],
.popupFormulaire input[type="search"],
.popupFormulaire input[type="number"],
.popupFormulaire input[type="password"],
.popupFormulaire input[type="time"],
.popupFormulaire input[type="url"],
.popupFormulaire textarea,
.popupFormulaire select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
    color: #555;
    text-align: center;
    display: block;
    margin: 10px auto;
    max-width: 350px;
}

.popupFormulaire .inputWrapper.champValide input {
    background: url(../images/icone_cocheVerte.png) right center no-repeat #fff;
}

.popupFormulaire .inputWrapper.champInvalide input {
    background: url(../images/icone_croixRouge.png) right center no-repeat #fff;
    border: #fe0000 2px solid;
}

.popupFormulaire button.boutonGenerique,
.popupFormulaire input.boutonGenerique,
.popupFormulaire a.boutonGenerique{
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    margin-top: 0px;
    max-width: 350px;
}

.inputWrapper {
    position: relative;
}

.inputWrapper span.explicatif {
    position: absolute;
    max-width: 350px;
    color: #FFFFFF;
    background: #FF8B8B;
    height: auto;
    line-height: auto;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 4px;
    transition: all ease-in-out 0.2s;
    top: 50px;
    left: 20%;
    right: 20%;
    width: 60%;
    z-index: 999;
}



.inputWrapper span.explicatif:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #FF8B8B;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.inputWrapper.champInvalide:hover span.explicatif {
    visibility: visible;
    opacity: 0.9;
    top: 40px;
    display: block;
    left: 20%;
    right: 20%;
    width: 60%;
}



span.ouBien {
    margin: auto;
    display: block;
}



.popupFormulaire input[type="text"]:focus,
.popupFormulaire input[type="date"]:focus,
.popupFormulaire input[type="datetime"]:focus,
.popupFormulaire input[type="email"]:focus,
.popupFormulaire input[type="number"]:focus,
.popupFormulaire input[type="search"]:focus,
.popupFormulaire input[type="time"]:focus,
.popupFormulaire input[type="url"]:focus,
.popupFormulaire input[type="password"]:focus,
.popupFormulaire textarea:focus,
.popupFormulaire select:focus {
    box-shadow: 0 0 5px #68bdfe;
}

.periodeMaintenance,
.mdpPerdu {
    display: block;
    margin: auto;
    text-align: center;
}

.mdpPerdu {
    color: rgb(255, 180, 59);

}

.mdpPerdu a {
    color: rgb(255, 180, 59);
    text-decoration: underline;
}

.alerteMobile {
    display: block;
    max-width: 600px;
    font-size: 14px;
    margin: auto;
    padding: 20px;
    background: rgba(104, 189, 254, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: auto;

}

.alerteMobile button.telechargementAppli {
    width: 40%;
    max-width: 186px;
    background-size: 100%;
}




/*********************************************************Drapeau*/
.drapeaux {
    z-index: 999;
    top:0px;
    padding-top: 60px;
}

.drapeaux-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 0;
}

.drapeaux-mobile li{
    z-index: 999;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    margin :0.5em 0;
}

.drapeaux-mobile li > div {
    z-index: 999;
    display: block;
    text-align: center;
    background-image: url(/images/commun/drapeaux/drapeaux_sprite.png);
    background-repeat: no-repeat;
    height: 18px;
    margin: 2px;
    width: 66px;
}

.drapeaux-mobile li > div > .menu-title > a{
    color:#ffffff !important;
    text-transform: uppercase;
}

.drapeauTitre {
    background-image:url(/images/commun/drapeaux/drapeaux_sprite.png);
    background-repeat: no-repeat;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    border: 0.5px solid #213045;
    background-clip: border-box;
    float: left;
    margin-right: 5px;
}

.drapeaux li{
    z-index: 999;
    display:block;
    text-align:center;
    width:60px;
    height:30px;
    border-bottom: 1px solid #435c85;
    transition: all ease 0.2s;
}

.drapeaux li:hover{
   background-color: #1b3252;
}

.drapeaux li > div {
    z-index: 999;
    display:block;
    text-align:center;
    background-image:url(/images/commun/drapeaux/drapeaux_sprite.png);
    background-repeat:no-repeat;
    height:15px;
    margin:2px;
    width:66px;
}



.drapeau0{background-position:0px 0px;}
.drapeau1{background-position:0px -15px;}
.drapeau2{background-position:0px -30px;}
.drapeau3{background-position:0px -45px;}
.drapeau4{background-position:0px -60px;}
.drapeau5{background-position:0px -75px;}
.drapeau6{background-position:0px -90px;}
.drapeau7{background-position:0px -105px;}
.drapeau8{background-position:0px -120px;}
.drapeau9{background-position:0px -135px;}
.drapeau10{background-position:0px -150px;}
.drapeau11{background-position:0px -165px;}
.drapeau12{background-position:0px -180px;}
.drapeau13{background-position:0px -195px;}
.drapeau15{background-position:0px -210px;}
.drapeau16{background-position:0px -225px;}
.drapeau19{background-position:0px -240px;}
.drapeau20{background-position:0px -255px;}
.drapeau23{background-position:0px -270px;}
.drapeau26{background-position:0px -285px;}
.drapeau27{background-position:0px -300px;}
.drapeau28{background-position:0px -315px;}
.drapeau29{background-position:0px -330px;}
.drapeau30{background-position:0px -345px;}
.drapeau31{background-position:0px -360px;}
.drapeau18{background-position:0px -375px;}
.drapeau32{background-position:0px -390px;}


/***********************Choix du pays de naissance (popup inscription)*/

#choixRegion2 #pays > option[separator] {
    appearance: none;
    background-color: #ddd;
    font-weight: bold;
    margin-top: 5px;
}

#choixRegion2 .alert_langue_incompatible {
    color: #ff6060;
    font-weight: bold;
    margin: 25px;
}
#choixRegion2 .alert_langue_incompatible.hidden {
    display: none;
}

/***************************************/



/**************************************************************Responsive*/
@media (max-width: 1500px) {
    #home {
        height: 850px;
    }

    #deco-video {
        margin-top: -1.5em;
    }

    #cadre>div {
        height: 450px;
    }
}

@media (max-width: 1350px) {
    #deco-video {
        margin-top: -1.2em;
    }
}

@media (max-width: 1200px) {
    #home {
        height: 750px;
    }

    #deco-video {
        display: none;
    }

    #cadre>div {
        height: 350px;
    }
}

@media (max-width: 991px) {
    nav>.container, nav>.sousMenu>.container {
        max-width: 991px;
    }
    #menu {
        font-size: 13px;
    }

    .sousMenu_liste {
        grid-template-columns: 1fr 1fr 1fr 1fr 200px 4fr;
    }

    .logo {
        width: 100%;
        max-width: 195px;
        min-width: 120px;
    }

    .logo>img {
        width: 200%;
        top: 30px;
    }

    #logo {
        width: 170%;
    }

    .reducelogo{
        transform: scale(0.7) translate(0,-29%);
    }

    #home {
        text-align: center;
    }

    .illustrationHeader {
        min-height: 300px;
    }

    .texteHeader {

        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto !important;
        background-position: center;
    }

    .texteHeader .decorationFiligrane {
        background-position: center;
    }

    .plan1,
    .plan2 {
        bottom: 0;
        max-width: 100%;
    }

    .download {
        margin: 0;
    }

    .download:first-child {
        margin-top: 3em;
    }

    .download:nth-child(2n) {
        margin-bottom: 9em;
    }

    .zoneConnecte .boutonGenerique.connexionRapide span {
        font-size: 8px;
        line-height: 8px;
    }

    #video {
        text-align: left;
        position: relative;
        margin: 2em 0;
        top: 0;
    }

    #cadre {
        margin: 0;
    }

    #cadre>div {
        display: none;
    }

    #part-video {
        position: relative;
        margin: 0;
        padding: 0;
    }

    #presentation01 {
        margin-top: 0;
    }

    .galerie {
        margin-bottom: 2.5em;
    }

    .carousel {
        display: block;
        margin: 0 auto;
    }

    #femme {
        bottom: 0;
    }

    #homme {
        position: relative;
        float: right;
        height: 687px;
        bottom: 0;
        right: 0;
    }

    .separateur {
        margin: 2em 0;
    }

    #description-presentation {
        margin-bottom: 5em;
    }

    #reseaux {
        padding: 5em 0 3em 0;
    }

    #reseaux>.container>.row {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #sub-footer {
        margin-top: 0.5em;
    }

    .align-bottom > .col-lg-6 > img {
        margin-bottom:2em;
    }
}

@media (max-width: 810px) {
    .zoneConnexion > span {
        display:none;
    }

    .boutonGenerique {
        padding: 5px;
        font-size: 12px;
        margin: 0 5px;
        width: auto
    }
}

@media (max-width: 450px) {
    #home {
        height: 650px;
    }

    .download>a>img {
        max-width: 200px;
    }

    .download:nth-child(2n) {
        margin-bottom: 4em;
    }

    #presentation-carrousel {
        padding: 4em 0 1em 0;
    }

    #presentation-finale {
        padding: 1em 0 0 0;
    }

    .container-carou {
        perspective: 400px;
        -webkit-perspective: 400px;
        max-height: 570px;
        max-width: 350px;
    }

    .carousel-rar {
        bottom: 0;
    }

    #homme {
        max-height: 380px;
        bottom: -2em;
    }

    #femme {
        max-height: 300px;
        left: 0.5em;
        bottom: -2em;
    }

    .separateur {
        margin: 1em 0;
    }

    #fond02 {
        display: none;
    }

    #description-presentation {
        margin-bottom: 2em;
    }

    #menu-footer {
        flex-wrap: wrap;
    }
}

@media (max-width: 750px) {

    .popupFormulaire > div > .container {
        display:block;
    }

    #captcha_inscription > div, #captcha_inscriptionFB > div {
        width: 100% !important;
        height: auto !important;
        margin-left: -1em;

    }
    .logo {
        width: 95px;
        height: 55px;
        min-width: 50px;
        margin: 0;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 50000;
        cursor: pointer;
    }

    .logo>img {
        width: 100%;
        top: 0
    }

    #menu {
        display: none;
    }

    nav {
        height: 60px;
        background-image: linear-gradient(#0F1726, #0F1726);
    }

    .deco-menu {
        display: none;
    }

    .disparition{
        opacity:1;
        transition: none;
        pointer-events: all;
    }

    .menu-burger {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 1000;
    }

    .menu-burger-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 30px;
        cursor: pointer;
        transition: .4s;
    }

    .menu-burger-icone {
        display: block;
        position: relative;
        background: #fff;
        width: 90%;
        height: 4px;
        transition: .4s;
    }

    .menu-burger-icone::after,
    .menu-burger-icone::before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        height: 4px;
        transition: .4s;
    }

    .menu-burger-item>a:hover {
        transition: linear 0.4s;
        color: #FFCF5E;
        text-decoration: none;
    }

    .menu-burger-icone::after {
        top: 10px;
    }

    .menu-burger-icone::before {
        top: -10px;
    }

    .menu-burger-container {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 0;
        opacity: 1;
        transition: .5s;
        transition-delay: .2s;
        overflow: hidden;
        background-image: linear-gradient(#0F1726, #223C61);
        background-image: -moz-linear-gradient(#0F1726, #223C61);
        background-image: -webkit-linear-gradient(#0F1726, #223C61);
        background-image: -o-linear-gradient(#0F1726, #223C61);
    }

    .menu-burger-list {
        transition: .5s;
        transition-delay: .5s;
        list-style: none;
        padding-left: 0;
        margin: 0;
        width: 80%;
    }

    .menu-burger-item {
        font-size: 28px;
        padding: 0.5em 0;
    }

    .menu-burger-item > .drapeauTitre {
        margin-left: 35%;
        margin-top: 13px;
    }
    
    .burger-langue{
        display :block;
        width: 55%;
        float:right;
        color: #007bff;
        font-size:28px;
        text-align: left;
    }

    .sousMenu {
        background: transparent;
    }

    .sousMenu_liste {
        display: grid;
        grid-template-columns: 90px 2fr 50px;
        grid-template-areas: ". zoneConnexion .";
        justify-items: center;
        align-items: center;
        height: 54px;
    }

    .boutonGenerique {
        padding: 5px;
        font-size: 12px;
        margin: 0 5px;
        width: auto;
    }

    .zoneConnecte .boutonGenerique.connexionRapide{
        margin:0;
    }

    .sousMenu_liste>a {
        display: none;
    }

    .sousMenu_liste>.zoneConnexion>span {
        display: none;
    }

    .sousMenu_liste_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 54px;
    }

    .sousMenu_liste_mobile>a {
        cursor: pointer;
        display: block;
        width: 100%;
    }

    .sousMenu_lienDiscord {
        background-image: url(../images/icone_social_discord-mobile.png);
        width: 38px;
        height: 33px;
        transition: background ease 0.3s;
    }

    .sousMenu_lienDiscord:hover {
        background-image: url(../images/icone_social_discord.png);
    }

    .sousMenu_lienYoutube {
        background-image: url(../images/icone_social_youtube-mobile.png);
        width: 62px;
        height: 24px;
        transition: background ease 0.3s;
    }

    .sousMenu_lienYoutube:hover {
        background-image: url(../images/icone_social_youtube.png);
    }

    .sousMenu_lienTwitter {
        background-image: url(../images/icone_social_twitter-mobile.png);
        width: 27px;
        height: 22px;
        transition: background ease 0.3s;
    }

    .sousMenu_lienTwitter:hover {
        background-image: url(../images/icone_social_twitter.png);
    }

    .sousMenu_lienFacebook {
        background-image: url(../images/icone_social_facebook-mobile.png);
        width: 15px;
        height: 31px;
        transition: background ease 0.3s;
    }

    .sousMenu_lienFacebook:hover {
        background-image: url(../images/icone_social_facebook.png);
    }

    .zoneConnexion,
    .zoneConnecte {
        z-index: 5000;
    }


    .menu-burger-link {
        text-decoration: none;
        color: #fff;
    }

    .menu-burger-checkbox {
        display: none;
    }

    .menu-burger-checkbox:checked~.menu-burger-nav {
        opacity: 1;
        transition-delay: 0s;
    }

    .menu-burger-checkbox:checked~.menu-burger-container {
        height: 100%;
        transition-delay: 0s;
        z-index: 1000;
    }

    .menu-burger-checkbox:checked~.menu-burger-btn .menu-burger-icone {
        background: transparent;
    }

    .menu-burger-checkbox:checked~.menu-burger-btn .menu-burger-icone::before,
    .menu-burger-checkbox:checked~.menu-burger-btn .menu-burger-icone::after {
        top: 0;
    }

    .menu-burger-checkbox:checked~.menu-burger-btn .menu-burger-icone::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .menu-burger-checkbox:checked~.menu-burger-btn .menu-burger-icone::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }


    .inputWrapper.champInvalide:hover span.explicatif {
        left: 5%;
        right: 5%;
        width: 90%;
    }

    #systemeEconomique .container {
        padding: 1em;

    }
}

