@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');


h1 a{
  color: #022a68 !important;
  text-shadow: 0px 0px 0px !important;
  font-family: 'Ubuntu', sans-serif;
}

.title-site{
  margin-top: 50px;
}



ul.slimmenu > li + li > a:before{
  padding: 1px !important;
}

#ytb_block_slider-row1_2 li a{
  padding-top: 31px;
  padding-bottom: 44px;
  padding-left: 20px;
}

 body, p, span, div{
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   line-height: 20px;
}

h1, h2, h3, h4{
  font-family: 'Raleway', sans-serif;;
}
#ytb_block_header-row1_2 {
    width: 35%;
    float: right;
    margin-top: 16px;
}
#ytb_group_top {
    background-color: #dddddd
}
.div-left img {
    float: left;
    margin: 0 15px 15px 0;
    /*display: none;*/
}



.content_24661{
  margin-bottom: 25%;
}

#ytb_row_header-row1{
  width: 85%;
  margin-right: 10%;
  margin-left: 10%;
}

/*Parametre temoignages */
.single_avis{
  padding-bottom: 20px;
}

.testimonial_add{
  font-size: 15px;
  color: white;
  background-color: #332A68;
  padding: 2%;
}

.testimonial_add:hover{
color: white;
}

/*date des témoignages */
.testimonialList span{
  display: none;
}
/* Fin paramètre témoignages */


/* Gestion du responsive  */
@media screen and (max-width: 767px){
  #ytb_block_header-row1_1 {
    text-align: left;
    display: block;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1400px) {
 .title-site{
   width: 150% !important;
   font-size: 22px;
 }
}

@media screen and (min-width: 200px) and (max-width: 999px) {
 .title-site{
   width: 120% !important;
   margin-top: 0px !important;
   font-size: 18px;
 }
}