/*  reset total des styles par défaut des navigateurs */
@import 'https://fonts.googleapis.com/css?family=Lora';
@import 'https://fonts.googleapis.com/css?family=Raleway:400,700';

html {
    font-size: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

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

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
textarea {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
    outline-style: none;
}

/*  END reset total des styles par défaut des navigateurs */
.lora {
    font-family: 'Lora', serif;
}

.rale {
    font-family: 'Raleway', sans-serif;
}

body,
textarea {
    font-family: 'Raleway', sans-serif;
}

/*
.shadow (@string: 0px 0px 5px  #333) {
-webkit-box-shadow: @string;
-moz-box-shadow:    @string;
-ms-box-shadow:     @string;
-o-box-shadow:      @string;
box-shadow:         @string;
}
*/
/*
.round (@radius: 5px) {
-webkit-border-radius: @radius;
-moz-border-radius:    @radius;
border-radius:         @radius;

-moz-background-clip:    padding;
-webkit-background-clip: padding-box;
background-clip:         padding-box;
}
*/
.vertical-align-parent {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vertical-align {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.clear {
    display: block;
    clear: both;
}

#autoloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/trans/loader.png);
    z-index: 9999;
    display: none;
}

#autoloader i {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    cursor: default;
}

.autopopup {
    background-image: url(../img/trans/b.png);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

.autopopup.test {
    display: block;
}

.autopopup.r5 .margin_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.autopopup.r10 .margin_wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.autopopup.r15 .margin_wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.autopopup.r20 .margin_wrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.autopopup.r25 .margin_wrapper {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.autopopup.r30 .margin_wrapper {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.autopopup.r35 .margin_wrapper {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}

.autopopup.r40 .margin_wrapper {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.autopopup.r45 .margin_wrapper {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
}

.autopopup.r50 .margin_wrapper {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.autopopup .center_wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
}

.autopopup .hor_wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    display: table;
}

.autopopup.w100 .hor_wrapper {
    width: 100px;
    left: -50px;
}

.autopopup.w200 .hor_wrapper {
    width: 200px;
    left: -100px;
}

.autopopup.w300 .hor_wrapper {
    width: 300px;
    left: -150px;
}

.autopopup.w400 .hor_wrapper {
    width: 400px;
    left: -200px;
}

.autopopup.w500 .hor_wrapper {
    width: 500px;
    left: -250px;
}

.autopopup.w600 .hor_wrapper {
    width: 600px;
    left: -300px;
}

.autopopup.w700 .hor_wrapper {
    width: 700px;
    left: -350px;
}

.autopopup.w800 .hor_wrapper .hor_wrapper {
    width: 800px;
    left: -400px;
}

.autopopup.w900 .hor_wrapper {
    width: 900px;
    left: -450px;
}

.autopopup.w1000 .hor_wrapper {
    width: 1000px;
    left: -500px;
}

.autopopup .vert_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.autopopup .margin_wrapper {
    background-color: #fff;
    overflow: auto;
}

.autopopup .content_wrapper {
    position: relative;
}

.autopopup.m5 .content_wrapper {
    margin: 5px;
}

.autopopup.m10 .content_wrapper {
    margin: 10px;
}

.autopopup.m15 .content_wrapper {
    margin: 15px;
}

.autopopup.m20 .content_wrapper {
    margin: 20px;
}

.autopopup.m25 .content_wrapper {
    margin: 25px;
}

.autopopup.m30 .content_wrapper {
    margin: 30px;
}

.autopopup.m35 .content_wrapper {
    margin: 35px;
}

.autopopup.m40 .content_wrapper {
    margin: 40px;
}

.autopopup.m45 .content_wrapper {
    margin: 45px;
}

.autopopup.m50 .content_wrapper {
    margin: 50px;
}

.autopopup .cross {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    cursor: pointer;
    color: #333;
}

.autopopup .cross:hover {
    color: #6CBD98;
}

.autopopup .cross i {
    position: relative;
    top: -2px;
    font-size: 20px;
}

.autopopup .popup_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #6CBD98;
    padding-right: 20px;
}

.autopopup .popup_buttons {
    overflow: hidden;
}

.autopopup .popup_buttons .left,
.autopopup .popup_buttons .right {
    float: left;
    width: 50%;
}

.autopopup .popup_buttons .left.right > *,
.autopopup .popup_buttons .right.right > * {
    float: left;
    margin-left: 2px;
}

.autopopup .popup_buttons .left.left > *,
.autopopup .popup_buttons .right.left > * {
    float: right;
    margin-right: 2px;
}

.autopopup .popup_cancel,
.autopopup .popup_validate {
    padding: 7px;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #666;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 5px;
    border: none;
}

.autopopup .popup_cancel:hover,
.autopopup .popup_validate:hover {
    background-color: #000 !important;
}

.autopopup .popup_cancel.popup_validate,
.autopopup .popup_validate.popup_validate {
    background-color: #6CBD98;
}

.autopopup .popup_cancel.big_icons_mode,
.autopopup .popup_validate.big_icons_mode {
    font-weight: bold;
    float: none !important;
    display: block;
}

.autopopup .popup_cancel.big_icons_mode i,
.autopopup .popup_validate.big_icons_mode i {
    display: block;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.autopopup.fullscreen_mode .center_wrapper {
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
}

.autopopup.fullscreen_mode .hor_wrapper,
.autopopup.fullscreen_mode .vert_wrapper,
.autopopup.fullscreen_mode .margin_wrapper,
.autopopup.fullscreen_mode .content_wrapper > iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
}

.autopopup.fullscreen_mode .content_wrapper {
    margin: 0 !important;
    position: absolute;
    top: 5%;
    left: 1%;
    width: 98%;
    height: 94%;
}

.autopopup.fullscreen_mode .cross {
    top: -25px;
    right: 10px;
}

@media all and (max-width: 1050px) {
    .autopopup.w1000 .hor_wrapper {
        width: 900px;
        left: -450px;
    }
}

@media all and (max-width: 950px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper {
        width: 800px;
        left: -400px;
    }
}

@media all and (max-width: 850px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper {
        width: 700px;
        left: -350px;
    }
}

@media all and (max-width: 750px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper {
        width: 600px;
        left: -300px;
    }
}

@media all and (max-width: 650px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper,
    .autopopup.w600 .hor_wrapper {
        width: 500px;
        left: -250px;
    }
}

@media all and (max-width: 550px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper,
    .autopopup.w600 .hor_wrapper,
    .autopopup.w500 .hor_wrapper {
        width: 400px;
        left: -200px;
    }
}

@media all and (max-width: 450px) {
    .autopopup.w1000 .hor_wrapper,
    .autopopup.w900 .hor_wrapper,
    .autopopup.w800 .hor_wrapper,
    .autopopup.w700 .hor_wrapper,
    .autopopup.w600 .hor_wrapper,
    .autopopup.w500 .hor_wrapper,
    .autopopup.w400 .hor_wrapper {
        width: 300px;
        left: -150px;
    }
}

/* popup */
/*
<div class="illu_prop">
	<img class="template" src="<?php echo $pathLinkFile; ?>img/ratio/3_2.png">
	<span class="illu">
		<img class="full_width" src="<?php echo $pathLinkFile; ?>img/dfsdfsdf.jpg">
	</span>
</div>
*/
.illu_prop {
    position: relative;
    display: block;
}

.illu_prop.bd {
    border: 1px solid #ccc;
}

.illu_prop img.template {
    display: block;
    width: 100%;
}

.illu_prop img.shadow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.illu_prop.autopadding .illu {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.illu_prop .illu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.illu_prop .illu > span {
    display: table;
    width: 100%;
    height: 100%;
}

.illu_prop .illu > span > span {
    display: table-cell;
    vertical-align: middle;
}

.illu_prop .illu > span > span img {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
}

.illu_prop .illu img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
}

.illu_prop .illu img.full_width {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
}

.block-3-2,
.block-16-9,
.block-square {
    display: block;
}

.block-3-2 > div,
.block-16-9 > div,
.block-square > div,
.block-3-2 > span,
.block-16-9 > span,
.block-square > span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.block-3-2 > div > div,
.block-16-9 > div > div,
.block-square > div > div,
.block-3-2 > span > div,
.block-16-9 > span > div,
.block-square > span > div,
.block-3-2 > div > span,
.block-16-9 > div > span,
.block-square > div > span,
.block-3-2 > span > span,
.block-16-9 > span > span,
.block-square > span > span,
.block-3-2 > div > a,
.block-16-9 > div > a,
.block-square > div > a,
.block-3-2 > span > a,
.block-16-9 > span > a,
.block-square > span > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-3-2 > div > div > img,
.block-16-9 > div > div > img,
.block-square > div > div > img,
.block-3-2 > span > div > img,
.block-16-9 > span > div > img,
.block-square > span > div > img,
.block-3-2 > div > span > img,
.block-16-9 > div > span > img,
.block-square > div > span > img,
.block-3-2 > span > span > img,
.block-16-9 > span > span > img,
.block-square > span > span > img,
.block-3-2 > div > a > img,
.block-16-9 > div > a > img,
.block-square > div > a > img,
.block-3-2 > span > a > img,
.block-16-9 > span > a > img,
.block-square > span > a > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
}

.block-3-2 > div > img,
.block-16-9 > div > img,
.block-square > div > img,
.block-3-2 > span > img,
.block-16-9 > span > img,
.block-square > span > img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.block-3-2.block-3-2 > div,
.block-16-9.block-3-2 > div,
.block-square.block-3-2 > div,
.block-3-2.block-3-2 > span,
.block-16-9.block-3-2 > span,
.block-square.block-3-2 > span {
    padding-bottom: 66.6666666666%;
}

.block-3-2.block-16-9 > div,
.block-16-9.block-16-9 > div,
.block-square.block-16-9 > div,
.block-3-2.block-16-9 > span,
.block-16-9.block-16-9 > span,
.block-square.block-16-9 > span {
    padding-bottom: 56.25%;
}

.block-3-2.block-square > div,
.block-16-9.block-square > div,
.block-square.block-square > div,
.block-3-2.block-square > span,
.block-16-9.block-square > span,
.block-square.block-square > span {
    padding-bottom: 100%;
}

#mobile_menu .navbar > li:first-child a,
#mobile_menu .navbar > li:first-child span {
    border-top: 0;
}

#mobile_menu .navbar > li > a,
#mobile_menu .navbar > li > span {
    border-top: 1px solid #ddd;
    display: block;
    padding: 20px 5px;
    font-size: 18px;
    color: #5B534F;
    margin: 0 15px;
}

#mobile_menu .navbar > li > a i,
#mobile_menu .navbar > li > span i {
    font-size: 30px;
    vertical-align: middle;
}

#mobile_menu .navbar > li > a i.down,
#mobile_menu .navbar > li > span i.down {
    float: right;
    font-size: 24px;
}

#mobile_menu .navbar > li > span::selection {
    background: transparent;
}

#mobile_menu .navbar > li > span::-moz-selection {
    background: transparent;
}

#mobile_menu li.open > a,
#mobile_menu li.open > span {
    color: #83AA2E;
}

#mobile_menu li.open > a i.down,
#mobile_menu li.open > span i.down {
    color: #6CBD98;
}

#mobile_menu li.open > .submenu {
    display: block;
}

#mobile_menu .submenu {
    background-color: #83AA2E;
    display: none;
}

#mobile_menu .submenu > li:first-child a,
#mobile_menu .submenu > li:first-child span {
    border-top: 0;
}

#mobile_menu .submenu > li > a,
#mobile_menu .submenu > li > span {
    border-top: 1px solid #fff;
    display: block;
    padding: 15px 5px;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

#mobile_menu .submenu > li > a i.down,
#mobile_menu .submenu > li > span i.down {
    color: #fff;
}

#mobile_menu .submenu .submenu {
    border-top: 1px solid #fff;
    background-color: #648223;
}

#mobile_menu .submenu .submenu > li > a,
#mobile_menu .submenu .submenu > li > span {
    font-size: 14px;
}

.online-editing {
    position: relative;
}

.online-editing .mce-edit-focus {
    outline: none;
    background-image: url(../img/trans/text-edit.png);
}

.online-editing button {
    background-color: #83AA2E;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    font-size: 10px;
    line-height: 9px;
    padding: 2px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 3;
    font-family: "Verdana", sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.online-editing button:hover {
    background-color: #3f6600;
}

.fullscreen {
    border: none !important;
    width: 100% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    max-width: none !important;
    height: 100% !important;
    overflow: hidden !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    z-index: 9999999 !important;
    background-color: #000 !important;
}

.fullscreen .conteneur_strict {
    height: 100% !important;
}

.fullscreen .conteneur_strict .grand_slider {
    height: 100% !important;
}

.fullscreen .conteneur_strict .grand_slider > li {
    height: 100% !important;
    background-color: #000 !important;
}

.fullscreen .conteneur_strict .grand_slider > li > img {
    height: auto !important;
    width: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
}

.fullscreen .conteneur_strict .grand_slider > li > h2 {
    text-align: center;
}

.fullscreen ul.boutons,
.fullscreen ul.pages {
    position: absolute !important;
    bottom: 20px !important;
    margin: 0 !important;
}

.fullscreen .btn_fs span {
    width: 50px !important;
    height: 50px !important;
}

.fullscreen .btn_fs span i {
    font-size: 40px !important;
    top: 5px !important;
}

/* .fullscreen */
#cache_slider {
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: none;
}

.sliker {
    position: relative;
    z-index: 2;
}

.sliker .afficheur img {
    display: block;
    width: 100%;
}

.sliker .conteneur_strict {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.sliker .conteneur_strict .grand_slider {
    position: relative;
    width: 100000px;
    left: 0px;
    overflow: hidden;
    font-size: 0;
}

.sliker .conteneur_strict .grand_slider > li {
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.sliker .conteneur_strict .grand_slider > li > img.full {
    display: block;
    width: 100%;
}

.sliker .conteneur_strict .grand_slider > li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url(../img/trans/b.png);
}

.sliker ul.boutons {
    overflow: hidden;
    margin: auto;
    text-align: center;
    z-index: 10;
    left: 0;
    width: 100%;
    font-size: 0;
}

.sliker ul.boutons li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

.sliker ul.boutons li span {
    display: block;
    background-color: #aaa;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -100px;
}

.sliker ul.boutons li i {
    font-size: 18px;
    cursor: pointer;
    color: #aaa;
}

.sliker ul.boutons li:hover span,
.sliker ul.boutons li.selected span {
    background-color: #6CBD98;
    color: #fff;
}

.sliker ul.boutons li:hover i,
.sliker ul.boutons li.selected i {
    color: #6CBD98;
}

.sliker .pages {
    overflow: hidden;
    margin: auto;
    text-align: center;
    z-index: 10;
    left: 0;
    width: 100%;
    font-size: 0;
    opacity: 0.8;
}

.sliker .pages .wrap {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.sliker .pages span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.sliker .pages .btn_left,
.sliker .pages .btn_right {
    font-weight: normal;
    position: static;
    cursor: pointer;
    padding: 3px 5px;
    background: none;
}

.sliker .pages .btn_left:hover,
.sliker .pages .btn_right:hover {
    color: #6CBD98;
}

.sliker ul.boutons,
.sliker .pages {
    position: absolute;
    bottom: 12px;
}

.sliker .btn_left,
.sliker .btn_right {
    font-weight: bold;
    position: absolute;
    top: 50%;
    visibility: visible;
    z-index: 10;
}

.sliker .btn_left span,
.sliker .btn_right span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -25px;
    text-align: center;
    font-size: 32px;
    color: #aaa;
}

.sliker .btn_left span:hover,
.sliker .btn_right span:hover {
    color: #6CBD98;
}

.sliker .btn_left {
    left: 0px;
}

.sliker .btn_right {
    right: 0px;
}

.sliker .btn_left span {
    left: 0px;
}

.sliker .btn_right span {
    right: 0px;
}

.sliker .btn_fs {
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 5px;
    visibility: visible;
    z-index: 11;
}

.sliker .btn_fs span {
    display: block;
    background-color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.4;
}

.sliker .btn_fs i {
    font-size: 14px;
    color: #ddd;
    position: relative;
    top: 2px;
}

.sliker .btn_fs span:hover {
    opacity: 0.8;
}

.sliker.vam .grand_slider > li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.sliker.no_btn ul.boutons {
    display: none;
}

.sliker.safeload .btn_left,
.sliker.safeload .btn_right,
.sliker.safeload .btn_fs,
.sliker.safeload ul.boutons {
    display: none !important;
}

.sliker.safeload .conteneur_strict .grand_slider {
    position: static;
    width: 100%;
}

.sliker.safeload .conteneur_strict .grand_slider > li {
    float: none;
    position: relative;
    overflow: hidden;
    display: none;
}

.sliker.safeload .conteneur_strict .grand_slider > li:first-child {
    display: block;
    width: 100% !important;
}

.sliker.safeload .conteneur_strict .grand_slider > li.selected {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.sliker.safeload .conteneur_strict .grand_slider > li.selected:first-child {
    height: auto;
    position: static;
}

.customErrorValidation {
    position: absolute;
    display: none;
}

.customErrorValidation span {
    background: #a31916;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTkxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a31916), color-stop(100%, #f90000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a31916 0%, #f90000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a31916 0%, #f90000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a31916', endColorstr='#f90000', GradientType=0);
    /* IE6-8 */
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 10px;
    white-space: nowrap;
}

.customErrorValidation span .info {
    font-size: 15px;
    vertical-align: middle;
    opacity: 0.9;
}

.customErrorValidation span .arrow {
    color: red;
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 2px;
    font-size: 18px;
    vertical-align: top;
    line-height: 0px;
}

.zone_add_from_ext {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.zone_add_from_ext .exterior_add {
    float: left;
    margin-right: 10px !important;
}

.zone_add_from_ext .text {
    color: #666;
    font-size: 12px;
    display: block;
}

/*
.template_element {
display: none;
}
*/
.classic_select {
    border: 1px solid #ccc;
    overflow: hidden;
    background-image: url(../img/select_handler.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 27px;
    background-color: #fff;
    display: block;
    padding-right: 30px;
}

.classic_select:hover {
    background-position: bottom right;
    border-color: #ddd;
}

.classic_select.arrow_full {
    background-image: url(../img/select_handler_full.png);
}

.classic_select.gray {
    background-color: #888;
    border: none;
    padding: 1px;
}

.classic_select.gray:hover {
    background-color: #333;
}

.classic_select.gray select {
    color: #fff;
}

.classic_select.small {
    height: 20px;
    background-position: right -3px;
}

.classic_select.small select {
    height: 20px;
}

.classic_select.small:hover {
    background-position: right -30px;
}

.classic_select select {
    border: none;
    height: 27px;
    line-height: normal !important;
    width: 140%;
    min-width: 100px;
    background: transparent;
    color: #5B534F;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 5px;
}

.classic_select select:disabled {
    background-color: #eee;
}

.classic_select select:focus {
    outline: none;
}

.classic_select.select2_style {
    padding-right: 0;
}

.classic_select .select2-container {
    width: auto !important;
    height: 27px !important;
    line-height: 27px !important;
}

.classic_select .select2-container .select2-selection {
    border: none !important;
    border-radius: 0px !important;
    background: none !important;
    cursor: defaut !important;
    height: 27px !important;
    line-height: 27px !important;
    min-height: 27px !important;
}

.classic_select .select2-container .select2-selection * {
    font-size: 12px;
    color: #5B534F;
}

.classic_select .select2-container .select2-choice,
.classic_select .select2-container .select2-selection__rendered {
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    color: #5B534F !important;
    padding: 0 !important;
    height: 27px !important;
    line-height: 27px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    text-indent: 5px !important;
    width: auto !important;
}

.classic_select .select2-container .select2-choice .select2-selection__choice,
.classic_select .select2-container .select2-selection__rendered .select2-selection__choice {
    text-indent: 0px !important;
    margin-top: 1px !important;
    margin-left: 1px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 23px !important;
    height: 23px !important;
    font-size: 10px !important;
    overflow: hidden !important;
}

.classic_select .select2-container .select2-choice .select2-search,
.classic_select .select2-container .select2-selection__rendered .select2-search {
    height: 27px !important;
    line-height: 27px !important;
}

.classic_select .select2-container .select2-choice .select2-search input,
.classic_select .select2-container .select2-selection__rendered .select2-search input {
    height: 27px !important;
    line-height: 27px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 50px !important;
}

.classic_select .select2-container .select2-arrow,
.classic_select .select2-container .select2-selection__arrow {
    display: none !important;
}

.classic_select .select2-container .select2-chosen {
    margin-left: 5px !important;
    margin-right: 32px !important;
    min-width: 100px !important;
}

.select2-drop {
    border-color: #ccc !important;
}

.select2-drop .select2-input {
    color: #5B534F !important;
}

.select2-drop .select2-result-label {
    color: #5B534F !important;
}

.select2-drop .select2-highlighted {
    background-color: #6CBD98 !important;
}

.select2-drop .select2-highlighted .select2-result-label {
    color: #fff !important;
}

.classic_file {
    position: relative;
    overflow: hidden;
}

.classic_file .infos {
    border: 1px solid #ccc;
    border-right: 0;
    height: 27px;
    line-height: 27px;
    display: block;
    float: left;
    min-width: 149px;
    padding: 0 5px;
    font-size: 12px;
    color: #5B534F;
}

.classic_file .btn {
    background-color: #6CBD98;
    height: 29px;
    line-height: 29px;
    float: left;
    color: #fff;
    font-size: 12px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.classic_file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-200px, 0) scale(6);
    font-size: 400px;
    direction: ltr;
    cursor: pointer;
}

.classic_file:hover .btn {
    background-color: #83AA2E;
}

ul.files_uploaded li,
ul.dates_uploaded li {
    width: 260px;
    margin: 5px 0;
    position: relative;
    background-color: #ECECEC;
    height: 29px;
    line-height: 29px;
}

ul.files_uploaded li a,
ul.dates_uploaded li a {
    margin-left: 5px;
    color: #666;
    font-size: 12px;
}

ul.files_uploaded li a:hover,
ul.dates_uploaded li a:hover {
    text-decoration: underline;
}

ul.files_uploaded li .delete_uploaded_file,
ul.dates_uploaded li .delete_uploaded_file {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #83AA2E;
    cursor: pointer;
}

ul.files_uploaded li .delete_uploaded_file i,
ul.dates_uploaded li .delete_uploaded_file i {
    font-size: 18px;
}

ul.files_uploaded li .delete_uploaded_file:hover,
ul.dates_uploaded li .delete_uploaded_file:hover {
    color: #000;
}

ul.files_uploaded li.template,
ul.dates_uploaded li.template {
    display: none;
}

ul.files_uploaded.dates_uploaded li,
ul.dates_uploaded.dates_uploaded li {
    width: auto;
}

.children_templates {
    display: none;
}

.children_templates.test {
    display: block;
}

.round_icon {
    display: block;
    height: 29px;
    line-height: 29px;
    width: 29px;
    text-align: center;
    background-color: #6CBD98;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}

.round_icon:hover {
    background-color: #83AA2E;
}

.round_icon.green {
    background-color: yellowgreen;
}

.round_icon.green:hover {
    background-color: #8DBA2C;
}

.round_icon.gray {
    background-color: #666;
}

.round_icon.gray:hover {
    background-color: #333;
}

.round_icon.gray_on_white {
    background-color: #fff;
    color: #666;
}

.round_icon.gray_on_white:hover {
    background-color: #fff;
    color: #000;
}

.round_icon.blue {
    background-color: #00BFFF;
}

.round_icon.blue:hover {
    background-color: #04A5DB;
}

.round_icon.red {
    background-color: red;
}

.round_icon.red:hover {
    background-color: #C61111;
}

.round_icon.big {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 24px;
}

label.radio,
label.checkbox {
    cursor: pointer;
}

label.radio:hover .name,
label.checkbox:hover .name {
    color: #000;
}

label.radio:hover span.input,
label.checkbox:hover span.input {
    border-color: #555;
}

label.radio.checked span.input,
label.checkbox.checked span.input {
    background-color: #6CBD98;
    height: 29px;
    line-height: 29px;
    width: 29px;
    border: none;
}

label.radio.checked:hover span.input,
label.checkbox.checked:hover span.input {
    background-color: #B1E83C;
}

label.radio.mousedown span.input,
label.checkbox.mousedown span.input {
    background-color: #83AA2E !important;
    height: 29px;
    line-height: 29px;
    width: 29px;
    border: none;
}

label.radio.checkbox span.input,
label.checkbox.checkbox span.input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

label.radio.black.checked span.input,
label.checkbox.black.checked span.input {
    background-color: #000;
}

label.radio span.input,
label.checkbox span.input {
    float: left;
    height: 27px;
    line-height: 27px;
    width: 27px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    overflow: hidden;
}

label.radio span.input.center,
label.checkbox span.input.center {
    float: none;
    margin: auto;
}

label.radio span.input input,
label.checkbox span.input input {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

label.radio span.name,
label.checkbox span.name {
    float: none !important;
    padding-left: 37px !important;
    margin-left: 0 !important;
}

label.radio span.illu,
label.checkbox span.illu {
    display: block;
}

label.radio span.illu img,
label.checkbox span.illu img {
    display: block;
    margin: auto;
}

label.radio span.illu + span.input,
label.checkbox span.illu + span.input {
    float: none;
    margin: auto;
}

/* label.radio */
.pickadate_button {
    background-color: #6CBD98;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer !important;
    padding: 5px 0;
}

.pickadate_button:hover {
    background-color: #83AA2E;
}

label.star:hover .name {
    color: #000;
}

label.star.checked span.input .fa-star {
    display: inline;
}

label.star.checked span.input .fa-star-o {
    display: none;
}

label.star.checked:hover span.input {
    color: #F4BF00;
}

label.star.mousedown span.input {
    color: #BC9300 !important;
}

label.star span.input {
    float: left;
    height: 29px;
    line-height: 29px;
    width: 22px;
    text-align: center;
    color: #6CBD98;
    font-size: 20px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

label.star span.input .fa-star {
    display: none;
}

label.star span.input .fa-star-o {
    display: inline;
}

label.star span.input input {
    visibility: hidden;
}

label.star span.input + .name {
    margin-left: 5px;
}

/* label.star */
.lang_menu {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.lang_menu.mode_popup {
    display: none;
}

.lang_menu li {
    float: left;
    padding: 5px;
    background-color: #eee;
    font-size: 14px;
    color: #5B534F;
    cursor: pointer;
    margin-right: 3px;
}

.lang_menu li:hover,
.lang_menu li.selected {
    background-color: #333;
    color: #fff;
}

/******* STRUCTURE FORM *********/
.form {
    /* options du cadre */
    /*
      .duplicate_wrapper .children_wrapper .duplicate {
      display: none;
      }
      */
}

.form textarea:hover,
.form input:hover,
.form textarea:active,
.form input:active,
.form textarea:focus,
.form input:focus,
.form button:focus,
.form button:active,
.form button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

.form.mg {
    margin: 15px;
}

.form .simple_text {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    color: #5B534F;
}

.form .simple_text.bdb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.form .simple_text em {
    color: #6CBD98;
}

.form .simple_link {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    color: #6CBD98;
    text-decoration: underline;
}

.form .simple_link:hover {
    color: #5B534F;
}

.form .round_icon {
    float: left;
    margin: 0 3px;
}

.form .delete {
    display: none;
}

.form .clone .delete {
    display: block;
}

.form .duplicate {
    display: none;
}

.form .duplicate_wrapper .duplicate {
    display: block;
}

.form .children_wrapper .delete {
    display: block;
}

.form .more_options {
    background-color: #ECECEC;
    height: 35px;
    line-height: 35px;
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.form .more_options .cmd {
    float: left;
    height: 40px;
    cursor: pointer;
    color: #666;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.form .more_options .cmd i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    color: #666;
}

.form .more_options .cmd:hover {
    color: #000;
}

.form .more_options .cmd:hover i {
    color: #6CBD98;
}

.form .more_options .cmd .open_text {
    display: none;
}

.form .more_options .cmd.open .open_text {
    display: block;
}

.form .more_options .cmd.open .close_text {
    display: none;
}

.form .more_options button {
    float: right;
}

.form label {
    min-height: 10px;
    position: relative;
    display: block;
}

.form label.mgb {
    margin-bottom: 10px;
}

.form label .icon_info {
    position: absolute;
    bottom: 0;
    right: -32px;
}

.form > label,
.form .relay > label {
    margin: 5px 0;
}

.form > label.no_mg,
.form .relay > label.no_mg {
    margin: 0;
}

.form > label .name:first-child,
.form .relay > label .name:first-child {
    margin: 0;
}

.form > label.bdb,
.form .relay > label.bdb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.form > label.bdt,
.form .relay > label.bdt {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.form > label.radio.bdb,
.form .relay > label.radio.bdb,
.form > label.checkbox.bdb,
.form .relay > label.checkbox.bdb {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form > label.float,
.form .relay > label.float {
    float: left;
    margin-right: 20px;
}

.form label.clone .icon.delete,
.form fieldset.clone .icon.delete {
    display: block;
}

.form label.clone .icon.duplicate,
.form fieldset.clone .icon.duplicate {
    display: none;
}

.form fieldset.sup_option_hidden,
.form label.sup_option_hidden {
    display: none !important;
}

.form fieldset.not_tab,
.form label.not_tab {
    display: none !important;
}

.form fieldset.not_target,
.form label.not_target {
    display: none !important;
}

.form .children_wrapper {
    margin-left: 50px;
}

.form fieldset {
    margin: 5px 0;
    position: relative;
    display: block;
}

.form fieldset label {
    float: left;
}

.form fieldset label.bdr {
    border-right: 1px solid #ccc;
    margin-right: 5px;
}

.form fieldset label:first-child .name:first-child {
    margin-left: 0;
}

.form fieldset .clear + label .name:first-child {
    margin-left: 0;
}

.form fieldset label.radio,
.form fieldset label.checkbox {
    margin-bottom: 3px;
}

.form fieldset label.radio:first-child,
.form fieldset label.checkbox:first-child {
    margin-left: 0;
}

.form fieldset.equalize label.radio,
.form fieldset.equalize label.checkbox {
    margin-left: 3px;
}

.form fieldset.no_float legend {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
}

.form fieldset.no_float label {
    float: none;
    margin-left: 0;
}

.form fieldset.semi_float legend {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    margin-bottom: 0;
}

.form fieldset.semi_float label * {
    margin-left: 0;
}

.form fieldset.semi_float label *:first-child {
    float: none;
}

.form fieldset.bdb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.form fieldset.bdt {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.form fieldset.mgl {
    margin-left: 50px;
}

.form fieldset.unify input,
.form fieldset.unify .classic_select {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form fieldset.bd_sep label {
    border-right: 1px solid #ddd;
    padding-right: 5px;
    margin-right: 5px;
}

.form fieldset.bd_sep label:last-child {
    border-right: 0;
}

.form fieldset .cols {
    display: block;
    float: right;
    width: 49%;
}

.form fieldset .cols:first-child {
    float: left;
}

.form fieldset .cols .name {
    margin-left: 0;
}

.form fieldset.search button {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    font-size: 14px;
    color: #5B534F;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.form fieldset.search button:hover {
    color: #83AA2E;
}

.form fieldset.search label input {
    padding-left: 25px;
}

.form fieldset.search.under_style label input {
    padding-left: 0;
    margin-left: 28px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.form .name,
.form legend {
    padding: 0;
    display: block;
    margin: 0 10px;
    min-height: 29px;
    line-height: 29px;
    float: left;
    font-size: 12px;
    color: #5B534F;
}

.form .name.little_mg,
.form legend.little_mg {
    margin: 0 3px;
}

.form .name i,
.form legend i {
    font-size: 18px;
    color: #666;
    width: 20px;
}

.form .name em,
.form legend em {
    color: #666;
}

.form .name.no_size,
.form legend.no_size {
    margin-right: 10px;
}

.form .name.tac,
.form legend.tac {
    text-align: center;
}

.form .name.autoheight,
.form legend.autoheight {
    height: auto;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 20px;
}

.form .name.no_mgl,
.form legend.no_mgl {
    margin-left: 0;
}

.form .name.strong,
.form legend.strong {
    font-weight: bold;
}

.form .name.forced_align,
.form legend.forced_align {
    margin-right: 0;
}

.form legend {
    margin: 0;
}

.form .clear + label {
    /*
          .name:first-child {
          margin-left: 0;
          }
          */
}

.form .clear + label .classic_select:first-child {
    margin-left: 0;
}

.form .white .name,
.form .white legend {
    color: #fff;
}

.form .white .name em,
.form .white legend em {
    color: #6CBD98;
}

.form .icon {
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 0 3px;
    font-size: 30px;
    color: #666;
}

.form .icon a {
    color: #6CBD98;
}

.form .icon a .fa-plus-square,
.form .icon a .fa-plus {
    color: yellowgreen;
}

.form .icon a .fa-plus-square:hover,
.form .icon a .fa-plus:hover {
    color: green;
}

.form .icon a .fa-times-circle,
.form .icon a .fa-times {
    color: #666;
}

.form .icon a .fa-times-circle:hover,
.form .icon a .fa-times:hover {
    color: red;
}

.form .icon a:hover i {
    color: yellowgreen;
}

.form .icon.delete {
    display: none;
}

.form .icon.small {
    font-size: 14px;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="date"],
.form input[type="email"] {
    display: block;
    height: 27px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 3px;
    padding: 0 5px;
    font-size: 12px;
    color: #5B534F;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.form input[type="text"][readonly],
.form input[type="password"][readonly],
.form input[type="number"][readonly],
.form input[type="tel"][readonly],
.form input[type="date"][readonly],
.form input[type="email"][readonly],
.form input[type="text"].readonly,
.form input[type="password"].readonly,
.form input[type="number"].readonly,
.form input[type="tel"].readonly,
.form input[type="date"].readonly,
.form input[type="email"].readonly {
    border-color: transparent !important;
    background-color: #fff !important;
}

.form input[type="text"].picker__input,
.form input[type="password"].picker__input,
.form input[type="number"].picker__input,
.form input[type="tel"].picker__input,
.form input[type="date"].picker__input,
.form input[type="email"].picker__input {
    border-color: #ccc !important;
    cursor: text;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="tel"]:focus,
.form input[type="date"]:focus,
.form input[type="email"]:focus {
    border-color: #ddd;
}

.form .classic_select {
    margin: 0 3px;
    float: left;
}

.form .classic_select:first-child {
    margin-left: 0;
}

.form .classic_file {
    margin: 0 3px;
    float: left;
}

.form .classic_file:first-child {
    margin-left: 0;
}

.form label:first-child input[type="text"]:first-child,
.form label:first-child input[type="password"]:first-child,
.form label:first-child input[type="number"]:first-child,
.form label:first-child input[type="tel"]:first-child,
.form label:first-child input[type="date"]:first-child,
.form label:first-child input[type="email"]:first-child {
    margin-left: 0;
}

.form .full {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    clear: both;
}

.form .full input[type="text"],
.form .full input[type="password"],
.form .full input[type="number"],
.form .full input[type="tel"],
.form .full input[type="date"],
.form .full input[type="email"],
.form .full .classic_select {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.form .to_the_right input[type="text"],
.form .to_the_right input[type="password"],
.form .to_the_right input[type="number"],
.form .to_the_right input[type="tel"],
.form .to_the_right input[type="date"],
.form .to_the_right input[type="email"],
.form .to_the_right .classic_select {
    margin-right: 0;
}

.form .clear + input[type="text"],
.form .clear + input[type="password"],
.form .clear + input[type="number"],
.form .clear + input[type="tel"],
.form .clear + input[type="email"],
.form .clear + input[type="date"],
.form .clear + .classic_select,
.form .clear + .classic_file {
    margin-left: 0;
}

.form .label_group {
    float: left;
}

.form .label_group > label,
.form .label_group .relay > label {
    float: none;
}

.form .label_group.float_ctn > label,
.form .label_group.float_ctn .relay > label {
    float: left;
}

.form .label_group fieldset {
    margin: 0;
}

.form .label_group .classic_select {
    margin-bottom: 3px;
}

.form textarea {
    display: block;
    border: 1px solid #ccc;
    float: left;
    margin: 0 3px;
    padding: 5px;
    font-size: 12px;
    color: #5B534F;
    background-color: #fff;
    min-height: 100px;
    height: 100px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.form textarea[disabled=disabled] {
    background-color: #eee;
}

.form .clear + textarea {
    margin-left: 0;
}

.form .textarea {
    border: 1px solid #ccc;
    display: block;
    clear: both;
}

.form .textarea.no_wrap {
    border: none;
}

.form .textarea.no_wrap textarea {
    padding: 0;
    width: 100%;
}

.form .textarea textarea {
    border: none;
    float: none;
    margin: 0;
    padding: 10px 1%;
    width: 98%;
    max-width: 98%;
    min-width: 98%;
}

.form.off_form .classic_select {
    background: none;
    background-color: #ECECEC;
    border: 1px solid #ccc;
}

.form.off_form .checkskin {
    cursor: default;
}

.form.off_form .checkskin .input {
    background-color: #ECECEC;
    color: #ECECEC;
    border: 1px solid #ccc;
}

.form.off_form .checkskin.checked .input {
    background-color: #aaa;
    border: none;
}

.form.off_form input[type="text"],
.form.off_form input[type="password"],
.form.off_form input[type="number"],
.form.off_form input[type="tel"],
.form.off_form input[type="email"],
.form.off_form input[type="date"] {
    background-color: #ECECEC;
}

.form.off_form .delete {
    display: none !important;
}

.form.off_form .duplicate {
    display: none !important;
}

.form.off_form label.clone .delete {
    display: none;
}

/* form */
@media all and (max-width: 0px) {
    .form > label .classic_select,
    .form > label .classic_file,
    .form > label input[type="text"],
    .form > label input[type="password"],
    .form > label input[type="number"],
    .form > label input[type="tel"],
    .form > label input[type="date"],
    .form > label input[type="email"] {
        margin-left: 0;
        margin-right: 0;
        float: none;
        clear: both;
        max-width: 90%;
    }

    /* .form */
}

.autosize {
    max-width: 1200px;
    margin: auto;
}

.autosize_m {
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

.classic_btn {
    display: inline-block;
    background-color: #87CBC9;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}

.classic_btn i:first-child {
    font-size: 22px;
    margin-right: 2px;
}

.classic_btn:hover {
    background-color: #63bcb9;
}

.classic_btn.full {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.classic_btn.ttu {
    text-transform: uppercase;
}

.main_title {
    color: #6CBD98;
    font-family: 'Lora', serif;
    font-size: 60px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.main_title .marker {
    position: absolute;
    left: 0;
    top: -80px;
}

@media all and (max-width: 900px) {
    .main_title {
        font-size: 40px;
    }
}

@media all and (max-width: 600px) {
    .main_title {
        font-size: 30px;
    }
}

.main_subtitle {
    color: #5B534F;
    font-family: 'Lora', serif;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (max-width: 900px) {
    .main_subtitle {
        font-size: 20px;
    }
}

@media all and (max-width: 600px) {
    .main_subtitle {
        font-size: 16px;
    }
}

.center_text {
    color: #5B534F;
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Lora', serif;
}

.center_text.tac {
    text-align: center;
}

/*


.btn_ctn {
margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}

.simple_illu {
max-width: 1920px;
	img {
	display: block;
	width: 100%;
	}
}

.classic_title {
display: block;
margin-top: 30px;
margin-bottom: 30px;
font-size: 30px;
color: @t;
font-weight: 400;
	&.tac {
	text-align: center;
	}
	&.white {
	color: @w;
	}
	&.bdb {
	border-bottom: 1px solid @bdc;
	padding-bottom: 15px;
	}
	.red {
	color: @rouge;
	font-weight: 300;
	display: block;
	font-size: 22px;
	}
}

.full_bg_title {
background-color: @theme;
color: @b;
font-size: 24px;
padding: 5px 0;
display: block;
text-indent: 20px;
margin-top: 30px;
margin-bottom: 30px;
	&.off {
	background-color: #ccc;
	color: @w;
	}
}

.service_icon {
display: block;
width: 230px;
margin: auto;
}

.service_title {
width: 230px;
margin: auto;
background-color: @theme;
font-size: 20px;
font-weight: 400;
color: @b;
text-align: center;
height: 50px;
line-height: 50px;
margin-top: 20px;
margin-bottom: 20px;
}

.classic_text {
color: @t;
margin-top: 40px;
margin-bottom: 40px;
font-size: 16px;
	&.tac {
	text-align: center;
	}
	h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	color: @t;
	font-weight: 400;
	}
	h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: @rouge;
	font-weight: 300;
	font-size: 22px;
	}
	h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	strong, b {
	font-weight: bold;
	}
	em, i {
	font-weight: 300;
	font-style: italic;
	}
}



.dual_col {
overflow: hidden;
margin-top: 30px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
	>.col {
	width: 49%;
	float: right;
		&:first-child {
		float: left;
		}
	}
@media all and (max-width:900px){
max-width: 600px;
	>.col {
	width: auto;
	float: none !important;
	}
	&.bd {
		>.col {
		border: none;
		}
	}
}
}

.form {
	.name, legend {
	font-size: 16px;
	font-weight: 400;
	height: 39px;
	line-height: 39px;
	}
	input[type="text"],input[type="password"],input[type="number"],input[type="tel"],input[type="date"],input[type="email"] {
	font-size: 16px;
	font-weight: 300;
	height: 37px;
	}
	textarea {
	font-size: 16px;
	font-weight: 300;
	}
	.label.radio, label.checkbox {
		.input {
		margin-top: 5px;
		}
	}
	.classic_select {
	height: 37px;
		select {
		height: 37px;
		font-size: 16px;
		font-weight: 300;
		}
	}
}

.some_square_pics {
overflow: hidden;
	&.mgt {
	margin-top: 30px;
	}
	&.mgb {
	margin-bottom: 30px;
	}
	li {
	width: 130px;
	height: 130px;
	overflow: hidden;
	background-color: @b;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
		img {
		display: block;
		height: 100%;
		margin: auto;
		}
		a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		.bgz(cover);
		background-position: center center;
		.tr;
		}
	}
	li:hover {
		span {
		background-position: top left;
		}
	}
}

.points_listing {
	li {
	border-bottom: 1px dotted @bdc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	color: @t;
	position: relative;
	padding-left: 20px;
		i {
		color: @theme;
		position: absolute;
		top: 6px;
		left: 0;
		}
	}
}

@media all and (max-width:700px){
.pp_pic_holder {
position: fixed !important;
width: 100% !important;
left: 0px !important;
top: 0px !important;
	.pp_content {
	width: 100% !important;
	position: relative !important;
	height: 100% !important;
	}
	.ppt {
	width: auto !important;
	margin: 0 !important;
	height: 30px !important;
	}
	.pp_hoverContainer {
	width: 100% !important;
	height: 100% !important;
		.pp_next {
		background-position: center right !important;
		background-image: url(../img/prettyPhoto/arrow_right_bg.png) !important;
		.bgz(30px) !important;
		}
		.pp_previous {
		background-position: center left !important;
		background-image: url(../img/prettyPhoto/arrow_left_bg.png) !important;
		.bgz(30px) !important;
		}
	}
	.pp_expand {
	display: none !important;
	}
	.pp_details {
	width: 100% !important;
	margin: 0 !important;
		.pp_nav, .pp_description, .pp_social {
		display: none !important;
		}
		.pp_close {
		position: fixed;
		top: 5px;
		right: 3px;
		}
	}
	#fullResImage {
	width: 100% !important;
	height: auto !important;
	}
}
}

.sky_bg {
background-image: url(../img/illu_division/full.jpg);
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
position: relative;
max-width: 1920px;
margin: auto;
.bgz(100%);
	>.arrow {
	position: absolute;
	top: 0;
	left: 50%;
		i {
		position: absolute;
		left: -30px;
		top: -15px;
		font-size: 100px;
		color: @w;
		display: block;
		width: 60px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		}
	}
	#infosbar {
	background: none;
	}
@media all and (max-width:1000px){
.bgz(auto 120%);
}
@media all and (max-width:500px){
background: none;
background-color: #D9E1D9;
}
}

*/
#slider_home {
    max-width: 1920px;
    margin: auto;
}

#slider_home .btn_left span,
#slider_home .btn_right span {
    color: transparent;
}

#slider_home .btn_left span:hover,
#slider_home .btn_right span:hover {
    color: #fff;
}

#slider_home ul.boutons li span {
    background-color: transparent;
}

#slider_home ul.boutons li i {
    color: transparent;
}

#slider_home ul.boutons li:hover span,
#slider_home ul.boutons li.selected span {
    background-color: #fff;
}

#slider_home ul.boutons li:hover i,
#slider_home ul.boutons li.selected i {
    color: #fff;
}

#slider_home ul.boutons li span {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

#slider_home ul.boutons li i {
    font-size: 20px;
}

#slider_home .grand_slider li {
    background-position: top center;
    position: relative;
    color: #fff;
    text-align: center;
}

#slider_home .boutons li span {
    border: 1px solid #fff;
    width: 40px !important;
    height: 5px !important;
}

#slider_home .btn_left,
#slider_home .btn_right {
    display: none !important;
}

#slider_home .wrapper {
    height: 600px;
    position: relative;
    overflow: hidden;
}

#slider_home .logo_publitis {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: 130px;
    margin-bottom: 40px;
}

#slider_home .slide_title {
    color: #6CBD98;
    font-family: 'Lora', serif;
    font-size: 60px;
    margin-top: 160px;
}

#slider_home .logo_publitis + .slide_title {
    margin-top: 0;
}

#slider_home .slide_text {
    font-family: 'Lora', serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

#slider_home .content {
    position: absolute;
    bottom: 70px;
    right: 60px;
    font-size: 10px;
    height: 350px;
    width: 520px;
    overflow: hidden;
    text-align: center;
}

#slider_home .logo {
    width: 25em;
    margin: auto;
}

#slider_home .logo img {
    display: block;
    width: 100%;
}

#slider_home .title {
    color: #000;
    font-size: 2.6em;
    font-weight: 400;
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 10px;
    margin-right: 10px;
}

#slider_home .text {
    font-size: 1.8em;
    color: #000;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

#slider_home .classic_btn {
    margin-top: 20px;
}

@media all and (max-width: 1000px) {
    #slider_home .boutons li span {
        width: 60px !important;
        height: 15px !important;
    }
}

@media all and (max-width: 700px) {
    #slider_home .grand_slider li {
        -webkit-background-size: auto 400px;
        background-size: auto 400px;
    }

    #slider_home .wrapper {
        background: none;
        height: 400px;
    }

    #slider_home .logo_publitis {
        width: 150px;
        margin-top: 110px;
        margin-bottom: 20px;
    }

    #slider_home .slide_title {
        margin-top: 120px;
        font-size: 40px;
    }

    #slider_home .slide_text {
        font-size: 14px;
    }
}

#header {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    height: 60px;
}

#header .mobile_menu_btn {
    display: none;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    font-size: 30px;
    color: #5B534F;
}

#header .wrapper {
    position: relative;
}

#header .logo {
    position: absolute;
    top: 10px;
    left: 0;
    height: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#header .logo img {
    display: block;
    height: 100%;
}

#header .langs {
    overflow: hidden;
    font-size: 15px;
    float: right;
}

#header .langs li {
    float: left;
}

#header .langs li a,
#header .langs li span {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    padding: 0 10px;
}

#header .langs li.selected a {
    background-color: #6CBD98;
    color: #fff !important;
}

#header .langs li:hover a {
    background-color: #4caa7f;
    color: #fff !important;
}

#header .connection_menu {
    overflow: hidden;
    font-size: 15px;
    float: right;
}

#header .connection_menu li {
    float: left;
}

#header .connection_menu li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #6CBD98;
    padding: 0 10px;
}

#header .connection_menu li a:hover {
    color: #4a9b76;
}

#header .navbar {
    clear: both;
    float: right;
    margin-right: 60px;
    font-size: 15px;
    margin-left: 20px;
}

#header .navbar li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}

#header .navbar li a {
    color: #fff;
}

#header .navbar li:hover a,
#header .navbar li.selected a {
    color: #4caa7f !important;
}

#header.white,
#header.fixed {
    border-bottom: 1px solid #6CBD98;
    height: 80px;
    background-color: #fff;
}

#header.white .langs li a,
#header.fixed .langs li a {
    color: #5B534F;
}

#header.white .navbar li a,
#header.fixed .navbar li a {
    color: #5B534F;
}

#header.white .logo,
#header.fixed .logo {
    height: 60px;
}

@media all and (max-width: 800px) {
    #header {
        border-bottom: 1px solid #6CBD98;
        height: 40px !important;
        background-color: #fff;
    }

    #header .mobile_menu_btn {
        display: block;
    }

    #header .navbar {
        display: none;
    }

    #header .langs li a {
        color: #5B534F;
    }

    #header .navbar li a {
        color: #5B534F;
    }

    #header .logo {
        height: 30px !important;
        top: 5px;
        left: 50px;
    }
}

#header_spacer {
    height: 80px;
    margin-bottom: 40px;
}

@media all and (max-width: 800px) {
    #header_spacer {
        height: 40px;
    }
}

#home_duo_blocks {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 800px;
    overflow: hidden;
}

#home_duo_blocks .block {
    width: 48%;
    float: left;
    color: #5B534F;
    font-size: 13px;
    text-align: justify;
}

#home_duo_blocks .block:first-child {
    float: right;
}

#home_duo_blocks .illu img {
    display: block;
    max-width: 100%;
}

#home_duo_blocks .highlight {
    background-color: #6CBD98;
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
}

@media all and (max-width: 900px) {
    #home_duo_blocks {
        width: auto;
    }

    #home_duo_blocks .block {
        width: 96%;
        margin: auto;
        float: none !important;
    }

    #home_duo_blocks .illu_block {
        width: auto;
        margin-bottom: 20px;
        max-width: 400px;
    }

    #home_duo_blocks .highlight {
        padding: 10px 0;
    }

    #home_duo_blocks .illu {
        height: 100px;
        overflow: hidden;
    }
}

#stylised_list {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

#stylised_list ul {
    list-style-type: decimal-leading-zero;
    width: 40%;
    margin: auto;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 30px;
    font-family: 'Lora', serif;
}

#stylised_list ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

#stylised_list ul span {
    color: #5B534F;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-left: 10px;
    display: block;
}

#stylised_list .bg {
    position: absolute;
    right: 70%;
    height: 100%;
    top: 0;
    width: 30%;
    z-index: 2;
    background-image: url(../img/bg-avantages.jpg);
    -webkit-background-size: 800px;
    background-size: 800px;
    background-position: top right;
}

@media all and (max-width: 600px) {
    #stylised_list ul {
        width: 75%;
        padding-right: 5%;
        float: right;
    }

    #stylised_list .bg {
        right: 80%;
        width: 20%;
    }
}

@media all and (max-width: 400px) {
    #stylised_list ul {
        font-size: 20px;
    }
}

#gray_text_banner {
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 24px;
    background-color: #5B534F;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 3%;
}

#gray_text_banner em {
    color: #87CBC9;
}

@media all and (max-width: 500px) {
    #gray_text_banner {
        font-size: 18px;
    }
}

#method_listing {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#method_listing li {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 30px;
    vertical-align: top;
}

#method_listing .wrap {
    border: 1px solid #ddd;
    width: 270px;
    height: 270px;
    position: relative;
}

#method_listing .number {
    position: absolute;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    top: 100px;
    left: -35px;
    background-color: #5B534F;
    font-family: 'Lora', serif;
    font-size: 39px;
    color: #fff;
}

#method_listing .content {
    margin: 20px 10px 0 50px;
    text-align: left;
}

#method_listing .title {
    font-weight: bold;
    color: #6CBD98;
    font-size: 18px;
    margin-bottom: 10px;
}

#method_listing .text {
    font-size: 13px;
    color: #5B534F;
}

#footer {
    background-color: #ECECEC;
    text-align: center;
}

#footer .wrapper {
    padding: 60px 0;
}

#footer .logo {
    display: block;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

#footer .text {
    font-family: 'Lora', serif;
    font-size: 24px;
    color: #5B534F;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (max-width: 700px) {
    #footer .wrapper {
        padding: 40px 0;
    }

    #footer .logo {
        width: 150px;
    }

    #footer .text {
        font-size: 16px;
    }
}

#legacy {
    background-color: #ECECEC;
    color: #5B534F;
    text-align: center;
    padding: 5px;
}

#legacy a {
    color: #6CBD98;
}

#legacy a:hover {
    text-decoration: underline;
}

#privacy_text {
    font-size: 14px;
    color: #5B534F;
    margin-top: 40px;
    margin-bottom: 40px;
}

#error_404 {
    text-align: center;
    margin-bottom: 200px;
    color: #5B534F;
    font-size: 10px;
}

#error_404 i {
    font-size: 25em;
    display: block;
    margin-top: 100px;
    color: #6CBD98;
}

#error_404 h1 {
    font-size: 10em;
    text-transform: uppercase;
    font-weight: bold;
}

#error_404 .text {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    color: #87CBC9;
}

#error_404 #presentation {
    font-size: 14px;
    color: #5B534F;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (max-width: 600px) {
    #error_404 {
        font-size: 6px;
    }
}

#contact_block {
    overflow: hidden;
    max-width: 600px;
    width: 96%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

#contact_block .info_inputs {
    font-size: 12px;
    color: #6CBD98;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact_block .name em {
    color: #6CBD98;
    font-weight: bold;
    font-family: 'Lora', serif;
}

#faq_listing {
    max-width: 1000px;
    margin: auto;
    width: 96%;
    margin-bottom: 100px;
}

#faq_listing li {
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}

#faq_listing .number {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Lora', serif;
    font-size: 40px;
    color: #6CBD98;
    line-height: 40px;
}

#faq_listing .title {
    font-size: 18px;
    color: #6CBD98;
    font-weight: bold;
    margin-bottom: 5px;
}

#faq_listing .text {
    font-size: 12px;
    color: #5B534F;
}

@media all and (max-width: 450px) {
    #faq_listing li {
        padding-left: 35px;
    }

    #faq_listing .number {
        font-size: 24px;
        line-height: 24px;
    }
}

#textual_dyn_banner {
    background-color: #87CBC9;
    position: relative;
}

#textual_dyn_banner .illu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background-image: url(../img/contract-illu.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}

#textual_dyn_banner .content {
    height: 300px;
    margin-left: 60%;
}

#textual_dyn_banner .text {
    font-size: 18px;
    color: #fff;
    padding: 20px;
}

#textual_dyn_banner .text strong {
    font-size: 1.3em;
    color: #000;
}

@media all and (max-width: 800px) {
    #textual_dyn_banner .illu {
        position: static;
        height: 100px;
        width: auto;
    }

    #textual_dyn_banner .content {
        margin-left: 0;
        height: auto;
    }
}

@media all and (max-width: 500px) {
    #textual_dyn_banner .text {
        font-size: 16px;
    }
}

/*
#header {
height: 80px;
background-color: @rouge;
position: fixed;
width: 100%;
top: 0;
z-index: 20;
	>span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background-color: @theme;
	z-index: 1;
	}
	.wrapper {
	position: relative;
	z-index: 2;
	background-image: url(../img/navbar-duo-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 80px;
	}
	.mobile_menu_btn {
	display: none;
	}
	.logo {
	float: left;
	height: 70px;
	margin-top: 5px;
	margin-left: 5px;
		img {
		display: block;
		height: 100%;
		}
	}
	.tel {
	position: absolute;
	top: 0;
	right: 50%;
	height: 80px;
	line-height: 80px;
	font-size: 34px;
	color: @b;
	font-weight: 400;
	vertical-align: middle;
	padding-right: 50px;
		img {
		height: 40px;
		vertical-align: middle;
		position: relative;
		top: -5px;
		}
	}
	.navbar {
	float: right;
	font-size: 18px;
		li {
		float: left;
		margin-right: 20px;
			a {
			display: block;
			height: 80px / 2;
			line-height: 80px / 2;
			margin-top:  80px / 4;
			color: @w;
			font-weight: 400;
			padding: 0 10px;
			.round(20px);
			}
		}
		li:hover, li.selected {
			a {
			background-color: darken(@rouge,20%);
			}
		}
	}
@media all and (max-width:1400px){
	.navbar {
		li {
		margin-right: 5px;
		}
	}
}
@media all and (max-width:1200px){
	.navbar {
	font-size: 16px;
		li {
		margin-right: 5px;
		}
	}
}
@media all and (max-width:1100px){
height: 40px;
	.wrapper {
	.bgz(auto 40px);
	}
	.logo {
	height: 30px;
	}
	.tel {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	right: 0;
	padding-right: 10px;
	color: @w;
		img {
		height: 30px;
		top: -3px;
		}
	}
	.navbar {
	float: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background-color: @rouge;
	height: 40px;
	border-top: 2px solid @w;
		li {
		margin-right: 0;
		margin-left: 5px;
			a {
			margin-top: 0;
			}
		}
	}
}
@media all and (max-width:700px){
	.mobile_menu_btn {
	display: block;
	height: 40px;
	line-height: 37px;
	width: 40px;
	text-align: center;
	color: @rouge;
	font-size: 30px;
	float: left;
	margin-right: 40px;
	}
	.navbar {
	display: none;
	}
}
@media all and (max-width:400px){
	.mobile_menu_btn {
	margin-right: 5px;
	}
	.tel {
		img {
		display: none;
		}
	}
}
}//#header

//////////////////////////////////////////////////////////////////////////////////////

#header_spacer {
display: block;
height: 80px;

@media all and (max-width:1100px){
height: 82px;
}
@media all and (max-width:700px){
height: 40px;
}
}

//////////////////////////////////////////////////////////////////////////////////////

#garbages_list {
overflow: hidden;
margin-top: 40px;
margin-bottom: 100px;
text-align: center;
position: relative;
	li {
	float: left;
	width: 50%;
	border-bottom: 2px solid @w;
	text-align: left;
	overflow: hidden;
	}
	li:first-child>span {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 2px;
	background-color: @w;
	}
	.garbages_icons {
	width: 220px;
	display: block;
	float: left;
	margin: 20px;
	}
	.title {
	margin: 20px;
	font-size: 26px;
	}
	.text {
	margin: 20px;
	font-size: 14px;
	}
@media all and (max-width:950px){
	li {
	float: none;
	width: auto;
	height: auto !important;
	}
	li>span {
	display: none;
	}
}
@media all and (max-width:500px){
	.garbages_icons {
	float: none;
	margin: auto;
	margin-top: 20px;
	}
}
}

//////////////////////////////////////////////////////////////////////////////////////

#icon_and_sky_listing_template {
max-width: 1920px;
margin: auto;
	.icon_zone {
	height: 120px;
	position: relative;
	z-index: 5;
	}
	.zone_bg {
	height: 220px;
	display: block;
		&.zone1 {
		background-image: url(../img/illu_division/part1.jpg);
		}
		&.zone2 {
		background-image: url(../img/illu_division/part2.jpg);
		}
		&.zone3 {
		background-image: url(../img/illu_division/part3.jpg);
		}
	}
}

//////////////////////////////////////////////////////////////////////////////////////

#services_trio {
overflow: hidden;
margin-top: 30px;
margin-bottom: 30px;
	li {
	float: left;
	width: 33.3%;
	min-width: 230px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
		&:hover {
		background-color: @gris_clair;
			.service_title {
			background-color: darken(@theme,10%);
			}
		}
	}
	.classic_text {
	margin: 20px 10px;
	}
	.read_more {
	font-size: 18px;
	font-weight: 400;
		i {
		color: @theme;
		}
	}
@media all and (max-width:800px){
	li {
	float: none;
	width: auto;
	}
	.classic_text {
	height: auto !important;
	}
	.read_more {
	display: none;
	}
}
}

//////////////////////////////////////////////////////////////////////////////////////

#footer_menu {
background-color: @b;
	.navbar {
	border-top: 1px solid @bdc;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}
	li {
	font-size: 24px;
	display: inline-block;
	margin: 0 10px;
		a {
		color: @w;
		}
	}
	li:hover, li.selected {
		a {
		color: @theme;
		}
	}
@media all and (max-width:800px){
	li {
	font-size: 20px;
	margin: 0 8px;
	}
}
@media all and (max-width:400px){
	li {
	font-size: 16px;
	margin: 0 4px;
	}
}
}

//////////////////////////////////////////////////////////////////////////////////////

#legacy {
background-color: @b;
color: @w;
text-align: center;
font-size: 14px;
padding: 10px;
	a {
	color: @w;
	}
	a:hover {
	text-decoration: underline;
	}
@media all and (max-width:400px){
font-size: 12px;
}
}



//////////////////////////////////////////////////////////////////////////////////////

#infosbar {
background-image: url(../img/illu_division/part4.jpg);
.bgz(100%);
max-width: 1920px;
margin: auto;
	ul {
	height: 220px;
	background-image: url(../img/illu_division/black.png);
	text-align: center;
	overflow: hidden;
	}
	li {
	font-size: 26px;
	color: @w;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
	margin: 0 20px;
	margin-top: 90px;
		img {
		display: inline-block;
		width: 40px;
		vertical-align: middle;
		position: relative;
		top: -5px;
		margin-right: 5px;
		}
	}
@media all and (max-width:800px){
.bgz(auto 140%);
	li {
	margin-top: 0;
	display: block;
	line-height: 16px;
	}
	li:first-child {
	margin-top: 65px;
	margin-bottom: 20px;
	}
}
}

//////////////////////////////////////////////////////////////////////////////////////

#error_404 {
text-align: center;
margin-bottom: 200px;
color: @t;
font-size: 10px;
	i {
	font-size: 25em;
	display: block;
	margin-top: 100px;
	color: @theme;
	}
	h1 {
	font-size: 10em;
	text-transform: uppercase;
	font-weight: bold;
	}
	.text {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 300;
	color: @rouge;
	}
@media all and (max-width:600px){
font-size: 6px;
}
}

//////////////////////////////////////////////////////////////////////////////////////



#quotation_textarea_height {
min-height: 183px;
height: 183px;
}

.quotation_step {
display: none !important;
	&.on {
	display: block !important;
	}
}

//////////////////////////////////////////////////////////////////////////////////////

*/
