@CHARSET "UTF-8";


/****** Entête ******/

.site-header.logo {
height: auto;
min-height: auto;
background-color: #ffffff;
background-size: cover;
}

.site-header a {
    display: inline-block;
}

.site-header a img {
    max-width: 100%;
}


.site-header {
    height: auto;
    min-height: auto;
}



/****** Navigation ******/
.website-navigation {
    /* Couleur de fond de la navigation*/
    background: #ffffff;

}

.website-navigation a {
    /* Couleur de fond de la navigation*/
    background: #ffffff;
    /*couleur du texte de la navigation*/
    color: #444444;
}


.website-navigation .nav-pills .nav-item > .nav-link.active {
    /*couleur du fond du menu actif de 1er niveau*/
    background: #ffffff;
    /*couleur du texte du menu actif de 1er niveau*/
    color: #f15a23;
}

.website-navigation .nav-pills .nav-link:hover, .website-navigation .nav-pills .show > .nav-link  {
    /*couleur du fond des menus de 1er niveau survolés */
    background: #ffffff;
    /*couleur du texte des menus de 1er niveau survolés */
    color: #f15a23;
}

.website-navigation .nav-pills .dropdown-menu {
    /*couleur du fond des sous-menus */
    background: #ffffff;
    /*couleur du texte des sous-menus */
    color: #666666;
    border-top-color: #f15a23;
    border-top-style: solid;
    border-top-width: 2px;
}

.website-navigation .nav-pills .dropdown-item:focus, .website-navigation .nav-pills .dropdown-item:active{
    /*couleur du fond du sous-menu actif */
    background: #ffffff;
    /*couleur du texte du sous-menu actif */
    color: #f15a23;
}

.website-navigation .nav-pills .dropdown-item:hover {
    /*couleur du fond du sous-menu survolé*/
    background: #ffffff;
    /*couleur du texte du sous-menu survolé*/
    color: #f15a23;
}

.website-navigation .dropdown-menu a {
  color: #666666;
}



.website-navigation .dropdown-menu li.nav-item:hover a {
    color: #f15a23 !important;

}

body{
font-family : Verdana,Arial,Helvetica,sans-serif;
background-color : #FFFFFF;
color : #000;
}

a{
text-decoration : none;
color : #f15a23;
}

h1{
color : #FFFFFF;
font-size : 0px;
font-weight : bold;
}

h2{
color : #f15a23;
font-size : 30px;
font-weight : bold;
}

h3{
color : #15a23;
font-size : 15px;
font-weight : bold;
}

h4{
color : #f15a23;
font-size : 10px;
font-weight : bold;
}


.widget {
    margin: 20px 0 0 0;
}

.widget:first-child {
    margin: 0;
}

.row {
margin: 20px 0 0 0;
}

.row:first-child {
margin: 0;
}

.corps{
padding : 5px 10px 10px;
}


.form-actions {
    margin: 20px 0 0 0;
}

.list-style-type{
}

.widget-header {
  color: #f15a23 !important;
  padding: 5px 10px;
  padding-left: 10px  !important;
  background: #f7f7f7 !important;
  }

.widget {
margin: 20px 0 0 0;
background-color:#ffffff;
}

.widget:first-child {
margin: 0;
}

.widget-content .label-default {
  padding: 5px 10px;
  background-color: #999;
  color: #ffffff;
  font-weight : bold ;
  font-size : 15px;
}



#widget-8062 {
width: 500px;
display: inline-block;
}

#container{
background-color : #ffffff;
}

.btn-primary{
background:  #b4b4b4;
font-weight : bold;
}





/* Exemples permettant d'accéder aux widgets des pages personnalisables*/
.custom-page .widget {
    box-shadow: 0px 3px 15px #00000029;
    margin-bottom: 25px;
}
.custom-page .widget h3 {
    font-size: 2rem;
    padding: 5px;
}

a{
text-decoration : none;
color : #f15a23;
}

a:hover{
text-decoration : none;
color : #000000;
}

html {
 background-color:#ffffff;
}