@charset "UTF-8";
/* CSS Document */
/* simplifier les calculs de largeur et de hauteur*/

div{
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
body {
    margin: 0px auto 0px auto;
}
.wrapper{
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 100%;  
}
a{
    text-decoration: none;
    margin: 0px;
    color: #000000;
}
a:hover{
   opacity: 80%;
	transition: 0.5s;
}
/*---------HEADER---------*/
header{
    background-color:rgba(255,255,255,0.95);
    margin: 30px auto 0px auto;
    height: 85px;
    width: 100%;
    position:fixed;
    display: flex;
    align-items:center;
    z-index: 3;
}
.logo_header {
  display: block;
  position: absolute;
  margin: 0px;
}
.icon_header {
 margin: 0px 2px 0px 0px;
 justify-content: flex-end;
}
.icon_header:hover{
	opacity: 0.5;
	}
.head_langue{
	background-color:#3f35a6 ;
    height: 30px;
    width: 100%;
    position:fixed;
    display: flex;
    align-items:center;
    z-index: 4;
}
.head_langue_banner{
    width: 100%;
	display: flex;
	justify-content: flex-end;
}

/*---------END_HEADER---------*/
main {
    height: 100%;
	margin: 0px auto;
    text-align: center;
}
/*---------MAIN VISUAL---------*/
.backimage_wrapper { 
     z-index: -5;
     width: 100%;
     height:100%;
     margin: 75px auto 0px auto;
}
.backimage_wrapper_sp { 
     z-index: -5;
     width: 100%;
     height: 100%;
     margin: 0px auto;
}
.bc_bottom { 
	margin-bottom: 100%;
}


/*---------Logo---------*/
.aicp_mark{
    margin:  0px auto;
	width: 340px;
}
/*---------IMG FIX---------*/
.imagfix_wrapper { 
     z-index: -5;
     width: 100%;
     height:100%;
     position: fixed;
	display: flex;
	margin: auto;
	align-items: center;
}
.imgfix img{
    width: 100%;
    height: auto;
    margin: 0px auto;
}
/*---------CONTENT BOX---------*/
/*-----------------------------*/
.content_box1{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 0px auto;
    max-width: 800px;
	padding: 0px 15px;
}
/*---------contetn wrap--------*/
.content_wrap{
    width: 100%;
    height: auto;
    margin: 0px;
	
}
/*---------Wrapper_2,3 cadre--------*/
.work_wrapper{
    display: flex;
	flex-wrap: wrap;
    justify-content:center;
    height: auto;
    margin: 0px auto;
	width: 100%;
}
/*---------2colonnes--------*/
.carre{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
	justify-content: center;
}
.droite{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    height: auto;
    justify-content: center; 
}
.colonne_texte{
    width: 400px;
    height: 100%;
	margin: 0px auto;
}
.lesson_wrap{
	display: flex;
	flex-wrap: wrap;
    margin: 0px auto;
    max-width:1200px;
    height: auto;
}
.lesson_2box{
    width:48%;
    height: auto;
    margin: 10px auto;
    padding: 30px;
}
.number_box{
	max-width: 700px;
    height: auto;
	margin: 0px auto;
	width: 100%;
}
/*---------LINE---------*/
hr{
    border: none;
    border-bottom: 1px solid white;
    margin: 25px auto;
}
.stripe{ 
  position: relative;
  padding: 0.6em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);

}

/*---------Couleur---------*/
.purple{
    background-color: #a59eff;
}
.navy{
    color: #3f35a6;
}
.white{
    color: white;
}
.bg_white{
    background-color: white;
}
.bg_deco{
	background-image: url("../img/bg.gif");
	background-size: contain;
	background-repeat: no-repeat;
	
}
/*---------MAP---------*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
	margin: 50px auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------VIDEO---------*/
.videowrap{
	padding-top: 56.25%;
	width: 90%;
	position: relative;
	margin: auto;
}

.videowrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.videowrap2{
	padding-top: 60%;
	width: 100%;
	position: relative;
	margin: auto;
}

.videowrap2 video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.videowrap2_sp{
	padding-top: 140%;
	width: 100%;
	position: relative;
	margin: auto;
}

.videowrap2_sp video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*---------ID--------*/
#school{}
/*---------FOOTER---------*/
footer  {
    font-size: 0.7em;
    background-color: #00173e;
    border-top-style: none;
    height: 350px;
    text-align: center;	
}
footer p {
	font-family:'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 200;
	padding-bottom: 5px;
    line-height: 1.2em;
    color: #005BF5;
}
.sns{
    display: flex;
    justify-content: center;
	margin-top: 50px;
}
/*-----------------SP size-----------------*/ 

@media screen and (max-width:500px){
  /*---menu PC display-none--*/    
.content_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px
} 
.work_wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px ;
}
.droite{
    margin: 0px auto;
    padding: 0px;
    justify-content: center;
}

.carre, .lesson_2box{
    width: 90%;
    height: auto;
} 	

/*-----------------icon header-----------------*/    
 .icon_header, .backimage_wrapper,.nodisplay,.videowrap2{
    display: none;
}   
} 


/*-----------------PC size-----------------*/ 

@media screen and (min-width:501px){
  /*---menu PC display-none--*/   
.backimage_wrapper_sp,.videowrap2_sp{
    display: none;
}   
}  