/*****************************************************************
	PROPRIETES GENERALES  - BODY / TITRES / TEXTES / LIENS // CSS 
*****************************************************************/

/*
 * FONTS
 */
@font-face {
	font-family: 'Citroen Type';
	src: url('/css/fonts/CitroenType-Bold.eot');
	src: url('/css/fonts/CitroenType-Bold.eot?#iefix') format('embedded-opentype'),
	url('/css/fonts/CitroenType-Bold.woff2') format('woff2'),
	url('/css/fonts/CitroenType-Bold.woff') format('woff'),
	url('/css/fonts/CitroenType-Bold.ttf') format('truetype'),
	url('/css/fonts/CitroenType-Bold.svg#CitroenType-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Citroen Type';
	src: url('/css/fonts/CitroenType-Regular.eot');
	src: url('/css/fonts/CitroenType-Regular.eot?#iefix') format('embedded-opentype'),
	url('/css/fonts/CitroenType-Regular.woff2') format('woff2'),
	url('/css/fonts/CitroenType-Regular.woff') format('woff'),
	url('/css/fonts/CitroenType-Regular.ttf') format('truetype'),
	url('/css/fonts/CitroenType-Regular.svg#CitroenType-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Citroen Type';
	src: url('/css/fonts/CitroenType-Medium.eot');
	src: url('/css/fonts/CitroenType-Medium.eot?#iefix') format('embedded-opentype'),
	url('/css/fonts/CitroenType-Medium.woff2') format('woff2'),
	url('/css/fonts/CitroenType-Medium.woff') format('woff'),
	url('/css/fonts/CitroenType-Medium.ttf') format('truetype'),
	url('/css/fonts/CitroenType-Medium.svg#CitroenType-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Citroen Type';
	src: url('/css/fonts/CitroenType-Italic.eot');
	src: url('/css/fonts/CitroenType-Italic.eot?#iefix') format('embedded-opentype'),
	url('/css/fonts/CitroenType-Italic.woff2') format('woff2'),
	url('/css/fonts/CitroenType-Italic.woff') format('woff'),
	url('/css/fonts/CitroenType-Italic.ttf') format('truetype'),
	url('/css/fonts/CitroenType-Italic.svg#CitroenType-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/*
 * GENERAL
 */
:root {
	--section-max: 1400px;
	--padding: 100px 15px;
	--center : 0 auto;
	--border-radius : 25px;

	/** Couleurs **/
	--color-primary : #57718A;
	--color-secondary : #F2F4F6;
	--color-mention : #E51F20;
	--color-text : #3B3938;
	--color-white: #FFFFFF;

	/** Fonts **/
	--body-font : "Citroen Type", sans-serif;
	--font-bold : bold;
	--font-medium : 500;
	--font-regular : normal;
	--normal-font-size : 16px;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	background-size: cover; /* version standardisée */
	font-size: var(--normal-font-size);
	font-family: var(--body-font);
	font-weight: var(--font-regular);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-text);
	overflow: hidden;
	content: "1";
	line-height: 1.5;
}

p, table {
	color: var(--color-text);
	font-size: var(--normal-font-size);
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

strong {
	font-weight: var(--font-bold);
}

h1, h2, h3, h4, .likeh2 {
	line-height: 1.1;
	margin: 0;
	padding: 0;
	position: relative;
}

h1 {
	font-size: 2.5rem;
	text-transform:uppercase;
	font-weight: var(--font-bold);
}

h2,
.likeh2 {
	font-size: 2.188rem;
	font-weight: var(--font-bold);
}

h3 {
	font-size: 1.25rem;
	font-weight: var(--font-bold);
	text-decoration: none;
	text-transform: uppercase;
}

em, i /* pour marquer un texte sur lequel on veut insister */ {
	font-size: var(--normal-font-size);
	text-decoration: none;
	padding: 0;
	color: var(--color-text);
	margin: 0;
	display: inline;
}

a {
	outline: none;
	color: var(--color-mention);
	text-decoration: none;
}

img, iframe {
	border: none;
	max-width: 100%;
	height:auto;
}

ul, ul li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.tablette, .phone {
	display: none;
}


/*********************************
		HEADING SLIDER
*********************************/
#heading-slider {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#heading-slider .splide__track {
	height: 100%;
}
#heading-slider img {
	height: 100%;
	display: block;
	margin: auto;
}

/* Conteneur du slider */
#heading-slider {
	aspect-ratio: 26/ 9;
	width: 100%;
	overflow: hidden;
}

/* Images dans les slides */
#heading-slider .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/***** PAGINATION *****/
.splide__pagination__page.is-active {
	background: var(--color-mention);
}
.splide__pagination__page {
	background: #A4B9C7;
}

/******	  ARROW	 ******/
.splide__arrow {
	border-radius: unset !important;
}
.splide__arrow svg {
	display: none;
}
.splide__arrows {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}
.splide .custom-arrow-prev {
	left: auto;
	right: 60px;
	background: url("/images/general/site/refonte/prev.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.splide .custom-arrow-next {
	background: url("/images/general/site/refonte/next.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.splide__arrow {
	position: unset !important;
	width: 50px !important;
	height: 50px !important;
	transform: unset !important;
}

/******	  ARROW	MIDDLE CENTER ******/
.bottom-center-arrow .splide__arrows {
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}

/******	  ARROW TOP RIGHT	 ******/
.top-right-arrow .splide__arrows {
	right: 15px;
	top: -90px;
}

/******	  ARROW BOTTOM RIGHT	 ******/
.bottom-right-arrow .splide__arrows {
	right: 15px;
	bottom: -80px;
}


/*********************************
		Scroll To Top
*********************************/

.scrollToTop {
	display: none;
	overflow: hidden;
	margin: 1%;
	width: 40px;
	height: 40px;
	background: url("/images/general/site/refonte/next.svg") no-repeat center center;
	transform: rotate(270deg);
	opacity:0.5;
	padding:3px;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background-size: contain;
}

/*********************************
			Tiny
*********************************/

#tinymce{
	color: var(--color-text) !important;
}

#tinymce ul, #tinymce ul li {
	list-style:initial !important;
	padding-left: 40px;
}

.body_tiny {
	background-image: none;
}


/*********************************
			404
*********************************/
.quatrecentquatre{
	padding: var(--padding);
}
.quatrecentquatre_content {
	max-width: var(--section-max);
	margin: var(--center);
}
.quatrecentquatre img{
	max-width: 600px;
	display:block;
	margin:auto;
	padding-bottom: 30px;
}
.quatrecentquatre h1{
	font-size: 2.188rem;
	padding-bottom: 30px;
	text-align: center;
}
.quatrecentquatre .btn_cta_general {
	margin: var(--center);
}


/*********************************
			COOKIES
*********************************/
body .cc_container {
	font-family: 'citroen_typeregular', 'Monserrat',sans-serif;
	font-size: 14px;
	text-align: center;
}

body .cc_container p {
	color: #fff;
}

body .cc_container .cc_message {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

body .cc_container .cc_btn, body .cc_container body .cc_btn:visited {
	color: #fff;
	background-color: #7A99AC;
}

body .cc_container a, body .cc_container a:visited {
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 7px 10px;
	float: none;
	font-size: 16px;
	display: inline-block;
	max-width: 140px;
	text-align: center;
}

body .cc_banner-wrapper .cc_container .cc_btn {
	float: none;
	max-width: 140px !important;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}

body .cc_container a:hover, body .cc_container a:visited:hover {
	background: #666;
	color: #fff;
}

/**************************************************************
			CALL TO ACTION
**************************************************************/
.call_to_action{
	position:fixed;
	z-index:1000;
	bottom:50%;
	transform: translateY(50%);
	right:0px;
}

.call_to_action > div{
	margin:3px 0;
	color: var(--color-white);
	font-size: 1rem;
	text-transform: uppercase;
	position: relative;
	right:-128px;
	transition: .35s ease-in-out ;
	max-height: 65px;
}


.call_to_action > div:hover{
	right:0px;
}

.call_to_action > div a{
	color:#ffffff;
	padding:10px 5px;
	display: block;
}

.cta_essai:first-of-type {
	background-color: var(--color-mention);
}

.cta_essai,
.cta_actus,
.cta_rdv{
	background-color: var(--color-primary);
}

.call_to_action > div img, .call_to_action > div span{
	display:inline-block;
	vertical-align: middle;
	padding:0 8px;
}

/**************************************************************
			BANDEAU / LOGO 
**************************************************************/
header {
	width:100%;
	padding: 15px;
}
#wrapperMenu{
    height:inherit;
    width:auto;
    text-align:center;
}
.prenav{
	display:grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	align-items: flex-start;
	gap: 30px;
}
.logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo_succursale_midi{
	font-size: 1.563rem;
	font-weight: var(--font-medium);
	background-color: #7A99AC;
	color: var(--color-white);
	padding: 4px 7px;
}
.logo_succursale_ville{
	font-size: 1.563rem;
	font-weight: var(--font-medium);
	text-transform: uppercase;
	color: #7A99AC;
	padding: 4px 9px;
}

/* Bandeau coordonnées */
.bandeau_left {
	place-items: flex-end;
}
.bandeau_coord li {
	padding-bottom: 5px;
}
.bandeau_coord li,
.bandeau_coord li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-text);
	text-transform: uppercase;
}
.reseaux_sociaux {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 5px;
}


/**************************************************************
			NAVIGATION / menu déroulant
**************************************************************/

.menu {
    z-index: 300;
    overflow: visible;
    white-space: nowrap;   
}

#wrapperMenu .menu{
	margin-top:26px;
	position: relative;
	gap: 20px;
	display: flex;
	justify-content: center;
}

#wrapperMenu .menu > li {
	overflow: visible;
	display:inline-block;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	position: relative;
	border-bottom:1px solid var(--color-text);
}

#wrapperMenu .menu > li:hover,
#wrapperMenu .menu > li.active {
	border-bottom: none;
}

#wrapperMenu .menu > li:hover:after,
#wrapperMenu .menu > li.active:after {
	content: '';
	display: flex;
	height: 6px;
	border-radius: 4px 4px 0 0;
	background: #DA291C;
	bottom: 0;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

/*reprise nav*/

nav ul li > .nav_link {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	outline: none;
	text-decoration: none;
	font-weight: var(--font-regular);
	font-size:1rem;
	color: var(--color-text);
	padding: 7px 0;
}

#wrapperMenu .menu > li:hover .nav_link,
#wrapperMenu .menu > li.active .nav_link {
	color: var(--color-mention);
}

/****  SOUS MENU *****/
/*****  ITEM SOUS MENU *******/
nav ul > li > ul {
	position: absolute;
	left: 50%;
	display: block;
	height: auto;
	top: 100%;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 200px;
	background-color: #fff;
	white-space: normal;
	transform: translateX(-50%);
}

nav ul li > ul li{
	border-bottom: none;
	height: auto;
	float:none;
	display: inline-block;
	padding: 10px 30px;
	vertical-align: top;
	border-bottom: 1px solid var(--color-secondary);
	width: 100%;
}

nav ul li > ul  li a {
	font-size: 1rem;
	border-top: none;
	background: none;
	text-transform: none;
	box-sizing: border-box;
	color: var(--color-text);
	margin:0;
	display:block;
	transition: all 0.5s ease 0s;
	text-align: center;
}

nav ul li > ul  li:hover a {
	color: var(--color-mention);
}


/*********************************
			FIL ARIANE
*********************************/

.fil_ariane {
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 1rem;
	text-align: center;
	color: var(--color-primary);
}
.fil_ariane_content {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0;
	font-weight: var(--font-bold);
}
.fil_ariane span,
.fil_ariane a {
	color: var(--color-primary);
	font-weight: var(--font-bold);
	text-transform: capitalize;
}
.fil_ariane a:hover {
	color: var(--color-mention);
}
.fil_ariane .current_retour {
	display:none;
}

/*********************************
			ACCUEIL
*********************************/
.type4-wrapper {
	padding: 100px 15px 150px;
	background-color: var(--color-secondary);
}
.type4-content {
	max-width: var(--section-max);
	margin: var(--center);
}
.blue {
	color: var(--color-primary);
}
.type4-titre {
	padding-bottom: 50px;
	margin: var(--center);
	display: block;
	text-align: center;
	text-transform: uppercase;
}
#type4-slider {
	padding-bottom: 65px;
}
.un-type4 {
	display: block;
}
.un-type4-img-wrap {
	overflow: hidden;
}
.splide__slide .un-type4-img {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 350px;
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.un-type4-content {
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	align-items: center;
	padding: 20px 15px;
	border: 1px solid var(--color-primary);
	color: var(--color-text);
	border-top: unset;
}
.splide__slide .un-type4-arrow {
	height: 35px;
	width: 35px;
	object-fit: contain;
}
.un-type4:hover .un-type4-content {
	background-color: var(--color-primary);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	color: var(--color-white);
}
.un-type4:hover .un-type4-arrow {
	content: url("/images/general/site/refonte/type4-arrow-white.svg");
}

/******	  TYPE PARAGRAPHE 2 : texte + image à gauche	 ******/
.type2-wrapper {
	padding: var(--padding);
}
.type2-content {
	max-width: var(--section-max);
	margin: var(--center);
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	align-items: center;
	column-gap: 100px;
}
.type2-img {
	border-radius: var(--border-radius);
	max-height: 660px;
	width: 100%;
	object-fit: contain;
}
.type2-titre {
	text-transform: uppercase;
}
.type2-txt {
	padding: 40px 0;
}
.type2-content .btn_cta_general {
	margin-bottom: 10px;
}


/*********************** 
	PAGE DYNAMIQUE 
***********************/

/*Paragraphe*/

.text_champ ul li {
	font-size: 14px;
	position:relative;
	padding-left:15px;
}

.text_champ ul li p{
	display:inline-block;
}

.text_champ ul li::before{
	content: "";
    position: static;
	height: 6px;
    width: 6px;
    display:inline-block;
    margin-right:5px;
    background: #7A99AC;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.text_champ a:hover {
	text-decoration: underline;
}

.text_champ p strong, .text_champ p strong a {
	font-weight: 700;
}


/* CTA GENERAL */
.btn_cta_general{
	display:block;
	position:relative;
	padding:15px 40px;
	background-color: var(--color-mention);
	color: var(--color-white);
	text-transform: uppercase;
	font-weight: var(--font-bold);
	transition: all 1s ease 0s;
	font-size: 1.125rem;
	border-radius: 50px;
	width: fit-content;
	border: none;
	text-align: center;
}
.btn_cta_general a, .btn_cta_general p{
	color: var(--color-white);
}
.btn_cta_general:hover{
	transform: scale(1.02);
	transition: all 1s ease 0s;
}
.btn_cta_general:hover a, .btn_cta_general:hover p{
	text-decoration:none;
}

/* CTA SECONDAIRE */
.link_more {
	display:block;
	position:relative;
	padding:15px 40px;
	border: 1px solid var(--color-mention);
	color: var(--color-mention);
	text-transform: uppercase;
	font-weight: var(--font-bold);
	transition: all 1s ease 0s;
	font-size: 1.125rem;
	border-radius: 50px;
	width: fit-content;
	text-align: center;
}
.link_more a, .link_more p{
	color: var(--color-mention);
}
.link_more:hover{
	transform: scale(1.02);
	transition: all 1s ease 0s;
}
.link_more:hover a, .link_more:hover p{
	text-decoration:none;
}



/* ACTUALITES */

#page_actu .photo_actu, #page_actu .texte_article{
	display: inline-block;
	vertical-align: top;
}

#page_actu .photo_actu{
	width:30%;
}

#page_actu .photo_actu img{
	width:100%;
}

#page_actu .texte_article{
	width:66%;
}

/*Gestion des images*/

.page_actu .text_champ .texte_pag_dyn, .page_actu .text_champ figure{
	display:inline-block;
	vertical-align: top;	
}

.page_actu .text_champ figure{
	width:40%;
	margin:0 10px;
}

.page_actu .text_champ .texte_pag_dyn{
	width:57%;
}

/* Actus Archives */

/*effet voir accueil*/

.une_archive{
	display:inline-block;
	width:24%;
	margin:4%;
	padding-bottom: 20px;
}

.une_archive h3{
	padding:0;
	font-size:17px;
	color:#000000;
	position:relative;
	margin-bottom: 10px;
}

.une_archive h3:after{
	content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 30%;
    background-color: #5B7F95;
}

.une_archive span{
	float:right;
	border:1px solid #DA291C;
	padding:5px;
}

.une_archive a:hover span{
	background-color: #DA291C;
	color:#ffffff;
}


/*********************** 
		CONTACT 
***********************/
#map {
	height: 490px;
	width: 100%;
}
iframe {
	width:100%;
	height: 100%;
}
#map iframe .i4ewOd-pzNkMb-haAclf {
	display: none !important;
}

label {
	font-size: 1.125rem;
	color: var(--color-text);
	margin: 5px 0;
	display: block;
	font-family: var(--body-font);
	font-weight: var(--font-bold);
}

.champs_obligatoires .asterisque {
	color: var(--color-mention);
}

input, textarea, select {
	font-size: 14px;
	font-family: var(--body-font);
	font-weight: var(--font-regular);
}

input:focus, textarea:focus, textarea:focus {
	outline: none;
}

input, textarea {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

input[type="checkbox"] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	-webkit-appearance: checkbox;
	-ms-appearance: checkbox;
}

input[type="radio"] {
	appearance: radio;
	-moz-appearance: radio;
	-o-appearance: radio;
	-webkit-appearance: radio;
	-ms-appearance: radio;
}

input[type="checkbox"].checkbox {
	background: #000;
	border-radius: 2px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	margin: 5px;
}

.contact_ch_simple, .contact_ch_multi {
	background-color: #e1e1e1;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 5px 0;
	border: 1px solid #cccccc;
}

select, option {
	color: #000
	border: none;
	width: 100%;
	margin: 20px 0 10px 5px;
	cursor: pointer;
	padding: 5px 5px 10px;
	font-size: 14px;
	height: 40px;
	background-color: #e1e1e1;
}

option {
	border-bottom: 1px solid;
	height: 20px;
	margin: 5px 0 10px 5px;
	padding: 5px 5px 10px;
}

.contact_ch_bouton {
	font-family: 'citroen_typeregular', "Overpass", sans-serif;
	font-weight: 300;
	display: block;
	font-size: 20px;
	margin-top: 20px;
	padding:10px 25px;
	border: none;
	text-transform: capitalize;
	color: #ffffff;
	cursor: pointer;
	background-color: #7A99AC;
	transition: all 1s ease;
}

.contact_ch_bouton:hover {
	background: #5B7F95;
	color: #fff;
}

.champs_obligatoires {
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}

#formulaire ul.liste_choix {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}

#formulaire ul.liste_choix li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
	width: 40%;
}

#formulaire ul.liste_choix li label {
	float: left;
	min-width: 20%;
	width: auto;
	margin-right: 2%;
}

#formulaire ul.liste_choix li input[type="radio"] {
	float: left;
	width: 15%;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}

.class_input_file {
	cursor: pointer;
}

/*********** 
	ANIMATIONS CHAMPS 
*********************/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.input__field {
	position: relative;
	display: block;
	background:transparent;
	color: var(--color-text);
	margin: 0;
	font-weight: var(--font-regular);
	font-family: var(--body-font);
	-webkit-appearance: none; /* for box shadows to show on iOS */
	border: 1px solid rgba(59, 57, 56, 0.25);
	border-radius: 18px;
	padding: 15px;
}

.input__label {
	display: inline-block;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 15px;
	padding-bottom: 8px;
}

/*Message envoi ok*/

#texte_ok_contact {
	font-size: 22px;
	text-align: center;
	background-color: #DA291C;
	color: #fff;
	margin: 30px 0;
	padding: 15px 0;
	display: block;
	position: relative;
}

/*!*HACK SAFARI*!*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1) {*/
/*	::i-block-chrome, body,*/
/*	::i-block-chrome, h2,*/
/*	::i-block-chrome, h2 span,*/
/*	::i-block-chrome, p,*/
/*	::i-block-chrome, #page_dynamique table,*/
/*	::i-block-chrome, #footer_content a,*/
/*	::i-block-chrome, select, option, input, textarea, label,*/
/*	::i-block-chrome, .input__label-content--yoshiko,*/
/*	::i-block-chrome, .contact_ch_bouton,*/
/*	::i-block-chrome, .bloc_partenaire_content .url_partenaire,*/
/*	::i-block-chrome, .fil_ariane_content,*/
/*	::i-block-chrome, .fil_ariane .current_retour,*/
/*	::i-block-chrome, main .une_archive .archive_content a:hover {*/
/*		font-family: 'citroen_typeregular', 'Open Sans', Arial, sans-serif;*/
/*		font-weight: normal;*/
/*		font-size: 14px;*/

/*	}*/

/*	::i-block-chrome, .bloc_home p {*/
/*		font-family: 'citroen_typeregular', 'Open Sans', Arial, sans-serif;*/
/*		font-weight: normal;*/
/*		font-size: 13px;*/
/*		line-height: 18px;*/

/*	}*/
/*}*/

#menuSuppMobile{
	display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfixb{
	clear: both;
}


#page_dynamique table {
	width: 80%;
	border-collapse: collapse;
}

.tableWrapper > .info{
	display: none;
}



#wrapperMenuMobile{
	display: none;
}

.text_champ a{
	font-weight: bold;
}

/* CAPTCHA*/

#imgCaptcha{
	position: absolute;
	top: 0;
	right: 0;
}


/*Hub Réalisation*/

#hubRealisations{
	margin: 0 -25px;
	margin-bottom: 40px;
	overflow: hidden;
}

#hubRealisations .realisationWrapper:hover .lienTitre h2 {
	color:#DA291C;
}

#hubRealisations .realisationWrapper{
	float: left;
	width: 33.33%;
	padding: 25px;
	box-sizing: border-box;
}

#hubRealisations .realisationWrapper:nth-child(3n+1){
	clear: both;
}

#hubRealisations .image{
	display: block;
	position: relative;
	height: 0;
	padding-top: 66.66%;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#hubRealisations .lienTitre{
	display: block;
	margin-top: 10px;
}

#hubRealisations .lienTitre h2{
	font-size: 17px;
	line-height: 25px;
	width: 100%;
	text-align: left;
	display: block;
	color: #000000;
}

.connected-carousels {
	display: block;
	margin: 40px 0;
	overflow: hidden;
}

.connected-carousels .navigation{
	border-right:1px solid transparent;
}


/****** FANCY BOX GENERAL ******/

.fancybox-caption {
    border-top: none;
    font-family: 'citroen_typeregular', 'Montserrat',sans-serif;
    color: #ffffff;
    text-align:center;
}


/* module occasions */

/*LES FILTRES*/
.un_filtre_multiselect{
	display: inline-block;
	width:49%;
	margin:10px 0;
}

.un_filtre_multiselect_range{
	display: inline-block;
	width:49%;
	margin:10px 0;
}

#kilometrage-nepastraiterbis,
#kilometrage-nepastraiterter,
#prix_vente_ttc-nepastraiterbis,
#prix_vente_ttc-nepastraiterter{
	border: 1px solid #ddd ;
    background: #fff;
    padding:5px;
    margin:10px 5px;
}

.sol-selected-display-item{
    border: 1px solid #ddd !important;
    background: #fff !important;
	margin:4px 2px !important;
}

.sol-checkbox, .sol-radio{
	border-radius: 0px !important;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
}


.label_filtres{
	font-size: 15px;
	padding-bottom: 10px;
	color: #000000;
	font-family: 'citroen_typebold', 'Overpass', sans-serif;
	font-weight:bold;
	display:inline;
}

#kilometrageaff,
#prix_vente_ttcaff{
	border:none;
	color:#DA291C;
	font-size: 15px;
	padding-bottom: 10px;
	font-family: 'citroen_typeregular', 'Overpass', sans-serif;
}

#prix_vente_ttc-range,
#kilometrage-range{
    height: 4px;
    border:none;
    background-color:#7A99AC;
    width:85%;
}

.ui-widget-header{
	background:none;
}

.ui-state-default, 
.ui-widget-content 
.ui-state-default, 
.ui-widget-header .ui-state-default{
	border:none;
	background: none;
	background-color: #5B7F95;
	width:15px;
	height:15px;
	border-radius:50%;
}
.occasions_totalresult {
	font-size:15px;}
.occasions_liste{
	margin-left: -25px;
	margin-right: -25px;
	font-size: 0; /* anti espaces avec éléments en inline-block */
}

.occasions_liste_loader{
	text-align: center;
	display: none;
}

.occasions_liste_voiture{
	width: 33.33%;
	box-sizing: border-box;
	padding: 30px 25px;
	display: inline-block;
	font-size: 14px; /* remise en place de la taille de police */
	vertical-align: top;
}

.occasions_liste_voiture.semitransparent{
	opacity: 0.4;
}

.occasions_liste_voitureDetail{
	display: none;
	padding: 15px;
	margin: 0 25px 25px;
	font-size: 14px;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
}

.occasions_liste_voiture_titre{
	font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    color: #7A99AC;
    font-family: 'citroen_typeregular', 'Overpass', sans-serif;
    text-align:center;

}

.occasions_liste_voiture_version{
	font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    color: #7A99AC;
    font-family: 'citroen_typeregular', 'Overpass', sans-serif;
    text-align:center;
    margin-bottom: 10px;
}

.occasions_liste_voiture_km{
	font-size: 15px;
	padding-bottom: 15px;
	color: #000000;
    margin: 0px;
    padding: 0px;
    font-family: 'citroen_typeregular', 'Open Sans', sans-serif;
    margin-bottom: 10px;
    text-align:center;
}

.occasions_liste_voiture_prix{
	color:#5B7F95;
}

.occasions_liste_voiture_lien,
.occasions_liste_voiture_lien_apercu{
	border:1px solid #DA291C;
	text-transform:uppercase;
	padding:5px 0;
	transition: all 1s ease 0s;
	display: inline-block;
	margin-top:2px;
	text-align: center;
	width: 48%;
	box-sizing: border-box;
	font-size: 14px;
}

.occasions_liste_voiture_lien:hover,
.occasions_liste_voiture_lien_apercu:hover{
	color:#fff;
	background-color: #DA291C;
}


.occasionDetail{
	line-height: 1.5;
}

.occasionDetail_titre{
	padding-top: 0;
}

.occasionDetail_sliderWrapper{
	box-sizing: border-box;
	width: 47%;
	float: left;
}

.occasionDetail_pager{
	padding: 0 70px;
	box-sizing: border-box;
}

.occasionDetail_pager .slick-prev{
    left: 5px;
}

.occasionDetail_pager .slick-next{
	right:5px;
}

.occasionDetail_pager_img{
	cursor: pointer;
}

.occasionDetail_infos{
	box-sizing: border-box;
	width: 47%;
	float: right;
}

.occasionDetail_infos_modele{
	font-size: 18px;
	padding-bottom: 15px;
	color: #7A99AC;
    margin: 0px;
    padding: 0px;
    font-family: 'citroen_typeregular', 'Open Sans', sans-serif;
}

.occasionDetail_infos_prix{
	font-size: 26px;
	padding-bottom: 15px;
	color: #DA291C;
    margin: 0px;
    padding: 0px;
    font-family: 'citroen_typeregular', 'Overpass', sans-serif;
}

.occasionDetail_infos_contacts_titre{
	margin-top: 15px;
}

.occasionDetail_infos_contacts_nom{
	font-weight: bold;
}

.occasionDetail_infos_contacts_email a{
	color: inherit;
}

.occasionDetail_carac{
	margin-top: 15px;
}


.occasions_liste_voitureDetail{
	position:relative;
}

.fermer_apercu{
	position:absolute;
	right:15px;
	top:15px;
	color:#DCD5DD;
	border-radius:50%;
	border:2px solid#DCD5DD;
	padding:2px;
	width:22px;
	height:22px;
	text-align: center;
	vertical-align: middle;
	font-size:20px;
	z-index: 1;
	cursor: pointer;
}

.occasionDetail_soustitre{
	margin-top: 20px;
	color:#000000;

}

.occasionDetail_equipements_liste{
	border: 1px solid #d5d5d5;

}

.occasionDetail_equipements{
	margin-bottom: 20px;
}

.occasionDetail_equipements_item{
	display:inline-block;
	width:50%;
	margin:auto;
	text-align: center;
	padding:10px 0;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}

.error{
	color: red;
}

.fancybox-content{
	max-width: 1024px;
}

.messageFlash{
	font-size: 20px;
	text-align: center;
}

/*
 * FORMULAIRE POPUP
 */
.form-popup_body{
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	margin:0 20px;
}

.form-field-field{
	border: 2px solid #000000;
	width: 100%;
	max-width: 350px;
}

.responsiveIframeWrapper{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}

.responsiveIframeWrapper iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.form-popup{
	display:inline-block;
	vertical-align: top;
	width:40%;
}

.image_formu_popup{
	display:inline-block;
	vertical-align: top;
	width:56%;
	margin-left: 3%;
}

.recaptcha-wrapper{
	margin: 25px auto;
	overflow: hidden;
	display: block;
}



/*********************************
			REFONTE 2025
*********************************/

.no-title {
	line-height: 0;
	visibility: hidden;
}

/*
 * FOOTER
 */
.footer-contact-wrapper {
	padding: 0 15px;
	position: relative;
	z-index: 2;
}
.footer-contact-content {
	max-width: var(--section-max);
	margin: var(--center);
	border-radius: var(--border-radius);
	background-color: var(--color-primary);
	display: grid;
	grid-template-columns: minmax(0,2fr) minmax(0,1fr);
}
.footer-contact-map iframe {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 100%;
	width: 100%;
}
.footer-contact-right {
	padding: 50px;
}
.contact-name {
	font-size: 2.188rem;
	text-transform: uppercase;
	color: var(--color-white);
	font-weight: var(--font-bold);
	padding-bottom: 35px;
	display: block;
	line-height: 1.1;
}
.contact-coordonnees li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding-bottom: 35px;
	color: var(--color-white);
}
.contact-coordonnees li  .contact-link {
	color: var(--color-white);
	display: block;
}
.contact-span {
	font-weight: var(--font-bold);
	display: block;
	font-size: 1.125rem;
}
.contact-img {
	width: 22px;
}
.contact-rs {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
	padding-bottom: 50px;
}
.footer_info {
	background-color: var(--color-secondary);
	padding: 150px 15px 100px;
	margin-top: -50px;
}
.footer_info_content {
	max-width: var(--section-max);
	margin: var(--center);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}
.footer-links {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 80px;
}
.footer-link-titre {
	font-weight: var(--font-bold);
	font-size: 1.25rem;
	color: var(--color-primary);
	display: block;
	padding-bottom: 15px;
}
.footer-link a {
	color: var(--color-text);
}
.footer-link a:hover {
	color: var(--color-mention);
}
.footer_bas {
	padding: 15px;
	border-top: 1px solid var(--color-primary);
	background-color: var(--color-secondary);
}
.footer_bas_content {
	max-width: var(--section-max);
	margin: var(--center);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	font-size: 0.815rem;
}
.footer_bas_content a {
	color: var(--color-text);
}


/*
 * CONTACT
 */
#page_contact .footer-contact-wrapper {
	display: none;
}
#page_contact .footer_info {
	margin-top: unset;
	padding: var(--padding);
}
.contact-form-wrapper{
	padding: var(--padding);
	background-color: var(--color-secondary);
}
.contact-form-top {
	max-width: var(--section-max);
	margin: var(--center);
	text-align: center;
}
.texte_accroche {
	font-weight: var(--font-bold);
	font-size: 1.125rem;
	color: var(--color-primary);
	display: block;
	margin-top: 15px;
}
.form-wrapper {
	max-width: var(--section-max);
	margin: var(--center);
	display: grid;
	grid-template-columns: minmax(0,2fr) minmax(0,1.5fr);
	align-items: flex-start;
	column-gap: 50px;
	margin-top: 50px;
}
.content_right {
	display: block;
	background-color: var(--color-primary);
	border-radius: var(--border-radius);
	padding: 50px;
}
#creation {
	display: flex;
	flex-direction: column;
}
#creation .btn_cta_general {
	margin: var(--center);
}
.content_right .contact-rs {
	padding-bottom: 0;
}
.conseillers_wrapper {
	padding: var(--padding);
}
.conseillers_content {
	max-width: var(--section-max);
	margin: var(--center);
}
.conseillers_content h2 {
	text-align: center;
	text-transform: uppercase;
}
.conseillers_list {
	padding-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 30px;
	align-items: flex-start;
}
.un_conseiller {
	padding: 40px;
	border-radius: var(--border-radius);
	border: 1px solid var(--color-primary);
}
.un_conseiller_img {
	width: 215px;
	height: 215px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: var(--center);
	margin-bottom: 30px;
}
.un_conseiller_name {
	display: block;
	font-size: 1.25rem;
	font-weight: var(--font-bold);
	text-transform: uppercase;
	text-align: center;
}
.un_conseiller_job {
	display: block;
	text-align: center;
	color: var(--color-primary);
	font-weight: var(--font-bold);
}
.un_conseiller hr {
	margin: 30px 0;
	background: var(--color-primary);
}
.un_conseiller_tel,
.un_conseiller_mail {
	display: block;
	text-align: center;
	color: var(--color-text);
}
.un_conseiller_tel:hover,
.un_conseiller_mail:hover {
	color: var(--color-mention);
}

/*
 * PAGES DYNAMIQUES
 */
.page_wrapper {
	padding: 55px 15px 100px;
}
.page_content {
	max-width: var(--section-max);
	margin: var(--center);
}
.page_titre {
	text-align: center;
	padding-bottom: 90px;
}
.text_champ {
	padding: 0 0 100px;
}
.text_champ_image {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	align-items: center;
	gap: 100px;
}
.text_champ_image .image_droite {
	order: 2;
}
.image_droite img,
.image_gauche img {
	border-radius: var(--border-radius);
}
.text_champ:last-of-type {
	padding-bottom: 0;
}
/******	  CAROUSEL	 ******/
.carousel_wrapper {
	padding: 0 15px 150px;
}
.carousel_content {
	max-width: var(--section-max);
	margin: var(--center);
}
.wrapper__carousel_pageDyn img {
	max-height: 445px;
	border-radius: var(--border-radius);
}

/*
 * ACTUALITES
 */
.page_actu_wrapper {
	padding: 55px 15px 100px;
}
.page_actu_content {
	max-width: var(--section-max);
	margin: var(--center);
}
.page_actu_top h1 {
	text-align: center;
}
.page_actu_top {
	padding-bottom: 90px;
}
#page_actu .photo_actu {
	display: block;
	width: unset;
}
#page_actu .photo_actu img {
	width: auto;
	max-height: 600px;
	height: auto;
	border-radius: var(--border-radius);
	display: block;
	margin: var(--center);
}
#page_actu .texte_article {
	width: 100%;
}
#bloc_archives {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	align-items: flex-start;
	gap: 40px;
}
#bloc_archives .un-type4-img-wrap img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}
#bloc_archives .un-type4-img-wrap img {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.blocArchives_titre {
	text-align: center;
	padding-bottom: 50px;
	text-transform: uppercase;
	display: block;
}

/*
 * MENTIONS LEGALES
 */
.mentions_wrapper {
	padding: 55px 15px 100px;
}
.mentions_content {
	max-width: var(--section-max);
	margin: var(--center);
}
.mentions_content h1 {
	text-align: center;
	padding-bottom: 90px;
}