@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold.eot');
    src: url('../fonts/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bebasneue_bold.woff2') format('woff2'),
        url('../fonts/bebasneue_bold.woff') format('woff'),
        url('../fonts/bebasneue_bold.ttf') format('truetype'),
        url('../fonts/bebasneue_bold.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
video{
    display: flex;
    margin: 20px auto;
}
ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

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

a, .lienseo {
    text-decoration: none;
}

input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* FIN RESET */

/* BX-SLIDER RESPONSIVE */
.bxslider{visibility:hidden; height:100px;} /* HAUTEUR A DEFINIR, JE REPREND CELLE DU BLOC "bx-viewport" ou celui du bxSlider */

/* VIEWPORT CSS3 */
@viewport {
    zoom:1;
}

-webkit-@viewport {
    zoom: 1;
}

-ms-@viewport {
    zoom: 1;
}

-moz-@viewport {
    zoom: 1;
}

-o-@viewport {
    zoom: 1;
}

@font-face {
    font-family:'icon';src:url('../fonts/iconic.eot');src:url('../fonts/iconic.eot?#iefix') format('embedded-opentype'),url('../fonts/iconic.woff') format('woff'),url('../fonts/iconic.ttf') format('truetype'),url('../fonts/iconic.svg#sosaregular') format('svg');font-weight:normal;font-style:normal;
}

/* CLASSE GENERALE */
.picto {
    font-family: 'icon' !important;
}

.clear_both {
    clear: both;
    display: block;
}
.no_mobile {
    display: none;
}

.no_desktop {
    display: block;
}


.imgRight img,.imgLeft img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.imgRight {
    position: relative;
    float: right;
    width: 40.425597%;
    margin: 0 0 10px 10px;
    max-width: 300px;
}

.imgLeft {
    position: relative;
    float: left;
    width: 40.425597%;
    margin: 0 10px 10px;
    max-width: 300px;
}

body,
input,
textarea{
    font-family: Arial,sans-serif ;
}
body {
    position: relative;
    font-size: 81.25%;
    color: white;
    overflow-x:hidden;
    background: url("../gifs/bg.jpg");
    line-height: 1;
}

a {
    color: #CBCBCB;
}

h1 {
    font-size: 1.84em;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    line-height: 25px;
}

h2,.titre-relance {
    font-size: 1.53em;
    color: #FFF;
    margin-bottom: 5px;
}

.colonne_centre p.titre-relance {
    border-bottom: 1px solid white;
    padding-bottom: 4px;
    font-size: 20px;
}

h3 {
    color: #2FA7D5;
    font-size: 1.23em;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

#container {
    max-width: 638px;
    min-width: 300px;
}
/****************************************************************************** HEADER */
header {
    position: relative;
    margin: auto;
    z-index: 10;
    margin-bottom: 31px;
}
/* LOGO */
.logo {
    position: relative;
    display: block;
    width: 274px;
    margin: 0 auto;
}

.logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.baseline {
    display: block;
    font-family: "bebas_neuebold";
    color: rgb(26, 145, 190);
    font-size: 58px;
    position: absolute;
    top: 61px;
    right: 5px;
    line-height: 33px;
}

.baseline span{
    display: block;
    font-size: 23px;
    color: white;
}
/* CONTACT HEADER */
.contact_header {
    margin-top: 20px;
    margin: 13px 10px 5px;  
    border: 5px solid rgba(49, 49, 49, 0.21);
}


.contact_header .mail {
    background: #045197;
    color: #fff;
    font-size: 1.23em;
    padding: 4px 0;
    margin-bottom: 5px;
}

.contact_header .tel {
    font-size: 1.3em;
    line-height: 20px;
    background: url("../gifs/bg_blue.png");
    padding: 15px;
    box-shadow: inset 0 0 9px black;
}

.contact_header .tel span {
    display: block;
    color: white;
}

.contact_header .tel span span {
    display: inline-block;
    font-weight: bold;
}
/* MENU */
.menu {
    margin-top: 20px;
    z-index: 5;
    position: relative;
}

.nav {
    color: #fff;
    font-size: 1.38em;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    margin-bottom: 1px;
    background: #f90;
    padding: 5px 0;
}

.nav:before {
    content: 'Afficher la navigation';
}

.menu .nav.nav_open{
    background: #045197;
}
.menu .nav.nav_open:before {
    content: 'Masquer la navigation';
}

.menu ul.tabs {
    display: block;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    max-height: 0;
}

.menu ul.tabs.dropdown_open {
    max-height: 40em;
}

.menu li {
    margin-bottom: 1px;
}

.menu li a {
    display: block;
    padding: 6px 0 6px 10px;
    background: #e7e7e7;
    font-size: 1.23em;
}

.menu li a.selected,.menu li a:active,.menu li a:hover {
    background: #045197;
    color: #fff;
}

.menu ul li ul li {
    margin-bottom: 0;
}

.menu ul li ul li a {
    padding: 4px 5px 4px 25px;
    font-size: 1em;
}
/* BX SLIDER */
header .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    border-radius: 4px;
    display: inline-block;
    width: 70.3%;
    float: right;
}

header .bx-viewport {
    background: rgba(0, 0, 0, 0.85);
}

.colonne_centre .bx-wrapper {
    position: relative;
    margin: 15px auto 0;
    padding: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    float: right;
}

.colonne_centre .slider_produits{
    margin: 0
}

.bx-controls-direction{
    position: absolute;

    top: -65px;
    right: 0;
    background: black;
    border-radius: 4px;
    padding: 5px 0;
}

.bx-controls-direction a{
    color: black;
    margin: 0 0 0 4px;
    border-radius: 4px;
    width: 20px;
    height: 19px;
    display: inline-block;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper img {
    width: 100%;
    vertical-align: bottom;
    box-shadow: inset 0 0 9px black;
}
/* TOP BAR */
.top_bar {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.top_bar ul{
    letter-spacing: -0.25em
}
.top_bar li{
    display: inline-block;
    letter-spacing: normal;

    vertical-align: middle;
    width: 20%;
}
.top_bar li a{
    display: block;
    padding: 5px 0;
    overflow: hidden;
    height:30px;
    -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box
}
.top_bar li a:hover,
.top_bar li a.selected{
    background: #1A91BE;
    color: #104B8C;
}
.top_bar li a:before{
    font-family:'icon';
    display: block;
    color: #fff;
    font-size:1.23em;
    text-align: center;
    margin-bottom:10px;
}
.top_bar_1:before{
    content:'a';
}
.top_bar_2:before{
    content:'z';
}
.top_bar_3:before{
    content:'e';
}
.top_bar_4:before{
    content:'r';
}
.top_bar_5:before{
    content:'t';
}
/****************************************************************************** CONTENT */
.content {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}

.colonne_centre{
    padding: 0 10px;
    position: relative;
}
/* ENCART ACTU */
.encart_actu {
    background: black;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    box-shadow: inset 0 0 9px black;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.encart_actu div.titre_actu {
    font-size: 1.44em;
    margin-bottom: 17px;
}

.encart_actu li a {
    color: #FFF;
    font-weight: bold;
}

#container .encart_actu .bouton,#container .encart_plan .bouton {
    margin-top: 10px;
    display: block;
    text-align: left;
    float: inherit;
}

#container .encart_actu .bouton a {
    display: block;
    text-align: center;
}
/******************************** COLONNE CENTRE */
.colonne_centre p, .actualitesDetailContenu {
    margin-bottom: 10px;
    letter-spacing: normal;
    line-height: 20px;
    font-size: 14px;
}

.colonne_centre.page_contact p {
    line-height: 17px;
    font-size: 13px;
}

strong {
    font-weight: bold;
}

.colonne_centre ul {
    margin: 10px 0 10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.colonne_centre ul li {
    color: #FFF;
    margin: 5px 0;
    line-height: 20px;
    font-size: 14px;
}

.colonne_centre ul li a {
    color: #FFF;
}
/* FIL ARIANE */
#fil_ariane {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 20px;
}

#fil_ariane div {
    display: inline;
} 

#fil_ariane strong {
    color: #FFF;
}

#fil_ariane a {
    color: #FFF;
}

#fil_ariane a:hover {
    color: #1A91BE;
}
/* BOUTON */
#container .bouton {
    text-align: right;
    border: 3px solid #313131;  
    border: 3px solid rgba(49, 49, 49, 0.61);  
    border-bottom: 3px solid #6a6d70;  
    margin-top: 25px;  
    border-radius: 4px;
    display: inline-block;
    float: right;
}

.bouton a {
    display: inline-block;
    background: url("../gifs/btn.png") repeat-x;
    padding: 2px 10px;
    color: white;
    line-height: 18px;
    font-size: 12px;
    box-shadow: inset 0 0 5px black;
}

.bouton a:hover {
    background: #5e5e5e;
    color: #fff;
}
/* ENCART */
.encart {
    margin-bottom: 10px;
}

.encart a {
    display: block;
    background: #5e5e5e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.encart a+a {
    margin-top: 5px;
}

.encart a:hover {
    background: #f90;
    color: #5e5e5e;
}
/* RELANCE */
#relance {
    display: block;
    margin-top: 20px;
    padding-top: 5px;
}

#relance ul li a {
    color: #FFFFFF;
}

#relance ul li a:hover {
    color: #B9B9B9;
}
.block_contact{
    display: box; /* 2009 */
    display: -o-box; /* 2009 */
    display: -moz-box; /* 2009 */
    display: -webkit-box; /* 2009 */

    display: flexbox; /* 2011 */
    display: -o-flexbox; /* 2011 */
    display: -moz-flexbox; /* 2011 */
    display: -webkit-flexbox; /* 2011 */

    display: flex; /* 2012 */
    display: -o-flex; /* 2012 */
    display: -moz-flex; /* 2012 */
    display: -webkit-flex; /* 2012 */

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info_contact{
    box-ordinal-group: 2; /* 2009 */
    -o-box-ordinal-group: 2; /* 2009 */
    -moz-box-ordinal-group: 2; /* 2009 */
    -webkit-box-ordinal-group: 2; /* 2009 */

    flex-order: 2; /*2011 */
    -o-flex-order: 2; /*2011 */
    -moz-flex-order: 2; /*2011 */
    -webkit-flex-order: 2; /*2011 */

    order: 2; /*2012*/
    -o-order:2; /*2012*/
    -moz-order: 2; /*2012*/
    -webkit-order: 2; /*2012*/
    padding: 0;
    letter-spacing:-0.25em;
    margin: 20px 0;  margin-top: 25px;  
    border-left: 1px solid rgb(145, 145, 145);
    padding-left: 16px;
}
.info_contact h2,
.formulaire_contact h2,
.carte h2{
    font-size: 1.23em;
    margin-bottom: 10px;
    margin-top: 0;
}
.info_contact p{
    margin: 0;
}
.info_contact div{
    letter-spacing: normal;
    position: relative;
}
.info_contact div div{
    display: block;
    width:100%;
    padding: 0 0 0 20px;
}
.info_contact div+div{
    margin-top: 10px;
    padding-top: 10px;
}
.info_contact div div+div{
    margin: 15px 0 0 0;
    padding-top: 0;
}
.info_contact div+div:before{
    content:'';
    display: block;
    position: absolute;
    background: #dddddd;
    width: 100%;
    height: 2px;
    top: 0;
    left:0;
}
.info_contact div div:before{
    width: 14px;
    margin-right: 5px;
    content:'';
    display:block;
    position: absolute;
    left:0;
    top: 3px;
    height: 13px;
}
.info_contact div .info_mail:before{
    background: url(../gifs/info_contact.png) left 0px no-repeat;
}
.info_contact div .info_mail:hover:before{
    background-position: left -13px
}
.info_contact div .info_tel:before{
    background: url(../gifs/info_contact.png) left -26px no-repeat;
}
.info_contact div .info_adresse:before{
    background: url(../gifs/info_contact.png) left -39px no-repeat;
    height: 18px;
}
.info_contact div .info_horaire:before{
    background: url(../gifs/info_contact.png) left -57px no-repeat;
}
.info_contact div .info_rdv:before{
    background: url(../gifs/info_contact.png) left -70px no-repeat;
    height: 14px;
}
.info_contact div .info_transport:before{
    background: url(../gifs/info_contact.png) left -84px no-repeat;
    height: 14px;
}
.info_contact div .info_parking:before{
    background: url(../gifs/info_contact.png) left -98px no-repeat;
    height: 14px;
}
.info_contact p em,
.info_contact div a.btn_contact{
    font-style: italic;
    font-size: 0.84em;
    display: block;
    margin-top: 5px;
}
.info_transport p strong,
.info_parking p strong{
    font-size: 0.84em;
}
.info_mail:hover a,
.info_tel strong,
.info_adresse,
#gmap_link:hover,
.info_adresse a:hover,
.info_tel a:hover{
    color: #FFF;
}
/* Formulaire */
.formulaire_contact{
    box-ordinal-group: 1; /* 2009 */
    -o-box-ordinal-group: 1; /* 2009 */
    -moz-box-ordinal-group: 1; /* 2009 */
    -webkit-box-ordinal-group: 1; /* 2009 */

    flex-order: 1; /*2011 */
    -o-flex-order: 1; /*2011 */
    -moz-flex-order: 1; /*2011 */
    -webkit-flex-order: 1; /*2011 */

    order: 1; /*2012*/
    -o-order: 1; /*2012*/
    -moz-order: 1; /*2012*/
    -webkit-order: 1; /*2012*/
    letter-spacing: -0.25em;
    padding: 10px;
}
.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2{
    letter-spacing: normal;
    margin-top: 9px;
}

form#formulaire_4 , form#formulaire_6{
}
/* styliser la couleur des placeholders dans les inputs */ 
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: white;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: white;
}
input:-ms-placeholder,
textarea:-ms-placeholder {
    color: white;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: white;
}
input.placeholder,
textarea.placeholder {
    color: white;
}
input[placeholder],
textarea[placeholder]{
    color: white;
}
form.generateur .form_left .divGenerateur{
    margin-bottom: 0 !important
}
/* ville + code postal */
.cp_ville{
    letter-spacing: normal;
}
.cp_ville p{
    width: 31.914945%;
    letter-spacing: normal;
    display: inline-block;
}
.cp_ville p #field_14{
    width: 100% !important;
}
.cp_ville p+p{
    width: 65.957553%;
    float: right;
}
/****************************************************************************** FOOTER */
footer {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.adresse_footer,.ML_box.no_desktop {
    text-align: center;
    font-size: .84em;
}

.ML_box.no_desktop {
    cursor: pointer;  
    font-size: 13px;  
    text-align: right;  
    display: inline-block;  
    background: url("../gifs/btn_footer.png") no-repeat -10px 0;  
    width: 156px;  
    text-align: center;  
    height: 36px;  
    position: relative;  
    margin-top: 0;  
    padding-top: 10px;
    float: right;
}
/* BOUTON SCROLL TO TOP */
.top_site_mobile {
    position: fixed;
    bottom: 19%;
    right: 2%;
    background: #5e5e5e;
    padding: 3px 6px;
    z-index: 20;
    color: #fff;
    font-family: 'icon';
    font-size: 1.38em;
    display: none;
}
/****************************************************************************** BLOC REFERENCEMENT */
.ref_close {
    position: fixed;
    right: -97.3%;
    bottom: 0;
    color: #fff;
    display: none;
    text-decoration: none;
    width: 95.5%;
    -webkit-border-radius: 30px 0 0 0 / 30px 0 0 0;
    -moz-border-radius: 90px 0 0 0 / 90px 0 0 0;
    -ms-border-radius: 30px 0 0 0 / 30px 0 0 0;
    border-radius: 90px 0 0 0 / 90px 0 0 0;
    cursor: pointer;
    background-color: #2C2C30;
    padding: 4px 2% 4px 2.5%;
    min-height: 28px;
    z-index: 15;
}

.ref_close .plus_ref {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 6px;
    background: url(../gifs/plus_ref.png) no-repeat;
    bottom: 3px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.rotate_plus {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contenu_ref {
    position: relative;
    float: right;
    display: block;
    width: 98%;
}


.rappel_telephonique{
    max-width: 470px;
    -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
}
.rappel_telephonique,
#ami_box_frame,
#newsletter_iframe{
    padding: 10px;
}
#ami_box_frame img {margin:25px 0}
#newsletter_iframe form{
    text-align: right;
}
form.generateur p,
form.generateur div.divGenerateur,
form.generateur div.divGenerateurErreur{
    padding: 0 !important;
    font-size: 1em !important;
    margin: 0 0 10px 0 !important;
}
form.generateur p.erreur input,
form.generateur p.erreur textarea{
    border: 1px solid red;
}
form.generateur label,
form.formulaire label,
#newsletter_iframe div label{
    display: block;
    float: none !important;
    font-size: 0.84em;
    text-align: left !important;
    width: 100% !important;
    padding: 0 !important;
    line-height: normal !important;
    margin:0 0 5px !important;
    color: #FFF;
}

form.generateur .noFloatingLabel{
    color: #FFFFFF;
}
.formulaire_contact p label span{
    color: red;
    display: inline-block;
}
form input[type="text"],
form.generateur textarea,
form.formulaire textarea{
    width:100%;
    text-indent: 5px;
    height:25px;
    font-size: 0.84em;
    -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
    border:1px solid #adadad;
    color: #ffffff;
    background: none;

}
form.generateur textarea,
form.formulaire textarea{
    padding-top: 5px;
    height: 120px;
}
form .form_left textarea{
    height: 198px;
}
/* inscription newsletter bouton radio + checkbox */
.formulaire_contact input[type='checkbox'],
.formulaire_contact input[type='radio']{
    width: auto !important;
    margin-right: 5px;
}
.divGenerateur ul,
.divGenerateur li{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.divGenerateur label.optional{
    display: none;
}
.divGenerateur li label{
    display: block;
    width: 100%;
}
/* bouton submit */
form.generateur p.submit,
form.formulaire p.submit,
#form_newsletter input[type="submit"]{
    clear: both;
    text-align: right;
    margin: 30px 0 0!important;
}
form.generateur input[type="submit"],
form.formulaire input[type="submit"],
#form_newsletter input[type="submit"],
.news input[type="button"],
.recherche_actu input[type="submit"]{
    border: none !important;
    color: #fff;
    background: url("../gifs/btn.png")repeat-x;  
    padding: 2px 10px;  
    color: white;  
    box-shadow: inset 0 0 5px black;
    display: inline-block !important;
    padding: 4px 10px;
    cursor: pointer;
    -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
}
form.generateur .form_right input#field_3,
.rappel_telephonique form.generateur input#field_4{
    max-width:110px;
}
.news input[type="button"]{
    height: 25px;
    padding:0 10px;
    margin-left: 10px;
}
form.generateur input[type="submit"]:hover,
form.formulaire input[type="submit"]:hover,
#form_newsletter input[type="submit"]:hover,
.news input[type="button"]:hover{
    background: #6F6F6F;
    color: #FFFFFF;
}
.news #form_newsletter input#submit_newsletter {
    display: none !important;
}
.divGenerateurRequired{
    letter-spacing: normal;
    margin-top: 5px;
}
/* input newsletter */
.news{
    background: #dddddd;
    padding: 10px;
    text-align: center;
    max-width: 960px;
    margin: 20px auto;
}
.news #form_newsletter{
    width:50%;
}
.news #form_newsletter input#submit_newsletter{
    display: none !important;
}
.news #form_newsletter input[type="text"]{
    width: 100%;
}
.news label{
    float: none !important;
}
.news #form_newsletter,
.news label,
.news input[type="button"]{
    display: inline-block;
    vertical-align: middle
}
.news #mess_newsletter{
    display: block;
    text-align: center;
    font-size: 0.92em;
    line-height:25px;
}
/* infobulle */
form.generateur p.erreur, 
form.generateur div.divGenerateurErreur {
    border:none !important;
}
form.generateur p.erreur span.erreur{
    display: none!important;
}
.hint,
[data-hint] {
    position: relative;
    display: block;
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
p.erreur.hint:before, p.erreur.hint:after, p.erreur.hint:hover:before, p.erreur.hint:hover:after, p.erreur.hint:focus:before, p.erreur.hint:focus:after,
div.divGenerateurErreur.hint:before, div.divGenerateurErreur.hint:after, div.divGenerateurErreur.hint:hover:before, div.divGenerateurErreur.hint:hover:after, div.divGenerateurErreur.hint:focus:before,div.divGenerateurErreur.hint:focus:after{
    visibility: visible;
    opacity: 1;
}
.divGenerateurErreur{
    clear: both;
    display: block;
}
.hint:before,
[data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 5;
}
.hint:after,
[data-hint]:after {
    content: attr(data-hint);
    background: #c02022;
    color: white;
    padding: 4px 8px;
    font-size: 0.84em;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hint--bottom:before {
    border-bottom-color: #c02022;
}
.hint--bottom:before {
    margin-top: -12px;
    left: 8%;
    bottom: -12px;
}
.hint--bottom:after {
    margin-left: -18px;
    bottom: -32px;
    left: 8%; 
}
.hint--bottom:hover:after, 
.hint--bottom:hover:before, 
.hint--bottom:focus:after, 
.hint--bottom:focus:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}
/* message validation / erreur */
div.valide,
div.erreur{
    letter-spacing: normal;
    font-weight: normal;
    color: #5e5e5e !important;
    padding: 10px 10px 10px 35px !important;
    position: relative;
    background: none !important;
}
div.valide{
    border: 1px solid #9ac03e;
}
div.erreur{
    border: 1px solid #fb1a49;
}
div.valide:before{
    background: url("../gifs/info_contact.png") left -112px no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    left: 10px;
    margin-right: 15px;
    position: absolute;
    top: 40%;
    vertical-align: top;
    width: 14px;
}
div.erreur:before{
    background: url("../gifs/info_contact.png") left bottom no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    left: 10px;
    margin-right: 15px;
    position: absolute;
    top: 40%;
    vertical-align: top;
    width: 14px;
}
div.valide p,
div.erreur p{
    margin: 0 0 0 25px !important;
}
.validation{
    display: none;
}
/* message validation / erreur CONSEILLER A UN AMI */
.errors{
    color: red;
    font-size:0.84em;
    text-align: right;
}

/* MENU VERTICAL */
nav.vertical ul li{
    position: relative; 
    z-index: 9;
}
nav.vertical ul li a.last_link{
    background: #3e5692 url(../gifs/menu_hover.png) no-repeat -50px center;}

nav.vertical ul li a.last_link.selected {
    background: #3e5692 url(../gifs/menu_hover.png) no-repeat -50px center;
    background-position: left center;  text-indent: 50px;
}
.nav {
    color: #fff;
    font-size: 1.38em;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    margin-bottom: 1px;
    background: #000;
    padding: 8px 0;
    width: 194px;
    text-transform: uppercase;
    font-size: 12px;
}

nav.vertical {
    padding: 6px 10px;
    width: 100%;
}

.nav:before{
    content: url("../gifs/menu.png");
    padding-right: 5px;
}

.nav:after {
    content: 'Afficher la navigation';
}

nav.vertical .nav.nav_open{
    background: #485779;
}
nav.vertical .nav.nav_open:after {
    content: 'Masquer la navigation';
}

nav.vertical ul.tabs {
    display: block;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    max-height: 0;
}
nav.vertical ul.tabs.dropdown_open {
    max-height: 40em;
}
nav.vertical ul li{
    border-bottom: 1px solid white;
}

nav.vertical ul li:last-child {
    border: none;
}
nav.vertical ul li a{
    display: block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 3px;
    color: #fff;
    background: #000000;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
nav.vertical ul li a:hover{
    background-position: left center;  text-indent: 50px;
}
nav.vertical .dropdown{
    position: relative;
}
nav.vertical .dropdown li{
    margin-top: 0;
    border: none;
    box-shadow: 0px -1px 0px #D0D0D0;
}

nav.vertical .open a:hover, 
nav.vertical li.selected .dropdown a:hover, 
nav.vertical li.selected .dropdown a.selected{
    padding-left: 30px!important;
}
nav.vertical .derouler {
    display: block;  
    position: absolute;  
    right: 0;  
    top: 0;  
    width: 30px;  
    height: 39px; 
    background: url(../gifs/plus.png) no-repeat center center;  
    cursor: pointer;  
    z-index: 5;  
    text-indent: -9999px;


}
nav.vertical .derouler:hover {
    background: url(../gifs/moin.png) no-repeat center center;
}
nav.vertical .open .derouler, nav.vertical li.selected .derouler{  
    background: url(../gifs/plus.png) no-repeat center center;
}
nav.vertical li.selected .dropdown{
    display: block;
}

.encart_actu_border{
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    margin-top: 25px;
    border-radius: 4px;
}

.contenu_actu{
    display: inline-block;
    width: 84%;
    padding-left: 0px;
    vertical-align: top;
    line-height: 16px;
}

.services {
    position: relative;
    margin: 20px 0;
}

.block_services {
    display: inline-block;
    width: 30%;
    margin-right: 16px;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);  
    border-bottom: 5px solid #6a6d70;
    margin-top: 0px;  
    border-radius: 4px;
    position: relative;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.block_services:hover .text_servie{
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.text_servie {
    position: absolute;
    top: 0;
    text-align: center;
    display: block;
    width: 100%;
    background: rgba(84, 103, 150, 1) url("../gifs/bar_img.png") no-repeat left center;
    background: rgba(84, 103, 150, 0.8) url("../gifs/bar_img.png") no-repeat left center;
    padding: 15px 0;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.block_services.last {
    margin: 0
}

.block_services img {
    width: 100%
}

/********************************************************** FOOTER ***/
footer{
    padding:0 2.127663%;
    background: url("../gifs/footer.png") repeat-x;
    height: 44px;
}
.adresse_footer,.ML_box{text-align: center; font-size: 0.84em /* 11px/13 */}
.ML_box{ font-size: 1.23em /* 16px/13 */; margin-top: 10px; color: #FFF;}
/* top site btn */
.top_site_mobile {
    position: fixed;
    bottom: 19%;
    right: 2%;
    font-family: 'icon';
    background: #5e5e5e;
    padding: 3px 6px;
    font-size:1.38em /* 18px/13 */;
    color: #fff;
    z-index:20;
    display: none
}

.competences{
    display: inline-block;
    width: 45.7%;
    vertical-align: top;
    margin-right: 50px;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);  
    border-bottom: 5px solid #6a6d70;
    margin-top: 25px;  
    border-radius: 4px;
    position: relative;
}

.competences.last{
    margin-right: 0
}

.competences img{
    display: block;
    margin: 15px auto;
    width: 100%;
}

.competences_bg{
    background: black;
    background: rgba(0, 0, 0, 0.84);

    padding: 15px;
    box-shadow: inset 0 0 9px black;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    min-height: 310px;
}

.competences_bg strong {
    color: rgb(60, 83, 142);
}


.competences .bouton a{
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 2px 0;
}

#container .competences p.bouton {
    display: block;
    float: inherit;
}

.encart_plan {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: black;
    background: rgba(0, 0, 0, 0.85);  
    padding: 10px;  
    box-shadow: inset 0 0 9px black;  
    display: block;
    line-height: 15px;
}

.encart_plan img{
    width: 100%;
    margin-top: 6px;
}


.encart_plan a {
    display: block;
    text-align: center;
}

.encart_plan a:hover {
    background: #474747;
}

.titre_plan {
    font-size: 1.44em;
    display: block;
    color: #FFF;
    margin-bottom: 10px;
}

.encart_plan .picto {
    position: absolute;
    top: 5px;
    right: 10px;
    color: orange;
    font-size: 1.64em;
}

.encart_plan p {
    text-align: right;
    margin-top: 10px;
}

*{

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

hr {
    border-bottom: 1px solid rgb(67, 67, 67);
    border-top: 1px solid rgb(200, 200, 200);
    margin: 36px 20%;
}
.video li{
    cursor: pointer
}

ul.video {
    margin-bottom: 35px !important;
    display: block;margin: 0;
}

ul.video li {
    font-size: 12px;
    cursor: pointer;
    background: black;
    display: inline-block;
    padding: 9px;
    border-radius: 4px;
    margin: 5px 14px 5px 0;
    text-align: center;
    text-transform: uppercase;
}

ul.video li:hover {background: rgb(65, 88, 147);}

.part_1, .part_2, .part_3, .part_4 {width: 100%;float: left;}

.part_2, .part_3, .part_4{display: none}

.part_1 object, 
.part_2 object, 
.part_3 .imgLeft {
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 20px;
}

.video_img { 
    padding-left: 55px; 
    background: black url(../gifs/video.png) no-repeat 2% center; 
    padding: 14px 18px 14px 77px; 
    border-radius: 9px; 
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    margin-bottom: 48px;
}
.part_3 .lightbox, .img_design{
    margin: 0 auto;
    width: 580px;
    position: relative;
    display: block;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    border-radius: 4px;
}

a.lightbox:hover {
    opacity: 0.7;
}

.part_3 .lightbox img,  .img_design img, .img_historique img{
    box-shadow: inset 0 0 9px black;
    width: 100%;
    margin: 0;
}

.img_historique{
    width: 180px;
    margin: 0 auto;
    position: relative;
    display: block;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    border-radius: 4px;
}

.colonne_centre ul.inline{
    display: inline-block;
    vertical-align: top
}
object {
    border-radius: 9px;  
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
}
.video_img p{font-size: 14px;}
.historique p {position: relative;padding-left: 110px}
.historique p span {font-size: 16px;display: block;position: absolute;left: 0}
.historique .imgLeft {display: block;float: none;}


.realisation {
    display: inline-block;
    width: 47.7%;
    vertical-align: top;
    margin-right: 18px;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    margin-top: 25px;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.realisation:hover {
    box-shadow: 0px 0px 11px black;
    border-color: rgb(70, 70, 70);
}

.realisation a{
    background: black;
    background: rgba(0, 0, 0, 0.84);
    padding: 15px;
    box-shadow: inset 0 0 9px black;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    min-height: 149px;
    display: block
}

.realisation.last{
    margin-right: 0
}

.realisation img{
    display: inline-block;
    vertical-align: top;
}
.realisation p{
    width: 47%;
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 18px;
    line-height: 25px;
    margin-left: 15px;
    text-transform: uppercase;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 31.33%;
    text-align: center;
    cursor: pointer;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);   
    border-bottom: 5px solid #6a6d70;
    border-radius: 4px;
}

figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.46);
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-marley figcaption {
    text-align: right;
    box-shadow: inset 0 0 9px black;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.effect-marley:hover figcaption {
    background: rgba(0, 0, 0, 0.58);

}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 15px;
    left: 15px;
    font-size: 19px;
    padding: 10px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
    top: 5px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.figure_detail{
    width: 36%;
    display: inline-block;
}

.class_desc{
    display: inline-block;
    vertical-align: top;
    margin-left: 33px;
    width: 58%;
}

.figure_detail .big{
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;

    margin-top: 10px;

}

.figure_detail .small a img {
    border: 3px solid #313131;
    border: 3px solid rgba(49, 49, 49, 0.61);
    border-bottom: 3px solid #6a6d70;
    margin-top: 8px;

    margin-right: 3px;
}

.figure_detail .big .lightbox {
    display: block;
    box-shadow: inset 0 0 9px black;

}
.figure_detail .big img{
    width: 100%
}

#container .retour{
    float: left
}

.galeri .imgLeft{
    width: 30.425597%;
    max-width: 271px;   
    margin-bottom: 15px;
    border: 5px solid #313131;  
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;  
    margin-top: 25px; 
    border-radius: 4px;
    box-shadow: inset 0 0 9px black;
}

.info_contact .contact{
    width: 64%;
}

form.generateur .radio_division label{
    white-space: normal !important;
    margin-bottom: 21px !important;
}

.carte{
    width: 68%;
    float: left
}

.connais {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-right: 18px;
    border: 5px solid #313131;
    border: 5px solid rgba(49, 49, 49, 0.61);
    border-bottom: 5px solid #6a6d70;
    margin-top: 25px;
    border-radius: 4px;
    position: relative;
}

.connais .connais_bg{
    background: rgba(0, 0, 0, 0.84);
    padding: 15px;
    box-shadow: inset 0 0 9px black;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    display: block
}

.connais .lightbox{
    display: inline-block;
    vertical-align: top;
}

.connais.last{
    margin-right: 0
}

.connais img{
    display: inline-block;
    vertical-align: top;
}
.connais h2{
    width: 59%;
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.connais_description{
    display: inline-block;
    width: 66%;
    margin-left: 10px;
}

#devis_header {
    width: 163px;
    height: 114px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../gifs/devis.png) no-repeat;
    z-index: 5;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#devis_header:hover {
    opacity: .8;
}


#loupe, #planzone {
    width: 147px;
    height: 100px;
    display: block; 
    text-indent: -9999px; 
    margin: 18px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#loupe:hover, #planzone:hover {opacity: .6}

#loupe {background: url(../gifs/loupe.png) no-repeat;}

#planzone {background: url(../gifs/planzone.png) no-repeat;}

@media screen and (min-width:638px) {

    .top_bar {
        position: relative;
        bottom: auto;
        left: auto;
        background: url("../gifs/ligne.png") repeat-x;
        margin-bottom: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .top_bar ul {
        text-align: right;
    }

    .top_bar ul li {
        position: relative;
        display: inline-block;
        margin: 0 0 15px;
        width: auto
    }

    .top_bar ul li a {
        display: block;
        color: white;
        height: auto;
        padding: 6px 7px;
        font-size: 12px;
    }
    .top_bar ul li a:before{
        content: none !important;
    }

    .top_bar ul li a:hover,.top_bar ul li a.selected {
        background: #fff;
        box-shadow: inset 0px 0px 6px rgb(1, 9, 37);
    }

    .top_bar ul li a.no_mobile {
        display: none;
    }


    .top_bar>ul {
        max-width: 1240px;
        margin: auto;
        padding-right: 30px;
        -moz-box-sizing: border-box;  box-sizing: border-box;  -webkit-box-sizing: border-box;
        background: url("../gifs/topbar.png") no-repeat top right;
    }

}

@media screen and (min-width:638px) and (max-width:980px) {
    .connais_description{
        width: 58%;
    }

    .galeri .imgLeft {
        width: 29.425597%;
        height: 100%;
    }
    ul.video li{
        margin: 5px 3px 5px 0;
    }
    .competences {
        width: 48.7%;
        margin-right: 3px;
    }

    .adresse_footer.no_desktop{
        display: none !important
    }
    .adresse_footer.no_mobile{
        display: block !important;
        font-size: 13px;
        padding-top: 18px;
    }
    .encart_actu {
        min-height: 246px;
    }
    .colonne_gauche {
        margin: 25px 5%;
    }

    .encart_actu_border{
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .realisation p {
        width: 48%;
        font-size: 14px;
        line-height: 19px;
        margin-left: 4px;
    }
    #devis_header {
        width: 86px;
        height: 60px;
        top: 5px;
        right: 20px;
        background: url(../gifs/devis.png) no-repeat;
        background-size: 100%;

    }
    header section{
        position: relative
    }
    .contact_header {
        position: absolute;
        bottom: 5px;
        width: 54.9%;
        right: 20px;
        z-index: 99;
        background: rgba(62, 86, 146, 1);
        background: rgba(62, 86, 146, 0.85);
        margin: 0;
        border: none;
        padding: 11px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .contact_header a.no_mobile{
        display: block
    }
    .baseline{
        top: 39px;
        right: -22px;
    }
    .no_mobile.slider{
        display: inline-block;
        width: 56%;
        float: right;
        margin-right: 15px;
    }
    .no_mobile.slider .bx-wrapper{
        width: 100%
            ;margin: 0;
        height: 134px;
    }

    img.slide {
        width: inherit;
        height: 124px
    }

    .bx-viewport {
        height: 124px !important;
    }
}

@media screen and (min-width:638px) {
    .encart_global {width: 100%;margin: 20px 0 10px;height: auto;float: left;}
    .encart {display: block;position: relative;width: 208px;height: 134px;float:left;margin:5px 6px;padding: 5px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .encart a.lightbox {display: block;text-decoration: none;}
    .encart:hover {-webkit-box-shadow: 0 0 5px rgba(245,245,245,.75);box-shadow: 0 0 5px rgba(245,245,245,.75);}
    .engrenages {position: relative;width: 690px;height: 230px;margin: 40px auto;display: block;}
    .engrenages .encart_index {width: 50%;position:relative;height: 50%;display: block;text-decoration: none;color: #fff;float: left;z-index: 1;}
    .engrenages .encart_index:hover {z-index: 2;}
    .engrenages .encart_index .titre {font-size: 17px;position: absolute;text-transform: uppercase;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .engrenages .encart_index .descr {font-size: 12px;position: absolute;line-height: 16px;text-align: left;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .engrenages .encart_index .img {width: 107px;height: 107px;display: block;position: absolute;}
    .engrenages .encart_index:hover .titre, .engrenages .encart_index:hover .descr {text-shadow: 0 0 4px rgba(255,255,255,.75);}
    .engrenages #competence {width: 340px;}
    .engrenages #competence .titre {left: 0;top: 18px;}
    .engrenages #competence .descr {left: 0;top: 43px;}
    .engrenages #competence .img {left: 238px;top: 8px;background: url(../gifs/competence_encart.png) no-repeat top left;}
    .engrenages #equipements .titre {right: 66px;top: 18px;}
    .engrenages #equipements .descr {right: 0;top: 43px;}
    .engrenages #equipements .img {right: 238px;top: 8px;background: url(../gifs/equipement_encart.png) no-repeat top right;}
    .engrenages #equipements:after {content: '';width: 47px;height: 47px;position: absolute;top: -15px; right: 20px; background: url(../gifs/video.png) no-repeat;}
    .engrenages #realisations {height: 110px;}
    .engrenages #realisations .titre {left: 0;top: 74px;}
    .engrenages #realisations .descr {left: 0;top: 36px;text-align: right;}
    .engrenages #realisations .img {left: 238px;bottom: 8px;background: url(../gifs/realisation_encart.png) no-repeat bottom left;}
    .engrenages #prix {height: 110px;width: 340px;}
    .engrenages #prix .titre {right: 80px;top: 74px;}
    .engrenages #prix .descr {right: 26px;top: 36px;text-align: left;}
    .engrenages #prix .img {right: 238px;bottom: 8px;background: url(../gifs/devis_encart.png) no-repeat bottom right;}

    #container {
        max-width: 981px;
        min-width: 480px;
        padding-bottom: 0
    }
    /****************************************************************************** HEADER */
    /* LOGO */
    .logo {
        width: 200px;
        float: left;
        margin: 0;
        padding-left: 0;

        display: inline-block;
    }
    /* CONTACT HEADER */
    .contact_header .no_mobile {
        display: block;
        text-align: right;
        padding-right: 10px;

        color: white;
    }
    .contact_header .no_mobile span {
        display: inline-block;
    }

    .contact_header .no_mobile span:first-child {
        float: left;
    }

    .contact_header .no_desktop {
        display: none;

    }
    .top_bar{
        position: relative;
        top: auto;
        left: auto
    }
    .top_bar li a:before{
        display: block;
        margin-bottom:20px;
        font-size:1.38em;
        font-family:'icon'
    }
    /* MENU */
    .menu {
        clear: both;
    }

    .menu .nav {
        display: none;
    }

    .menu ul.tabs {
        max-height: 60em;
        text-align: center;
        overflow: visible;
    }

    .menu li {
        position: relative;
        width: 16.66%;
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .menu li a {
        padding: 5px 0;
    }

    .menu li a.main {
        background: url(../gifs/fleche_bas.jpg) 98% center no-repeat #e7e7e7;
    }

    .menu li a.main:hover,.menu li a.main.selected {
        background: url(../gifs/fleche_bas_selected.jpg) 98% center no-repeat #045197;
    }

    .menu li+li {
        border-left: 2px solid #fff;
    }

    header .menu ul li.sous_menu .dropdown {
        position: absolute;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        left: 0;
        max-height: 0;
        overflow: hidden;
    }

    header .menu ul li.sous_menu:hover ul {
        max-height: 20em;
    }

    .menu ul li ul li {
        width: 100% !important;
        display: block;
        border: none !important;
    }

    .menu ul li ul li a {
        padding: 4px 0;
        text-align: left;
        text-indent: 15px;
    }
    /****************************************************************************** CONTENT */
    .content {

        display: block;
    }
    /* ENCART */
    .encart {
        width: 100%;
        text-align: center
    }

    .encart a {
        display: inline-block;
        width: 30%;
    }

    .encart a+a {
        margin-top: 0;
        margin-left:3.8%
    }
    /* RELANCE */
    #relance ul li {
        display: inline-block;

        margin-right: 30px;
    }

    #relance ul li a {
        background: url(../gifs/puce.jpg) left center no-repeat;
        padding-left: 12px;
    }


    .formulaire_contact{  
        padding: 0 17px 0 0;
        -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
        background: none;
        border: none;
        float: left;
        width: 69%;

    }

    .info_contact {
        float: right;  
        width: 27%;
        margin-top: 0;
    }
    .formulaire_contact .form_left,
    .formulaire_contact .form_right{
        padding: 10px;
        -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
        width: 48.936249%;
        display: inline-block;

        margin-top: 2px;  
    }
    .formulaire_contact .form_right{
        float: right;
    }
    /* ville + code postal */
    .cp_ville p{
        width: 40.425597%;
    }
    .cp_ville p+p{
        width: 57.446901%;
    }
}

@media screen and (min-width:600px) {
    .block_contact{
        display: block;
    }
    .info_contact > div{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
        position: relative;    
        padding: 3px 4px 15px;
        padding: 0;
    }
    .info_contact div+div{
        margin: 0 0 0 1.75%;
    }
    .info_contact div+div:before{
        content:'';
        display: block;
        position: absolute;
        background: #dddddd;
        width: 2px;
        height: 100px;
        top: 40px;
        left: -3.5%;
    }
    .info_contact div div:before{
        width: 14px;
        margin-right: 5px;
        content:'';
        display:block;
        position: absolute;
        left:0;
        top: 3px;
        height: 13px;
    }
    /* ville + code postal */
    .cp_ville p{
        width: 31.914945%;
    }
    .cp_ville p+p{
        width: 65.957553%;
        float: right;
    }
}

@media screen and (min-width:981px) {

    nav.vertical .nav{
        display: none;
    }
    nav.vertical ul.tabs {
        overflow: visible;
        max-height: none;
    }

    .colonne_gauche nav ul li{z-index: 9;display: block;position: relative;border-bottom: 1px solid #FFFFFF; }
    .colonne_gauche nav ul li:first-child {border-top: none}
    .colonne_gauche nav ul li a {line-height: 15px;display: block;background:url(../gifs/menu_hover.png) no-repeat -50px center #000;text-indent:10px;z-index: 3;color: #fff;text-decoration: none;text-transform: uppercase;font-size: 14px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .colonne_gauche nav ul li a.last {background-color: #243663;}
    .colonne_gauche nav .dropdown{position: absolute;left: 100%;top: 0;width: 170px;border: 1px solid rgb(255, 255, 255);}
    .colonne_gauche nav .dropdown li a{text-transform: none;line-height: 3px;font-size: 12px;background: #000;}
    .colonne_gauche nav li a:hover, .colonne_gauche nav li.open>a{background-position: left center;text-indent: 50px}

    .colonne_gauche nav li a.selected {
        background-position: left center;  text-indent: 50px;
    }
    .colonne_gauche nav .dropdown li a:hover, .colonne_gauche nav .dropdown li a.selected {
        background: rgb(65, 88, 147);
        text-indent: 10px;
    }
    .colonne_gauche nav .derouler{display: block;position: absolute;right: 0;top: 0;width: 30px;height: 37px;background: url(../gifs/plus.png) no-repeat center center;cursor: pointer;z-index:5;}
    .colonne_gauche nav .open .derouler{background: url(../gifs/moin.png) no-repeat center center}

    .contact_header{
        position: absolute;
        bottom: 5px;
        width: 69.5%;
        right: 5px;
        z-index: 99;
        background: #3E5692;
        background: rgba(62, 86, 146, 0.85);
        margin: 0;
        border: none;
        padding: 11px;
        -moz-box-sizing: border-box;  box-sizing: border-box;  -webkit-box-sizing: border-box;
    }
    .no_mobile {
        display: block;
    }

    header section .no_mobile {
        display: block;
    }

    .clear_both.no_mobile {
        display: block;
    }

    .no_desktop {
        display: none !important;
    }

    .ref_close {
        display: block;
    }

    #container {
        max-width: none;
        min-width: 953px;
    }
    /****************************************************************************** HEADER */
    header>section {
        max-width: 1240px;
        margin: auto;
        padding: 0;

        position: relative;
    }
    /* LOGO */
    .logo {
        width: 23.404293%;
        padding: 0;
        float: left;
        -webkit-transition: all .3s ease-in-out;  
        -moz-transition: all .3s ease-in-out;  
        -ms-transition: all .3s ease-in-out;  
        -o-transition: all .3s ease-in-out;  
        transition: all .3s ease-in-out;
    }

    .logo:hover {
        opacity: .7;
    }
    /* CONTACT HEADER */
    .contact_header a.no_mobile {
        padding: 0;

        font-size: 15px;
    }

    .contact_header a:hover span {
        color: #529FD2;
    }

    .contact_header span {
        font-size: 1.38em;
    }

    .contact_header p.bouton_rappel{
        padding-right: 0 
    }


    /****************************************************************************** CONTENT */
    .content {
        max-width: 1240px;
        margin: auto;
        padding: 0;
    }
    /******************************** COLONNE GAUCHE */
    .colonne_gauche {
        width: 28%;
        float: left;
        text-align: left;
        padding:0;
        margin-top: -26px;
        margin-bottom: 67px;
    }
    /******************************** COLONNE CENTRE */
    .colonne_centre {
        width: 65.468205%;
        display: block;
        position: relative;
        float: right;
        padding: 0;
        margin-bottom: 45px;
    }

    .imgRight {
        width: 30.425597%;
        max-width: 220px;
    }

    .imgLeft {
        width: 30.425597%;
        max-width: 220px;
    }
    /****************************************************************************** FOOTER */
    footer>section {
        max-width: 940px;
        margin: auto;
    }

    .top_site_mobile {
        display: none !important;
    }

    .adresse_footer {
        display: block;
    }

    .adresse_footer_mobile {
        display: none;
    }

    footer {
        margin-top: 10px;
        text-align: right;
        padding: 0;
    }

    .lien_footer {
        display: block;
    }

    .lien_footer ul {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .lien_footer ul.last_link {
        margin-top: 15px;
    }

    .lien_footer ul li {
        display: block;
        margin: 0px 5px;

        line-height: 19px;
    }

    .lien_footer ul li+li {
    }

    .lien_footer ul li a {
        font-size: 14px;
    }

    .lien_footer ul li a:hover {
        color: #000;
    }

    .lien_footer ul li ul {
        display: inline-block;
        margin: 0;
    }

    .lien_footer ul li ul li {
        padding-left: 0;
    }
    nav.vertical{
        padding: 0
    }

    /* FOOTER */
    footer>section{max-width: 1240px; margin: auto;}
    .top_site_mobile{ display: none !important}
    .adresse_footer{ 
        display: block; 
        font-size: 15px; 
        line-height:1.9em; 
        width: 80%; 
        text-align: center; 
        margin-top: 11px; 
        float: left; 
        color: white;
    }

    a.adresse_footer.no_mobile:hover {
        color: #00152B;
    }
    .adresse_footer_mobile{ display: none}
    footer{
        margin-top: 10px;
        text-align: right;
        padding:0
    }
    .navigation {
        cursor: pointer;
        font-size: 13px;
        text-align:right;
        display: inline-block;
        background: url("../gifs/btn_footer.png") no-repeat center top;
        width: 20%;
        text-align: center;
        height: 36px;
        position: relative;
        margin-top: 0;
        padding-top: 10px;
    }
    .navigation:hover {
        text-decoration:underline;
    }
    /* footer box */
    .black {
        background:url(../gifs/black.png) repeat;
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        z-index:10;
        display:none
    }
    .close {
        background:url(../gifs/close.png) no-repeat;
        width:28px;
        height:29px;
        display:block;
        position:absolute;
        right:-10px;
        top:-10px;
        cursor:pointer
    }
    #navigation_frame {
        background: #3e5692;
        display: none;
        padding: 10px;
        position: fixed;
        left: 50%;
        width: 1240px;
        z-index: 70;
        margin-left: -620px;
        bottom: 80px;
    }
    #navigation_frame a{
        color: white;}
    #navigation_frame a:hover {
        text-decoration:underline;
    }
    .lien_footer {
        max-width: 1240px;
        display: table;
        width: 100%;
        border-spacing:15px;
    }
    .ML_box{ font-size:1em; color: #5e5e5e}
    #navigation_frame ul {
        display: table-cell;
        padding-left:4px;
        text-align: left;
        vertical-align: top;
        -moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;}
    #navigation_frame ul.last_link{ min-width: 156px;}
    #navigation_frame ul li ul {
        display: block;
        border: none;
    }
    #navigation_frame ul li ul li a {
        font-size: 12px;}
    /* logo footer */
    a.logo_footer {
        width:200px;
        display: table-cell;
        background:#ccc;
    }
    a.logo_footer:hover {
        -webkit-opacity:.8;
        -moz-opacity:.8;
        opacity:.8;
    }
}

@media (max-width: 638px){
    nav.vertical .derouler{
        height: 26px;
    }
    .historique p {
        padding: 0
    }
    .historique p span{
        position: relative
    }
    .part_1 object, .part_2 object, .part_3 .imgLeft,
    .part_3 .lightbox, .img_design{
        width: 100%
    }
    .info_contact{
        border: none
    }
    .carte{
        float: inherit;
        width: 100%
    }
    .figure_detail, .class_desc{
        width: 100%;
        margin-left: 0
    }
    figure{
        float: inherit;
        overflow: hidden;
        margin: 10px 1%;
        width: 100%;
    }
    figure img{
        width: 100%
    }
    .galeri .imgLeft {
        width: 100%;
    }

    .competences {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: 0;
    }
    .realisation p {
        width: 54%;
        font-size: 14px;
        line-height: 19px;
    }

    .realisation img {
        width: 38%;
    }

    .realisation a {
        min-height: 120px;

    }
    .realisation{
        width: 100%
    }

    .colonne_gauche {
        margin: 0 25px;
    }

    .engrenages {position: relative;width: 100%;margin-bottom: 35px;margin-top: 35px;}
    .engrenages .encart_index {width: 100%;position:relative;height: 84px;display: block;text-decoration: none;color: #fff;z-index: 1;}
    .engrenages .encart_index:hover {z-index: 2;}
    .engrenages .encart_index .titre {font-size: 19px;position: relative;display: block;text-transform: uppercase;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .engrenages .encart_index .descr {font-size: 15px;position: relative;display: block;line-height: 16px;text-align: left;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .engrenages .encart_index .img {display: none;}
    .engrenages .encart_index:hover .titre, .engrenages .encart_index:hover .descr {text-shadow: 0 0 4px rgba(255,255,255,.75);}
    .engrenages #competence {width: 100%;}
    .engrenages #competence .titre {left: 0;top: 0;}
    .engrenages #competence .descr {left: 0;top: 8px;}
    .engrenages #equipements .titre {right: 26%;top: 18px;text-align: right;}
    .engrenages #equipements .descr {right: 0;top: 24px;text-align: right;}
    .engrenages #equipements:after {content: '';width: 47px;height: 47px;position: absolute;top: -6px; right: 10px; background: url(../gifs/video.png) no-repeat;}
    .engrenages #realisations {height: 91px;width: 194px;}
    .engrenages #realisations .titre {left: 0;top: 56px;text-align: right;}
    .engrenages #realisations .descr {left: 0;top: 0px;text-align: right;}
    .engrenages #prix {height: 110px;width: 100%;clear: both;}
    .engrenages #prix .titre {left: 15px;top: 74px;display: block;width: 90%;}

    .engrenages #prix .descr {
        left: 10%;top: 17px;
        text-align: left;
        width: 92%;
        display: inline-block;
    }
    .services {
        width: 84%;
        margin: 0 auto;
    }

    .block_services{
        width: 100%;
        margin-bottom: 20px;
    }

    .contenu_actu{
        width: 80%;
    }

    .adresse_footer {
        text-align: left;
        font-size: 12px;
        display: inline-block;
        width: 45%;
        padding: 18px 0 0;
        line-height: 15px;
        color: white;
        text-transform: uppercase;
        vertical-align: top;
    }

    .ML_box {
        color: white;
    }

    a.adresse_footer.no_mobile {
        display: none;
    }

    footer{
        background: url("../gifs/bg_footer.jpg") repeat-x;
        height: 94px;
        padding: 0 5px;
        display: block;
        margin-top: 45px;
    }

    nav.vertical ul li a
    {
        padding: 7px 16px;
        font-size: 12px;
    }
}
