* {
    box-sizing: border-box;
}
body {
    padding: 0 !important;
    background: none;
    border-top: 0 !important;
    font-family: 'Museosans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    color: #666666;
    background: white !important;
}
#button_hamburger { 
    display: none; 
    width: 50px;
    height: 50px;
    background: url(../images/icon_hamburger.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99999;
}

#footer #button_hamburger {
    display: none;
    width: 100%;
    background-position: center right;
    background-color: #412D22;
    text-align: center;
    padding: 13px;
    position: static;
}

#slider_home #supersized {
    width: 100%;
    height: 670px;
}
#slider_home #supersized li { list-style-type: none !important; }

header {
    position:absolute;
    top:0;  
    z-index:2;
    width: 100%;
}
header .container {
    background: none !important;
    border:none !important;
    box-shadow: 0 !important;
}

.brand {
    display: block; 
    position:relative;
    width: 128px;
    height: 222px;
    margin-left: 64px;
    background: rgba(95,72,58,0.5);
}
.brand:before {
	content: "";
    position: absolute;
    left: -64px;
    top:0px;
	width: 0;
	height: 0;
	border-bottom: 111px solid transparent;
	border-top: 111px solid transparent;
	border-right: 64px solid rgba(95,72,58,0.5);
}
.brand:after {
	content: "";
    position: absolute;
    right: -64px;
    top: 0;
	width: 0;
	height: 0;
	border-top: 111px solid transparent;
	border-bottom: 111px solid transparent;
	border-left: 64px solid rgba(95,72,58,0.5);
}
.brand img {
    width: 256px !important;
    height: 222px !important;
    position: absolute;
    float: left;
    top: -14px;
    z-index: 2;
    max-width: none;
    left: -63px;
}

header .header-inner {
    position: relative;
}

#slider_home {
    display: block;
    position: relative;
    height: 670px;
    overflow: hidden;
}
#slider_home #controls-wrapper, 
#slider_home #progress-back, 
#slider_home #nextthumb, 
#slider_home #prevthumb, 
#slider_home #thumb-tray, 
#slider_home #supersized, 
#slider_home #supersized li{
    position: absolute;
}
#slider_home #supersized img {
    max-width: none;
}

#controls-wrapper,
#slideTexte {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
}
#slideTexte-inner {
    padding:0;
}
#slideSubtitlesContainer{
    background: rgba(95,72,58,0.5);
    padding: 20px;
    width: 33%;
    color: white;
}
#subtitle1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 100;
}
#subtitle2 {
    font-size: 20px;
    font-weight: 100;
}

/* navigation dots */
#controls-wrapper {
    z-index: 999;
}
ul#slide-list {
    margin-left: 0 !important;
    text-align: center;
}
ul#slide-list li {
    display: inline-block;
}
ul#slide-list li a {
    width: 12px; height: 12px;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 7px;
}
ul#slide-list li.current-slide a, 
ul#slide-list li.current-slide a:hover {
    background-color: #C6C7C8;
}
/* media queries slider */
@media (max-width: 1199px) {
    #slider_home {
        height: 520px;
    }
    #subtitle1 {
        font-size: 36px;
        line-height: 42px;
    }
    #subtitle2 {
        font-size: 16px;
        line-height: 22px;
    }
    .ressoc {
        padding: 15px;
    }
}

.image_fond {
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../../images/bannieres_page/divers.jpg);
}

.image_fond.activites { background-image: url(../../../images/bannieres_page/activites.jpg); }
.image_fond.entreprise { background-image: url(../../../images/bannieres_page/entreprise.jpg); }
.image_fond.references { background-image: url(../../../images/bannieres_page/reference.jpg); }
.image_fond.savoirfaire { background-image: url(../../../images/bannieres_page/savoirfaire.jpg); }
.image_fond.bureauxetatelier { background-image: url(../../../images/bannieres_page/bureauxetateliers.jpg); }



/****** menu ******/
header .header_menu {
    position: relative;
    left: 83px;
    top: 81px;
}

header ul.menu {
    display: inline-block;
    position: relative;
    list-style: none;
    height: 62px;
    line-height: 61px;
    margin: 0;
    position: relative;
    z-index: 1000;
    background: rgba(95,72,58,0.5);
}
header ul.menu:before {
    content: "";
    position: absolute;
    left: -20px;
    top:0px;
	width: 0;
	height: 0;
	border-bottom: 31px solid transparent;
	border-top: 31px solid transparent;
	border-right: 20px solid rgba(95,72,58,0.5);
}
header ul.menu:after {
    content: "";
    position: absolute;
    right: -20px;
    top:0px;
	width: 0;
	height: 0;
	border-bottom: 31px solid transparent;
	border-top: 31px solid transparent;
	border-left: 20px solid rgba(95,72,58,0.5);
}

header ul.menu li {
    display: inline-block;
    padding: 18px 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

header ul.menu a:link, 
header ul.menu a:visited, 
header ul.menu a:hover, 
header ul.menu a:active {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    background: none;
    padding: 0 14px;
    border-right: 1px solid white;
}

header ul.menu > li:last-child > a:link, 
header ul.menu > li:last-child > a:visited, 
header ul.menu > li:last-child > a:hover, 
header ul.menu > li:last-child > a:active{
    border-right: 0px;
}
header ul.menu li.active > a,
header ul.menu a:hover {
    color: #FBC900 !important;
}

header ul.menu a.contact { border-right: none; }

.col_gauche .menu a.newsletter,
header ul.menu a.newsletter,
.col_gauche .menu a.actu,
header ul.menu a.actu,
.col_gauche .menu a.video,
header ul.menu a.video {
    display:none !important;
}

/* sous-menu */
header ul.menu li.parent ul {
    display: none;
    background-color: rgba(95,72,58,0.5);
    position: absolute;
    top: 61px;
    left: 0px;
    float: left;
    min-width: 100%;
    width: 250px;
    padding: 6px 0px;
    margin: 0;
    line-height: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header ul.menu li.parent:hover ul {
    display:block;
}
header ul.menu li.parent ul li {
    display: block;
    margin: 0;
    padding: 0px;
    line-height: 19px;
    padding-left: 10px;
}

header ul.menu li.parent ul a:link, 
header ul.menu li.parent ul a:visited, 
header ul.menu li.parent ul a:hover, 
header ul.menu li.parent ul a:active {
    color: #ffffff;
    font-size: 14px;
    padding: 0px;
    text-transform:none;
    border-right: 0;
}

header ul.menu li.parent ul li:after {
    content: "";
    width: 27px;
    display: block;
    margin: 7px 0;
    border-bottom: 1px solid white;
}

/***** Recherche + Changement de Langue *****/
.header-search {
    position: absolute;
    top: 5px;
    right: 0px;
}
.header-search > div {
    float: right;
}
.header-search #mod-search-searchword {
    background: rgba(232,233,233,0.4);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0;
    
    height: 38px;
    padding: 0;
    float: left;
    width: 0;
    font-weight: 500;
    font-size: 15px;
    color: black;
    
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.search:hover #mod-search-searchword ,
.search:focus #mod-search-searchword {
    width: 216px;
}

.header-search .mod-languages { margin-left: 8px; }
.header-search .mod-languages ul {
    background-color: #412D22;
    width:38px; height: 38px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header-search .mod-languages ul li {
    margin: 0px 7px;
    text-align: center;
}
.header-search .mod-languages ul li:first-child {
    border-bottom: 1px solid white;
}

.header-search .mod-languages ul li a {
    color: white;
    font-weight: 500;
}
.header-search .mod-languages ul li.lang-active a,
.header-search .mod-languages ul li a:hover {
    color: #FBC900;
}



/****************************************/
/******           ACCUEIL          ******/
/****************************************/

/*** slider accueil ***/
#slider_real_container {
    min-height: 180px;
    border: 1px solid #C6C7C8;
    padding: 20px 20px 20px 10px;
    margin-bottom: 20px;
}
#slider_real a { color: #666666; }
#slider_real a:hover { text-decoration: none; }
#slider_real {
    min-height: 180px;
    height: 260px;
}

#slider_real .ns_loadSpinner { display: none !important; }
#slider_real .ns_dots {
    bottom: 0px !important;
    left: 10px !important;
}
#slider_real .ns_dot {
    width: 12px; height: 12px;
    display: inline-block;
    background-color: #C6C7C8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
	margin: 0 15px 0 0;
    border: none;
}

#slider_real .ns_dot:hover,
#slider_real .ns_dot.ns_selected {
    background-color: #808080;
}
#slider_real .ns_slideImage {
    max-width: 50% !important;
    max-height: 100% !important;
    float: right;
    position: static;
    width: 50%;
}
#slider_real .ns_slideImage a,
#slider_real .ns_slideImage img {
    max-width: 100%;
}
#slider_real .ns_slideTxt {
    width: 50%;
    padding-right: 20px;
    position: static;
    height: auto;
    white-space: normal;
    box-sizing: border-box;
    padding-left: 10px;
}
#slider_real .ns_slideTxt h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 100;
    line-height: 38px;
}
#slider_real .ns_slideTxt .txtslider {
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
}

.certificat {
    padding: 10px 20px;
    border:1px solid #C6C7C8;
    text-align: center;
    margin-bottom: 20px;
}
.certificat img {
    width: 50%;
    padding: 7px 0;
    padding-right: 20px;
    border-right: 1px solid #C6C7C8;
}
.certificat img:nth-child(even) {
    border-right:none;
    padding-left: 20px;
    padding-right: 0px;
}

#content.accueil h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 100;
    line-height: 38px;
}
#content.accueil h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
}

.ressoc {
    padding: 20px;
    background-color: #EAEBEC;
}

.ressoc h4 {
    margin:0;
}
.ressoc a {
    display: inline-block;
    margin: 0px 5px; 
}
.ressoc a:first-child {
    margin-left: 15px;
}

/*** slider les + wucher ***/

#slider_plus_container {
    border: 1px solid #C6C7C8;
    height: 280px;
    padding: 20px 25px;
    margin-bottom: 20px;
}
#slider_plus_container .titre_slider_plus {
    margin-bottom: 20px;
}


/****************************************/
/******     PAGES INTERIEURES      ******/
/****************************************/


/*** Fil d'ariane ***/
.breadcrumb { padding: 0; background: none; margin: 0 0 10px; color: #000000; }
.breadcrumb .icon-location { display: none; }
.breadcrumb .active,
.breadcrumb li .divider,
.breadcrumb a { color: #000000; font-weight: 300; font-size: 12px; }


/*** colonnes ***/
.col_gauche {
     position: relative;   
}

.col_gauche ul.menu {
    margin:0; 
    padding:0; 
    margin-bottom: 20px; 
    list-style-type:none; 
}

.col_gauche ul.menu > li {display: none; }
.col_gauche ul.menu > li.active {display: block; }

.col_gauche ul.menu > li > a{
	text-decoration: none;
	color: #666666;
	font-family: 'Museosans', Arial, sans-serif;
	font-weight: 100;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 3px;
	display: block;
	min-height: 23px;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 16px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.col_gauche ul.menu > li > ul.nav-child { 
    padding: 0;
}

.col_gauche .menu > li.active  > ul > li  {
	list-style-type: none;
}

.col_gauche .menu > li.active  > ul > li:after {
    content: "";
    width: 35px;
    display: block;
    margin: 7px 0;
    margin-left: 20px;
    border-bottom: 1px solid #666666;
}
.col_gauche .menu > li.active  > ul > li:last-child:after {
    border-bottom: 0; 
}

.col_gauche .menu > li.active  > ul > li:not(.current) > a:hover { 
    color: #964227;
}
.col_gauche .menu > li.active  > ul > li > a { 
	text-decoration: none;
	color: #666666;
	font-family: 'Myriad Pro Regular', Arial, sans-serif;
	font-size: 16px;
    padding-left: 20px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
}
.col_gauche .menu > li.active  > ul > li.current > a {
    background: url(../images/activelink.png) no-repeat center left;
}


#content .page-header {
    margin: 0;
    border-bottom: 0;
}
h1.contentheading,
#content h2 {
    font-family: 'Museosans', Arial, sans-serif;
	font-size: 30px;
	font-weight: 100;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0;
    margin-bottom: 10px;
}

/*** galerie photos ***/
.gallery {
     margin-top: 20px;  
    width: 100% !important;
}
.gallery h3 {
    display: none;
}


.gallery .pictures { width: 100% !important; }
.gallery .pictures a.fancy {
    width: 30% !important;
    height: auto !important;
    margin-right: 3%;
    margin-bottom: 3%;
    margin-left: 0%!important;
    margin-top: 0% !important;
    clear: none !important;
}
.gallery .pictures a.fancy img {
    width: 100% !important;
    height: auto !important;
}

.item-pagedoublecolphoto .gallery .pictures a.fancy {
    width: 47% !important;
    height: auto !important;
    clear: none !important;
}

/** module contactez-nous **/

.mod_contact_tel {
    background-color: #9EDE52;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    font-size: 33px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.mod_contact_tel h4 {
    color: black;
    font-weight: 100;
    font-size: 17px;
    margin: 0;
    margin-bottom: 15px; 
    text-align: left;
}
.mod_contact_tel p { margin: 0; }

/*** module SBR partenaires ***/
.sbr {
    font-size: 19px;
    font-weight: 100;
    margin-top: 17px;
    position: relative;
    cursor: default;
}
.sbr p.txt { padding-top: 9px; }
.sbr #sbr02 {
	position: absolute;
	top: 0;
	opacity: 0;
}
.sbr #sbr01 {
	opacity: 1;
}

.sbr:hover #sbr01{
	opacity: 0;
}
.sbr:hover #sbr02{
	opacity: 1;
}



/*** module témoignages ***/
#content .temoignages {
    border: 1px solid #C6C7C8;
    padding: 20px 22px;
    margin-bottom: 25px;
}
#content .temoignages:after {
    content: "";
    clear:both;  
    display: block;
}
#content .temoignages a.video {
    display: inline-block; 
    float:right; 
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}
#content .temoignages a.video:after {
    /*content: url('../images/play.png');*/
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-top: -39px;
    margin-left: -39px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#content .temoignages a.video:hover:after {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}



/************* partie recherche ************/

#content .search {
	margin-top : 30px;
	padding: 10px;

}
#content .search .page-title { display: none; }
#content .search .btn-toolbar {
	border: none;
	text-align: center;
	margin-top: 5px;
}
#content .search .btn-toolbar .btn-group { display: inline; }

#content .search .btn-toolbar .btn {
	display: inline-block;
	font-family: 'Museosans', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-transform:uppercase;
    background: none;
	background-color: #412D22;
	padding: 5px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
}
#content .search fieldset { border: 0; }
#content .search .result-created ,
#content .search .only ,
#content .search .phrases  {
	display : none;
}

#content .label-info, #content .badge-info {
    background: #412D22;
}

#content #searchForm input {
    padding: 13px 5px;
}

#content .search .result-title{
	border-top: 1px solid #333;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-top: 5px;
}

#content .search .search-results h3 {
	margin-top: 35px;
}

#content .search .result-title a:link,
#content .search .result-title a:visited,
#content .search .result-title a:hover,
#content .search .result-title a:active{
	color: #333;
	text-decoration: none;	
}

#content .search .searchintro {
	text-align: center;
}
#content .search .form-limit{
	text-align: right;
	display: none;
}
#content .search .result-category {
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content .search .result-text {
	padding-left: 10px;
	margin-bottom: 10px;
}


/****** pagination *******/
.pagination {
  background: white;
  cursor: default;
}
.pagination  ul { margin :0; padding: 0; list-style-type: none;}
.pagination a, .pagination span, .pagination em {
	padding: 0.2em 0.5em;
	padding-top: 0.4em;
	display: block;
	float: left;
	margin-right: 5px; 
}
.pagination .disabled {
	color: #999999;
	border: 1px solid #dddddd; 
}
.pagination .current {
	font-style: normal;
	font-weight: bold;
	background: #333;
	color: white;
	border: 1px solid #333; 
}
.pagination span {
	text-decoration: none;
	color: #4F4E4F;
	border: 1px solid #4F4E4F;
}
.pagination span.pagenav{
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.pagination a {
	text-decoration: none;
	color: #333;
	border: 1px solid #333; 
}

.pagination a:hover, .pagination a:focus {
	color: #000033;
	border-color: #000033; 
}

.pagination .pagination-start span,
.pagination .pagination-prev span,
.pagination .pagination-next span,
.pagination .pagination-end  span{
	background: #fff; 
	color: #4F4E4F;
	border: 1px solid #4F4E4F;
}


/*** fancybox ***/
#fancybox-overlay {
    background-color: rgba(26,23,27,0.8) !important;
}
#fancybox-content {
    border: 0 !important;
}
#fancybox-title { 
    margin: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    background-color: rgba(26,23,27,0.3) !important;
    color: white;
    font-family: Arial, sans-serif !important;
    font-weight: 300;
    font-size: 19px !important;
    text-align: left !important;
    padding: 10px 45px !important;
}
#fancybox-left, #fancybox-right {
    width: 25px !important;
    height: 25px !important;
    z-index: 1106 !important;
    /*bottom: 11px !important;*/
    bottom: 50% !important;
}
#fancybox-left { left: 5px !important; }
#fancybox-right { right: 10px !important; }
#fancybox-left-ico, #fancybox-right-ico { left: auto !important; right: auto !important }
#fancybox-left-ico {
    background: url(../images/prev.png) no-repeat center center !important;
}
#fancybox-right-ico {
    background: url(../images/next.png) no-repeat center center !important;
    left: 12px !important;
}#fancybox-title
#fancybox-wrap {
    width: auto !important;
    max-width: 100% !important;
}
#fancybox-close {
    top: 0 !important;
    right: -20px !important;
    background: url(../images/close.jpg) no-repeat center center !important;
    width: 42px !important;
    height: 42px !important;
}


/****** newsletters ******/

.col_gauche .acymailing_module {
    border: 1px solid #C6C7C8 !important;
    padding: 12px 20px !important;
    margin-bottom: 20px !important;
}
.col_gauche .acymailing_module .acymailing_form { margin-top: 10px; }
.col_gauche .acymailing_module input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.col_gauche .acymailing_module input.subbutton {
    background-color: #A1806C;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.acymailing_footer { display: none; }


/****** formulaire de contact ******/

.forceChariot{
    display: none;
}
#fin-fld1 {
    font-weight: 300;
}
hr {
    border: 5px solid #C6C7C8 !important;
}
.gbs3 .form-control {
    border: 1px solid #BABABA !important;
    border-radius: 0px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.gbs3 #chronoform-Contact .A {
    width: 100% !important;
}

#chronoform-Contact label.gcore-label-left{
    width: 30%;
    float:left;
    text-transform: uppercase;
    font-family: 'Museosans', Arial, sans-serif;
    font-weight: 100;
    font-size: 15px;
}
#chronoform-Contact label.gcore-label-checkbox,
#chronoform-Contact label.gcore-label-top {
    text-transform: uppercase;
    font-family: 'Museosans', Arial, sans-serif;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 7px;
}

#chronoform-Contact .gcore-input{
    width: 60%;
    float:left;
}
#chronoform-Contact #fin-fld1{
    width: 90%;
}
.chrono_credits { display: none !important; }

#chronoform-Contact #fin-Envoyer { width: 90%; }
#chronoform-Contact #Envoyer {
    background: url(../images/submit_bg.png) no-repeat center left;
    height:37px;
    border: none !important;
    width: 148px !important;
    border-radius: 0px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: white;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: block;
    float: right;
    text-align: left;
    padding-left: 16px;
    font-size: 19px;
}
#chronoform-Contact .gcore-radio-item input.A {
    width: auto !important;
}
#chronoform-Contact #form-row-35 .gcore-input { 
    width: 40%; 
}


#chronoform-Contact #fin-Type label.gcore-label-checkbox {
    margin-bottom: 3px;
    margin-left: 6px;
}


input {
  margin: 0 .15em 0 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: -.1em;
}

input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 1
}

input[type="radio"]:before, input[type="radio"]:after {
  display: inline-block;
  content:'';
	font-family: 'icons-presto', fantasy !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 1;
}

input[type="radio"]:before  {
	background: white;
	border: 1px solid #BABABA;
	position: relative;
	top: -1px;
	left: -2px;
	width: 17px;
	height: 17px;
}

input[type="radio"]:after {
	content: "";
	font-size: 2em;
	line-height: .35;
	left: .025em;
	background-color: #4F4E4F;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: -2px;
	width: 15px;
	height: 15px;
	margin: 2px;
	margin-left: -2px;
}

input[type="radio"]:checked:before {
	background: rgb(234,234,254);
	background: linear-gradient(to bottom, rgba(214,214,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	border-color: rgba(65,146,238,.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1) inset;
}

input[type="radio"]:after {

}

input[type="radio"]:hover:after {
	opacity: .25;
}

input[type="radio"]:checked:after {
	opacity: 1;
}


.red {
    color: red;
}

/*** Page d'actu ***/
#content .blogdivers img {
	max-width: 315px;
}
/****************************************/
/******           FOOTER           ******/
/****************************************/

#footer {
	width: 100%;
	position: relative;
	background: #A1806C;
}

#footer_inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

#footer .logo_footer {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
#footer .logo_footer  img{
	position: absolute;
	top: -30px;
}



#footer .menus_footer_top_inner{ 
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#footer_inner .menus_footer ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

#footer_inner .infos_gauche {
	width: 30%;
	font-family: 'Museosans', Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	min-height: 300px;
	margin-right: 2%;
}
#footer_inner .infos_gauche p {
    margin: 0 0 4px;
}
#footer_inner .infos_gauche p:first-child {
    margin-top: 25px;
}
#footer_inner .infos_gauche strong {
    font-weight: 700;
}
#footer_inner .infos_gauche a {
    color: white;
    text-decoration: none;
}



/** menu footer **/

#footer_inner .menus_footer{
	padding-bottom: 55px;
	font-family: 'Museosans', Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	position: relative;
    margin-top: 29px;
    width: 68%;
}
#footer_inner .menus_footer ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#footer_inner .menus_footer ul a:link,
#footer_inner .menus_footer ul a:visited,
#footer_inner .menus_footer ul a:hover,
#footer_inner .menus_footer ul a:active {
	text-decoration: none;
	color: #fff;
    font-weight: 300;
    font-size: 12px;
}

#footer_inner .menus_footer ul.menu > li {
	padding-left: 15px;
	display: inline-block;
	float:left; 
	padding-right: 10px;
    position: relative;
}
#footer_inner .menus_footer ul.menu > li:before {
    content: "";
    width: 1px;
    height: 27px;
    display: block;
    border-left: 1px solid white;
    position: absolute;
    left: 0;
}
#footer_inner .menus_footer ul.menu > li:last-child {
    padding-right: 0;
}

#footer_inner .menus_footer ul.menu a.contact + ul.nav-child li a,
#footer_inner .menus_footer ul.menu > li > a {
	display: inline-block; 
	padding: 5px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}
#footer_inner .menus_footer ul.menu > li > ul > li > a:hover,
#footer_inner .menus_footer ul.menu > li > a:hover {
    color: #FBC900;
    background: none;
    text-decoration: none;
    outline: none;
}

#footer_inner .menus_footer ul.menu > li > ul > li  {
	margin-bottom: 9px;
}
#footer_inner .menus_footer ul.menu > li > ul > li:before {
    content: "> ";
    font-family: 'Museosans', Arial;
    font-size: 12px;
    font-weight: 300;
}
#footer_inner .menus_footer ul.menu a.contact + ul.nav-child li:before{
    content:none;
}

#footer_inner .menus_footer ul.menu a.contact + ul.nav-child li {
    margin-bottom: 0;
}
	
#footer_inner .menus_footer ul.menu > li > ul > li > a {	
    font-weight: 300;
    font-size: 12px;
}

#footer_inner .mentions {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-weight: 500;
    font-size: 12px;
}
#footer_inner .mentions a {
    text-decoration: none;
    color: #fff;
}


/*** exceptions liens footer ***/
.item-161,
.item-164,
.item-174 {
    position: absolute !important;
    left: 538px;
}
.item-161 { top: 40px; }
.item-164 { top: 78px; }
.item-174 { top: 116px; }

.item-161:before,
.item-164:before,
.item-174:before {
    border-left: none !important;
}











#chronoform-Contact #fin-consentement-donnees,
#chronoform-Contact #fin-newsletter{
	margin-bottom:20px;
}
#chronoform-Contact #fin-consentement-donnees .gcore-checkbox-item label,
#chronoform-contact2 #fin-newsletter .gcore-checkbox-item label{
	text-transform: none !important;
	display:inline;
	font-size:0.9em;
}
#chronoform-Contact #fin-consentement-donnees .gcore-checkbox-item input,
#chronoform-contact2 #fin-newsletter .gcore-checkbox-item input{
	width:auto !important;
    margin-right:2px;
}
@media (min-width: 768px) {
	#chronoform-Contact #fin-consentement-donnees,
	#chronoform-Contact #fin-newsletter{
		margin-left:160px;
	}
}