*{
	margin:0;
	padding:0;
}
body {
  box-sizing: border-box;
  font-family: 'Nunito';
}
.example-box{
	display:block;
}
.example-box2{
	display:none;
}
@media screen and (max-width:1200px){
	.Headflex{
		flex-wrap: wrap !important;
		justify-content: center;
		text-align:center;
	}
	.Headflex :nth-child(1){
		
		margin: auto;
	}
	.Headflex h2{
		display: none;
	}
	.Headflex h1{
		text-align:center;
	}
	header div .listflex{
		display: flex !important;
		justify-content: space-between !important;
		margin-right: 5px !important;
		margin: auto;
	}
	.listflex li a{
		font-size: 1.5rem !important;
		margin: auto;
	}
	.example-box{
			display:none;
		}

	.example-box2{
		display:block;
	}

	.calendrier{
		margin-left:-20px;
	}
	header .imgresp{
		padding-left:0px !important;
		width:150px;
		height:150px;
	}
}

header{
	background-color:#ea6b48;
}

.headerGlobal{
	margin: auto;
	width: 80%;
}
.Headflex{
	display:flex;
}
header .imgresp{
	padding-left:50px;
	height:150px;
}
header div h1{
	font-size:64px;
    margin-left:15%;
}
header div h2{
	font-size:32px;
	margin-left:15%;
}
header div .listflex{
	display:flex;
	list-style-type:none;
	justify-content:flex-end;
	margin-right:50px;
	height:58px;
}
header div .listflex li a{
	text-decoration:none;
	color:black;
	font-size:2rem;
	margin-right:25px;
}

#Calendrier{
	width: 80%;
	margin: 100px auto;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}
.example-box{
	width: 100%;
}
.carousel {
  max-width: 600px;
  margin: 0 auto;
}
.box {
  font-family: Arial, Helvetica, sans-serif;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #595959;
  border: 3px solid #FFF;
  border-radius: 8px;
  color: #FFF;
  font-size: 26px;
  flex-direction:column;
}
.text-center {
  text-align: center;
}
.ec .ec__nav{
	position: absolute;
	bottom: 10px;
	border-top: 4px solid #fff !important;
	border-right: 4px solid #fff !important;
	width: 15px !important;
	height: 15px !important;
	cursor: pointer;
}
.ec .ec__nav:hover{
	position: absolute;
	bottom: 10px;
	border-top: 4px solid #fff !important;
	border-right: 4px solid #fff !important;
	width: 30px !important;
	height: 30px !important;
	cursor: pointer;
}

#assos{
	width: 80%;
	margin: 100px auto;
}

#image{
	width:290px;
	height:110px;
	margin-bottom: 50px;
}
.contenu{
	width: 100%;
}

.logo{
	transition: 300ms;
}
.logo:hover{
	transform: scale(1.05);
	opacity: 0.8;
}
.a{
	grid-area: a;
}
.b{
	grid-area: b;
}
.c{
	grid-area: c;
}
.d{
	grid-area: d;
}
.e{
	grid-area: e;
}
 .contenu{
	 display: grid;
	 grid-template-columns: repeat(3,1fr);
	 grid-template-areas:
                "a b c"
                "d e f"
    ;
	 grid-gap: 20px;
 }
 .contenu a {
 	display: flex;
 }
.Apropos{
	text-decoration: none;
	color: white;
}
 @media screen and (max-width:900px){
	 .contenu{
		display: flex;
		align-items: center;
		flex-direction: column;
	 }
 }

 #contact{
	 width: 80%;
	 margin: auto;
 }

 .global {
	font-family: Helvetica, sans-serif;
	display: flex;
	justify-content: space-between;
 }

 .gauche {
	 width: 100%;
	 margin: auto;
 }
form{
	margin: 0 auto;
	width: 100%;
}

input[type=text]{
	width: 180px;
	 margin-bottom: 10px;
	 font-style: italic;
}
input[type=email]{
	width: 180px;
	 margin-bottom: 10px;
	 font-style: italic;
}
#button{
	background-color: darkblue;
	width: 100px;
	color: #ea6b48;
	margin-top: 0;
	border-radius: 10%;
}
#button:hover{
	border-color: #ea6b48 ;
}

.droite{
	background-image: url("../images/forme.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 500px;
	margin: auto;
}
 .contenuDroite{
	width: 100%;
	margin: auto;
	text-align:center;
 }
 .contenuDroite h3,h4{
	 width: 100%;
	 margin: 10px auto;
 }
 .contenuDroite ul{
	 width: 80%;
	 list-style: circle;
 }
 .regle{
 	margin-top:20px;
 }

footer{
	 background: #595959;
	 color: aliceblue;
}
 .footer{
	 padding: 40px 0;
	 display: flex;
	 justify-content: space-between;
	 width: 80%;
	 margin: auto;

 }
.Apropos{
	color: white;
}
 .liens{
	 display: flex;
 }
 .lien{
	 display: flex;
	 margin: 0 15px;

 }
 .lien a{
	text-decoration: none;
	color: aliceblue;
	margin-left: 10px;
 }
 .lien img{
	 width: 50px;
	 height: 50px;

 }
 #mail{
	 display: flex;
	 align-items: center;

 }
.videoytb{
	display: flex;
	justify-content:space-around;
}
.videoytb div{
	width: 40%;
	height: 300px;
}
.videoytb iframe{
	width: 100%;
	height:100%;
}
 #mail img{
	width: 20px;
	height: 15px;
	margin-right: 5px;
 }

 @media screen and (max-width:900px){
	.footer{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	iframe{
		width: 100%;
		height:350px;

	}
	.videoytb div{
		width: 100%;
		height: 300px;
		margin-bottom:100px;
	}	
	.videoytb{
		flex-direction: column;
	}
	.footer>div{
		margin-bottom: 20px;
	}
	.prinRect{
		flex-direction:column;
	}
	.global{
		flex-direction:column;
	}
	.droite{
		margin-top:20px;
	}
	.component{
 	display:block !important;
 	}
 	.noresponsive{
 	display:none !important;
 	}
 	form{
 		text-align:center;
 	}
 	textarea[name=message]
	{
		width:330px;
		height:250px;
	}
	.no{
		display:none;
	}
 }
 .courselA{
 	text-decoration:none;
 }
 .infox{
 	text-decoration:underline;
 	font-style:italic;
 	margin-top:20px;
 	font-size:20px;
 }
 .noresponsive{
 	display:block;
 }
 #contact{
 	background-color: #c8c8c8;
 	width:100%;
 }
 .bouton{
 	width:150px;
 	height:50px;
 }
 button {
    background-color:none;
    border:none;
    color:none;
}
#cdawrap{
	display:none !important;
}
#Galerie{
	width: 80%;
	margin: 100px auto;
}
#imagesVideos img{
    width:100%;
    height:100%;
}

#imagesVideos{
    display: grid;
    grid-template-columns: repeat(3, 1fr);;
    grid-template-areas:
                "img1 img2 img3"
                "img4 img5 img6"
                "img7 img8 img9"
    ;
    grid-gap:20px;
}
#img1{
    grid-area:img1;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img2{
    grid-area:img2;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img3{
    grid-area:img3;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img4{
    grid-area:img4;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img5{
    grid-area:img5;
    background-color: #ea6b48;
    width:300px;
    height:200px;;
}
#img6{
    grid-area:img6;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img7{
    grid-area:img7;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img8{
    grid-area:img8;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#img9{
    grid-area:img9;
    background-color: #ea6b48;
    width:300px;
    height:200px;
}
#fenetremodale{
    position:fixed;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}
#imagemodale{
    position:absolute;
    width:60%;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
@media screen and (max-width:900px){
  #imagesVideos{
        grid-template-columns: 1fr;
        grid-template-areas: "img1"
                             "img2"
                             "img3"
                             "img4"
                             "img5"
                             "img6"
                             "img7"
                             "img8"
                             "img9";
        margin:0;
        padding:20px;
    }
   #img1,#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9{
   	align-self: center;
  	justify-self: center;
   }
}