@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');   
   
   
   .body{
        font-family: 'Nunito', sans-serif !important;  
      }


p{
    font-family: 'Roboto', sans-serif;
        font-weight : 400;
}

h2,h3{
    font-family: 'Roboto', sans-serif;
        font-weight : 700;
}

.home{
    background-image : url('/lib/img/fond.jpg') ;
    background-size: cover;
   background-position:  center;

}

.devant{
   margin-top: 150px;
   background-color: rgba(255,255,255,0.8);
   padding : 20px 
}

.banner{
    position: absolute;
    bottom : 0;
    left : 0;
    z-index: 0;
}

h1{
    color :#C51162;
    font-size : 55px;
    font-weight : 700;
    margin-bottom : 30px;
    font-family: 'Nunito', sans-serif;  

}

.text-blue{
    color :#1a237e;

}

.text-orange{
    color :#C51162;

}

.btn-primary{
    background: #C51162;
    border: none;
    color : #fff;
    text-transform: uppercase;
    font-weight : 700;
    padding  : 15px 20px;

}


.padding-y{
    padding-top : 100px;
    padding-bottom : 100px;
}





/* ============= RESPONSIVE =====================*/

@media screen and (max-width: 575px) {

    .home{
        padding : 70px 0 150px; ;
    }

h1{

	text-align: center;
	font-size: 28px;
}

.img-fluid{
	background-color: rgba(255,255,255,0.5);
	margin-top : 50px;

}

.petit{
	text-align: center;
}


h2{
	font-size: 28px;
}

h3{
	font-size: 22px;
}


.call-button{
	display :block ;
	
}

p, li{

	font-size: 18px;
}


#footer-mobile{
	display: block;

}

.s-title{
	font-size: 14px;
}

.call-button a{

	font-size: 20px;


}

h4{
	font-size: 16px !important;
}


}



/*---------------------*/