html{
	scroll-behavior: smooth;
}
body{
    font-family:sans-serif;
    margin: 0;
    padding: 0;
	overflow-x: hidden;
	background-color:#fef9f0;
}
.wrapper{
     
    background-image: url(school.jpg)  ;
    background-size: cover;
   height: 100vh;
   width:100%;
   background-position: center;
 

}
/*{
	color:#111;
	background-color:white;
	border-radius:5px;
	padding:0 5px;
	text-decoration:none;
}*/

.section h2{
    margin: 0 auto;
    font-size: 40px;
    width: 600px;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    padding: 15px 0;
    font-family:cursive;
    text-align: center;
	margin-top:1%;
	color:white;
	font-weight:400;
	word-spacing:20px;

}

nav{
    width: 100%;
    height: 60px;
    background-color: rgba(82, 25, 25, 0.333);
    line-height: 80px;
	font-family: fantasy;
	
}

nav ul{
    float: right;
    margin:0 ;
    margin-right: 1.9rem ;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
}
nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 20px;
}
img{
    width: 15%;
    HEIGHT: 60px;
}
nav ul li:hover {
   background-color: rgb(39, 34, 109);
    font-size:1.2rem ;
    height: 60px;   
    transition: ease 2s;
}
.content{
	background-color:#abffee;
	margin:20px 0;
}
.section{
    width: 80%;
    margin:auto;
    overflow:hidden;
    margin-top: 4%;
}
.section h1{
    color:white;
    line-height: 50px;
}
.content h2{
	text-align:center;
	font-size:2rem;
	color:#0ff;
	color:#fef9f0;
	background-color:#76d3de;
	border:1px groove #05d2d6;
	border-radius:15px;
	margin:15px 20px;
	
}
mark{
	 background-color:#48c0c9;
	 border-radius:5px;
	 color:white;
	 padding:5px;
	
}
.contact{
	background-color:#00b4ff;
	width:90%;
	HEIGHT:500px;
	overflow:auto;
	margin:auto;
	margin-top:5%;
	border-radius:10px;
	
	
}
.contact ul li {
	
	 float:left; 
	 list-style:disc;
	 margin:20px;
	 color:white;
}
.contact ul li a{
	text-decoration:none;
	color:blue; 
	letter-spacing:2px;
	
}
.contact span{
	
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:underline;
	color:white; 
}


.sh h1{
    margin-top: 5%;
    margin-bottom:5% ;
    text-align: center;
}
.sh h2 {
  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#courses{
    display: flex;
   
}
#courses img{
    width: 250px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #000;
}
.apply{
    margin-top: 4%;
    background-color: orangered;
    padding: 0.7rem 1rem;
    color : #fff;
    border : none;
    border-radius: 10px;
}
.algorithme{
    float: bottom;
}

.content h3{ 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align:center;
    color: black;
	padding:20px 0 ;
}

.content ul li:first-child{list-style-type: square;}
.content ul li{margin-top: 7px;}

hr{  
width:95%;
height: 5px;
background-color:#b6fffc;
border-radius:5px;
margin-top: 35px;
}

.content{
	 background-color:#cfc5ff;
      background-image:linear-gradient(135deg,#0ff,#f9f);
      /* background-image:linear-gradient(45deg,#9c8fa1,#d4a883); */
      /* background-image:linear-gradient(45deg,#c0fff0,#05d2d6); */
      /* background-image:linear-gradient(45deg,#c0fff0,#05d2d6); */
	  border-radius:15px;

}
.tdprof{
    /* background-color: cornflowerblue; */
	color:skyblue;
    width:500px;
    display:inline;
	text-align:center;
	border-radius:10px;
	font-size:1.5em;
}
.content section{
    background-color: cornflowerblue;
    float: right;
    text-align: center ;
    border-radius: 0  0 0 20px ;
}
.content section label{
    font-weight: bold;
    font-style: oblique;
}
.content section ul li,.content section ul li:first-child {list-style: none;}
.drive3 ul 
{
	list-style-position:inside;
}
/*start activities */
.act ul li {list-style: none;
    text-align: left;
}
div .link {
	 text-align:center;
	 margin:auto;
	
}
#link{
	text-align:center;
}
.activity h1{
	font:italic bold 3em/2px arial;
	text-align:center;
	color:blue;
	word-spacing:10px;
	margin:50px;
	white-space:normal;
	
	
}
.nav{
	text-align:center;
}
.speak {
	background-color:#008c9e;
	width:90%;
	padding:2px;
	/* overflow-x:auto; */
	border-radius:20px; 
	float:left;
	margin:3%;
	
	/* margin:15%; */
	}
.speak h3{
	font-size:2rem;
	text-align:center;
	text-decoration:underline;
	color:white;
	text-transform:uppercase;
}
.speak ul li {
	list-style:none;
	margin:auto;
	margin:10px;
	font-size:1.5em;
}
.speak p {
	 font-size:1.5em;
	 text-align:center;
	 overflow:hidden;
	
}
.activity button{
   width: 25%;
   height: 50px;
   font-size: 30px;
	color:yellow;
	margin-bottom:2%;
	background-color:transparent;
	border-radius:5px;
	border:1px solid yellow;
}
.button{
	text-align:center;
}
button:hover{
	background-color:red;
	transition: ease 2s;	
}
button a{
	text-decoration:none;
	color:yellow;
}
#not button{
	width:2%;
}
.footer{
    background-color: #343838;
    color : #fff;
    text-align: center;
    padding:1.2rem ;
	border-radius:5px 0 0 5px;
}



