/*!! reset !!*/
body, html{
    font: 16px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: #252e61;
}

h1,h2,h3,p,ul{
    padding: 0;
    /* font-weight: 100; */
    list-style-type: none;
    margin:0;
}

*{
    box-sizing: border-box;
}

/*!! Theme menu !!*/

/********************************************* PART 1 - Page principal && menu && burger ******************************************************/
#header_line{
    text-align: center;
    background: #0f1a33; /* Dégradé bleu foncé - bleu clair gauche -> droite */
}

/*left menu*/
.left_menu{
    display: inline-block;
    float: left;
}
.left_menu p a img{
    width: 62px;
    margin-left: 15px;
    float: left;
}

/*Middle menu*/
.middle_menu{
    overflow: hidden;
    display: inline-block;
    margin: auto;
    margin-left: 11px;
}
.middle_menu_responsive{
display: none;
}
.middle_menu ul{
    display: block;
}
.middle_menu li{
    float: left;
    padding: 20px 20px 20px;
}
.middle_menu li a{
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fafafa;
    opacity: 0.70;
}

.middle_menu li a:hover{
    opacity: 1;
}
.middle_menu li:nth-child(1){
    padding-left: 10px;
}
.middle_menu li:nth-child(5){
    padding-right: 10px;

}
.middle_menu li:nth-child(5) a{
    color: #fe5815;
}

/*right menu*/
.right_menu{
    float: right;
    padding-top: 8px;
 
}
.right_menu .language{
display: inline-block;
color: #fafafa;
padding-right: 20px;
padding-top: 15px;
}

.right_menu .language ul li a:nth-child(1){
    color: #fe5815;
    font-size: 15px;
}
.right_menu .language ul li a:nth-child(2){
    color: #fafafa;
    font-size: 15px;
    }
.right_menu .burger{
    display: inline-block;
    margin: 15px;
    padding-right: 20px;
}
.right_menu .burger a{
    color: #fafafa;
}

.right_menu .burger a i{
    position: absolute;
    z-index: 101;
}

/*Sliding menu*/
.slide_menu{
    z-index: 100;
    position: absolute;
    right: 0;
    background-color: #0f1a33;
    height: 100vh;
    overflow: hidden;
    width: 0px;
    transition: width 1s;
    -webkit-transition: width 1s;

}

.slide_menu .slide_menu_content .joinus a{
    color: #fe5815;
    }
    
.slide_menu a{
 color: #fafafa;
}

.slide_menu p{
    bottom: 75px;
    left: 10px;
    position: absolute;
    width: 250px;
}
.slide_menu .slide_menu_content{
    padding-left: 15px;
    margin: 25px 0px 0 0;
    width: 250px;
}
.slide_menu .slide_menu_content h3{
    margin-bottom: 10px;
    color: #fafafa;
}
.slide_menu .slide_menu_content .choose_language{
    font-size: 17px;
}
.slide_menu .slide_menu_content .choose_language ul li{
    color: #fafafa;
}
.slide_menu .slide_menu_content #join_us{
    margin-bottom: 10px;
    color: #fafafa;
}
.slide_menu .slide_menu_content #follow_us{
    margin-top: 50px;
    margin-bottom: 10px;
}
.slide_menu .slide_menu_content .main_menu_hide{
    display: none;
    text-transform: capitalize;
}

.slide_menu .slide_menu_content .footer_burger{
}
/* background font */
.background_font{
    min-height: 100vh;
    min-width: 100%;
    background: url(../images/GenC_background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
.background_font img{
    width: 100%;
    }
.footer_burger{
    color: #fafafa;
    }
@media screen and (max-width: 1300px) {
.middle_menu_responsive{
    overflow: hidden;
    display: inline-block;
    margin: auto;
    padding-top: 25px;
    padding-left: 5px;
}
.middle_menu_responsive ul{
    display: block;
} 
.middle_menu_responsive li{
    float: left;
}
.middle_menu_responsive li a{
    display: block;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fe5815;;
}
#header_line{
    text-align: inherit;
    background: #0f1a33;
    position: fixed;
    width: -webkit-fill-available;
    width: 100%;
    z-index: 1500;
    text-align: center;
}
.background_font{
    min-height: 80vh;
    min-width: 100%;
    background: url(../images/GenC_background.png);
    background-repeat: no-repeat;
    background-position: 73%;
    background-position-y: 50px;
    background-size: cover;
}
.left_menu{
}

.middle_menu{
    display: none;
    }
 
.slide_menu{
    top: 49px;
}
.slide_menu p{
    bottom: 60px;
}

.slide_menu .slide_menu_content .joinus a{
color: #fe5815;
}

.left_menu p a img {
    width: 50px;
    padding-top: 6px;
    margin-left: 0px;
    float: left;
    }
.right_menu {
    float: right;
    margin-top: 0px;
    }

.right_menu .language {
    padding-right: 5px;
}
}
@media screen and (max-width: 500px) {
    .middle_menu_responsive li a{
        font-size: 15px;
    }
}

 


/********************************************* PART 2 - Notre communaute *********************************************/
/* Parametres */
.content{
    height: 100%;
    width: 100%;
}
.content > .title{
    padding: 15px;
    /* height: 80px; */
    margin: 0px auto;
    text-align: center;
    line-height: 2em;
    width: 500px;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    padding-top: 40px;
    padding-bottom: 40px;
}
a{
    text-decoration: none;
    color:#0f1a33;
    font-size: 20px;
    font-weight: 100;
}
:focus {
    outline: 0;
}

.content-a-propos{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 1250px;
    margin: auto;
    padding-bottom: 70px;
}

.content-a-propos:nth-child(1){
    padding-top: 60px;
}
.content-a-propos > .video-a-propos {
    width: 49.99%;
    max-width: 49.99%;
}
.content-a-propos:nth-child(4)> .video-a-propos {
    padding-left: 20px;
}
.content-a-propos > .video-a-propos > video {
    width: 550px;
}
.content-a-propos > .content-text-a-propos > .text-a-propos {
    width: 620px;
    height: 120px;
    margin-bottom: 80px;
    text-align: justify;
}
.content-a-propos > .content-text-a-propos {
    width: 49.99%;
    max-width: 49.99%;
    padding-left: 20px;
}
.content-a-propos:nth-child(4) > .content-text-a-propos {
    padding-left: 0px;
}
.content-a-propos > .content-text-a-propos > .title-a-propos {
    width: 200px;
    padding-bottom: 10px;
   
}
.content-a-propos > .content-text-a-propos > .title-a-propos > h3 {
    margin: 0;
    text-align: initial;
    padding: 0px;
    font-weight: 400;
}
.content-a-propos > .content-text-a-propos > .link-rejoins-nous > a > input {
    padding: 10px;
    border-radius: 5px;
    background-color: #e9e9e9;
}
.content > .background-parallax{
        min-height: 50vh;
        min-width: 100%;
        /* The image used */
        background: url(../images/schoollab-modif.jpg);        /* Create the parallax scrolling effect */
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
}
.content > .background-parallax2{
        min-height: 50vh;
        min-width: 100%;
        /* The image used */
        background: url(../images/Video_2_img_compress.jpg);        /* Create the parallax scrolling effect */
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
}

/* Media queries pour le .content-a-propos */
@media screen and (max-width: 1300px) {
    .content-a-propos{
        width: 100%;
    }
    .content-a-propos > .video-a-propos {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .content-a-propos > .content-text-a-propos{
        margin: 15px auto;
        max-width: 100%;
        width: auto;
        padding: 0;
        padding-bottom: 20px;
    }
    .content-a-propos:nth-child(4) > .video-a-propos {
        padding-left: 0;
    }
  }
  @media screen and (max-width: 650px) {
    .content-a-propos > .video-a-propos > video {
        width: 90%;
        padding: 2%;
    }
    .content-a-propos > .content-text-a-propos > .text-a-propos{
        width: 90%;
        padding: 2%;
        margin: 0 auto;
        height: 40%;
    }
    .content-a-propos > .content-text-a-propos > .title-a-propos{
        width: 90%;
        margin: 0 auto;
        padding: 2%;
    }
    .content-a-propos > .content-text-a-propos > .link-rejoins-nous{
        text-align: center;
        padding: 20px;
        margin-top: 40px;
    }
    .content-a-propos{
        padding-top: 0px;
    }
    .content > .title {
        width: 100%;
        height: 100%;
        margin: 0px;
   }
    .content-a-propos > .content-text-a-propos > .title-a-propos > h3 {
        padding: 0;
   }
  }

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 75%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
    -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #000;
    height: auto ;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, 
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {
    padding: 10px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: grey;
    color: white;
}
.myBtn {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
    margin: 15px 0 0 0;
}
.myBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myBtn:active {
	position:relative;
	top:1px;
}

/********************************************* PART 3 - Nos valeurs *********************************************/

.content-valeur{
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
.content-valeur > .title {
    padding-bottom: 0px;
    margin: 0 auto 0 auto;
    text-align: center;
    line-height: 2em;
    width: 500px;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
}
.content-valeur > .valeur{
    padding: 0;
    padding-top: 20px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.content-valeur > .valeur > .valeur-personnage{
    padding: 5px;
    width: 165px;
    height: 230px;
    margin-top: 10px;
}

.content-valeur > .personnage{
    background: whitesmoke;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.content-valeur > .personnage > .personnage-portrait{
    font-size: 30px;
    width: 30%;
    height: 30%;
    margin-top: 10px;
    text-align: center;
    margin: auto 0 auto auto;
    padding-top: 20px;
    padding-bottom: 15px
}
.content-valeur > .personnage > .personnage-portrait > img{
    width: 55%;
}

#personnage-title {
    font-size: 23px;
}

.content-valeur > .personnage > .personnage-portrait:nth-child(2){
    width: 49%;
    margin: auto auto auto 0;
}
.content-valeur > .personnage > .personnage-portrait > #personnage-paragraphe{
    /* padding: 20px; */
}
.content-valeur > .personnage > .personnage-portrait > #personnage-title{
    padding-bottom: 5%;
}
/* Media queries pour le content-valeur */
@media screen and (max-width: 1000px) {
    .content-valeur > .valeur > .valeur-personnage{
        width: 130px;
        height: 180px;
        
    }
    .content-valeur > .personnage > .personnage-portrait{
        font-size: 27px;
        width: 50%;
    }
}
@media screen and (max-width: 760px) {
    .content-valeur > .valeur > .valeur-personnage{
        width: 120px;
        
    }
    .content-valeur > .personnage > .personnage-portrait{
        font-size: medium;
    }
}
@media screen and (max-width: 600px) {
    .content-valeur > .valeur > .valeur-personnage{
        width: 20%;
        height: 130px;
        
    }
    .content-valeur > .personnage > .personnage-portrait{
        width: 100%;
        font-size: inherit;
    }
    .content-valeur > .personnage > .personnage-portrait:nth-child(2) {
        width: 50%;
        margin: auto;
    }
    .content-valeur > .personnage > .personnage-portrait > #personnage-title{
        padding-bottom: 10px;
    }
    .content-valeur > .personnage > .personnage-portrait > #personnage-paragraphe{
        padding: 5px;
    }
    .content-valeur > .personnage > .personnage-portrait > #author{
        text-align: right;
        padding-top: 10px;
        font-size: 16px;
    }
    .content-valeur > .personnage > .personnage-portrait > img {
        width: 49%;
    }
    #visionnaire{
        color : #1766af;
        font-weight: bold;
    }
    #explorateur{
        color: #5CA532;
        font-weight: bold;
    }
    #audacieux{
        color: #FC6F03;
        font-weight: bold;
    }
    #connectee{
        color: #ea480e;
        font-weight: bold;
    }
    #catalyseur{
        color: #509121;
        font-weight: bold;
    }
    .content-valeur > .title{
        width: 100%;
        height: 100%;
    }
    .content-valeur > .valeur {
        padding-top: 0px;
    }
 
}
@media screen and (max-width: 415px) {
    .content-valeur > .valeur > .valeur-personnage{
        width: 20%;
        height: 100px;
    }
    .content-valeur > .personnage > .personnage-portrait{
        width: 100%;
    }
    .content-valeur > .personnage > .personnage-portrait:nth-child(2) {
        width: 70%;
    }
    .content-valeur > .personnage > .personnage-portrait > #personnage-title{
        padding-bottom: 10px;
    }
    .content-valeur > .personnage > .personnage-portrait > #personnage-paragraphe{
        padding: 5px;
    }
    .content-valeur > .personnage > .personnage-portrait > #author{
        text-align: right;
        padding-top: 10px;
    }
}
/* Animations css */
.fade{
    animation-duration: 3s!important;
    animation: fadein;
}

@keyframes fadein {
	0% {opacity: 0;} 
	100% {opacity: 1;} 
    }

.swinging{
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: swinging 2s ease-in-out forwards ;
    animation: swinging 2s ease-in-out forwards;
}       
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(15deg);}
    20%{-webkit-transform: rotate(-11deg);}
    35%{-webkit-transform: rotate(7deg);}
    52%{-webkit-transform: rotate(-4deg);}
    68%{-webkit-transform: rotate(2deg);}
    90%{-webkit-transform: rotate(-1deg);}
    100%{-webkit-transform: rotate(0deg);}
    0% {-webkit-filter: opacity(1);} 
	50% {-webkit-filter: opacity(1);} 
}

@keyframes swinging{
    0%{transform: rotate(15deg);}
    20%{transform: rotate(-11deg);}
    35%{transform: rotate(7deg);}
    52%{transform: rotate(-4deg);}
    68%{transform: rotate(2deg);}
    85%{transform: rotate(-1deg);}
    100%{transform: rotate(0deg);}
    0% {opacity: 0;} 
    50% {opacity: 1;}
	
}
/* Animations css */
/* Nos valeurs */

/* Nos event */
.content-communaute{
    background: #fafafa;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 70px;
}
.content-communaute > .title{
    padding: 15px 0 0 0;
    height: 80px;
    margin: 0px auto;
    text-align: center;
    line-height: 3em;
    width: 500px;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
}
.content-communaute > .title > h3{
    
}
.content-communaute > .communaute-event{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
    float: left;
    width: 50%;
    margin-top: 30px;
}
.content-communaute > .communaute-event > .communaute-event-block{
    width: 70%;
    padding: 10px;
    margin: auto;
    flex-direction: column;
}
.content-communaute > .communaute-event > .communaute-event-block > img{
    width: 80px;
}
.content-communaute > .communaute-event > .communaute-event-block > .communaute-event-image{
    text-align:center;
}
.content-communaute > .communaute-event > .communaute-event-block > .communaute-event-image hr{
border-color: #0f1a33;
}
.content-communaute > .communaute-event > .communaute-event-block > .communaute-event-image img{
    width: 80px;
    margin: auto;
}
.content-communaute > .communaute-event > .communaute-event-block > .communaute-event-image:nth-child(2)  {
    width: 140px;
}
.content-communaute > .communaute-event > .communaute-event-block > .communaute-event-image:nth-child(4)  {
    width: 140px;
}
.content-communaute > .communaute-event > .communaute-event-block > #eventbrite, #eventbritelive{
    line-height: 30px;
    margin: auto;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
}
.content-communaute > .communaute-event > .communaute-event-block:nth-child(1){
    /* margin-bottom: 20px; */
    padding-top: 40px;
}
.content-communaute > .communaute-event > .communaute-event-block:nth-child(3){
    margin-bottom: 0px;
    padding-bottom: 150px;
}
/* Media queries pour le eventbrite */
@media screen and (max-width: 1000px) {
    .content-communaute{
        padding-top: 15px;
    }
    .content-communaute > .communaute-event > .communaute-event-block:nth-child(3){
    padding-bottom: 50px;
}
    
    .content-communaute > .communaute-event{
        width: 100%;
        margin-top: 0px;
    }
    .content-communaute > .communaute-event > .communaute-event-block {
        width: auto;
    }
    .content-communaute > .communaute-event > .communaute-event-block:nth-child(1) {
        padding-top: 20px;
    }
}
    @media screen and (max-width: 600px) {
    .content-communaute > .communaute-event{
        width: 100%;
        margin-top: 5px;
    }
    .content-communaute > .title {
        width: 100%;
        height: auto;
    }
    .content-communaute > .communaute-event > .communaute-event-block:nth-child(1){
        padding-top: 0px;
    }

}
/* Media queries pour le eventbrite */

/* Nos events */
/* Formulaire */
.content-form{
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #252e61;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-form > .title{
    padding: 0 15px 15px 15px ;
    height: 80px;
    margin: 0px auto 5px;
    text-align: center;
    /* line-height: 3em; */
    width: 500px;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
}

.content-form > .title > h3{
color: #fafafa;
}
.content-form > .image-contact{
    width: 130px;
    margin: auto;
    padding-top: 10px;
}
.content-form > .action-form > form {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.content-form > .action-form > form > .content-form-double{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
}

.content-form > .action-form > form > .content-form-double > .icon-form{
    padding: 5px;
    /* background: #252E61; */
    color: white;
    min-width: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 5px;
}
input{
    border: #252E61 solid 1px;
    border-radius: 5px;
    margin-left: 5px;
}
.content-form > .action-form > form > .content-form-double > .input-form{
    width: 100%;
    padding: 10px;
    outline: none;
    height: 50px;
    overflow: -moz-hidden-unscrollable;
    font-family: 'Montserrat Alternates', sans-serif;
}
.content-form > .action-form > form > .content-form-double > .textarea-form{
    width: 100%;
    padding: 10px;
    outline: none;
    font-family: 'Montserrat Alternates', sans-serif;
    border: #252E61 solid 1px;
    border-radius: 5px;
    margin-left: 5px;
    font-family: 'Montserrat Alternates', sans-serif;
}
#nom{
    margin-right: 10px;
}
/* Marche pas  */
.fusion-input:nth-child(0){
    padding-top: 10px!important;
}
/* Marche pas  */
.visibility{
    visibility: hidden!important;
}
/* Gestion des buttons */
.content-form > .action-form > form > .btnSubmit {
    color: white;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    text-align: center;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.content-form > .action-form > form > .btnSubmit > img {
    width: 150px;
    padding-top: 10px; 
}
/* Gestion des buttons */
/* Media pour formulaire  */
@media screen and (max-width: 1200px) {
    .content-a-propos {
        padding-bottom: 10px;
    }
    .content > .background-parallax{
        display: none;
}
.content > .background-parallax2{
        display: none;
}
    
}
@media screen and (max-width: 600px) {
    .content-form > .title{
        width: 100%;
        height: 100%;
    }
    .content-form > .action-form > form > .content-form-double > .icon-form{
        display: none;
    }
    .content-form > .action-form > form > .btnSubmit > img {
        width: 150px;
    }
}
/* Media pour formulaire  */
/* Formulaire */
 
/* RESEAUX  */
.content-social{
    height: 100%;
    width: 100%;
}
.content-social > .social-container{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    /* justify-content: space-around; */
    justify-content: center;
    margin: auto;
    }
.content-social > .social-container {
    padding: 5px;
    width: 100%;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.content-social > .social-container > li > a > img{
    width: 40px;
}
.content-social > .social-container > li{
    padding: 7px;
}
/* RESEAUX  */

/* LOADER */
#loader {
    margin: 0px auto;
    text-align: center;
    z-index: 1;
    vertical-align: bottom;
    height: 100vh;
    width: 100%;
    background-color: #FBFBFB;
  }
#loader img{
    margin-top: 50vh;
    transform: translateY(-50%);
    width: 300px;
}
  
  #myDiv {
    display: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: middle;
    background-size: cover;
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
      }
    
      to {
        bottom: 0px;
        opacity: 1
      }
    }
    
    @keyframes animatebottom {
      from {
        bottom: -100px;
        opacity: 0
      }
    
      to {
        bottom: 0;
        opacity: 1
      }
    }
    
  /* to TOP */
  
#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #7a82b1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #toTop:hover {
    background-color: #7a82b1;
  }

  @media screen and (max-width: 410px) {
    #toTop {
        right: 15px;
    }
}
  /* to TOP */

.txt{
    font-family: 'Caveat', cursive;
  }
.txt1{
    font-family: 'Petit Formal Script', cursive;
    font-size: 20px; 
}
.txt2{
    font-family: 'Allura', cursive;
}
.txt3{
    font-family: 'Meie Script', cursive;
}
.txt4{
    font-family: 'Italianno', cursive; 
    font-size: 40px;
}
.txt-txt{
    font-family: 'Caveat', cursive;
    font-size: 30px;
  }
.txt1-txt{
    font-family: 'Petit Formal Script', cursive;
    font-size: 20px; 
}
.txt2-txt{
    font-family: 'Allura', cursive;
    font-size: 30px;
}
.txt3-txt{
    font-family: 'Meie Script', cursive;
    font-size: 30px;
}
.txt4-txt{
    font-family: 'Italianno', cursive; 
    font-size: 40px;
}
.bold{
    
}
@media screen and (max-width: 600px) {
    .txt-txt{
        font-family: 'Caveat', cursive;
        font-size: 25px;
      }
    .txt1-txt{
        font-family: 'Petit Formal Script', cursive;
        font-size: 16px; 
    }
    .txt2-txt{
        font-family: 'Allura', cursive;
        font-size: 25px;
    }
    .txt3-txt{
        font-family: 'Meie Script', cursive;
        font-size: 23px;
    }
    .txt4-txt{
        font-family: 'Italianno', cursive; 
        font-size: 30px;
    }
    .txt{
        font-family: 'Caveat', cursive;
        font-size: 25px;
      }
    .txt1{
        font-family: 'Petit Formal Script', cursive;
        font-size: 16px; 
    }
    .txt2{
        font-family: 'Allura', cursive;
        font-size: 25px;
    }
    .txt3{
        font-family: 'Meie Script', cursive;
        font-size: 23px;
    }
    .txt4{
        font-family: 'Italianno', cursive; 
        font-size: 30px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */  
    .content > .background-parallax{
        min-height: 85vh;
        min-width: 100%;
        /* The image used */
        background: url(../images/schoollab-modif.jpg);        /* Create the parallax scrolling effect */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: unset;
    }
    .content > .background-parallax2{
        min-height: 80vh;
        min-width: 100%;
        /* The image used */
        background: url(../images/Video_2_img_compress.jpg);        /* Create the parallax scrolling effect */
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        background-attachment: unset;
    }
    .background_font{
        min-height: 100vh;
        min-width: 100%;
        background: url(../images/GenC_background.png);
        background-repeat: no-repeat;
        background-attachment: unset;
        background-position: top;
        background-size: cover;
    }
    .left_menu p a img{
        width: 20%;
        margin-left: 15px;
        float: left;
    }
    .content-communaute > .communaute-event > .communaute-event-block > .communaute-event-image img{
        width: 15%;
        margin: auto;
    }
    .content-form > .action-form > form > .btnSubmit > img {
        width: 50%;
        padding-top: 10px;
    }
    .content-social > .social-container > li > a > img {
        width: 70px;
        height: 35px;
    }

 }