/*couleur texte menu*/
.navbar-inverse .navbar-nav > li > a {
    color: #FFF !important;
}

/*couleur du texte selectionné*/
.navbar-inverse .navbar-nav > li > a:hover {
color: #0EA0F0 !important;
}

/*couleur du soulignage*/
ul.nav > li.current_page_item > a:before {
 background: blue !important;
}

/*couleur du soulignage pour le titre*/
.entry-title:after{
background:blue;
}

/*bandeau : il faut rajouter la ligne  au dessus du header de chaque page
body {
    background: url("https://extradrive.fr/wp-content/uploads/2016/06/bandeau-appli.jpg") fixed !important;
}
.site-content {
    background: none !important;
}
*/

/*dégriser l'image du bandeau*/
.header,
.header-content-wrap,
.packages,
.contact-us {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) !important;
}

/*couleur cercle et ligne focus*/
.focus-box .service-icon:hover {
 border-color: blue !important;
}
.focus-box .red-border-bottom:before{
 background: #1CDAF2!important;
}

/*supprimer lignes grises dans les tables*/
#content table, #content tr td {
    border: none
}

/*couleur titre h3*/
h3 {
  color: blue;
}

/*couleur ligne hr*/
.entry-content hr { background-color: #1CDAF2; height: 3px }

/*couleur menu*/
.navbar {
    background: #1CDAF2 ;
}


/*couleur titre "découvrir ed"
.focus .section-header h2 {
  color: blue !important;
  @import url(https://fonts.googleapis.com/css?family=Comfortaa:700);
  font-family: 'Comfortaa', sans-serif; font-weight: 700;
}*/

/*couleur sous-titre "découvrir ed"*/
.focus .section-legend {
  color: #1CDAF2 !important;
}

/*pour remonter la anchore quand on suit le lien*/
:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}

/*Fixer le menu sur mobile*/
nav#site-navigation.in {
	height: auto !important;
}

/*Cacher le widget du bas (gris) sur mobile*/
@media screen and (max-width: 1081px) {
div#panel-12-0-0-2 {
  display: none !important;
  }
div#panel-12-0-0-1 {
  display: none !important;
  }
div#panel-78-0-0-2 {
  display: none !important;
  }
div#panel-80-0-0-2 {
  display: none !important;
  }
div#panel-82-0-0-2 {
  display: none !important;
  }
div#panel-w5756e647ee005-0-0-1 {
  position:absolute;
   top:100px;
  }
footer#footer {
  /* display: none !important;*/
   background:white !important;
  }
.home-header-wrap {
  transform: none;
  }
}

@media screen and (max-width: 700px) {
.home-header-wrap {
    position: relative;
  display: none !important;
  }
}

@media screen and (max-width: 720px) {
div#pl-w57a06f42b917d {
  display: none !important;
  }
}

/*changer interligne*/
p {
    line-height: 1.6em;
    margin-bottom: 1.4em;
}

h3 {
    line-height: 1.6em;
    margin-bottom: 1.4em;
}

h1 a, h1 a:hover, h1 a:visited,  {
  	line-height:  1.6em;
}
