body, html{height:100%;
}



body{
    font-family: lucida sans;
    
}


.sections{
    padding: 20px 0;
}

.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

.section-header .section-title{
    font-size: 40px;
}

.section-header .line{
    width: 150px;
    background: #ddd;
    height: 3px;
    margin: auto;
}

.section-header .line span{
    display: block;
    width: 100px;
    height: 4px;
    background-color: #000b71;
    margin: auto;
    position: relative;
    bottom: 0.5px;
}

.section-header p{
    width: 50%;
    color: #888;
    margin: 20px auto;
    line-height: 1.5;
}



header{
    height: auto;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*header i.icon{
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 10;
    display: none;
}

header .logo h2{
    font-size: 35px;
    color: #fff;
}

header nav .nav-list{
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

header nav .nav-list .list a{
    display: block;
    padding: 15px 0;
    margin: 9px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

header nav .nav-list .list a:hover{
    color: #dc355c;
}*/

.sticky{
    background: #000b71;
    color: #fff;
}

@media (max-width:575px){
    header{
        background: #000b71;
    }
    header nav .nav-list{
        display: none;
        text-align: center;
        padding: 0;
    }
    header .logo{
        text-align: center;
    }
    header i.icon{
        display: block;
    }
    .section-header p{
        width: 85%;
    }
    .about .about-info h3{
        font-size: 20px;
    }
}

.home{
    height: 500px;
    background-image: url('../images/home/cover.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.home .home-content{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.home .home-title{
    color:#fff;
    font-size: 45px;
    margin-bottom: 20px;
}

.home .home-desc{
    color: #fff;
    font-size: 18px;
}

.home .button{
    background: #20c997;
    color: #fff;
    width: 150px;
    padding: 10px, 0;
}



@media (max-width:575px){
    .home .home-title{
        font-size: 22px;
    }
    .home .button{
        margin-bottom: 10px;
    }
}

.about .about-info h3{
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}

.about .about-info h3 span{
    color: #000b71;
}

.about .about-info .about-info-desc{
    line-height: 1.8;
    color: #888;
    margin-bottom: 20px;
}

.about .about-info .about-info-btn{
    background-color: #000b71;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.about .about-img img{
    width: 100%;
}
@media (min-width:576px) and (max-width:768px){
    .about .about-info{
        text-align:center;
    }
}

.services{
    background: #f7f7f7;
}

.services .serv{
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.services .serv .icon{
    background: #000b71;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}

.services .serv-title{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.services .ser-desc{
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
}

footer{
    background: #000b71;
}

.medias{
    margin: 20px 0;
    padding: 0;
}

.carouss{
    margin: 40px 0;
    padding: 0; 
}
        
.logomilieu{
    border: solid 3px; 
    border-color: darkorange; 
    width: 100%; 
}
@media (min-width:576px) and (max-width:768px){
    .logomilieu{
        max-width: 100%;
	    height: auto;
    }
}
.actualite{
    width: 100%;
    height: auto;
    
        
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.bordquestion{
    border: solid 1px; 
    border-left-width:7px; 
    border-left-color:#8e44ad; 
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px; 
    border-right:0px; 
    border-top:0px; 
    border-bottom:0px; 
    padding-left:10px; 
    margin-top:40px;
}

.contenulesson{
    font-size: 1.25rem;
    line-height: 1.5;
    color: #212529;
}

.text-menu{
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 300;
}

.socialmedia{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 10px;
    color:#5eaa31;
    font-weight: 400;
    font-size: 2rem;
}

.text-bord{
    color: #ff0000;
    font-size: 1.25rem;
    font-weight: 300;
}