body{
    padding: 0px 50px;
    background: #f8f9fa;
}
.img-header{
    width: 100px;
}
.justMobile{
    display: none; 
}
.noMobile{
    display: inline; 
}
.title-text{
    width: 100%;
}
.img-entet{
    float: right;
    height: 130px;
    border: 3px solid #fcd116;
}
.header-top{
    display: flex;
    padding-top: 10px;
    border-bottom: 1px solid #fcd116;
    padding-bottom: 10px;
}
.menu-index{
    font-size: 25px;
    font-weight: bold;
    background: #8BC34A;
    color: white;
    border-radius: 40px;
    margin-bottom: 35px;
    padding: 10px;
}
.menu-index a{
    text-decoration: none !important;
    font-size: 25px;
    font-weight: bold;
    color: white;
}
.active{
    font-weight: bold;
}
#main{
    margin-top: 20px;
    padding-top: 20px;
}
.tuile-idx{
    text-align: center;
}
.tuile-idx div{
    background: white;
}
.tuile-idx div label{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.icone-round{
    border: 1px solid #007a5e;
    font-size: 50px;
    padding: 10px;
    border-radius: 50px;
    margin-top: 10px;
    background: #007a5e;
    width: 50px !important;
    color: #ffffff;
}

.carrosel-index{
    width:90%;
    padding-left: 10%;
}
.article-title{
    text-align: center; 
    padding: 0 10px;
    font-weight: bold;
}
.article-index{
    /*text-align: center;*/
    background: #ffffff;
    /*border: 1px solid gray;*/
    margin-bottom: 20px;
    box-shadow: 0 0px 22px 0 gray;
    height: 100%;
}
.article-index img{
    height: 150px;
    width: 100%;
    padding: 0;
}
.article-index h3{
    background: white;
    padding: 5px 20px;
    margin: 0;
}

.article-index p{
    text-align: justify;
    background: white;
    padding: 0px 10px;
    margin: 0;
    font-size: 15px;
}
.article-index label{
    width: 100%;
    text-align: right;
    color: #ce1126;
    font-weight: bold;
    background: white;
    margin: 0;
    padding: 5px;
    font-size: 12px;
}
.slide-top{
    margin-bottom: 30px;
    margin-left: 100px;
    height: 450px;
    margin-right: 100px;
}
.slid-group-img{
    margin-right: 100px;
    margin-left: 100px;
    padding: 30px 10px;
    /*background: white;*/
}
footer{
    margin-top: 30px;
    margin-left: -65px;
    margin-right: -65px;
    padding: 20px 150px;
    background: rgba(252, 209, 22, 0.49);
}
.footer-text h4{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
    margin-bottom: 22.5px;
    text-transform: uppercase;
    color: gray;
}
.footer-text strong,a{
    color:gray;
    text-decoration: none;
    font-weight: 400;
}
.img-slide-top{
    height: 450px;
}
@media (max-width: 991px)
{

    .article-index{
        margin-bottom: 20px;
        height: initial;
    }
    .justMobile{
        display: inline; 
    }   
    .noMobile{
        display: none; 
    }   
    .img-entet{
        display: none;
        height: 130px;
    }
    .title-text{
        padding-left: 2px;
        margin-left: 2px;
        padding-top: 10px;
        border-left: 2px;
        /*text-align: center;*/
    }
    .tuile-idx{
        text-align: left;
    }
    .tuile-idx div{
     padding-left: 20px;
     margin-bottom: 15px;
 }

 .tuile-idx div label {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: initial;

}

body{
    padding: 0px;
}
.img-header{
    width: 60px;
}
.text1-header{
    font-size: 19px;
}
.text2-header{
    font-size: 10px;
}
.header-top{
    display: flex;
    padding-top: 5px;    
    border-bottom: 1px solid #fcd116;
    padding-bottom: 10px;
}
#main{
    margin-top: 5px;
    padding: 0;
}
.slide-top {
    margin-bottom: 30px;
    height: 280px;
    margin: 0;
    margin-top: 20px;
}
.img-slide-top{
    height: 280px;
}
.slid-group-img{
    margin: 0;
    padding: 0px;
    margin-top: 20px;
    padding-top: 10px;
}
.footer-text h4 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
    margin-bottom: 22.5px;
    text-transform: uppercase;
    color: gray;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid gray;
}
footer {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    background: rgba(252, 209, 22, 0.49);
}
h2,h3{
    font-size: 19px;
}
h4{
    font-size: 17px;
}
}