@font-face {
  font-family: 'Abel';
  src: url('../fonts/Abel-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Abel-Regular.woff') format('woff'), url('../fonts/Abel-Regular.ttf')  format('truetype'), url('../fonts/Abel-Regular.svg#Abel-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'gobold_cutsregular';
    src: url('../fonts/gobold_cuts/gobold_cuts-webfont.eot');
    src: url('../fonts/gobold_cuts/gobold_cuts-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gobold_cuts/gobold_cuts-webfont.woff2') format('woff2'),
         url('../fonts/gobold_cuts/gobold_cuts-webfont.woff') format('woff'),
         url('../fonts/gobold_cuts/gobold_cuts-webfont.ttf') format('truetype'),
         url('../fonts/gobold_cuts/gobold_cuts-webfont.svg#gobold_cutsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('../fonts/champlimo/champagne__limousines-webfont.eot');
    src: url('../fonts/champlimo/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/champlimo/champagne__limousines-webfont.woff2') format('woff2'),
         url('../fonts/champlimo/champagne__limousines-webfont.woff') format('woff'),
         url('../fonts/champlimo/champagne__limousines-webfont.ttf') format('truetype'),
         url('../fonts/champlimo/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'champagne__limousinesbold';
    src: url('../fonts/champlimo/champagne__limousines_bold-webfont.eot');
    src: url('../fonts/champlimo/champagne__limousines_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/champlimo/champagne__limousines_bold-webfont.woff2') format('woff2'),
         url('../fonts/champlimo/champagne__limousines_bold-webfont.woff') format('woff'),
         url('../fonts/champlimo/champagne__limousines_bold-webfont.ttf') format('truetype'),
         url('../fonts/champlimo/champagne__limousines_bold-webfont.svg#champagne__limousinesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	padding: 0;
	font-family: 'Abel', sans-serif;
}

.custom_navbar {
	color:white;
	background-color:white !important; 
	font-size: 18px;
	text-transform: uppercase; 
	position: fixed !important;
	top: 0px;
	width: 100%;
	border-bottom: 6px solid #d6d618;
}

.navbar-dropdown .navbar-item { font-size: 15px; text-transform: uppercase; }
#navbarPrincipal .navbar-item { 
	position: relative;
}
.item-normal, .item-before-dropdown { top: 10px; padding: 0px 30px 0 30px !important; line-height: 80px;} 
.item-after-dropdown a {
    font-size: 20px;
	font-size: 17px !important;
	color: rgba(0,0,0,0.5) !important;
}
.item-after-dropdown a:hover { color: rgba(0,0,0,1) !important; transition: all 300ms;}

.navbar-item:hover { transition: all 300ms; color:#7E7E7E !important; background-color: transparent !important;}
.navbar-item img { max-height: 80px !important; }
.paddingglobal {
	padding: 0 50px 0 50px; 
}

.item-normal a, .item-before-dropdown a { color:black !important; }

.debug {
	border :1px solid black;
	background-color: rgba(0,0,0,0.2);
}

/* ooooooooooooooooooooooooooooo
SlideShow
oooooooooooooooooooooooooooooooo*/

@media (max-width: 720px) {
	.slideshow {
		visibility: hidden;
		display: none;
	}

	#block-views-block-actualites-block-actu-acceuil {
		border-top: 2px dashed #d9b349;
	}
}

.container_affiche_slideshow {
	
	display: table-cell !important;
	vertical-align: middle !important;
}

.affiche_slideshow {
	position: absolute;
	top: 0;
	margin-left: 120px;
	z-index: 100;
	color: white;
	height: 100%;
	display: flex;
    align-items: center;
	
}

.titre_slideshow { font-size: 30px; }
.body_slideshow { font-size: 15px; margin-top: 5px; display: inline-block; padding: 5px 10px 5px 10px;}

.body_slideshow, .titre_slideshow p { background-color: rgba(0,0,0,0.8); }

.titre_slideshow p { 
	display: table;
	margin: 2px;
	padding: 0 10px 0 10px;
 }

.slick-prev, .slick-next {
	width:50px !important; height: 50px !important;
}

.slick-prev { left: 25px !important; z-index:10; }
.slick-next { right: 25px !important; }



/* ooooooooooooooooooooooooooooo
Haut de page
oooooooooooooooooooooooooooooooo*/

.top {
	width: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	margin-bottom: 0 !important;
	height: 40px;
	display: table !important;
	position: absolute;
    top: 0;
    left: 0;
}

.top a { color: black; }

.top * {margin-bottom: 0 !important;}
.top .column { 
	display: table-cell !important;
	vertical-align: middle;
 }

 .region-menu * {
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
 }

 .logo { 
	background-image: url('../img/logo.jpg'); 
	height: 256px;
	width: 100%;
	background-size: 250px;
	margin:10px 0 10px 0;
	background-repeat: no-repeat;
	background-position: center;
}

#navbarPrincipal {
	margin-bottom: 10px;
	margin-left: 10px;
    margin-right: 1px;
}

.middlenavbar { margin: auto;}

.phone { background-image: url('../img/icones/phone_black.png'); }
.mail { background-image: url('../img/icones/mail_black.png'); }
.facebook { background-image: url('../img/icones/facebook_black.png'); }
.account { background-image: url('../img/icones/compte_black.png'); }

.phone, .mail, .facebook, .account {
	background-size: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	top:3px;
	margin-right: 5px;
	margin-left: 10px;
}

@media (max-width: 1280px) and (min-width: 1090px) {

	.custom_navbar a {
		font-size: 0.8em;
	}
}

@media (max-width: 710px) {
	.connected {
		text-align: center !important;
		background-color: rgba(255,255,255,0.9);
	}

	.topcontent .paddingglobal {
		padding: 0 10px 0 10px !important;
	}

	.topcontent .contact-sociaux {
		text-align: right;
	}
}

.novisible { visibility: hidden; display: none;}

.block-page-title-block { margin-bottom: 0 !important;}

/* ooooooooooooooooooooooooooooo */
/* Block spécifique à chaque client */
/* ooooooooooooooooooooooooooooo */

.refpage {
	position: absolute;
	width: 500px;
	height: 500px;
	overflow: hidden;
	left: -1000px;
}



.messages { margin-top: 20px; }

.js-form-required.form-required {
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.img_qualitoit, .img_rge {
	display: inline-block;
    width: 300px;
    height: 300px;
}

.img_qualitoit { background-image: url('../img/labels/qualitoit.png'); background-position: center; background-size: 300px; background-repeat: no-repeat;}
.img_rge { background-image: url('../img/labels/rge.png'); background-position: center; background-size: 300px; background-repeat: no-repeat;}
.conteneur_label {
    margin: auto !important;
    width: 300px !important;
}

.block-affiche-menu-with-admin { margin-bottom: 100px; }
.block-affiche-menu-with-admin p {
    position: fixed;
    z-index: 40;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    background-color: aliceblue;
}

/* Menu */

.navbar-burger { height: inherit !important; background-color: #d6d618 !important;}

.block_affiche_menu {
	height: 80px;
	width: 100%;
}

.block-menu-with-admin {
	padding-top: 80px;	
}

@media (max-width: 1090px) {

	#navbarPrincipal {
		padding-bottom: 30px;
	}
	
	#navbarPrincipal .item-after-dropdown {padding: 0 5px !important;}

	#navbarPrincipal .navbar-item {
		text-align: center;
	}

	.logo-item {
		display: inline-block !important;
		text-align: center;
		width: 90%;
	}
}

.navbar .informations {
    position: absolute;
	bottom: -35px;
	right: 0;
	background-color: #d6d618;
	padding: 3px 10px 5px 10px;
	font-size: 15px;
}

.informations a { color: black;}

/* Page base */

.content_page {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
    overflow: hidden;
    position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	border-bottom: 6px solid #d6d618;
}

.page_de_base { position: relative;}

.page_de_base .c_pre { border-bottom: 6px solid #163e35; }

.content_page h2 {
	width: 100%;
	text-align: center;
}

.content_page h2 span {
    font-family: 'Roboto Condensed';
    font-size: 40px;
    color: #d6d618;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 10px 20px;
	text-transform: uppercase;
}

.content_page .sousaccroche span {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    color: white;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 10px 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.content_page .sousaccroche { text-align: center; margin-top: 10px;}

.conteneur_flex { width: 100%;}

/* réalisation page full */

.realisations_full_page h2 {
    margin-top: 80px;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: #d6d618;
    margin-bottom: 20px;
}

.realisations_full_page h2 span {
	border-bottom: 6px solid #d6d618;
}

.realisations_full_page .images_realisation {
    text-align: center;
    padding: 50px 30px;
}

.images_realisation .field__item { display: inline-block;}

/* Realisation View */

.container_realisation {
	 padding: 20px 0; border-bottom: 6px solid #d6d618;
}

.page_realisation { background-color: #163e35;}

.realisation_accueil h2 {
    margin-top: 10px;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: #4a4a4a;
    margin-bottom: 30px;
    padding: 0px 30px;
    text-align: center;
    text-transform: uppercase;
}

.realisation_accueil h2 span {
	border-bottom: 6px solid #d6d618;
}

.realisations_view .images_realisation {
    padding: 0px 30px;
}

.realisations_view h3 {
    margin-top: 20px;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: white;
    margin-bottom: 20px;
	padding: 0px 30px;
	text-align: center;
}

.realisations_view h3 span.titre {
    border-bottom: 6px solid #d6d618;
    display: inline;
    text-transform: uppercase;
}

.realisations_view h3 span.soustitre {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}

.page_realisation .sous_liste_realisation {
    border-bottom: 3px solid #d6d618;
    margin-bottom: 20px;
}

.liste_realisation .modifier a { margin-bottom: 30px !important;}

.images_realisation img:hover { opacity: 0.7; transition: all 400ms;}
.images_realisation img { opacity: 1; transition: all 400ms; position: relative;
	top: 3px; }

.c_real a { margin-top: 20px !important;}

.conteneur_image_column { padding: 10px; background-color: white;
	margin: 5px;}

.c_voir_real a {
    background-color: #163e35 !important;
    font-family: 'Roboto Condensed';
    color: white !important;
    font-size: 25px !important;
}

/* prestation et services page full */

.contenu_prestation {
    font-family: 'Abel';
    font-size: 23px;
    padding: 40px;
}

.contenu_prestation p {
	padding: 5px 0px;
}


/* prestation et services View */

.block { margin-bottom: 0 !important;}

.container_presta { background-color: #163e35; padding: 20px 0; border-bottom: 6px solid #d6d618;}

.container_presta_block { background-color: #163e35;  }

.container_presta_block h2 {
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: white;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.container_presta_block h2 span {
	border-bottom: 6px solid #d6d618;
}

.services_views { padding: 20px;}
.conteneur_services { padding: 20px;
	background-color: white; }
.conteneur_services h3 {
	font-family: 'Roboto Condensed';
	font-size: 30px;
	text-align: center;
	color: #d6d618;
	padding: 10px;
	text-transform: uppercase;
}
.description {
    padding: 0 20px 20px 20px;
}

.description p {
	padding: 5px 0;
	text-align: center;
}

.description li {
    color: #163e35;
    font-weight: 600;
    margin: 0px 10px 0px 30px;
    list-style: circle;
}

.description a { font-weight: bold; }

.description li ul { margin-left: 10px;}
.description li ol { margin-left: 10px;}
.description li ul li,
.description li ol li {
	font-weight: 500;
	font-style: italic;
}

.item-list-3-colonnes .views-field,
.item-list-3-colonnes .services_views,
.item-list-3-colonnes .conteneur_services { height: 100%;}
.item-list-3-colonnes .conteneur_services h3 a { color: #d6d618; }

/* Block contact */

.presta_vert {
	background-color: #163e35;
	color:white;
	border-bottom: 10px solid white;
}

.presta_white {
	border-bottom: 6px solid #d6d618;
}

.block_presta {
    text-align: center;
    text-transform: uppercase;
	padding: 40px 20px;
}

.block_presta .b_presta_01 {
	font-family: 'champagne__limousinesregular';
	font-size: 40px;
	line-height: 40px;
}

.block_presta .b_presta_02 {
	font-family: 'Roboto Condensed';
	font-size: 40px;
	color: #d6d618;
	padding: 10px 0 0 0;
}

.block_presta .b_presta_04 a {
	font-family: 'Roboto Condensed';
	font-size: 40px;
	
}

.presta_vert .b_presta_04 a {color: #d6d618;}
.presta_white .b_presta_04 a {color: #163e35;}

#block-messageenvoye {
    text-align: center;
    padding: 50px 30px;
    font-size: 20px;
}

/* Block Auto constructeur */

#block-vousetesautoconstructeur {
	border-top: 6px solid #d6d618;
}
.auto_constructeur_block {
	background-color: #163e35;
	color:white;
	border-bottom: 6px solid #d6d618;
}

.auto_01 {
    font-family: 'Roboto Condensed';
    font-size: 35px;
}

.auto_02 {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    display: inline-block;
    border-bottom: 6px solid #d6d618;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.petite_histoire {
    text-transform: initial;
    font-size: 22px;
	padding: 10px 0;
	line-height: 23px;
}

.citation {
    text-transform: initial;
    font-style: italic;
    font-size: 20px;
    color: #d6d618;
}

.auteur {
    text-transform: initial;
    font-style: italic;
    font-size: 20px;
    color: #d6d618;
}

/* Block Copyright */

.basdepage {
    background-color: #163e35;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.basdepage .link_bdp a { color:white;}
.basdepage .link_bdp a:hover { color :#d6d618;}
.basdepage .createur { font-size: 0.9em; padding-top: 10px;}
.basdepage .createur a { color:white; }
.basdepage .createur a:hover { color:#d6d618;}

/* Block engagements ethiques */

.valeurs_ethiques {
	background-color: #163e35;
	border-bottom: 6px solid #d6d618;
	padding-bottom: 30px;
}

.valeurs_ethiques h3 {
    font-family: 'Roboto Condensed';
    font-size: 35px;
    text-align: center;
    color: white;
    padding: 10px;
    text-transform: uppercase;
}

.valeurs_ethiques h3 span {
	border-bottom: 6px solid #d6d618;
	display: inline-block;
	margin: 30px;
}

.container_engagements {
    background-color: white;
    margin: 20px;
    padding: 25px;
}

.container_engagements h4 {
	line-height: 30px;
}

.nombre_eng {
    font-family: 'Roboto Condensed';
    font-size: 50px;
    color: #163e35;
}

.titre_eng {
    font-family: 'Roboto Condensed';
    font-size: 35px;
    hyphens: auto;
    text-transform: uppercase;
}

.container_engagements p {
    padding: 10px 0;
    font-size: 30px;
    font-family: 'champagne__limousinesregular';
    color: black;
    line-height: 30px;
}

/* AZT Qui sommes nous */

.azt_qsn {
	background-color: #163e35;
	border-bottom: 6px solid #d6d618;
	padding-bottom: 30px;
}

.azt_qsn h3 {
    font-family: 'Roboto Condensed';
    font-size: 35px;
    text-align: center;
    color: white;
    padding: 10px;
}

.azt_qsn h3 span {
	border-bottom: 6px solid #d6d618;
	display: inline-block;
	margin: 30px;
}

.container_azt_sqm {
	background-color: white;
    margin: 20px;
    padding: 25px;
}

.mot {
	display: block;
	color:#d6d618;
	font-family: 'Roboto Condensed';
	width: 100%;
	text-align: center;
	font-size: 40px;
}

.detail_mot {
	display: block;
	color:#163e35;
	font-family: 'Roboto Condensed';
	width: 100%;
	text-align: center;
	font-size: 25px;
}

.container_azt_sqm p {
    padding: 20px 0;
    font-size: 25px;
    font-family: 'champagne__limousinesregular';
    color: black;
    line-height: 30px;
    font-style: italic;
    text-align: center;
}

/* Formulaires */

.email_picture {
	background-image: url('../img/autres/email.png');
	height: 50px;
	max-width: 300px;
	height: 30px;
	background-size: 300px auto;
	background-position: center;
	margin: auto;
}

.titre_webform { 
	font-family: 'champagne__limousinesregular';
    text-align: center;
    padding: 10px;
	margin: 30px;
	text-transform: uppercase;
	font-size: 40px;
}

.webform-submission-contact-form label { display: none; visibility: hidden;}

.webform-submission-contact-form input, .textarea, .button {
	border: 1px solid #afafaf;
	border-radius: 5px;
	height: 50px;
	padding: 10px;
}

#edit-actions-submit, #edit-actions-01-submit { background-color: #d6d618; text-transform: uppercase; font-family: 'champagne__limousinesbold'; color: black; }

.webform-submission-contact-form textarea {
	
	border: 1px solid #afafaf;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0 10px 0;
}

@media (min-width: 768px){
	#edit-actions-01-submit { visibility: hidden; display: none;}
	.webform-submission-contact-form input, .textarea, .button { width: 100%; margin: 10px;}
	.webform-submission-contact-form textarea { width: 100%; height: 400px; }
	.webform-submission-contact-form  .g-recaptcha { margin-left: 10px; }
	#edit-actions-submit { margin-left: 10px; }
}
@media (max-width: 767px){
	#edit-actions-submit { visibility: hidden; display: none;}
	.webform-flexbox { margin: 0 20px 0 20px;}
	.webform-submission-contact-form input, .textarea, .button { width: 100%; }
	.js-form-item {text-align: center;}
	#edit-actions-01 { text-align: center;}
}

/* Articles pour les conditions */

.actu .content-page h3 {
	padding: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.actu .content-page {
	padding-bottom: 40px;
	border-bottom: 6px solid #d6d618;
}

.actu .content-page p {
	padding: 20px;
}

.actu .titre_node-with-accroche {
	text-align: center;
	padding: 50px 20px 10px 20px;
	font-size: 40px;
}

.actu .content_haut { display: none; visibility: hidden;}


/* Contenu Pourquoi nous */

.page_qui_sommes_nous .container { position: relative; }

.page_qui_sommes_nous .titre_haut {
	text-align: center;
	font-family: 'Roboto Condensed';
	font-size: 40px;
	padding: 60px 0 0 0;
}

.page_qui_sommes_nous .corps { padding: 20px; font-size: 18px;}
.page_qui_sommes_nous .corps a { color : #163e35; text-decoration: none;}

.page_qui_sommes_nous .corps h2,
.page_qui_sommes_nous .corps h3,
.page_qui_sommes_nous .corps h4,
.page_qui_sommes_nous .corps h5 {
	font-family: 'Roboto Condensed';
	font-size: 30px;
	width: auto;
	display: inline-block;
	border-bottom: 6px solid #d6d618;
	padding: 30px 0 0;
	margin-bottom: 20px;
}

.page_qui_sommes_nous .corps h2 { font-size: 30px; }
.page_qui_sommes_nous .corps h3 { font-size: 30px; }
.page_qui_sommes_nous .corps h4 { font-size: 25px; }
.page_qui_sommes_nous .corps h5 { font-size: 20px; }

.page_qui_sommes_nous .corps p { padding: 10px 0; }

.page_qui_sommes_nous .corps ul {
	padding: 20px 30px;
	list-style: none;
}

.page_qui_sommes_nous .corps ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #d6d618; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
  }


/* ooooooooooooooooooooooooooooo */
/* Modifier les contenus */
/* ooooooooooooooooooooooooooooo */
.modifier a { 
	background-color: #d6d618;
	padding: 10px 30px;
	font-size: 20px;
	color: black;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.modifier { margin: auto; text-align: center;}

.voir {
	text-align: center;
}

.voir a {
	padding: 10px 20px 10px 20px;
	background-color: #E2AB64;
	color: black;
	border-radius: 10px;
}

.modifier-spe-precis a {
	top: 10px;
	left: 10px;
}

.modifier-spe a {
	top: 20px;
	left: 20px;
}

.modifier-spe a, .modifier-spe-precis a, .modifier_produit a { 
	color: black;
	text-transform: uppercase;	
	border: 1px solid white;
	padding: 10px;
	background-color: #d6d618;	
	font-family: 'Roboto Condensed';
}
.modifier-spe a:hover { color:black;}
.modifier-spe a, .modifier-spe-precis a { position: absolute; z-index: 20;}

.catalogue_promotions_conteneur .modifier_produit {
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.node-preview-container {
	bottom: 0;
    background-color: white;
    border-top: 1px solid black;
}

/* ooooooooooooooooooooooooooooo */
/* Formulaires */
/* ooooooooooooooooooooooooooooo */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black !important;
  opacity: 0.7 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
  opacity: 0.7 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black !important;
  opacity: 0.7 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: black !important;
  opacity: 0.7 !important;
}

.input, .textarea, .button {
	border: 1px solid #afafaf;
	border-radius: 5px;
	height: 50px;
	padding: 10px;
	margin: 10px;
}

/* ooooooooooooooooooooooooooooo */
/* Connexion utilisateur */
/* ooooooooooooooooooooooooooooo */

.user-login-form {
    max-width: 700px;
    border: 2px solid #a2c037;
    border-radius: 5px;
    margin: auto;
    margin: 70px auto;
    text-align: center;
}
#edit-name, #edit-pass {
	border-radius: 5px;
}

.profile { text-align: center;}

.user-login-form input { text-align: center; width: 80%;}

/* ooooooooooooooooooooooooooooo */
/* Modification Bulma */
/* ooooooooooooooooooooooooooooo */

.column { position: relative;}

/* ooooooooooooooooooooooooooooo */



