/*
Theme Name: BC2E DIAGNOSTIQUEUR
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Modal
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/* 
****** FONT ******
*/
:root{
	--main-color: #B6101D;
	--secondary-color: #EE7F00;
	--gris: #57585A;
	--noir: #232323;
	
	
	--nav-margin-close: 170px;
	--nav-margin-open: 330px;
	--nav-delta-neg : -290px;
	--nav-delta-pos : 290px;

}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Exo 2', sans-serif;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: var(--secondary-color);
}

a:active,
a:hover {
  outline: 0;
  color: var(--secondary-color);
  text-decoration: underline;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: var(--secondary-color);
  border-radius: 10px;
  color: #FFF;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;

}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, td, th {
  border: 1px solid #ddd;
  text-align: left;
}

td,
th {
  padding: 10px;
}

.ombre {
	position: relative;
	background-color: #FFF;
	padding: 30px 50px;
	border: 1px solid #c0c0c054;
	margin-bottom: 0px;
	border-radius: 25px;
	-webkit-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);

}
.ombreinput{
	-webkit-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	
}
.italic {font-style: italic;}
.bold {font-weight: bold;}
.noir {color: var(--noir);}

.swiper-slide {height: auto !important;}

/*--------------------------------------------------------------
# FORM
--------------------------------------------------------------*/
fieldset {
	position: relative;
	background-color: #FFF;
	padding: 50px 30px 25px 30px;
	margin-bottom: 0px;
	border-radius: 25px;
	-webkit-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
	box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
}
fieldset.rond {background: #FFF url(imgs/bgrondfieldset.png) no-repeat top 3px center;}
fieldset *:focus {
    outline: none;
}
.deco {
    position: absolute;
    right: 20px;
    top: -20px;
    text-align: center;
    font-size: 1rem;
}

[type="text"],[type="email"], textarea {
	padding: 10px 30px;
	border: 0;
	
}
[type="text"]:focus,[type="email"]:focus, textarea:focus {
	outline: none;
}

.formbc2e [type="checkbox"]:checked,
.formbc2e [type="checkbox"]:not(:checked),
.formbc2e [type="radio"]:checked,
.formbc2e [type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.formques { font-size: 2rem; color: #57585A;font-weight: bold; margin-bottom: 15px;}

.formbc2e .checkbox-tools:checked + label,
.formbc2e .checkbox-tools:not(:checked) + label
{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid var(--secondary-color);
	width: 200px;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear;
	transition: all 200ms linear; 
}
.formbc2e .checkbox-tools:not(:checked) + label
{
	background-color: #FFF;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
}
.formbc2e .checkbox-tools:checked + label {
	background-color: var(--secondary-color);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	color: #FFF;
}
.formbc2e .checkbox-tools:not(:checked) + label:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.formbc2e .checkbox-tools:checked + label::before,
.formbc2e .checkbox-tools:not(:checked) + label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: -1;
}
.formbc2e .checkbox-tools:checked + label .uil,
.formbc2e .checkbox-tools:not(:checked) + label .uil {	
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.formbc2e .checkbox:2checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.indic {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-weight: bold;
	font-size: 1.5rem;

}

.g-recaptcha {overflow: hidden;}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-header{
  justify-content: center;
  text-transform: uppercase;
}

.modal-title{
  font-size: 1.4rem;
}

.modal-footer{
  justify-content: center;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 2rem;
  padding-bottom: 0.3em;
  line-height: 1.25;
    color: var(--main-color);
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 2.5rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
#page {display: flex;width: 100%;align-items: stretch;}
.contentall {position: relative;width: 100%;transition: all 0.3s !important;margin-left: 87px;}


.btn-primary {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
	border-radius: 10px;
	padding: 10px 25px;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #EE7F00;
    border-color: #EE7F00;
}
.btn-primary.orange {
	
	color: #FFF;
    background-color: #EE7F00;
    border-color: #EE7F00;
}
.btn-primary.orange:hover {
	
	color: #FFF;
    background-color: #B6101D;
    border-color: #B6101D;
}
.btn-primary.btblanc {
	
	color: #EE7F00 ;
    background-color: #FFF;
    border-color: #FFF;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.sstitre {font-size: 3rem;font-weight: bold;}
.ssstitre {font-size: 2rem;font-weight: bold;}
.blanc {color: #FFF;}
.orange {color: var(--secondary-color);}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--secondary-color) !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.logoblanc {
	display: block;
	position: absolute;
	right: 20px;
	top: 2px;
	z-index: 9999;
}

header#masthead {
  margin-bottom: 0;
  background-color: #FFF ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  font-size: 1.25rem;
  min-height: 600px;
  color: #FFF;
}

#page-sub-header h1,#page-sub-header .h1{  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;text-shadow: 0px 6px 6px rgba(0,0,0,0.61);}
#page-sub-header h1 span,#page-sub-header .h1 span{color: var(--secondary-color);}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
	color: #FFF;
}
a.page-scroller {
  color: #FFF;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}


@media screen and (min-width: 768px) {
  #page-sub-header h1,#page-sub-header .h1 {
    font-size: 5rem;
	line-height: 110%;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {

    margin: 0 auto;
  }
}

/* ---------------------- PAGES DIFFERENTS DIAGNOSTICS ------------------------*/
.encartdiag {margin-top: -50px;position : relative;}
.encartdiag .deco {
    position: absolute;
    right: 20px;
    top: -20px;
  text-align: center;
  font-size: 1rem;
}
.encartdiag .deco img {width: 80px;display: block;padding-bottom: 5px;}

.trouveident .nom {    
  font-size: 30px;
    font-weight: bold;
    color: var(--secondary-color);}

.trouveident .photoident {

}



.pictodiag a {display: inline-block;color: #57585A;}

.pictodiag a:hover {
  text-decoration: none;
  animation: bounce 0.5s ease infinite alternate;
  -webkit-animation: bounce 0.5s ease infinite alternate;
   -moz-animation: bounce 0.5s ease infinite alternate;
   -ms-animation: bounce 0.5s ease infinite alternate;
   -o-animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} }
@-webkit-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 
@-moz-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 
@-ms-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 
@-o-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 

.pictodiag a span{display: block;text-align: center;}
.pictodiag a img{max-width: 80px;margin: 5px 10px;}


.page-template-tpl_faq #page-sub-header {
  background-image: url('imgs/bg-queldiag-frise.png'), url('imgs/bg-form-diag.jpg');
  background-repeat: repeat-x, no-repeat;
  background-position: bottom left, center center;
  background-size: 50%, cover;
}

/* personalisation par page */
.page-template-tpl_formulaire_diagnostique #page-sub-header {
background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-template-tpl_formulaire_trouver #page-sub-header {
background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-template-tpl_formulaire_devis #page-sub-header {
	background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-template-tpl-diagnostique #page-sub-header {
background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-template-tpl_faq  #page-sub-header {
background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-template-tpl-defaut  #page-sub-header {
	background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}

.page-template-tpl_formulaire_appel  #page-sub-header {
	background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-decouvrir-bc2e-reseau-diagnostiqueur #page-sub-header {
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url(imgs/bg-decouvrir-bc2e.jpg) no-repeat center center;
    background-size: cover;	
	
}

.page-article   #page-sub-header {
	min-height: 600px;
	background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.page-plan-site   #page-sub-header {
	min-height: 600px;
	background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.search #page-sub-header, .error404 #page-sub-header {
	min-height: 300px;
	background-image: url(imgs/bg-queldiag-frise.png), url(imgs/bg-form-diag.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, center center;
    background-size: 50%, cover;
}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: visible;
}

.resdiagobli{
    margin-top: -100px;
    margin-bottom: 0;  
}

.rond{
    background: #FFF url(imgs/bgrondfieldset.png) no-repeat top 3px center;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/*burger*/
.contbar {padding: 15px;
	background-color: #FFF;
	width: 65px; 
	height: 65px;
	position: fixed;
	bottom: 20px;
	left: 10px;
	cursor: pointer;
	z-index: 99999;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.menuOpen .contbar {/*transform: translateX(200px);*/}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 3px;
	background-color: #B6101D;
	margin: 6px 0;
	transition: 0.4s;
}
/*.bar2 {  width: 25px;}*/

.contbar.clicked {   z-index: 1040; }

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -8px);
	transform: rotate(45deg) translate(-7px, -8px);
}


.posrel {
	position: relative;
    display: flex;
    height: 80%;
    align-items: center;
    justify-content: center;
}
.menuOpen .posrel {
    align-items: start;
}
#menuall {display: none;position: absolute;width: 100%;}
#baselinehead{
	transform: rotate(180deg) translateX(0%);
	writing-mode: vertical-rl;
	color: var(--main-color);
	transition: 0.2s;
	font-size: 1.2rem;
	/*margin: auto;*/
	text-align: center;
	margin: auto;
	white-space: nowrap;
	left: 20%;
	-webkit-animation: slogan_in 0.5s both;
    animation: slogan_in 0.5s both;
}


@keyframes slogan_in{
	0% {display: block; opacity: 0; transform: rotate(180deg) translateX(-200px);}
	100% {opacity: 1; transform: rotate(180deg) translateX(0%);}
}

@keyframes slogan_out{
	99% {transform: rotate(180deg) translateX(-200px);}
	100% {opacity: 0; transform: rotate(180deg) translateX(-99999%);}
}

#sidebar {
	position: fixed;
	/*overflow-y: scroll;*/
  overflow-x: hidden;
	width: 87px;
	height: 100%;
	transform: translateX(0);
    background: #FFF;
	padding: 10px;
    color: #B6101D;
    transition: all 0.3s;
	z-index: 9999;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
#sidebar.active{
	margin-left: -250px;
}



#sidebar .sidebar-header{
	padding-bottom: 20px;

}
#sidebar .sidebar-header img{}
#sidebar ul.components{
	padding: 20px 0px;
	/*border-bottom: 1px solid var(--main-color);*/
}

#sidebar ul p{
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul li a{
	color: #B6101D;
	border: 2px solid #B6101D;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 0.9em;
	display: block;
	transition: all 0.3s;
	background: #FFF url(imgs/ico-item-menu.png) no-repeat center right 10px;
	
}


#sidebar ul li a:hover {
    color: #FFF;
    background: #B6101D;
	text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #B6101D;

}



#sidebar #homeSubmenu li a {display: inline-block;margin: 0px;padding: 0 !important;border: 0; text-align: center;background: none;padding: 0;}
#sidebar #homeSubmenu li a img {max-width: 60px;padding: 5px;}
.dropdown-toggle {white-space: normal;}
.menuOpen #sidebar {width: 290px;transform: translateX(0%);}
.menuOpen #baselinehead {
	-webkit-animation: slogan_out 0.5s both;
    animation: slogan_out 0.5s both;
}
.menuOpen #menuall {display: block;}
.menuOpen .contentall{
	/*transform: translateX(290px)*/
	margin-left: 290px;
}

.menuSmall #sidebar .sidebar-header {padding: 0;}
.menuSmall .dropdown-toggle::after {border: 0;}

a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
/*    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);*/
	content: none;

}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}




#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.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;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.bthead {color: #FFF;display: inline-block; background-color: #FFF;font-weight: bold;padding: 5px 20px 5px 0;margin-bottom: 8px;text-indent: 40px;}
.bthead:hover {color: #FFF;text-decoration: none;}
.bthead.tel {background: var(--main-color) url(imgs/ico-tel.png) 10px center no-repeat;}
.bthead.mail {background: var(--main-color) url(imgs/ico-mail.png) 10px center no-repeat;}

.titrewidget {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0 0 20px 0;
}

.extranet{
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
    padding-left: 30px !important;
}

.extranet:before{
  content: url(imgs/acces-client.png);
  position: absolute;
  top: 6px;
  left: 10px;
}

.telmenu{
    position: relative;
    border-radius: 10px;
    margin-top: 10px;
    padding-left: 30px !important;
    background: #FFF url(imgs/selected.png) no-repeat center right 10px;
}

.telmenu:before{
  content: url(imgs/ico-telred.png);
  position: absolute;
  top: 6px;
  left: 8px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(imgs/loading.gif) no-repeat center center;
  z-index: 9999999;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* personnalisation des pages */

.formdiag {margin-top: -120px;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-bottom: 3.75rem;*/
  /*padding-top: 4.125rem;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}


/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.dot-background {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.08), rgba(0,0,0,.08) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.08), rgba(0,0,0,.08) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.08), rgba(0,0,0,.08) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.08), rgba(0,0,0,.08) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
}

#boutlat {
	right: 0;
	top: 30%;
    margin: 0 auto;
    z-index: 99999;
    position: fixed;
}
#compte, #recherche {
	display: block;
	width: 90px;
	padding: 5px 0 5px 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	-moz-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	transition:all  0.3s;
	margin: 15px 0;
	transform: translateX(20px);
	}
#compte img, #recherche img {
		width: 40px;

	}	

#compte:hover, #recherche:hover {
	transform: translateX(0px);
}
.header.home {

  background-color: black;
  height: 560px;
  
  width: 100%;
  overflow: hidden;
  background: var(--main-color) url(imgs/bg-top.jpg) no-repeat center center;
  background-size: cover;
}


.header.home .container {
  position: relative;
  z-index: 2;
}

.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.header .titre-head{font-size: 5rem;color: #FFF;font-weight: bold;line-height: 110%;margin-bottom:0; padding-bottom: 0;}
.header .ss-titre-head{font-size: 3rem;color: #FFF;line-height: 110%;}
.header .slogan-head{color: var(--secondary-color);font-size: 2.5rem;font-weight: bold;line-height: 130%;}

.banbout, .banboutlogo {height: 120px; background-color: #FFFFFFCC;padding: 20px 40px;margin: 0 ;transition: all 0.5;}
.banbout:hover, .banboutlogo:hover {background-color: #FFFFFFFF;}
.banboutlogo img {width: 190px;}
.banbout span {display: block; color: #B6101D;}
.banbout a {color: #555;font-size: 10pt; font-weight: bold;line-height: 100%;}
.banbout a:hover {text-decoration: none;}
.banbout img {max-width: 40px;display: block;}
.banbout.bgrouge {background-color: #B6101DCC;color: #FFF;}
.banbout:hover.bgrouge {background-color: #B6101DFF;}
.banbout.bgrouge a, .banbout.bgrouge span {color: #FFF;}
.banbout.bgrouge img {max-width: 45px;}


section {padding: 3.75rem 0;}
.sec1 {background-color: #FFF;}
.sec2 {padding: 5rem 0;color: #FFF;font-size: 3rem;
	background: #B6101D url(imgs/bg-ville.png) repeat-x;
    background-position: bottom center;

}


/* ENCART HEAD */


.encartinfo {
	padding: 20px 50px;
	border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
    -moz-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	margin-bottom: 50px;
	margin-top: -80px;	
	background-color: #FFF;
}
.pad {}

.nomall {/*margin: 0 60px;*/}
.encartinfo .nomentete {background: #FFF url(imgs/head-nom-bg.png) no-repeat bottom right;padding: 20px 0;}

.encartinfo .nom {font-size: 50px;font-weight: bold;color: var(--secondary-color);line-height: 90%;}
.encartinfo .ad {font-size: 20px;line-height: 110%;margin-top: 15px;}
.encartinfo .rs a {display: inline-block; padding-right: 10px;font-size: 20px;}
.trombi .nomt {font-size: 20px;font-weight: bold;line-height: 160%;color: var(--secondary-color);}
.trombi .adt {font-size: 15px;line-height: 150%;}


.roundedImageShadow {overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50%;
    border-radius: 50px;
    width: 90px;
    height: 90px;
	
	-moz-box-shadow: 0px 3px 6px #AAA;
    -webkit-box-shadow: 0px 3px 6px #AAA;
    -o-box-shadow: 0px 3px 6px #AAA;
    box-shadow: 0px 3px 6px #AAA;
	
	}
.roundedImageShadow img {margin-top: 18px;}	

.actionhead {margin-top: 20px;}
.actionhead a {min-width: 250px;display: inline-block; text-align: left;margin: 5px; padding:20px 20px 20px 70px;border: 1px solid #CCC; border-radius: 10px;color: #212529;line-height: 100%;font-size: 1.2rem;}
.actionhead a span {color: var(--secondary-color);}
.actionhead a.devis {background: #FFF url(imgs/ico-devis.png) no-repeat center left 10px;}
.actionhead a.message {background: #FFF url(imgs/ico-message.png) no-repeat center left 10px;}
.actionhead a.appeler {background: #FFF url(imgs/ico-appeler.png) no-repeat center left 10px;}
.actionhead a.recept {background: #FFF url(imgs/ico-recept.png) no-repeat center left 10px;}
.actionhead a:hover {
	text-decoration: none;
    box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
    -moz-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
}

.diagpresta {background: var(--secondary-color) url(imgs/picto-bg-diag.png) no-repeat bottom 20px right 20px;margin: 30px -50px;padding: 0px 50px 50px 50px;}
.diagpresta .pictodiag a {display: inline-block;color: #FFF;margin-bottom: 15px;}

.diagpresta .pictodiag a:hover {
	text-decoration: none;
	animation: bounce 0.5s ease infinite alternate;
	-webkit-animation: bounce 0.5s ease infinite alternate;
	 -moz-animation: bounce 0.5s ease infinite alternate;
	 -ms-animation: bounce 0.5s ease infinite alternate;
	 -o-animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} }
@-webkit-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 
@-moz-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 
@-ms-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 
@-o-keyframes bounce{ from {transform: translateY(0);} to   {transform: translateY(-20px);} } 


.diagpresta .pictodiag span{display: block;text-align: center;color: #FFF;margin: 0 20px;}
.diagpresta .pictodiag a img{max-width: 80px;margin: 5px 10px;}
.diagpresta .pictodiag img{max-width: 80px;margin: 5px 10px;}

.diagpresta .pictodiag .diagimg {display: inline-block;margin-bottom: 15px;}



.diagsituation .sstitre {font-size: 2rem;}
.diagsituation p {font-style: italic;text-align: right;}

.sec4 {background: #57585a url(imgs/bg-trouver-diagnostiqueur.png) no-repeat;background-size: cover;color: #FFF;}
.sec4 .sstitre {color: #FFF;}

#bloc_map {min-height: 250px;}


#bloc_gauche_trouverdiag {
    justify-content: flex-end;
	min-height: 400px;
}
#bloc_gauche_trouverdiag .trouverdiag_video:nth-child(1) {
    margin-right: 50px;
}
.sec4 #video1{
	background-image: url("./imgs/preview-video1.jpg");
	background-size: cover;

	-ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;

    justify-content: center;
}

.sec4 #video2{
	background-image: url("./imgs/preview-video2.jpg");
	background-size: cover;

	-ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;

    justify-content: center;
}

.sec4 .play-triangle{
	stroke-width: 5;
	stroke: white;
	transition: 0.2s;
}

.sec4 .trouverdiag_video:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.sec4 .trouverdiag_video:hover .play-triangle{
    transform: translateY(-5px);
}

.partenaire .gal {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.partenaire .gal img {
    width: 100%;
    padding: 27px 2px;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
}


/* ---------------------- PAGES ARTICLE ------------------------*/
.page-template-tpl_article_single #page-sub-header {
	background-image: url('imgs/bg-queldiag-frise.png'), url('imgs/bg-form-diag.jpg');
	background-repeat: repeat-x, no-repeat;
	background-position: bottom left, center center;
		background-size: 50%, cover;
}
.linkside {
	display: block;
	padding: 5px;
	font-size: 0.9rem;
	border-bottom: 1px solid #DDD;
}
.artliste {
	border-right: 1px solid #EEE;
	padding: 15px;
	margin-top: 15px;
	
	
}
.bodyart {line-height: 110%;}
.bodyart h4 {color: var(--secondary-color);}
.bodyart a {color: var(--secondary-color);}
.pageart a, .currentart, .nextart a, .previousart a {
display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E7E7E7;
    color: #000000;
    text-decoration: none;
}
.currentart {
	background: #F5842A;
    color: #FFFFFF;
}

.artimg {margin: 20px 0;}

/* ---------------------- LISTE VILLE ------------------------*/

.liste_ville{
  list-style: url(/wp-content/themes/sitenational/imgs/indicateur-carte-rouge.png);
  font-size: 1.3rem;
}

.liste_ville_txt{
  line-height: 1rem;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-top: -35px;
  padding-left: 5px;  
}


/* ---------------------------------- FAQ -------------------------------*/
.sec5 .sstitre {font-size: 3rem;}
.sec5 .swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	padding-bottom: 30px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* -webkit-align-items: center;*/
	/*align-items: center;*/
}
.sec5 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.sec5 .swiper-slide .slidein {
	background: #fff;
	margin: 5px;
	padding: 15px;
	/*min-height: 250px;*/
    -moz-box-shadow: 0px 3px 6px 0px #c0c0c0;
    -webkit-box-shadow: 0px 3px 6px 0px #c0c0c0;
    -o-box-shadow: 0px 3px 6px 0px #c0c0c0;
    box-shadow: 0px 3px 6px 0px #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=6);
}
.sec5 .swiper-slide .slidein .titfaq{font-size: 1.4rem;font-weight: bold;line-height: 110%;}
.sec5 .swiper-slide .slidein .excerpt{clear: both;font-size: 15px;margin-top: 15px;}
.sec5 .swiper-slide .slidein .btfaq{padding: 4px 15px;}

.infoperso .sstitre {font-size: 2.5rem;}
.infoperso p {line-height: 120%;}
.infoperso .bord {
    padding: 20px;
    background: transparent url(imgs/bg-image.png) top left no-repeat;
    background-size: 60%;
}


.sec6 {
	background: #57585a url(imgs/bg-actus.jpg) no-repeat;
    background-size: cover;
	padding-top: 30px;
}
.sec6 .sstitre {color: var(--secondary-color);}
.sec6 .swiper-container {
  width: 100%;
	padding-bottom: 30px;
}

.sec6 .swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* -webkit-align-items: center;*/
	/*align-items: center;*/
	
 
}

.sec6 .swiper-slide .slidein {
	background: #fff;
	margin: 5px;
	padding: 10px;
	min-height: 250px;
	box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	-moz-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
}
.sec6 .swiper-slide .slidein a { text-transform: uppercase;color: #000;font-size: 80%;font-weight: bold;}
.sec6 .swiper-slide .slidein a:hover { text-decoration: none;color: #000;}
.sec6 .swiper-slide .slidein img {float: left; margin: 0 10px 10px 0;max-width: 100px;}

.sec6 .swiper-slide .slidein .excerpt{clear: both;font-size: 15px;margin-top: 15px;}

.sec6 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -5px;
}

.sec6 #band_shadow{
position: absolute;
padding: 0px;
margin: 0px;
border: none;
width: 100%;
height: 50%;
background: url('imgs/px-orange.gif') ;
}

/* ---------------------------------- AVIS -------------------------------*/
.sec7 {background: #EE7F00 url(imgs/ville_orange.png) repeat-x;background-position: bottom center;}
.sec7 h2 {color: #FFF;}
.sec7 .swiper-slide .slidein {
    background: #ECECED;
    margin: 5px;
    padding: 10px 20px;
    min-height: 220px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;		
}
.sec7 .excerpt {line-height: 120%;text-align: justify;font-size: 0.9rem;}
.sec7 .nomavis {font-weight:bold;color:var(--secondary-color);text-transform: capitalize;}
.sec7 .dateavis {font-weight:300;}

.sec7  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;

}
.sec7 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: -5px;}
.sec7 .swiper-container {padding-bottom: 20px;}
.sec7 .swiper-pagination-bullet-active {background: var(--main-color);}

.sec8 {background: #FFF url(imgs/bg-decouvrir-bc2e.jpg) no-repeat center center;background-size: cover;color: #FFF;padding: 200px 0;}
.sec8bis {margin-top: 20px;padding: 0 0 100px 0;}
.sec8bis img {max-width: 150px;}
.sec8bis .lienbc2e {
	padding: 30px 0;
	min-height: 150px;
	box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	-moz-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.37);
}
.sec8bis .lienbc2e.group {color: #B6101D;font-size: 15pt;font-weight: bold;}
.sec8 .titencart {font-weight: bold;font-size: 30pt;}
.sec8 p {font-size: 15pt;}


.sec10 {color: #FFF;background: #EE7F00 url(imgs/bg-ville.png) repeat-x;background-position: bottom center;}
.sec10 h2 {color: #FFF;}


.seccontact {
    margin-top: 5px;
    padding: 61px 0 0 0;
    background: #57585a url(imgs/bg-contact.jpg) no-repeat right top;
}



.seccontact .row {background-color: #57585A;}
.seccontact .newsletter {min-height: 500px;background: #FFF url(imgs/bg-newsletter.jpg) no-repeat center right;background-size:cover;}
.seccontact .newsletter .newscontent {color: #FFF;}
.seccontact .newsletter .newscontent h2 {color: #FFF;}
.seccontact .contact {background-color: #57585A;color: #FFF;padding: 50px 130px;}
.seccontact .contact .sstitre {font-weight: bold;}
#contactform label{display: block;margin-top: 10px;}
#contactform input:not([type="submit"]) {display: block;}

.boutdiag a {
	color: #212529;
	font-size: 1.2rem;
	line-height: 110%;
}
.boutdiag a span {
color: var(--secondary-color);
}
.boutdiag a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

.boutdiag .bordbout {
	border-right: 1px solid #AAA;
	
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer, #footer-widget {background-color: #ECECED;}
#footer-widget p {margin-bottom: 5px;font-weight: bold;}
footer#colophon {
  font-size: 85%;
}
.btfoot {color: #000;display: inline-block; background-color: #FFF;font-weight: bold;padding: 5px 20px 5px 0;margin-bottom: 8px;text-indent: 50px;}
.btfoot:hover {color: #000;text-decoration: none;}
.btfoot.tel {background: #FFF url(imgs/ico-tel.png) 10px center no-repeat;}
.btfoot.mail {background: #FFF url(imgs/ico-mail.png) 10px center no-repeat;}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.rsfoot a {display: inline-block;margin-right: 10px;}
.foot1 img  {max-width: 200px;margin-bottom: 20px;}
.foot3 a  {color: #000;font-weight: bold;}
.foot3 a  img{max-width: 100px;}


.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.menleg a{
	color: #57585A !important;
    display: inline-block;
    padding: 0 10px;
    font-size: 1rem !important;
}


.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    color: #EE7F00;
    background-color: #FFF;
    border: 1px solid #DDD;
	border-radius: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    z-index: 999999;
	
}


/* ---------------------- PAGES DIAGNOSTIC ------------------------*/

/* Liste Diag */
#accueil_liste_diag{
	margin-bottom: 10px;
}
#accueil_queldiag_liste_bloc{
	margin-top: 2px;
	text-align: center;
}

#accueil_queldiag_liste_bloc > p{
	color: var(--gray);
	font-size: 1.6rem;
	font-weight: bold;
}

#accueil_liste_diag li{
	display: inline-block;
	color: var(--gray);
	width: 8%;
	min-width: 110px;
	cursor: pointer;
}

#accueil_liste_diag li:hover{
	transition: 0.2s;
	transform: translateY(-5px);
}

.puce_liste{
	position: relative;
}

.puce_liste img{
	padding-bottom: 5px;
	max-width: 70px;
}

.selected:after{
	transition: 0.2s;
	content: url('./imgs/selected.png');
    position: absolute;
	top: -4px;
    right: 16px;
}

.selected p {font-weight: bold;}

.encartdiag img {padding-bottom: 10px;}
.encartdiag .h4 {font-weight: bold;}

.c-accordion__title:focus {outline: none !important;}
.c-accordion__title {
		padding: 20px 20px 20px 20px;
		color: var(--main-color);
		-webkit-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
		-moz-box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);
		box-shadow: 3px 4px 6px -1px rgba(0,0,0,0.32);		
		
		
}
.c-accordion__title:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    color: var(--main-color);
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size: 2rem;
}
.c-accordion__content {padding-left: 20px;}

.encartdiag {
    margin-top: -50px;
    position: relative;
}
.encartdiag h1{
	font-size: 2.5rem;
	color: var(--main-color);
}
.encartdiag .deco {
    position: absolute;
    right: 20px;
    top: -20px;
    text-align: center;
    font-size: 1rem;
}
.encartdiag .deco img {
    width: 80px;
    display: block;
    padding-bottom: 5px;
}

/* ------ FORM DIAG  -------*/
.respoint {background: #FFF url(imgs/bg-pointille.png) repeat-y center;height: 30px;padding: 0;}

/* ---------------------- PAGES FAQ ------------------------*/
.titrefaq {font-size: 2rem;display: block;}
.pfaq {margin-bottom: 0;}

.titrefaq {font-weight: 600;line-height: 110%;font-size: 18px; margin-bottom: 10px;}
.btfaq {background-color: var(--main-color) !important;
    border: none !important;padding: 5px 20px;margin-top: 10px;font-weight: 400;}

/* ---------------------- PAGES PLAN DU SITE ------------------------*/
.linkplan {display: block;border-bottom: 1px solid #DEDEDE;padding: 5px;color: var(--gris);}
.linkplanart {display: block;color: var(--gris);border-bottom: 1px solid #DEDEDE;padding: 5px;font-size: 0.9rem;}

.linkplan:hover, .linkplanart:hover {text-decoration: none;}

.page-plan-site .h2 { margin: 15px 0;}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .seccontact .contact {padding: 50px 50px;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .nomall {}
  .encartinfo .nomentete {background: none;}
  .header .titre-head {font-size: 4rem;}
  .actionhead a {
    min-width: auto;
    display: inline-block;
    text-align: left;
    margin: 5px;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
	#sidebar {transform: translateX(-100%);}
	.contentall {margin-left: 0;}
	.contbar {top: 20px;}

	.menuOpen #sidebar {transform: translateX(0);}
	.menuOpen #menuall {
		display: block;
		width: 100%;
	}
	.menuOpen .contbar {
		transform: translateX(300px);
	}
	
	.actionhead a {min-width: auto;display: block;text-align: left;margin: 5px; padding:10px 10px 10px 80px;background-size: 15% !important;}
	.seccontact {
		margin-top: 0px;
		padding: 0;
		background: none;
	}	
	
	#page-sub-header h1, #page-sub-header .h1 {text-align: center;}
	#page-sub-header p {text-align: center;}
	.boutdiag .bordbout {
		border-right: 0;
	}	
	.trombi {border: 0 !important;}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	html {
	font-size: 75%;
	}
	#page-sub-header {min-height: 400px !important;}
	.logoblanc {top: 10px; right: 10px;}
	#page-sub-header h1, #page-sub-header .h1 {font-size: 3rem;}
	.header .titre-head {font-size: 3rem;text-align: center;}
	.header .ss-titre-head {font-size: 2.5rem;text-align: center;}
	.header .slogan-head {font-size: 2.5rem;text-align: center;}
	.menuOpen #sidebar {width: 230px;}
	.menuOpen .contentall {margin-left: 230px;}
	.menuOpen .contbar {transform: translateX(230px);}   
}

/*--------------------------------------------------------------
## TEMPO CONFINEMENT
--------------------------------------------------------------*/

.bandeau-confinement{
    height: 180px;
    background-color: #EE7F00;
    color: white;
    font-weight: bold;
    font-size: 1.9rem;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 988px) {
  .bandeau-confinement{
    height: 200px;
  }
}

@media only screen and (max-width: 679px) {
  .bandeau-confinement{
    height: 240px;
  }
}

@media only screen and (max-width: 387px) {
  .bandeau-confinement{
    height: 280px;
  }
}