/*----- FONTS -------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700,800');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');


 /*----- END FONTS -------*/



p, .competences-section ul li {
    font-size : 16px;
    font-family: "Open Sans" , sans-serif ;
    font-weight: 300;
    color: #000;
}

b{
    font-weight : 700;
}

h2,h3,h4,h5,h6{

    font-family: 'Ubuntu', sans-serif;

}

.logo{
    font-size: 25px;
    text-transform: uppercase;
    color: #03A9F4;
    font-weight: 700;
}

.heading-p{

    font-size : 20px;
}

a{
    text-decoration : none !important;
    color: inherit;
}

h1{
    font-family : 'Ubuntu';
    text-transform: uppercase;
    font-weight: 700;
}

.fond h1{
    font-size: 48px;
    z-index: 1000;
}

h3{


    font-weight:700;
    font-size: 24px !important;
}

.chiffres{
    font-size: 40px;
    font-weight: 700;
}

.main-nav, .sub-nav-ul {
    list-style-type: none; 
   padding : 0; 
   color: #000;
    text-align : left;
}

ul li {
    margin : 5px 0;
}

.padding-200{
    padding : 80px 0;
}

.text-shadow{
    text-shadow: 1px 0 1px #303030;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%; 
    background-color: rgba(3, 168, 244, 0.4);
    z-index: 0;
    top: 0;
    left: 0;
}

.fond{

background-image: url('/lib/img/fond.jpg');
background-position: center;
background-size: cover;
/* background-attachment: fixed; */
padding : 150px 0;
position : relative;

}

.bg-blue{
    background : #03A9F4;
}


.btn-success{
    background-color :#008243 !important ;
    border-color: #008243;

}

.bg-info{

    background-color: #007ac1 !important;
    border-color: #007ac1;
}
.text-blue{color : #03A9F4;}
.text-grey{color: #798e9f;}

.bg-gradient-grey-white{ background-image: linear-gradient(to bottom, #fafafa 40%, #fff 100%);}
.bg-gradient-green-white{ background-image: linear-gradient(to bottom, #DCEDC8 40%, #fff 100%);}


.bg-grey{ background-color : #fafafa;}



.button-more{
   
    text-align: center;

}

.button-more a{

    color: #fff;
    font-size: 14px;
    text-align: center;
    padding : 10px 15px;
    background-color : #008243;
    display: block;
 
}



hr{

width : 38px;
height: 5px;
margin : 10px auto 20px;
background-color: #03A9F4;

}

.vignette{
    transition : box-shadow 0.5s;
}
.vignette:hover{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);}

/* ----- PADDING AND MARGIN ------ */

.m-100{ margin : 50px 0; }
.p-100{ padding : 50px 0;}
.p-150{ padding : 75px 0;}

/* ------- END PADDING AND MARGIN ------- */

.link-nav{
     color : #000;
  
}

/*---- NAV ------*/




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


h5{
    font-size : 16px;
  
    font-weight: 700;

}


/*---- RESPONSIVE -----*/


/*------------RESPONSIVE---------*/


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


h1{
    font-size : 36px;
}

.logo{
    font-size: 18px;

}

}




    /*----- EXTRA SMALL ---*/

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

.competences-section h3, .competences-section ul li { text-align : center; }
.competences-section h3 { margin-top : 1rem; }
p, ul li{ font-size : 18px; }
h1, .h1-home{font-size : 28px; text-align: center}
h2{font-size : 22px; }


}



      /*-----  SMALL ---*/

@media screen and (min-width: 576px) and (max-width: 767px){


.competences-section h3, .competences-section ul li { text-align : center; }
.competences-section h3 { margin-top : 1rem; }
p ul li{ font-size : 18px; }

}

  /*------- MEDIUM --------*/

@media screen and (min-width: 768px) and (max-width: 991px) {

.competences-section h3, .competences-section ul li {text-align : left;}
p, ul li{font-size : 18px;}

}

  /*------- Large --------*/

@media screen and (min-width: 992px) and (max-width: 1199px) {




}



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



}














