/* global */
html {
	font-size:62.5%; /*pour établir tout les rem identique à px: p. ex. 10rem = 10 px*/
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li { 
	font-family: 'Open Sans', sans-serif; color: #333333; font-weight: 300;
}

h1, h4, h6 { text-align: left;}
h2, h3, h5 { text-align: center;}
/* h1 */
h2.sliderhome {
	font-size: 5.0rem;
	line-height: 60px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0 0 25px;
	text-align: center;
}
h2.sliderhome:before {
    display: none;
}
div.carousel-caption h2,
div.carousel-caption h4 {
	color: #fff;
}

h1 {font-size: 4.2rem; 
	line-height: 52px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h1:before {
    content: "";
    position: absolute;
    height: 6.0rem;
    width: 4px;
    opacity: 0.95;
    left: 0px;
    top: 15px;
    background: #EFE400;
}

span.title-form {
	font-size: 3.0rem; 
	line-height: 37px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
}
span.title-form:before {
    content: "";
    position: absolute;
    height: 3.0rem;
    width: 4px;
    opacity: 0.95;
    left: 0px;
    top: 0px;
    background: #EFE400;
}
p.slogan {
	font-family: 'Dancing Script', cursive;
	text-align: center;
	font-size: 4.2rem;
	line-height: 5.5rem;
	color: #735151;
}
@media (max-width: 767px) {
	p.slogan {
		font-size: 3rem;
		line-height: 4rem;
	}
}

/* h2 */
h2 { font-size: 3.6rem; line-height: 44px; margin-bottom: 34px;}
h3 { font-size: 3.0rem; line-height: 36px; margin-bottom: 26px; margin-top: 20px;}
h4 { font-size: 2.0rem; line-height: 28px; margin-bottom: 26px;margin-top: 26px;}
h5 { font-size: 1.65rem; line-height: 20px; margin-bottom: 18px; margin-top: 2.7rem; font-weight: bold;}
h6 { font-size: 1.45rem; line-height: 18px; margin-bottom: 16px; margin-top: 2.4rem; font-weight: bold;}



/* h3 - h6 */

/*
h3 { font-size: 3.6rem; line-height: 44px; margin-bottom: 34px;}
h4 { font-size: 3.0rem; line-height: 36px; margin-bottom: 26px; margin-top: 20px;}
h5 { font-size: 2.0rem; line-height: 28px; margin-bottom: 26px;margin-top: 26px;}
h6 { font-size: 1.65rem; line-height: 20px; margin-bottom: 18px; margin-top: 2.7rem; font-weight: bold;}
*/


body {
	background: #F5F5ED; 
}

.rouge {
	color: #e34a46;
}
.bold {
	font-weight: 600;
}
.italique {
	font-style: italic;
}
a {
	color:#000;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

a:hover {
	color:#5e5e5e;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
}
p a,
.container ul a {
/*     color: #946058; */
	color:#236da6;
    font-weight: 700;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

p a:hover,
.container ul a:hover {
    color: #ff793f;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

p {
	text-align: justify;
	font-size: 1.65rem;
	line-height: 2.8rem;
}
.container ul li {
	font-size: 1.65rem;
	line-height: 2.8rem;
}

img {
    max-width: 100%;
}
.liste-image-vert img {
	margin-bottom: 20px;
}

.btn, .btn-large {
    background-color: #444;
    border-color: #444;
    border-radius: 2;
    text-transform: uppercase;
    color: #EFE400;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
}

.btn:hover, .btn-large:hover {
    background-color: #EFE400;
    color: #000;
    border-color:#EFE400;
}

.btn-large {
	padding: 15px;
	font-size: 1.6rem;
	text-transform: uppercase;
	display: inline-block;
}

.btn a {
  color:#EFE400;
}

.btn a:hover {
  color:#000;
}

.box_marques {
	padding: 0 20px 0 45px;

}

/*bouton animé big*/
.bt-big {
    font-size: 22px;
    background: #ff793f;
    color: #fff;
    padding: 10px 20px;
    width: 210px;
    margin: 20px auto 0;
} 

.title_marques {
	display: block;
	font-size: 2.7rem; 
	text-align: center;
	line-height: 60px;
	font-family: 'Open Sans', sans-serif; color: #333333; font-weight: 300; 
    margin: 18px 0 26px 0;
}

.gap-right {
	margin-right: 20px; 
	margin-bottom: 15px;
}

.nopadding {
   padding-left: 0 !important;
   padding-right: 0 !important;
   margin: 0 !important;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #000;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: initial;
	box-shadow: initial;
	color: #fff;
}

.well p {
    margin: 0 0 0px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/* global */

#carousel {
	position: relative;
}

#carousel .item:before {
	background: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-inner>.item>img {
    width: 100%;
    height: auto;
}

.carousel-caption {
	position: absolute;
	top: 45%;
	bottom: initial;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*border: 1px solid; */
    /*border-bottom-color: transparent !important;
    border-bottom-width: 0;*/
    display: block;
}

.carousel-caption h1 {
	font-size: 5.4rem;
/*     font-weight: bold; */
    text-transform: uppercase;
}

.carousel-caption h4 {
	font-size: 2.8rem;
	margin-bottom: 40px;
	font-weight: lighter;
/*     font-style: italic; */
}

.carousel-caption h4 + div {
	position: absolute;
    overflow: hidden;
    width: 100%;
    height: 70px;
    bottom: -36px;
}

.carousel-caption .btn-primary {
    background: none;
    border-color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 2.0rem;
    letter-spacing: 2px;
    line-height: 1;
    padding: 20px 30px;
    border: 1px solid #fff;
    position: relative;
    top: 24px;
}

.carousel-caption .btn-primary:before {
    width: 2000px;
    left: -2000px;
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 29px;
    background: #fff;
    margin-left: -20px;
}

.carousel-caption .btn-primary:after {
    width: 2000px;
    right: -2000px;
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 29px;
    background: #fff;
    margin-right: -20px;
}

.carousel-caption .btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.carousel-caption .btn-primary + .btn-primary {
	margin-left: 10px;
}

/* top */

#top {
	padding: 10px 0;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
	display: none;
}

#site #top {
	display: block;
}

#top ul {
	float: right;
}

#top li {
	list-style: none;
	float: left;
}

#top li + li {
	margin-left: 10px;
}

#top li>a {
	color: #000;
	display: block;
	background: #a27d51; 
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

#top li:hover>a {
	background: #000000;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

#top .form-inline {
    float: right;
}

#top .form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top .btn {
    padding: 5px 12px;
}

#top .input-group-addon {
    padding: 6px 12px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 0;
}

/* header */

#site header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

header {
	padding: 10px 0;
	background: #1C1C1C;
}

header .container-fluid, #top .container-fluid {
	padding: 0 40px;
}

#header .brand img, #header .brand2 img {
	display: block;
	position: relative;
	z-index: 10;
	margin: 10px 0 20px 0;
	max-width: 300px;
}


/* menu */

.navbar {
    min-height: 0px; 
    margin-bottom: 20px;
    border: 0;
    background: none;
}

.nav {
    margin-top: 35px;
}

.navbar-nav > li {
	padding-bottom: 10px;
}

.navbar-nav li {
	position: relative;
}

.navbar-nav>li + li {
	margin-left: 20px;
}

.navbar-nav>li>a {
	color: #000;
	text-transform: uppercase;
	padding: 0;
	font-size: 1.4rem;
}

.nav>li.active>a,.nav>li>a:focus, .nav>li:hover>a {
	background: none;
	border-bottom: 1px solid #EFE400;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-toggle {
    background: #000;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse {
    padding: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background: none;
  color: #EFE400;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  background: none;
}

@media (min-width: 767px) {

  .dropdown-menu {
  	background: #3b3b3b;
  }
   
  .dropdown-menu > li.kopie > a {
      padding-left:5px;
  }
   
  .dropdown-submenu {
      position: absolute;
      left: 100%;
      top: 0;
  }
  .dropdown-submenu>.dropdown-menu {
     top:0;left:100%;
     margin-top:-6px;margin-left:-1px;
     -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
   }
    
  .dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;  
    height: 0;     
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
  }

  .dropdown-menu > li > a {
  	color: #fff;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    color: #EFE400;
  } 

  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
      text-decoration: none;
      background: none;
  }
  /*corr menu marque, dècalage à gauche */
  ul.dropdown-menu.marque {
    margin-left: -100px;
  } 
 }

 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}



/* parallax */

.parallax-img {
    min-height: 300px;
    background: transparent;
}

.parallax2 .parallax-img {
	min-height: 200px;
}

.parallax2 h1 {
	text-align: center;
	font-size: 4.5rem;
}

.parallax3 .parallax-img {
	min-height: 400px;
}

.parallax3 h2 {
	margin-bottom: 20px;
}

#parallax {
	position: relative;
	color: #fff;
}

#parallax:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	opacity: 0.6;
}

#site-onglerie-php .parallax2:before {
	background: rgba(216, 59, 140, 0.6);
}

#parallax .row>div {
	text-align: center;
}

#parallax .row>div span {
	font-size: 2.4rem;
	line-height: 1em;
}

#parallax .container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#parallax h3 {
	color: #fff;
	margin-bottom: 20px;
}

#parallax i {
	margin-right: 8px;
}

.parallax1 {
	text-align: center;
}

.parallax3 h2 {
	text-align: center;
}

.parallax3 .row>div>div {
	background: #fff;
	height: 200px;
	width: 200px;
	line-height: 200px;
	border-radius: 50%;
	margin: 0 auto;
}

#site .parallax1 {
	display: none;
}

.parallax1 p {
    padding: 3px 0 0;
    font-size: 1.4rem;
    line-height: 20px;
    color: #EFE400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.parallax1 form {
	margin-top: 20px;
}

.parallax1 form input {
	border-radius: 0;
}

.parallax1 .btn {
	padding: 8px 12px;
	letter-spacing: 2px;
}


/* breacrumb */

.spa-module-breacrumb {
    border-bottom: 1px solid #dddddd;
    padding: 18px 0px;
    position: relative;
}

.spa-module-breacrumb span {
    font-size: 1.1rem;
    line-height: 13px;
    text-transform: uppercase;
    color: #999999;
}

.spa-module-breacrumb span i {
    font-size: 1.1rem;
    margin: 0px 6px;
}

/* sections */

.section:not(#carousel):not(#parallax):not(#bottom):not(#section1):not(#top):not(#main):not(#galery) {
	padding-top:0px;
}

#section1, footer {
	padding: 40px 0 0 0;
}

.section h2.title, #parallax h2 {
	font-size: 2.5rem;
	line-height: 1em;
	text-transform: uppercase;
}

.title {
	background: #d83b8c;
	color: #fff;
	text-align: center;
	position: relative;
}

.title h2 {
	margin: 0;
	font-size: 3.5rem;
	line-height: 1em;
	padding: 8px 0;
}

.title:after {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #D83B8C;
  content: "";
  bottom: -20px;
  position: absolute;
  margin-left: -20px;
}

/* bottom */

#bottom {
	background: #000;
	padding: 20px 0;
}

#bottom ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#bottom ul>li {
	color: #fff;
	text-transform: uppercase;
	list-style: none;
}

#bottom ul>li>a {
	color: #fff;
	display: block;
	border: 1px solid #fff;
	background: none; 
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

#bottom ul>li:hover>a {
	background: #fff;
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #000;
}

#bottom ul>li + li {
	margin-left: 5%;
}

#bottom ul>li,#bottom ul>li>a {
	display: inline-block;
	text-align: center;
	color: #fff;
}

/* footer */

footer {
	text-align: center;
	margin: 0 !important;
}

footer h4 {
	text-transform: uppercase;
	font-weight: bold;
}

footer .row>div:nth-child(3) i {
	margin-right: 5px;
}

footer .row>div ul li + li {
    margin-left: 10px;
}

footer ul {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	position: relative;
}

footer ul:before {
	background: #fff;
	height: 1px;
	width: 200px;
	content: "";
	top: 0;
	left: 50%;
	margin-left: -100px;
	position: absolute;
}

footer ul li {
	list-style: none;
	display: inline-block;
}

footer ul li + li {
	margin-left: 15px;
}

footer ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1rem;
}

footer ul li a:hover {
	color: #5e5e5e;
}

footer .brand {
	max-width: 250px;
	margin-bottom: 10px;
}

li.piko-menu-type-classic a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
}
#section1 .row>div {
	position: relative;
	height: 150px;
}

#section1 .row>div>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#section1 .row>div>div img {
    max-width: 150px;
}

#section2 {
	background: #f1f1f1;
}

.section h2 {
	margin-top: 0;
}


/* news */

.article {
	margin-bottom: 20px;
	background-color: #e3e1e1;
}

.article-wrapper {
	padding: 20px;
}

.date {
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.article h3 {
    font-weight: 300;
    font-size: 7.0px;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
}

.read-more, .read-more a {
    font-size: 1.6rem;
    font-weight: 300;
}

/* tableau */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #000;
}

/* map */

#map {
	width: 100%;
	margin-bottom: 40px;
}

.grey {
	background: #e6e6e6;
}

hr {
	border-color: #acacac;
}

.section .row + .row {
	margin-top: 40px;
}

/* services */

.services .col-lg-4:hover .fill:after {
  background: #1C1C1C url(../../public/img/more.jpg) center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services .col-lg-4 .fill:after  {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services .fill  {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.services .fill:before  {
	border: 1px solid #fff;
	height: 90%;
	width: 90%;
	content: "";
	top: 5%;
	left: 5%;
	position: absolute;
	border-radius: 50%;
  z-index: 2;
}

.services .row>div {
	text-align: center;
  margin: 20px 0;
}

.services h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 24px;
}

.picture {
	margin-top: 40px;
}

.fournisseur {
	box-shadow: 0px 0px 8px #ccc;
}

@media (min-width: 765px) and (max-width: 1200px) {
	header .col-sm-8 {
	    width: 74.666667%;
	}
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav>li>a, .navbar-nav>li {
    float: none;
    display: inline-block;
  }
	.navbar-nav>li>a {
		font-size: 1.1rem !important;
	}
	.navbar-nav>li + li {
	   margin-left: 9px !important;
	}
  .navbar-nav>li:nth-child(2) {
    margin-left: 0 !important;
  }
	.nav {
	   margin-top: 33px !important;
	}
  #header .brand img, #header .brand2 img {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #header .row>div {
    width: 100%;
  }
  .navbar-nav.pull-right {
    float: none !important;
  }
}

@media (min-width: 765px) and (max-width: 1400px) {
	.navbar-nav>li:first-child>a {
		display: none;
	}
}

@media (min-width: 1200px) {
	.col-lg-2 {
	    width: 20%;
	}
	.navbar-nav>li>a {
	    font-size: 1.4rem !important;
	}
}

@media (max-width: 765px) {
	#top {
	    position: relative;
	    padding: 0 !important;
	}
	.navbar-header {
	    margin-top: 10px;
	}
	.navbar .nav.pull-right {
	    float: none !important;
	}
	.nav {
	    margin: 0 !important;
	}
	.navbar-collapse {
		padding: 0 !important;
	}
	.navbar-nav>li + li {
	    margin-left: 0px !important;
	}
	.navbar-nav>li {
		text-align: center;
	}
	.navbar-nav>li a {
		color: #fff !important;
		padding: 6px;
	}
	#bottom {
		display: none;
	}
	.nav>li.active>a, .nav>li>a:focus, .nav>li>a:hover {
	    background: #000 !important;
	    border-bottom: 0 !important;
	}
	.navbar-toggle {
		position: absolute;
		margin-top: -12%;
		right: 0;
	}
	/*#parallax:not(.parallax2) .parallax-img {
	    min-height: 500px !important;
	}*/
	.navbar {
	    background: #5f5f5f !important;
      margin-bottom: 0 !important;
	}
	#site-coiffure-php #main .row>div:last-child {
	    min-height: auto !important;
	}
	section .row>div, footer .row>div {
		margin-bottom: 40px;
	}
	footer .row>div {
		text-align: center;
	}
	#parallax .container {
	    min-width: 80%;
	}
	header .col-sm-8 {
	    width: 100% !important;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: #101010;
	    position: absolute;
	    width: 100%;
	    left: 0;
	    background: #5f5f5f;
	    z-index: 9;
	}
	.brand img, .brand2 img {
	    max-width: 80% !important;
	}
    .carousel-caption h1, .carousel-caption h4 {
    	padding: 0 10px;
  	}
	.carousel-caption h1 {
	    font-size: 2.0rem !important;
	    font-weight: bold !important;
	    line-height: 1em !important;
	}
	.carousel-caption h4 {
	   font-size: 1.5rem !important;
	}
	.carousel-caption .btn-primary {
    	font-size: 2.0rem !important;
		padding: 15px 15px !important;
		top: 30px !important;
  	}
	.section h2.title {
	    font-size: 3.0rem  !important;
	    line-height: 1em  !important;
	}
	#main .row .pull-right {
	    float: left !important;
	    margin-top: 20px;
	}
	.navbar-nav>li {
    	text-align: left !important;
  	}
  	.dropdown-menu {
	    position: relative !important;
	    top: 0 !important;
	    left: 0 !important;
	    display: block !important;
	    float: none !important;
	    min-width: inherit !important;
	    padding: 5px 0;
	    margin: 2px 0 0;
	    font-size: 1.4rem;
	    text-align: left;
	    list-style: none;
	    background: none !important;
	    border-radius: 0 !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	}
	.nav>li.active>a, .nav>li>a:focus, .nav>li:hover>a {
    	border-bottom: 0 !important;
  	}
  	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    	color: #262626;
		text-decoration: none;
		background-color: #000;
	}
	.dropdown-menu a {
    	text-indent: 5px; 
  	}
  	.dropdown-menu a:before {
    	content: "-";
		padding-right: 5px;
  	}
  	.dropdown-submenu a {
    	text-indent: 10px;
  	}
  	.picture img {
    	margin-bottom: 20px;
  	}
  	.navbar-nav > li {
    	padding-bottom: 0 !important;
  	}
}

#site--php #main {
	padding: 80px 0 !important;
	text-align: center;
}
#site--php #main ul, #site--php #main ul li {
	text-align: left;
}
#site--php #main ul {
	margin-bottom:20px;
}

/* espacement*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt2-7rem {
	margin-top: 2.7rem;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.pb5 {
	padding-bottom:  5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
video {
	width:100%;
}
.certezza {
    margin-top: 25px;
    width: 400px;
    margin: 25px auto 0;
}
span.cert-color {
    font-weight: 700;
}
.certezza a {
    background-color: #003863;
	color: #d6d6d6;
    padding: 4px 20px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 2px;
}
.certezza a:hover {
	background-color: #ae535b;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.rgpd h2 {
	margin-top: 30px;
}
.polconf a {
	color: #fff;
	font-weight: normal;
	font-size: 1.1rem;
}
.polconf a:hover {
	color:#ff793f;
}
