a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,
i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%
}

ol, ul {
    list-style: none
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-size: 1em;
    color: #666
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    font-weight: 400;
    text-align: left
}

.left {
    float: left
}

.right {
    float: right
}

.mobile {
    display: none
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

small {
    font-size: 14px
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    height: auto
}

.centre {
    text-align: center
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    background: url(ressources/sprite.png) no-repeat 0 0;
    background-attachment: fixed;
    z-index: 500;
    width: 70px;
    height: 500px;
    cursor: pointer
}

.bg2 {
    position: fixed;
    top: 0;
    left: 0;
    background: url(ressources/sprite.png) no-repeat 0 0;
    background-attachment: fixed;
    z-index: 500;
    width: 40px;
    height: 500px;
    cursor: pointer
}

.sectionh {
    padding: 4.375em 1.25em
}
.sectionho {
    padding: 7.375em 1.25em
}
.section, .section2 {
    padding: 2.375em 1em
}

.section:nth-child(even) {
    background-color: #f5f5f5
}

.section3 {
    padding: 4.375em 1em
}

.sectionAvis {
    padding: 0 1em
}

.container {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    color: #666;
    font-size: 1em;
    font-weight: 400
}

.container2 {
    background-color: #f5f5f5;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    color: #666;
    font-size: 1em;
    font-weight: 400
}

.container_header {
    background-color: #fff;
    margin: 0 80px 0 8.5%;
    color: #666;
    font-size: 1em;
    font-weight: 400
}

.container_footer,
.container_footer_lp {
    background-color: #f0f0f0;
    color: #666;
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 63%
}

header#hfix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 1px 1px 6.65px .35px rgba(93, 93, 93, .31);
    box-shadow: 1px 1px 6.65px .35px rgba(93, 93, 93, .31);
    z-index: 1000;
	text-align: center;
}

.logo {
    position: relative;
	margin: 10px auto 0 auto;
    width: 174px;
    height: 54px;
    z-index: 10
}

header.lp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 72px;
    -webkit-box-shadow: 1px 1px 6.65px .35px rgba(93, 93, 93, .31);
    box-shadow: 1px 1px 6.65px .35px rgba(93, 93, 93, .31);
    z-index: 1000
}

header.lp .logo {
    position: absolute;
    top: 6px;
    left: 360px;
    width: 174px;
    height: 54px;
    z-index: 10
}

.fabfr {
    display: none
}

.cta {
    position: relative;
    padding: 12px 0 16px 0;
    width: 100%;
    height: 66px
}

.menu-link {
    position: absolute;
    top: 66px;
    right: 0;
    width: 155px;
    height: 38px
}

.icomenu {
    display: table-cell;
    width: 24px;
    height: 30px;
    background: url(ressources/sprite.png) no-repeat -70px 0
}

.titrebtmenu {
    display: table-cell;
    vertical-align: middle;
    background-color: #ea721d;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

nav#menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 70px
}

.js nav#menu {
    overflow: hidden;
    max-height: 0
}

nav#menu.active {
    max-height: 30em;
    top: 50px
}

nav#menu li {
    display: block;
    background-color: #fff
}

nav#menu li:hover {
    background-color: #ff8125;
    color: #000
}

nav#menu li a {
    font-weight: 500;
    font-size: 1em;
    text-align: center;
    display: block;
    color: #666;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    border-bottom: 2px solid #9e9e9e
}

nav#menu li:hover {
    background-color: #f0f0f0;
    color: #fff
}

nav#menu li.orange {
    background-color: #eb721a
}

nav#menu li.orange:hover {
    background-color: #ff8125
}

nav#menu li.orange a {
    color: #fff;
    border-bottom: 2px solid #fff
}

nav#menu li a br {
    display: none
}

nav#menu li.ombre a {
    border-bottom: 1px solid #f0f0f0
}

nav#menu li.menuActif {
    background-color: #f0f0f0
}

nav#menu li.orange.menuActif {
    background-color: #ff8125
}

#nav_secondaire {
    position: relative;
    width: 100%
}

#nav_secondaire ul {
    margin: 30px auto 0 auto;
    text-align: center;
    width: 100%
}

#nav_secondaire li {
    position: relative;
    display: inline-block;
    margin: 0 40px 70px 0;
    width: 211px;
    height: auto;
    min-height: 150px;
    text-align: left
}

#nav_secondaire li.unNiv2:after {
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    position: absolute;
    text-align: center;
    line-height: 1em;
    padding-top: 7px;
    bottom: -5px;
    right: -24px;
    background-color: #ff8901;
    color: #fff;
    content: "VOIR\A►";
    width: 48px;
    height: 48px
}

#nav_secondaire li.unNiv2:hover:after {
    background-color: #ad4d07
}

#nav_secondaire li.unNiv2 a span:hover,
#nav_secondaire li.unNiv2 a:hover {
    color: #ad4d07
}

#nav_secondaire li.unNiv2.navSecondaireActif a {
    color: #ad4d07
}

#nav_secondaire li.unNiv2.navSecondaireActif:after {
    background-color: #ad4d07
}

#nav_secondaire a {
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    width: 112%;
    height: 100%;
    z-index: 2
}

#nav_secondaire a span {
    position: absolute;
    top: 155px;
    left: 0;
    background-color: #fff;
    display: block;
    width: 100%
}

#nav_secondaire a span:hover {
    color: #ad4d07;
    text-decoration: underline
}

.nav_next,
.nav_prev {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: 0;
    background-color: #eb721a;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 600
}

.nav_next {
    right: 0;
    left: unset
}

.nav_next:hover,
.nav_prev:hover {
    background-color: #ff8125
}

.titre_home {
    margin: 60px 80px 0 0;
    width: 39%
}

.titre_page {
    margin-top: 80px;
    margin-bottom: 30px
}

.img_home {
    display: block;
    width: 53%
}

.titre_produit {
    margin-top: 80px;
    width: 40%
}

.visuel_produit {
    width: 53%;
    margin-right: 50px
}

.visuel_produit img {
    display: block;
    max-width: 100%;
    margin: 50px 0 30px 0
}

.actu_sticky {
    display: table;
    position: relative;
    top: 40px;
    right: 0;
    padding: 20px;
    margin: 0;
    background-color: #f7f7f7;
    border: 3px solid #d8d8d8;
    border-radius: 3px;
}

.actu_sticky_image {
    display: table-cell;
    width: 95px;
    height: 95px
}

.actu_sticky_content {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 5px 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 95px;
    width: auto
}

.actu_sticky .actu_sticky_content p {
    margin: 0;
    padding: 0
}

.actu_sticky .actu_sticky_content a {
    margin-top: auto;
    padding: 0
}

.last_actu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px!important
}

.last_actu>div {
    margin: 0 0 20px 0!important
}

.last_actu .pqp {
    width: 40%
}

.actualites {
    padding: 0 20px!important;
    color: #666;
    width: 55%
}

.actualites hr {
    display: block;
    height: 3px;
    margin: 30px 0!important;
    padding: 0;
    color: #dadada;
    background-color: #dadada;
    border: 0;
    width: 50%
}

.actualites .author {
    display: none
}

.actualites h3,
.actualites p,
.actualites span {
    padding: 0!important;
    margin: 0!important
}

.actualites h3 a,
.actualites h3 a:hover,
.actualites h3 a:link,
.actualites h3 a:visited {
    color: #666
}

.actualites .updated {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin: 15px 0 25px 0!important
}

p.lien {
    margin-top: 50px!important
}

.contenu {
    position: relative;
    color: #666;
    line-height: 1.5em;
    font-size: 16px
}

.contenu strong {
    font-weight: 500!important
}

.contenu ul,
.modal .pop_contenu ul {
    margin: 0;
    padding: 0 10px
}

.contenu ol {
    list-style: decimal outside;
    margin: 0 0 .9375em;
    padding: 0 0 0 .3125em;
    overflow: hidden
}

.contenu ul ul,
article ol ol,
article ol ul,
article ul ol {
    margin-bottom: 0
}

.contenu li {
    padding: 5px 0
}

.contenu p,
.modal .pop_contenu p {
    margin: 5px 0;
    padding: 5px 0
}

.contenu li p,
.modal .pop_contenu li p {
    margin: 5px 0 0 5px;
    padding: 0 10px
}

.modal .pop_contenu li {
    padding: 5px 0
}

.contenu a,
.contenu a:hover,
.contenu a:link,
.contenu a:visited,
.contenu li a,
.contenu li a:hover,
.contenu li a:link,
.contenu li a:visited,
.modal .pop_contenu a,
.modal .pop_contenu a:hover,
.modal .pop_contenu a:link,
.modal .pop_contenu a:visited {
    color: #ad4d07
}

.info-legal a {
    color: #ad4d07
}

.contenu li:before,
.modal .pop_contenu li:before {
    content: "\0025A0";
    color: #eb721a;
    display: inline-block;
    width: 1em
}

.contenu li ul li:before {
    content: "\0025A0";
    color: #666;
    display: inline-block;
    width: 1em
}

.col_contenu {
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 2em;
    -webkit-column-gap: 2em;
    column-rule: 1px solid #eee;
    -webkit-column-rule: 1px solid #eee;
    margin: 10px 0 60px 0
}

.col_contenu p {
    padding: 10px 0!important
}

.contenu h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.125em;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 5px
}

.container2 h2,
.contenu h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5em;
    line-height: 1.1em;
    color: #e26a13;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px
}

.contenu form+h2,
.contenu ul+h2 {
    margin-top: 25px
}

.container2 h3,
.contenu h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125em;
    line-height: 1.1em;
    font-weight: 500;
    color: #d40b1d;
    text-transform: uppercase;
    margin-top: 25px
}

.contenu hr {
    display: block;
    height: 4px;
    margin: 15px 0;
    padding: 0;
    color: #666;
    background-color: #666;
    border: 0;
    width: 9%
}

.contenu p.wp-caption-text {
    font-size: 13px;
    line-height: 1.1em;
    margin: 0 0 20px 0;
    padding: 0
}

.contenu table {
    width: 100%
}

.contenu table,
.contenu table td,
.contenu table th {
    border: 1px solid #666
}

.contenu table td,
.contenu table th {
    border: 1px solid #666;
    padding: .385em
}

.contenu table th {
    font-weight: 500
}

.contenu table+h2 {
    margin-top: 1.154em
}

.contenu table.tableau {
    border: 0
}

.contenu table.tableau td {
    border: 0;
    font-style: italic;
    padding-top: 20px
}

.contenu table.tableau tr.sep td {
    border-bottom: 1px solid #666;
    padding: 5px 0 10px
}

.contenu table.tableau td.cellule_texte {
    font-size: 1.077em;
    font-style: italic;
    line-height: 1.2em;
    padding: 20px 0 0 5px;
    vertical-align: top
}

.contenu table.tableau td img {
    border: 3px solid #666;
    border-radius: 3px;
    vertical-align: top
}

table#estiom td:nth-child(1),
table#estiom th {
    font-weight: 500;
    color: #eb7218
}

.container2 h2.rad {
    margin: 0;
    padding: 10px;
    line-height: 1.1em;
    width: 512px
}

#ouibounce-modal {
    font-family: Verdana, Helvetica, sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 620px;
    height: 420px;
    background-color: #fff;
    z-index: 10001;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s
}

#ouibounce-modal .deco {
    position: relative;
    float: left;
    background-color: #eb721a;
    width: 24%;
    height: 100%
}

#ouibounce-modal .saison {
    position: absolute;
    top: 20px;
    left: 60px;
    max-width: unset
}

#ouibounce-modal .saison.automne {
    background: transparent url(ressources/sprite.png) no-repeat -369px 0;
    width: 147px;
    height: 160px
}

#ouibounce-modal .saison.hiver {
    background: transparent url(ressources/sprite.png) no-repeat -663px 0;
    width: 145px;
    height: 145px
}

#ouibounce-modal .saison.printemps {
    background: transparent url(ressources/sprite.png) no-repeat -512px 0;
    width: 143px;
    height: 145px
}

#ouibounce-modal .saison.ete {
    background: transparent url(ressources/sprite.png) no-repeat -548px -152px;
    width: 143px;
    height: 143px
}

#ouibounce-modal .guideaterno {
    position: absolute;
    top: 200px;
    left: 10px;
    width: 209px;
    height: 150px;
    max-width: unset;
    background: transparent url(ressources/sprite.png) no-repeat -160px -354px
}

#ouibounce-modal .modal-content {
    width: 65%;
    height: 100%;
    float: right;
    padding: 20px 30px;
    font-family: Roboto, sans-serif;
    position: relative
}

p.titrepopup {
    color: #eb721a;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em
}

p.soustitrepopup {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
    text-align: center
}

p.textepopup {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
    text-align: center
}

p.footerpopup {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #8b8b8b
}

#ouibounce-modal .modal-footer {
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto
}

.closepopup {
    position: absolute;
    top: -15px;
    right: -15px
}

.closepopup a {
    display: block;
    width: 44px;
    height: 44px;
    background: transparent url(ressources/sprite.png) no-repeat -121px -258px
}

.radiateurs {
    float: left;
    padding: 0 20px;
    width: 49%
}

.propos {
    padding: 0 20px
}

.galerie {
    float: right;
    display: flex;
    width: 51%;
    height: 570px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -120px
}

.galerie div.gamme_slide {
    position: relative;
    flex: 1 0 auto;
    cursor: pointer
}

.img1 {
    width: 184px;
    height: 240px
}

.img2 {
    width: 184px;
    height: 130px
}

.img3 {
    width: 184px;
    height: 160px
}

.img4 {
    width: 184px;
    height: 182px
}

.img5 {
    width: 184px;
    height: 364px
}

.img6 {
    width: 184px;
    height: 181px
}

.img7 {
    width: 184px;
    height: 147px
}

.img8 {
    width: 184px;
    height: 205px
}

.lien_gamme {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 184px;
    background-color: #eb721a;
    color: #fff!important;
    padding: 5px;
    font-weight: 500;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none
}

.galerie div:hover .lien_gamme {
    opacity: 1
}

.mb10 {
    margin-bottom: 10px
}

.mr10 {
    margin-right: 10px
}

.av1 {
    background: url(ressources/sprite.png) no-repeat -166px -258px;
    display: block;
    margin: 0 auto;
    width: 62px;
    height: 90px
}

.av2 {
    background: url(ressources/sprite.png) no-repeat -228px -258px;
    display: block;
    margin: 0 auto;
    width: 57px;
    height: 90px
}

.av3 {
    background: url(ressources/sprite.png) no-repeat -285px -258px;
    display: block;
    margin: 0 auto;
    width: 62px;
    height: 90px
}

.av4 {
    background: url(ressources/sprite.png) no-repeat -347px -258px;
    display: block;
    margin: 0 auto;
    width: 65px;
    height: 90px
}

.av5 {
    background: url(ressources/sprite.png) no-repeat -412px -258px;
    display: block;
    margin: 0 auto;
    width: 52px;
    height: 90px
}

.av6 {
    background: url(ressources/sprite.png) no-repeat -464px -258px;
    display: block;
    margin: 0 auto;
    width: 83px;
    height: 90px
}

.avantages ul {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.cap-bot {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px;
    width: 15%;
    min-height: 145px;
    -webkit-box-shadow: 0 2px 5px .54px rgba(93, 93, 93, .31);
    box-shadow: 0 2px 5px .54px rgba(93, 93, 93, .31);
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.titre_avantage {
    font-weight: 500;
    text-transform: uppercase
}

.texte_avantage {
    position: absolute;
    background-color: #eb721a;
    color: #fff;
    padding: 10px 20px;
    opacity: 0;
    height: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease
}

.cap-bot .texte_avantage {
    left: 0;
    bottom: -30%
}

.cap-bot:hover .texte_avantage {
    opacity: 1;
    bottom: 0
}

.orange {
    color: #eb721a
}

#breadcrumbshp,
#breadcrumbshp a {
    color: #666;
    margin: 20px 0 20px 0;
    padding: 0 .3125em 0 0
}

#breadcrumbs,
#breadcrumbs a {
    color: #666;
    margin: 70px 0 20px 0;
    padding: 0 .3125em 0 0
}

#breadcrumbs span {
    font-size: 14px
}

.comm {
	background-color: #f7f7f7;
	font-size: 19px;
	font-weight: bold;
	margin: 135px auto 0 auto;
	text-align: center;
	line-height: 1.8em;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 5.7px .3px rgba(145, 145, 145, .38);
    box-shadow: 2px 2px 5.7px .3px rgba(145, 145, 145, .38);
}
.comm a {
	color: #666;
	text-decoration: underline;
}
.cta_footer {
    text-align: center
}

.bouton {
    display: table;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5.7px .3px rgba(145, 145, 145, .38);
    box-shadow: 2px 2px 5.7px .3px rgba(145, 145, 145, .38);
    text-decoration: none;
    padding: 4px;
    border: none;
    cursor: pointer
}

.btguide {
    position: absolute;
    top: 12px;
    right: 0;
    width: 217px;
    height: 38px
}

.titrebtguide {
    display: table-cell;
    vertical-align: middle;
    background-color: #d40b1d;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 173px
}

.icoguide {
    display: table-cell;
    vertical-align: middle;
    width: 38px;
    height: 26px;
    background: url(ressources/sprite.png) no-repeat -488px -208px
}

.doc {
    position: absolute;
    background: url(ressources/sprite.png) no-repeat -94px 0 transparent;
    right: -5px;
    top: 20px;
    width: 279px;
    height: 258px;
    z-index: 1200;
    border: none;
    cursor: pointer
}

.docfooterhome {
    position: relative;
    width: 209px;
    height: 150px;
    background: transparent url(ressources/sprite.png) no-repeat -160px -354px
}

.btdevis {
    position: absolute;
    top: 12px;
    right: 519px;
    width: 212px;
    height: 38px
}

.titrebtdevis {
    display: table-cell;
    vertical-align: middle;
    background-color: #357e8b;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 182px
}

.icodevis {
    display: table-cell;
    vertical-align: middle;
    width: 22px;
    height: 24px;
    background: #fff url(ressources/sprite.png) no-repeat -70px -315px
}

.bttel {
    position: absolute;
    top: 12px;
    right: 763px;
    width: 178px;
    height: 38px
}

.titrebttel {
    display: table-cell;
    vertical-align: middle;
    background-color: #56a01f;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 147px
}

.icotel {
    display: table-cell;
    vertical-align: middle;
    width: 23px;
    height: 24px;
    background: #fff url(ressources/sprite.png) no-repeat -94px -315px
}

.btclient {
    position: absolute;
    top: 12px;
    right: 320px;
    width: 160px;
    height: 38px
}

.titrebtclient {
    display: table-cell;
    vertical-align: middle;
    background-color: #eb721a;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 126px
}

.icoclient {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
    height: 27px;
    background: #fff url(ressources/sprite.png) no-repeat -120px -315px
}

.btclick {
    padding: 0!important;
    border-collapse: separate;
    border-spacing: 10px 5px;
    width: 300px;
    height: auto;
    min-height: 50px
}

.titrebtclick {
    display: table-cell;
    vertical-align: middle;
    background-color: #eb721a;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 240px
}

.icoclick {
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 29px;
    background: #fff url(ressources/sprite.png) no-repeat -70px -354px
}

.btinscris {
    padding: 0!important;
    border-collapse: separate;
    border-spacing: 10px 5px;
    width: 220px;
    height: auto;
    min-height: 50px
}

.titrebtinscris {
    display: table-cell;
    vertical-align: middle;
    background-color: #eb721a;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 150px
}

.bouton.bt_footer {
    display: inline-block;
    clear: both;
    width: 295px;
    height: 60px;
    margin: 2% 2%
}

.titrectahome {
    display: block;
    float: right;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 84%;
	padding: 5px;
}

.titrectainterne {
    display: block;
    color: #fff;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    padding: 5px;
    margin-left: 40px;
}

.icoctaguide {
    display: block;
    float: left;
    width: 38px;
    height: 26px;
    background: url(ressources/sprite.png) no-repeat -488px -208px;
    margin-top: 10px
}

.titrectaguide {
    background-color: #d40b1d
}

.icoctarappel {
    display: block;
    float: left;
    width: 27px;
    height: 33px;
    background: url(ressources/sprite.png) no-repeat -424px -208px;
    margin: 8px 0 0 5px
}

.titrectarappel {
    background-color: #3d8504
}

.icoctaetude {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(ressources/sprite.png) no-repeat -385px -208px;
    margin-top: 10px
}

.titrectaetude {
    background-color: #ffc000;
    color: #414141
}

.bouton.bt_cta {
    width: auto;
    height: auto;
    clear: both;
    display: inline-block;
    margin: 2% 2%
}

.icoctaguideinterne {
    display: block;
    float: left;
    width: 38px;
    height: 26px;
    background: url(ressources/sprite.png) no-repeat -488px -208px;
    margin-top: 3px
}

.icoctaetudeinterne {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(ressources/sprite.png) no-repeat -385px -208px;
    margin-top: 0
}

.titrectaconseil {
    background-color: #489c05
}

.titrectavivo {
	color: #000;
    background-color: #70cad6
}

.icoctaconseil {
    display: block;
    float: left;
    width: 23px;
    height: 34px;
    background: url(ressources/sprite.png) no-repeat -456px -208px;
    margin: 0 0 0 5px
}

.boutonpop {
    display: table;
    background-color: #d40b1d;
    text-decoration: none;
    padding: 4px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 100%
}

.btclickblanc {
    padding: 0!important;
    border-collapse: separate;
    border-spacing: 10px 5px;
    height: auto;
    min-height: 56px
}

.titrebtclickblanc {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 90%
}

.icoclickblanc {
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 56px;
    background: transparent url(ressources/sprite.png) no-repeat -472px -358px
}

#searchform {
    position: relative;
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-box-shadow: 2px 2px 5.7px .3px rgba(145, 145, 145, .38);
    box-shadow: 2px 2px 5.7px .3px rgba(145, 145, 145, .38);
    border: none;
    cursor: pointer;
    width: 220px;
    padding: 6px 4px;
    margin: 16px 0
}

#searchform input#s {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    border: none;
    color: #666;
    width: 85%;
    background-color: #f0f0f0;
    padding: 6px 4px;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .04);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .04)
}

#searchform input#s:focus {
    background-color: #ebcbb5
}

#searchform2 input#s {
    width: 20%
}

#searchform button {
    float: right;
    background: #fff url(ressources/sprite.png) no-repeat -373px -354px;
    width: 25px;
    height: 32px;
    border: none;
    cursor: pointer
}

#searchform::after {
    content: "";
    clear: both;
    display: table
}

.contenu .search_result p {
    padding: 0;
    margin: 0
}

.contenu p.search_result_title {
    margin: 25px 0 5px 0
}

.contenu p.publisher {
    font-size: 14px;
    padding: 0;
    margin: 0
}

.chiffres ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 252px;
    justify-content: center
}

.chiffres li {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    color: #fff
}

.chiffres li p {
    padding: 0 45px 20px 45px!important;
    margin: 0!important;
    border-right: 4px solid #fff
}

.chiffres li p.last {
    border-right: none
}

.chiffres li span {
    display: block;
    line-height: 1.2em
}

.chiffres .data {
    font-size: 75px;
    font-weight: 700
}

.chiffres .data_titre {
    font-size: 18px;
    font-weight: 700
}

.size_rate {
    height: 14px;
    width: 67px
}

.one_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -152px transparent
}

.onehalf_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -166px transparent
}

.two_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -180px transparent
}

.twohalf_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -194px transparent
}

.three_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -208px transparent
}

.threehalf_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -222px transparent
}

.four_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -236px transparent
}

.fourhalf_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -250px transparent
}

.five_star_rating {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -700px -264px transparent
}

footer {
    padding: 1em 1em 4em 1em;
    background-color: #f0f0f0
}

.mentions {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500
}

.mentions li {
    position: relative;
    display: inline-block;
    padding-left: 35px
}

.mentions li a,
.mentions li a:link,
.mentions li a:visited {
    color: #666;
    text-decoration: none
}

.mentions li a:hover {
    text-decoration: underline
}

.mentions button {
    border: none;
    background: 0 0;
    color: #666;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.mentions button:hover {
    text-decoration: underline
}

.mentions li span {
    position: relative;
    display: inline
}

.tab {
    display: table;
    width: 100%
}

.col_footer {
    font-size: 14px;
    font-weight: 500;
    width: 235px;
    display: table-cell;
    width: 20%;
    vertical-align: top
}

.col_footer:first-child {
    width: 35%
}

.col_footer:last-child {
    width: 9%
}

.col_footer li {
    padding: 7px 0
}

.col_footer li a,
.col_footer li a:link,
.col_footer li a:visited {
    position: relative;
    text-decoration: none;
    color: #666
}

.col_footer li a:hover {
    text-decoration: underline
}

.col_footer p {
    margin-bottom: 18px
}

.col_footer.rs button {
    border: none;
    background: 0 0;
    color: #666;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.col_footer.rs button:hover {
    text-decoration: underline
}

.col_footer li span {
    position: relative;
    display: inline
}

span.lien_ext:hover:after {
    content: '';
    display: block;
    position: absolute;
    right: -18px;
    bottom: 2px;
    width: 14px;
    height: 13px;
    background: url(ressources/sprite.png) no-repeat -121px -434px
}

.expertise h2 {
    float: left;
    width: 512px;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    white-space: normal
}

.expertise_pop {
    float: right;
    padding-top: 20px
}

.expertise_pop h3 {
    font-family: Roboto, sans-serif;
    width: 145px;
    height: 118px;
    background-color: #f2f2f2;
    display: inline-block;
    margin-left: 17px;
    zoom: 1;
    white-space: normal;
    vertical-align: top;
    cursor: pointer;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-transform: none
}

.expertise_pop h3:before {
    content: '';
    background: url(ressources/sprite.png) no-repeat -90px -258px;
    float: right;
    display: block;
    margin-right: -14px;
    margin-top: -31px;
    width: 31px;
    height: 31px
}

.expertise_pop h3:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.pop_contenu {
    display: none;
    white-space: normal;
    padding: 0 10px;
    width: 100%
}

.close {
    position: absolute;
    top: -15px;
    right: -15px
}

.close a {
    display: block;
    width: 44px;
    height: 44px;
    background: transparent url(ressources/sprite.png) no-repeat -121px -258px
}

.nav_dot,
.next,
.prev {
    display: none
}

.next,
.prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: 0;
    background-color: #eb721a;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 100
}

.prev {
    left: 0
}

.next {
    right: 0
}

.next:hover,
.prev:hover {
    background-color: #ff8125
}

.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 20px 15px 0 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #eb721a;
    display: inline-block;
    transition: background-color .6s ease
}

.dot.active,
.dot:hover {
    background-color: #eb721a
}

#row_slider {
    position: relative;
    overflow: hidden;
    margin-top: 30px
}

.column_slide {
    position: relative;
    display: block;
    float: left;
    margin: 0 48px 30px 0;
    font-weight: 500;
    width: 264px
}

.column_slide.last {
    margin-right: 0
}

.expertise_slide_visuel {
    height: 236px;
    max-width: 100%
}

.expertise_slide_titre {
    padding: 10px;
    min-height: 86px
}

.expertise_slide_texte {
    min-height: 205px
}

.expertise_slide_lien {
    padding: 10px 0
}

.expertise_slide_lien a,
.expertise_slide_lien a:link,
.expertise_slide_lien a:visited {
    color: #ad4d07
}

.expertise_slide_texte hr {
    display: block;
    height: 4px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #eb721a;
    background-color: #eb721a;
    border: 0;
    width: 33%
}

.screen-reader-response,
.wpcf7-display-none {
    display: none
}

.wpcf7-validation-errors {
    margin-top: 20px
}

.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
    position: relative;
    display: block;
    color: #d4101c;
    top: unset;
    left: unset;
    font-size: 13px;
    line-height: 1.1em
}

.bloc_form,
.bloc_form_content {
    width: 48%
}

p.error {
    color: #d4101c
}

p.noerror {
    color: #0c6905
}

.wpcf7-form p {
    margin: 0;
    padding: 10px
}

.form_col100,
.form_col35,
.form_col50,
.form_col65 {
    float: left;
    width: 65%
}

.form_col35 {
    width: 35%
}

.form_col50 {
    width: 50%
}

.form_col100 {
    width: 100%
}

p.info-legal {
    font-size: 12px;
    line-height: 1.1em;
    margin: 0!important;
    padding: 0 10px
}

p.requis,
span.requis {
    font-size: 12px;
    font-style: italic
}

.wpcf7-list-item {
    display: inline-block
}

.wpcf7-list-item.first {
    margin-right: 20px
}

span.wpcf7-list-item>label {
    position: relative;
    cursor: pointer
}

span.wpcf7-list-item>label>input {
    position: absolute;
    left: -9999px
}

span.wpcf7-list-item>label>input+span {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #666;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    line-height: 1.2em
}

span.wpcf7-list-item>label>input+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #f6f6f6
}

span.wpcf7-list-item>label>input:checked+span::before {
    content: "\002714";
    color: #666;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #f6f6f6;
    line-height: 25px
}

p.rgpd span.wpcf7-list-item>label>input+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6
}

p.rgpd span.wpcf7-list-item>label>input:checked+span::before {
    content: "\002714";
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #f6f6f6
}

.select-css {
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: 18px
}

.select-css::-ms-expand {
    display: none
}

.select-css:focus {
    background-color: #e3e3e3;
    outline: 0
}

input,
select,
textarea {
    font-family: Roboto, sans-serif;
    width: 100%;
    padding: 10px;
    border: none;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    background-color: #f6f6f6;
    color: #666;
    cursor: pointer
}

textarea {
    height: 80px
}

textarea#adresse,
textarea#disponibilite {
    height: 42px
}

input:focus,
textarea:focus {
    background-color: #e3e3e3
}

input[type=submit] {
    display: block;
    background-color: #d40b1d;
    color: #fff;
    cursor: pointer;
    width: 100%!important;
    font-size: 20px;
    white-space: normal
}

input[type=submit]:hover {
    background-color: #d40b1d
}

input.btSizeAuto {
    display: inline-block;
    width: auto!important
}

.bloc_formlp {
    width: 36%;
    margin-top: 70px
}

.bloc_formlp_content {
    position: relative;
    width: 63.3%
}

.bloc_formlp_guide_content {
    width: 66.6%
}

.bloc_formlp_content h1,
.bloc_formlp_guide_content h1 {
    font-size: 40px;
    color: #ea721d;
    text-transform: none;
    padding-top: 150px;
    width: 90%
}

.bloc_formlp_guide_content h1 {
    float: left;
    font-size: 36px;
    padding: 150px 10px 0 10px;
    width: 72%
}

.bloc_formlp_content p,
.bloc_formlp_guide_content p {
    margin-top: 20px
}

.imgRappel {
    position: absolute;
    bottom: 0;
    left: 20%
}

.imgEtude {
    position: absolute;
    bottom: 0;
    left: 20%
}

.bloc_formlp form {
    color: #fff
}

.bloc_formlp form fieldset {
    background-color: #ea721d;
    padding: 20px 10px 0 10px
}

.bloc_formlp form .legend {
    display: block;
    color: #666;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    font-size: 20px
}

.bloc_formlp form .wpcf7-list-item-label {
    color: #fff!important
}

.bloc_formlp form p {
    position: relative;
    padding: 5px 10px
}

.bloc_formlp form p.btsubmit {
    padding: 0;
    margin-top: 15px
}

.bloc_formlp form input[type=submit] {
    width: 100%
}

.bloc_formlp form .wpcf7-validation-errors,
.bloc_formlp form span.wpcf7-not-valid-tip {
    background-color: #fff;
    color: red;
    padding: 2px
}

.container_footer_lp .mentions {
    margin-top: 30px
}

#sidebar {
    position: fixed;
    top: 0;
    right: 18.5%;
    margin: 0 0 25px 0;
    z-index: 995;
    width: 21%
}

#sidebar .bloc_formlp {
    width: 100%
}

#sidebar .bloc_formlp form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute!important;
    bottom: 0;
    left: 10px;
    z-index: 100;
    border: 1px solid red;
    background-color: #fff;
    padding: .2em
}

.recevoir_votre_guide {
    display: inline-block;
    margin: 0 auto;
    background-color: #d40b1d;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    height: auto;
    padding: 10px 15px;
    width: auto;
    border-radius: 15px;
    color: #fff!important;
    text-decoration: none;
    line-height: 1em!important
}

.recevoir_guide {
    margin: 30px auto 0 auto;
    background-color: #d40b1d;
    color: #fff;
    cursor: pointer;
    width: 90%;
    font-size: 25px;
    text-align: center;
    height: auto;
    padding: 10px;
    display: none
}

.recevoir_guide a {
    color: #fff!important;
    text-decoration: none;
    line-height: 1em!important
}

.avantages_devis ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.un_avantage_devis {
    position: relative;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 29.5%;
    text-align: center;
    overflow: hidden;
    background-color: #f4f4f4
}

.un_avantage_devis p {
    padding: 10px 20px
}

.avantages_devis h2 {
    color: #d40b1d;
    font-size: 16px!important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0
}

.avantages_devis li:before {
    content: "";
    color: unset;
    display: none;
    width: 0;
    height: 0
}

.imgGuide {
    margin-top: 80px
}

.avis_bloc {
    display: block;
    padding: 10px;
    margin: 0;
    background-color: #f4f4f4
}

.avis_bloc img {
    width: 81px!important;
    max-width: 81px!important;
    margin: 0 auto
}

.avis_image {
    text-align: center;
    width: 100%!important;
    height: auto!important;
    max-width: 100%!important
}

.avis_content {
    display: block;
    padding: 0 15px;
    font-weight: 400;
    min-height: 82px;
    width: 100%;
    text-align: center;
    font-size: 14px
}

#avis_slider {
    position: relative;
    overflow: hidden
}

.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #f7f7f7
}

.avis_slider_bloc {
    display: flex;
    align-items: flex-start;
    padding: 10px 20%;
    margin: 0;
    background-color: #f7f7f7
}

.avis_slider_bloc img {
    width: 81px!important;
    max-width: 81px!important
}

.avis_slider_image {
    width: 81px!important;
    height: 82px!important;
    max-width: 82px!important
}

.avis_slider_content {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    font-weight: 400;
    align-items: flex-start;
    min-height: 82px;
    width: 100%
}

.avis_slider_content p {
    margin: 0;
    padding: 0!important
}

.avis_slider_infos {
    margin: 0;
    padding: 10px;
    text-align: center
}

.avis_slider_infos p {
    margin: 0;
    padding: 0
}

#avis_slider .nav_dot,
#avis_slider .next,
#avis_slider .prev {
    display: block
}

#avis_slider .next,
#avis_slider .prev {
    top: 35px
}

#liste_avis {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    margin-top: 30px
}

.un_temoignage {
    -webkit-box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    border-radius: 18px;
    position: relative;
    margin: 0 3% 40px 0;
    padding: 15px 20px;
    min-height: 174px;
    width: 30%;
    text-align: left
}

p.produit {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #666;
    margin-bottom: 10px
}

.titre_temoignage {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #666
}

p.desc_avis {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 15px 0 0 0;
    padding: 0
}

.land {
    fill: #f6f6f6;
    fill-opacity: 1;
    stroke: #ec7316;
    stroke-opacity: 1;
    stroke-width: 1;
    cursor: pointer
}

.land:hover {
    fill: #ec7316;
    transition: fill .3s
}

.is-active {
    fill: #ec7316
}

.img_avis {
    float: left;
    margin-right: 35px;
    width: 19%
}

.titre_avis {
    padding-top: 30px;
    padding-bottom: 30px
}

.titre_desc_avis {
    float: left;
    width: 43%
}

.map_avis {
    float: right;
    width: 35%
}

.liste_departements ul {
    list-style: none;
    margin-bottom: 50px
}

.liste_departements li {
    -webkit-box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 0;
    font-weight: 500;
    color: #666
}

.liste_departements li a {
    padding: 10px 15px;
    font-weight: 500;
    color: #666;
    text-decoration: none
}

.liste_departements li:hover {
    background-color: #eb721a
}

.liste_departements li a:hover {
    color: #fff
}

.liste_departements li {
    margin-right: 10px
}

.liste_departements li:last-child {
    margin-right: 0
}

#ajouterAvis {
    font-family: Verdana;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background-color: #eb721a;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: fixed;
    top: 40%;
    right: 3%;
    z-index: 1190;
    border: none;
    outline: 0;
    cursor: pointer
}

#ajouterAvis:after {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-family: Verdana;
    font-size: 60px;
    font-weight: 700;
    margin: 0 auto;
    content: "+"
}

#ajouterAvis:hover {
    background-color: #ff8125
}

#ajouterAvis span {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    width: auto
}

#ajouterAvis span:hover {
    color: #eb721a
}

#sectionInfoRegionDept {
    margin-bottom: 80px
}

#sectionInfoRegionDept .accordeon {
    font-family: Roboto, sans-serif;
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
    line-height: 31px;
    display: block;
    margin: 0 0 20px 0;
    white-space: normal;
    padding: 10px;
    text-align: center;
    transition: .4s;
    color: #666;
    font-size: 16px;
    text-transform: unset;
    min-height: 51px;
    cursor: pointer;
    font-weight: 500
}

#sectionInfoRegionDept .accordeon:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    background: url(ressources/sprite.png) no-repeat -90px -258px;
    width: 31px;
    height: 31px
}

#sectionInfoRegionDept .accordeon.FAQactive:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    background: url(ressources/sprite.png) no-repeat -90px -466px;
    width: 31px;
    height: 31px
}

.bandeau {
    position: relative;
    background-color: #eb721a;
    float: left;
    width: 385px;
    height: 100%;
    padding: 40px 40px;
    text-align: left
}

.bandeau h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    color: #fff
}

.bandeau p {
    color: #fff;
    margin-top: 50px
}

.bandeau img {
    position: absolute;
    top: 280px;
    left: 20px;
    width: 391px;
    height: 406px;
    max-width: unset
}

.login {
    float: right;
    width: 815px;
    padding: 20px 40px 20px 60px
}

.login form {
    background-color: #efefef;
    padding: 15px 40px 10px 40px;
    width: 60%
}

.login input.input_blanc {
    background-color: #fff
}

.bandeau_espace_client {
    position: relative;
    width: 95%;
    height: 144px;
    margin: 0 auto;
    background-color: #eb721a;
    padding: 20px
}

.bandeau_espace_client h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    color: #fff;
    width: 27%
}

.sidebar_espace_client {
    float: left;
    width: 27%;
    margin: 0 0 25px 28px;
    padding: 0 16px
}

.sidebar_espace_client p {
    padding: 10px
}

.sidebar_espace_client nav {
    color: #666
}

.sidebar_espace_client nav ul {
    margin: 0;
    padding: 0
}

.sidebar_espace_client nav li:before {
    content: "";
    display: none
}

.sidebar_espace_client nav li {
    border-bottom: solid 1px #666;
    padding: 0
}

.sidebar_espace_client nav li.current-cat>a,
.sidebar_espace_client nav li.current-page-ancestor>a,
.sidebar_espace_client nav li.current_page_item>a {
    background-color: #f4a600;
    color: #fff
}

#content nav li.current-cat>a:link,
#content nav li.current-cat>a:visited,
.sidebar_espace_client nav li.current-page-ancestor>a:link,
.sidebar_espace_client nav li.current-page-ancestor>a:visited,
.sidebar_espace_client nav li.current_page_item>a:link,
.sidebar_espace_client nav li.current_page_item>a:visited {
    color: #fff
}

.sidebar_espace_client nav li.current-cat>a:active,
.sidebar_espace_client nav li.current-cat>a:hover,
.sidebar_espace_client nav li.current-page-ancestor>a:hover,
.sidebar_espace_client nav li.current_page_item>a:active,
.sidebar_espace_client nav li.current_page_item>a:hover {
    background-color: #f4a600;
    color: #fff;
    text-decoration: none
}

.sidebar_espace_client nav li a,
.sidebar_espace_client nav li a:link,
.sidebar_espace_client nav li a:visited {
    display: block;
    color: #666;
    font-size: .923em;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 0 15px 10px
}

.sidebar_espace_client nav li a:active,
.sidebar_espace_client nav li a:hover {
    background-color: #f4a600;
    color: #fff;
    text-decoration: underline
}

.sidebar_espace_client nav a.logout:link,
.sidebar_espace_client nav a.logout:visited {
    display: block;
    color: #666;
    font-size: .923em;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 0 15px 10px
}

.sidebar_espace_client nav a.logout:active,
.sidebar_espace_client nav a.logout:hover {
    background-color: #f4a600;
    color: #fff;
    text-decoration: underline
}

.content_espace_client {
    float: right;
    width: 60%;
    margin-right: 30px
}

.onglets_espace_client {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 58%;
    float: right;
    margin: -100px 50px 0 0
}

.onglet_espace_client {
    position: relative;
    -webkit-box-shadow: 0 3px 7.6px .4px rgba(63, 63, 63, .31);
    box-shadow: 0 3px 7.6px .4px rgba(63, 63, 63, .31);
    width: 164px;
    height: 225px;
    padding: 80px 8px 10px 8px;
    text-align: center;
    margin-bottom: 25px
}

.onglet_espace_client a {
    position: absolute;
    bottom: 10px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    word-wrap: break-word;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    width: 124px;
    min-height: 50px;
    padding: 8px
}

.onglet_espace_client a span {
    display: block;
    line-height: 1.1em
}

.onglet_espace_client p {
    line-height: 1.1em
}

.btTemoigner {
    background-color: #d40b1d
}

ul#notice {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px
}

ul#notice li {
    -webkit-box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    border-radius: 15px;
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 20px;
    width: 48%
}

ul#notice li:before {
    content: "";
    display: none
}

ul#notice li:after {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: ">";
    display: table;
    color: #eb721a
}

ul#notice li img {
    float: left;
    width: auto;
    margin: 0 auto 10px auto
}

ul#notice li a {
    font-family: 'Roboto Condensed', sans-serif;
    float: right;
    width: 70%;
    color: #eb721a;
    text-decoration: none;
    line-height: 1.1em;
    padding-right: 5px
}

ul#notice li a span {
    color: #666;
    text-decoration: none
}

#BtScrollTo {
    display: none;
    position: fixed;
    bottom: 8%;
    right: 4%;
    z-index: 1200;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: 0;
    background-color: #eb721a;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding-bottom: 5px
}

#BtScrollTo:hover {
    background-color: #ff8125
}

.img_faq {
    margin-right: 35px
}

.titre_faq {
    padding-top: 30px;
    padding-bottom: 30px
}

.spottv, #spottv {
	cursor: pointer;
}

#menu_secondaire ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px
}

#menu_secondaire li {
    position: relative;
    -webkit-box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    border-radius: 15px;
    position: relative;
    margin: 0 2% 20px 0;
    padding: 0;
    min-height: 174px;
    width: 18%;
    text-align: center
}

#menu_secondaire li:before {
    content: "";
    display: none
}

#menu_secondaire li:after {
    content: "";
    display: none
}

#menu_secondaire li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #666;
    text-decoration: none
}

#menu_secondaire li:hover {
    background-color: #eb721a
}

#menu_secondaire li.current-cat {
    background-color: #eb721a
}

#menu_secondaire li a:hover,
#menu_secondaire li.current-cat a {
    color: #fff
}

#sectionFAQ .accordeon {
    font-family: Roboto, sans-serif;
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
    line-height: 31px;
    display: block;
    margin: 0 0 20px 0;
    white-space: normal;
    padding: 10px;
    text-align: left;
    transition: .4s;
    color: #666;
    font-size: 16px;
    text-transform: unset;
    min-height: 51px;
    cursor: pointer;
    font-weight: 500
}

.accordeon span {
    display: block;
    width: 89%
}

#sectionFAQ .accordeon.pictovideo {
    padding: 10px 10px 10px 51px
}

#sectionFAQ .accordeon.pictovideo:before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    background: url(ressources/sprite.png) no-repeat -400px -354px;
    width: 31px;
    height: 31px
}

#sectionFAQ .accordeon:after {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(ressources/sprite.png) no-repeat -90px -258px;
    content: '';
    width: 31px;
    height: 31px
}

#sectionFAQ .accordeon.FAQactive:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    background: url(ressources/sprite.png) no-repeat -90px -466px;
    width: 31px;
    height: 31px
}

#menu_secondaire_lemag ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px
}

#menu_secondaire_lemag li {
    -webkit-box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    box-shadow: 0 0 14.879999999999999px 1.12px rgba(94, 94, 94, .19);
    border-radius: 15px;
    position: relative;
    margin: 0 2% 20px 0;
    padding: 10px;
    min-height: 50px;
    width: 12%;
    text-align: center
}

#menu_secondaire_lemag li.current-cat,
#menu_secondaire_lemag li:hover {
    background-color: #eb721a
}

#menu_secondaire_lemag li:hover a {
    color: #fff
}

#menu_secondaire_lemag li:before {
    content: "";
    display: none
}

#menu_secondaire_lemag li:after {
    content: "";
    display: none
}

#menu_secondaire_lemag li a {
    display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #666;
    text-decoration: none
}

#menu_secondaire_lemag li.current-cat a {
    color: #fff
}

.bloc_derniers_articles {
    width: 845px;
    float: left
}

.article_sidebar {
    float: right;
    width: 306px
}

.article_titre_sidebar {
    background-color: #eb721a;
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 100%
}

.article_titre_sidebar_triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #eb721a
}

.article_sidebar a {
    display: block;
    margin-top: 30px;
    width: 306px;
    float: left
}

.article_alaune {
    background-color: #eee;
    width: 475px;
    padding: 20px;
    color: #666;
    display: table-cell
}

.article_alaune h3 {
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #666;
    padding: 0;
    margin: 10px 0 0 0
}

.article_alaune h3 a {
    color: #666!important
}

.article_resume {
    font-size: 14px
}

.sep1 {
    display: table-cell;
    width: 24px
}

.sep2 {
    display: table-cell;
    width: 17px
}

.article_last {
    width: 346px;
    padding: 20px 0 0 0;
    color: #666;
    display: table-cell
}

.article_last h3,
.un_article_categorie h3, .article_last h2,
.un_article_categorie h2 {
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-size: 16px;
    line-height: 1.2em;
    color: #666;
    padding: 0;
    margin: 0
}

.article_last h3 a,
.un_article_categorie h3 a, .article_last h2 a,
.un_article_categorie h2 a {
    color: #666!important
}

hr.article_titre_section_hr {
    display: block;
    height: 3px;
    margin: 5px 0 10px 0;
    padding: 0;
    color: #e6e6e6;
    background-color: #e6e6e6;
    border: 0;
    width: 100%
}

.contenu h2.article_titre_section {
    font-family: Roboto, sans-serif;
    color: #eb721a;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0
}

.article_last_categorie {
    margin-top: 30px;
    display: table;
    border-collapse: collapse
}

.article_last_categorie_ligne {
    display: table-row;
    border-bottom: 40px solid #fff
}

.un_article_categorie {
    display: table-cell;
    width: 270px
}

.updated {
    display: inline-block;
    padding-right: 5px
}

.icoauthor {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -456px -352px;
    width: 13px;
    height: 19px
}

.icocategory {
    display: inline-block;
    background: url(ressources/sprite.png) no-repeat -440px -352px;
    margin-left: 5px;
    width: 13px;
    height: 19px
}

.nav-single {
    margin-top: 30px
}

#share button {
    margin-bottom: 30px;
    margin-right: 30px
}

.yarpp-related {
    margin: 30px 0
}

.wp-pagenavi {
    clear: both;
    margin: 30px 0 0 0
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi span {
    display: inline-block;
    background-color: #eb721a;
    color: #fff;
    line-height: 2.48em;
    height: 2.4em;
    margin: 0 .3em 12px;
    padding: 0 .85em;
    font-size: 14px;
    text-decoration: none
}

.wp-pagenavi span.pages {
    border: 1px solid #eb721a;
    color: #666;
    background-color: #fff
}

.wp-pagenavi span.current {
    background-color: #ff8125;
    font-weight: 500
}

.wp-pagenavi a:hover {
    border-color: #000
}

#sideLink {
    margin: 10px 0;
    text-align: center
}

#sideLink ul {
    list-style: none;
    margin: 20px 0
}

#sideLink li {
    background: 0 0;
    display: inline;
    padding: 0;
    margin: 10px 5px
}

#sideLink li::before {
    content: "";
    display: none
}

#sideLink a {
    background-color: #fbd310;
    border-radius: 5px;
    border: none;
    color: #161616;
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    text-decoration: underline;
    word-wrap: break-word;
    padding: 8px;
    cursor: pointer;
    text-align: center
}

@media screen and (max-width:865px) {
    .encart_espace_client {
        padding-top: 20%
    }
    .bandeau_espace_client {
        position: relative;
        width: 95%;
        height: auto;
        padding: 10px
    }
    .bandeau_espace_client h1 {
        font-size: 35px!important;
        width: 100%
    }
    .sidebar_espace_client {
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 0 10px
    }
    #menu_prive {
        cursor: pointer;
        margin: 10px 0 0 0;
        text-align: center
    }
    #menu_prive:before {
        content: "Menu Espace Client \25BC";
        display: block;
        padding: 10px;
        background-color: #e6e6e6;
        color: #666
    }
    #menu_prive ul {
        display: none;
        margin: 0;
        overflow: hidden
    }
    #menu_prive li {
        height: auto;
        margin: 0;
        padding: 0
    }
    #menu_prive a,
    #menu_prive a:link,
    #menu_prive a:visited {
        color: #666;
        display: block;
        line-height: 34px;
        margin: 0;
        padding: 10px 0;
        text-decoration: none;
        width: 100%
    }
    .content_espace_client {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 10px
    }
    .onglets_espace_client {
        justify-content: space-between;
        width: 100%;
        float: none;
        margin: 0 auto
    }
    .onglet_espace_client {
        width: 198px;
        height: 200px;
        margin-bottom: 25px
    }
    .onglet_espace_client a {
        width: 144px
    }
    .onglet_espace_client a span,
    .onglet_espace_client p {
        font-size: 15px
    }
}

@media screen and (max-width:456px) {
    .onglets_espace_client {
        justify-content: center
    }
    ul#notice {
        justify-content: center
    }
    ul#notice li {
        width: 100%
    }
}

@media screen and (max-width:526px) {
    .liste_departements ul {
        list-style: none;
        text-align: center
    }
    .liste_departements li {
        display: block;
        margin-bottom: 10px;
        width: 100%
    }
}

@media screen and (max-width:990px) {
    .liste_departements li {
        margin-bottom: 15px
    }
    #sideLink li {
        display: block
    }
}

@media screen and (max-width:1205px) {
    .titre_home {
        margin-top: 0;
        width: 40%
    }
    .img_home {
        width: 48%
    }
    #menu_secondaire_lemag li {
        width: 23%
    }
    .bloc_derniers_articles {
        width: 100%;
        float: none
    }
    .article_sidebar {
        float: none;
        width: 100%
    }
    .article_sidebar a {
        margin-right: 20px
    }
    .article_alaune,
    .article_last {
        width: 48%
    }
}

@media screen and (max-width:1230px) {
    .titre_desc_avis {
        float: left;
        width: 40%
    }
    .map_avis {
        float: right;
        width: 35%
    }
}

@media screen and (max-width:1255px) {
    .bandeau {
        position: relative;
        background-color: #eb721a;
        float: none;
        width: 100%;
        height: auto;
        padding: 20px 30px;
        text-align: center
    }
    .bandeau h1 {
        margin: 0 0 0 30%
    }
    .bandeau p {
        color: #fff;
        margin: 10px 0 0 30%
    }
    .bandeau img {
        position: absolute;
        top: -15px;
        left: 0;
        width: 120px!important;
        height: auto!important;
        max-width: unset
    }
    .login {
        float: none;
        width: 100%;
        padding: 20px
    }
    .login h2 {
        font-size: 32px
    }
    .login form {
        background-color: #efefef;
        padding: 10px;
        width: 100%
    }
}

@media screen and (max-width:575px) {
    #nav_secondaire li {
        position: relative;
        display: inline-block;
        margin: 0 auto
    }
    #nav_secondaire .nav_next,
    #nav_secondaire .nav_prev {
        display: block;
        top: 0;
        z-index: 100
    }
}

@media screen and (max-width:620px) {
    #ouibounce-modal .modal {
        width: 300px;
        height: 500px;
        background-color: #fff;
        z-index: 10001;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 4px;
        -webkit-animation: popin .3s;
        animation: popin .3s
    }
    #ouibounce-modal .deco {
        position: relative;
        float: none;
        background-color: #eb721a;
        width: 100%;
        height: 68px
    }
    #ouibounce-modal .saison {
        position: absolute;
        top: -15px;
        left: -15px;
        max-width: unset;
        transform: scale(.6)
    }
    #ouibounce-modal .guideaterno {
        position: absolute;
        top: 0;
        left: 110px;
        max-width: unset;
        transform: scale(.7)
    }
    #ouibounce-modal .modal-content {
        width: 100%;
        height: auto;
        float: none;
        padding: 20px 15px;
        font-family: Roboto;
        position: relative
    }
    p.titrepopup {
        color: #eb721a;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em;
        margin-top: 65px;
        margin-bottom: 10px
    }
    p.soustitrepopup {
        font-size: 16px;
        font-weight: 500;
        color: #666;
        margin-bottom: 10px;
        text-align: center
    }
    p.textepopup {
        font-size: 14px;
        font-weight: 500;
        color: #666;
        margin-bottom: 10px;
        text-align: center
    }
    #ouibounce-modal .modal-footer {
        color: #666;
        font-size: 14px;
        line-height: 1.5em;
        position: absolute;
        bottom: -35px;
        text-align: center;
        width: auto;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .titrebtclickblanc {
        width: 85%
    }
    .closepopup {
        position: absolute;
        top: -80px;
        right: -10px
    }
    .closepopup a {
        display: block;
        width: 44px;
        height: 44px
    }
}

@media screen and (max-width:1668px) {
    .actu_sticky {
        position: relative;
        right: 0;
        top: 0;
        margin: 20px 0 0 0;
        background-color: #f7f7f7;
        border: 3px solid #d8d8d8;
        border-radius: 3px;
        width: 100%;
        min-width: 100%
    }
}

@media screen and (max-height:900px) {
    #sidebar {
        position: relative;
        right: unset;
        margin: 0 auto;
        z-index: 995;
        width: 100%
    }
    .bloc_formlp_guide_content {
        width: 100%
    }
    .bloc_formlp_guide_content h1 {
        text-align: center;
        width: 100%
    }
    .imgGuide {
        margin-top: 20px
    }
}

@media screen and (max-width:1870px) {
	.flexible-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden
    }
    .flexible-container embed,
    .flexible-container iframe,
    .flexible-container object,
    .flexible-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1765px) {
    #sidebar {
        position: relative;
        right: unset;
        margin: 0 auto;
        z-index: 995;
        width: 100%
    }
    .bloc_formlp_guide_content {
        width: 100%
    }
    .bloc_formlp_guide_content h1 {
        padding: 40px 10px 15px 10px;
        text-align: center;
        width: 100%
    }
    .imgGuide {
        margin-top: 20px
    }
    .recevoir_guide {
        display: block
    }
}

@media screen and (max-width:1490px) {
    #sidebar {
        position: relative;
        right: unset;
        margin: 0 auto;
        z-index: 995;
        width: 100%
    }
    .bloc_formlp_guide_content {
        width: 100%
    }
    .bloc_formlp_guide_content h1 {
        padding: 40px 10px 15px 10px;
        text-align: center;
        width: 100%
    }
    .imgGuide {
        margin-top: 20px
    }
}

@media screen and (max-width:98em) {
    nav#menu {
        margin: 0!important
    }
    .logo {
        top: 10px
    }
    .avantages ul {
        margin-top: 20px
    }
    .cap-bot {
        min-height: 170px
    }
}

@media screen and (max-width:85em) {
    .doc {
        display: none
    }
    header#hfix {
        left: 0;
        width: 100%
    }
    .bg, .bg2 {
        display: none
    }
    .container_header br {
        display: none
    }
    .container,
    .container_footer,
    .container_footer_lp,
    .container_header {
        margin: 0 auto;
        width: 100%
    }
    .titre_produit {
        margin-top: 0
    }
    .cap-bot {
        width: 30%
    }
}

@media screen and (max-width:1465px) {
    #ajouterAvis {
        font-family: Verdana;
        width: 100%;
        height: 72px;
        border-radius: 0;
        background-color: #eb721a;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        position: relative;
        top: unset;
        right: unset;
        z-index: 0;
        border: none;
        outline: 0;
        cursor: pointer;
        margin: 20px auto 0 auto!important
    }
    #ajouterAvis:after {
        position: absolute;
        top: -4px;
        left: unset;
        right: 0;
        font-family: Verdana;
        font-size: 60px;
        font-weight: 700;
        margin: 0;
        content: "+"
    }
    #ajouterAvis:hover {
        background-color: #ff8125
    }
    #ajouterAvis span {
        font-family: Roboto, sans-serif;
        display: block;
        text-align: center;
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        width: auto;
        padding: 0 6%
    }
    #ajouterAvis span:hover {
        color: #fff
    }
}

@media screen and (max-width:74em) {
    .logo {
        top: 58px
    }
}

@media screen and (max-width:1159px) {
    .galerie {
        position: relative;
        float: none;
        display: block;
        width: 100%;
        height: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 20px auto 0 auto;
        text-align: center
    }
    .galerie div.gamme_slide {
        flex: none;
        margin: 0 auto;
        cursor: default
    }
    #galerie .nav_dot {
        display: block;
        width: 100%;
        margin-top: 60px
    }
    #galerie .next,
    #galerie .prev {
        display: block;
        top: 25%;
        margin-top: 0;
        z-index: 100
    }
    .gamme_slide img {
        display: block
    }
    .lien_gamme {
        position: relative;
        left: unset;
        top: unset;
        display: block;
        height: auto;
        min-height: 85px;
        width: 100%;
        color: #fff!important;
        padding: 10px;
        opacity: 1;
        text-align: left;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px
    }
    .lien_gamme span {
        display: block;
        float: left;
        width: 79%
    }
    .lien_gamme:after {
        display: block;
        float: right;
        content: '';
        background: url(ressources/sprite.png) no-repeat -70px -410px;
        width: 46px;
        height: 47px
    }
    .galerie div:hover .lien_gamme {
        opacity: 1
    }
    .mb10,
    .mr10 {
        margin: 0
    }
    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6,
    .img7,
    .img8 {
        width: 100%;
        height: auto
    }
    .radiateurs {
        float: none;
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .titre_desc_avis {
        float: none;
        width: 100%
    }
    .map_avis {
        float: none;
        margin: 0 auto;
        width: 100%
    }
}

@media screen and (max-width:66em) {
    .expertise h2 {
        float: none;
        width: 100%
    }
    .expertise_pop {
        float: none
    }
}

@media screen and (max-width:50em) {
    .expertise_pop h3 {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 20px 0;
        white-space: normal;
        padding: 15px 10px;
        text-align: left;
        transition: .4s
    }
    .expertise_pop h3:before {
        content: '';
        background: url(ressources/sprite.png) no-repeat -90px -258px;
        margin-right: 0;
        margin-top: -6px;
        width: 31px;
        height: 31px
    }
    .expertise_pop h3.FAQactive:before {
        content: '';
        background: url(ressources/sprite.png) no-repeat -90px -466px;
        float: right;
        margin-right: 0;
        margin-top: -6px;
        width: 31px;
        height: 31px
    }
    .last_actu {
        flex-direction: row-reverse
    }
    .actualites,
    .last_actu .pqp {
        width: 100%
    }
    .un_temoignage {
        width: 47%
    }
}

@media screen and (max-width:61.8em) {
    .btclient {
        top: 66px;
        right: 167px;
        width: 50px
    }
    .titrebtclient {
        display: none
    }
    .icoclient {
        display: block;
        margin: 0 auto
    }
    .left,
    .right {
        float: none;
        display: block
    }
    .form_col100,
    .form_col35,
    .form_col50,
    .form_col65 {
        float: none;
        width: 100%
    }
    header.lp {
        height: 44px
    }
    header.lp .logo {
        position: relative;
        display: block;
        top: unset;
        left: unset;
        width: 110px;
        height: 34px;
        margin: 0 auto
    }
    .bloc_form,
    .bloc_form_content,
    .bloc_formlp,
    .bloc_formlp_content,
    .bloc_formlp_guide_content {
        width: 100%
    }
    .bloc_formlp {
        margin-top: 20px
    }
    .bloc_formlp_content,
    .bloc_formlp_guide_content {
        min-height: 100%
    }
    .bloc_formlp_content h1,
    .bloc_formlp_guide_content h1 {
        padding-top: 80px;
        text-align: center;
        font-size: 25px!important;
        width: 100%
    }
    .bloc_formlp_guide_content h1 {
        padding: 0 10px 15px 10px
    }
    .bloc_formlp_content h1 br,
    .bloc_formlp_guide_content h1 br {
        display: none
    }
    .bloc_formlp form .legend {
        padding: 10px
    }
    .bloc_formlp form .legend br {
        display: none
    }
    .imgRappel {
        position: relative;
        display: block;
        bottom: unset;
        left: unset;
        margin: 70px auto 0 auto
    }
    img.alignleft,
    img.alignright {
        float: none;
        display: block;
        margin: 15px auto
    }
    .titre_home {
        background-color: rgba(255, 255, 255, .8);
        width: 100%;
        position: relative;
        margin: auto;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 2%;
        overflow: auto;
        height: 90%
    }
    .titre_produit {
        width: 100%
    }
    .img_home,
    .visuel_produit img {
        width: 100%;
        max-width: 100%
    }
    .visuel_produit {
        width: 100%
    }
    .btclick {
        margin: 0 auto;
        border-spacing: 5px;
        width: 240px;
        height: auto;
        min-height: 50px
    }
    .titrebtclick {
        font-size: 15px;
        width: 200px
    }
    .contenu h1 {
        font-size: 2.5em
    }
    .container2 h2.rad,
    .contenu h2 {
        font-size: 2em
    }
    .col_contenu {
        column-count: unset;
        column-gap: unset;
        column-rule: unset
    }
    .cta {
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        padding: 0;
        -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .04);
        box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .04)
    }
    nav#menu {
		display: none;
        padding: 0
    }
    nav#menu.active {
		display: block;
        top: 115px
    }
    .btdevis {
        top: 10px;
        right: 3%;
        width: 180px
    }
    .titrebtdevis {
        font-size: 16px;
        width: 149px
    }
    .bttel {
        top: 10px;
        right: unset;
        left: 3%;
        width: 145px
    }
    .titrebttel {
        font-size: 16px;
        width: 122px
    }
    .icotel {
        display: table-cell;
        vertical-align: middle;
        width: 23px;
        height: 24px;
        background: #fff url(ressources/sprite.png) no-repeat -94px -315px
    }
    .logo {
        top: 27px
    }
    .col_footer,
    .col_footer:first-child,
    .col_footer:last-child,
    .tab {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0
    }
    .col_footer,
    .col_footer.rs {
        margin-top: 30px
    }
    .col_footer li {
        position: relative;
        border-bottom: 2px solid #eb721a
    }
    .col_footer li:after {
        display: block;
        position: absolute;
        right: 0;
        bottom: 2px;
        content: '';
        background: url(ressources/sprite.png) no-repeat -121px -410px;
        width: 20px;
        height: 20px
    }
    .col_footer li:hover {
        background-color: #f7f7f7
    }
    .col_footer li a {
        display: block;
        width: 100%
    }
    .col_footer li a:hover {
        text-decoration: none
    }
    .col_footer.rs button {
        width: 100%;
        text-align: left
    }
    .col_footer li span {
        position: relative;
        display: inline
    }
    .col_footer li span.lien_ext:after {
        content: '';
        display: block;
        position: absolute;
        right: -18px;
        bottom: 2px;
        width: 14px;
        height: 13px;
        background: url(ressources/sprite.png) no-repeat -121px -434px
    }
    .col_footer.rs li {
        position: relative;
        display: inline-block;
        width: auto;
        border: none;
        padding-left: 10px;
        padding-right: 10px
    }
    .col_footer.rs li:after {
        position: absolute;
        right: 0;
        bottom: 7px;
        content: "|";
        background: 0 0;
        width: unset;
        height: unset
    }
    .col_footer.rs li.last:after {
        content: ""
    }
    .col_footer.rs li.first {
        padding-left: 0
    }
    #searchform {
        width: 100%
    }
    .mentions>div {
        margin-bottom: 20px
    }
    .mentions li {
        padding: 7px 10px
    }
    .mentions li.first {
        padding-left: 0
    }
    .mentions li:after {
        position: absolute;
        right: 0;
        content: "|"
    }
    .mentions li.last:after {
        content: ""
    }
    .avis_slider_bloc {
        display: block;
        align-items: unset;
        padding: 10px 20px;
        margin: 0;
        background-color: #f7f7f7
    }
    .avis_slider_bloc img {
        width: 81px!important;
        max-width: 81px!important;
        margin: 0 auto
    }
    .avis_slider_image {
        text-align: center;
        width: 100%!important;
        height: auto!important;
        max-width: 100%!important
    }
    .avis_slider_content {
        display: block;
        flex-direction: unset;
        padding: 0 15px;
        font-weight: 400;
        align-items: unset;
        min-height: 82px;
        width: 100%;
        text-align: center;
        font-size: 14px
    }
    #menu_secondaire li {
        width: 48%
    }
    #share button {
        margin: 0 auto 30px auto
    }
}

@media screen and (max-width:725px) {
    .cap-bot {
        width: 48%;
        min-height: 120px
    }
    .texte_avantage {
        position: relative;
        display: block;
        background: 0 0;
        color: #666;
        padding: 10px;
        opacity: 1;
        height: auto;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        font-size: 16px;
        padding: 10px
    }
    .titre_avantage {
        font-size: 16px
    }
    ul#notice li img {
        float: none;
        display: block
    }
    ul#notice li a {
        float: none;
        display: block;
        width: 100%
    }
    #menu_secondaire_lemag li {
        width: 31%
    }
    .article_alaune,
    .article_last {
        width: 100%;
        display: block
    }
    .article_last_categorie {
        margin-top: 30px;
        display: block
    }
    .article_last_categorie_ligne {
        display: block;
        border-bottom: none
    }
    .un_article_categorie {
        display: block;
        margin-bottom: 40px;
        width: 100%
    }
}

@media screen and (max-width:700px) {
    .column_slide {
        display: none;
        float: none;
        text-align: center;
        margin: 0 auto
    }
    .column_slide.last {
        margin: 0 auto
    }
    .expertise_slide_texte,
    .expertise_slide_titre {
        height: auto;
        min-height: auto
    }
    .expertise_slide_lien {
        padding: 0
    }
    .expertise_slide_texte hr {
        margin: 0 auto 15px auto
    }
    .nav_dot {
        display: block;
        margin: 20px auto 40px auto
    }
    #row_slider .next,
    #row_slider .prev {
        display: block;
        top: 100px;
        margin-top: -22px;
        z-index: 100
    }
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s
    }
    @-webkit-keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    @keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    .avantages_devis ul {
        justify-content: center
    }
    .un_avantage_devis {
        position: relative;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 354px;
        text-align: center;
        overflow: hidden;
        background-color: #f4f4f4;
        padding-bottom: 40px
    }
}

@media screen and (max-width:655px) {
    .titre_home {
        display: block;
        background: 0 0;
        width: 100%;
        position: relative;
        margin: 0 auto;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 2%
    }
    .container2 h2.rad {
        background-color: #f5f5f5;
        width: 100%
    }

}

@media screen and (max-width:550px) {
    table,
    tbody,
    td,
    th,
    thead,
    tr {
        display: block
    }
    td {
        position: relative;
        padding-left: 50%
    }
    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
    #menu_secondaire_lemag li {
        width: 100%
    }
}

@media screen and (max-width:28em) {
    .btclient {
        top: 55px;
        right: 100px
    }
    header#hfix {
        height: 100px
    }
    .logo {
        top: 7px;
        left: 10px;
        width: 120px;
        height: auto
    }
    .btguide {
        width: 180px;
        height: 38px;
        left: 6px;
        top: 56px
    }
    .titrebtguide {
        font-size: 16px;
        width: 134px
    }
    .menu-link {
        width: 90px;
        top: 56px;
        right: 0
    }
    nav#menu.active {
        top: 101px
    }
    .fabfr {
        display: block;
        background: url(ressources/sprite.png) no-repeat -385px -160px;
        border: none;
        width: 88px;
        height: 34px;
        position: absolute;
        top: 11px;
        right: 4px;
        cursor: pointer
    }
    .cap-bot {
        width: 100%
    }
    .un_temoignage {
        width: 99%
    }
    .actu_sticky {
        position: relative;
        display: block;
        right: 0;
        top: 0;
        margin: 20px 0 0 0;
        background-color: #f7f7f7;
        border: 3px solid #d8d8d8;
        border-radius: 3px;
        min-width: 100%
    }
    .actu_sticky_image {
        width: 95px;
        height: 95px;
        max-width: 95px;
        display: block;
        margin: 0 auto
    }
    .actu_sticky .actu_sticky_content {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center
    }
}

@media screen and (max-width:385px) {
    #menu_secondaire li {
        width: 100%
    }
    #menu_secondaire_lemag li {
        width: 100%
    }
}

@media screen and (max-width:355px) {
    .btclient {
        top: 7px;
        right: 100px
    }
}

@media screen and (max-width:365px) {
    .bouton.bt_footer {
        width: 285px;
        height: auto;
        display: block;
        margin: 4% auto
    }
    .bouton.guide_footer>span {
        background-color: #d40b1d;
        padding: 4px 0
    }
}

@media screen and (max-width:350px) {
    .btdevis {
        right: 2%;
        width: 149px
    }
    .titrebtdevis {
        width: 145px
    }
    .icodevis {
        display: none
    }
    .bttel {
        left: 2%;
        width: 108px
    }
    .titrebttel {
        font-size: 16px;
        width: 100px
    }
    .icotel {
        display: none
    }
    .bouton.bt_footer {
        width: 260px
    }
}

@media screen and (min-width:74em) {
    a.menu-link {
        display: none
    }
    nav#menu {
        width: 1142px;
        padding: 0;
        margin: 0 auto
    }
    .js nav#menu {
        max-height: none
    }
    nav#menu.active {
        top: 0
    }
    nav#menu ul {
        display: table;
        width: 100%
    }
    nav#menu li {
        position: relative;
        display: table-cell;
        background-color: #fff;
        vertical-align: middle;
        width: 14.2%
    }
    nav#menu li a {
        display: block;
        font-size: 1em;
        font-weight: 500;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        padding: .5625em 0;
        color: #666;
        border-bottom: none
    }
    nav#menu li.orange a {
        font-weight: 500;
        color: #fff
    }
    nav#menu li:after {
        color: #666;
        content: "|";
        font-weight: 700;
        position: absolute;
        top: 30%;
        right: 0
    }
    nav#menu li.orange:after {
        color: #fff;
        content: "|";
        font-weight: 700;
        position: absolute;
        top: 30%;
        right: 0
    }
    nav#menu li.last:after {
        content: ""
    }
    nav#menu li.orange a {
        border-bottom: none
    }
    nav#menu li.ombre a {
        border: none
    }
}