﻿
.ajout_liste--col_vignette img {
	width: 100%;
}


.filtre_navigation_saison {
	display: none !important;
}

.element--navigation.variante-navigation {
	display: none !important;
}

.RadLightBox .rltbPager {
	display: none;
}

.swiper-button-disabled, 
.carrousel--action--disabled {
	display: none !important;
}

.swiper-pagination-bullet {
	background-color: #c0cdc6;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #67716c;
}


/* - Suppression des favoris - */

.catalogue_vignette--favoris, 
.informations--favoris, 
.accueil--raccourcis--favoris {
	display: none !important;
}

/* - Menu Ordre - */

.menu_famille .menu_famille--item {
	order: 10;
}

/* Home */
.menu_famille .li_menu_accueil  {
	order: 1;
}

/* Nos Thèmes */
.menu_famille .menu_document--item.li_document_8995 {
	order: 2;
}

/* Nos Produits */
.menu_famille .li_famille_4995 {
	order: 99;
}




@font-face {
    font-family: 'Awesome-solid';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-solid-900.eot");
    src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Awesome-regular';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-regular-400.eot");
    src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "OpenSansRegular";
    src: url('OpenSansRegular.ttf');
}






/* #8d2a35 */ 
/* #2f5844    -- Vert Foncé */
/* #c0cdc6    -- Vert Clair */
/* #67716c    -- Vert Clair (font assoiée) */
/* #ffa53d    -- Jaune */
/* #f2f2f2    -- Border gris clair

/* #333 */

h3 {
    color: #2f5844;
}

.liste--header a, 
.liste--header a:hover, 
.liste--footer a, 
.liste--footer a:hover {
    color: #333;
}


.cartouche_client--popup--button .actionBouton:hover,
.panier--etapes .menuItemActif span {
    background-color: #2f5844;
}


.panier--etapes .menuItemActif span:after {
    border-left-color: #2f5844;
}


.page_header--menu--item a {
    color: #2f5844;
}

.page_header--menu--item_actif, 
.page_header--menu--item:hover {
    border-bottom-color: #2f5844;
}



.page_header--navigation_famille .li_menu_accueil {
	display: inline-block;
}


div.page_header--navigation_famille .menu_famille .menu_famille--item > a {
    border-bottom: solid 6px transparent;
    color: #2f5844;
}


div.page_header--navigation_famille .menu_famille .menu_famille--item > a:hover {
    color: #2f5844;
}


div.page_header--navigation_famille .menu_famille > ul > li:hover, 
div.page_header--navigation_famille .menu_famille .menu_famille--item > a:hover, 
div.page_header--navigation_famille .menu_famille .menu_famille--item.li_menu_actif > a {
    border-bottom: solid 4px #2f5844;
}    

.filtre_navigation--content--items .classification_active a {
    color: #2f5844;
}

.filtre_navigation--item_chkbox{
height:16px;
width:16px;
}

.filtre_navigation--content--items > li{
line-height:30px;
}
/* === ACTION BUTTON === */


.actionBouton {
	
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
}

.actionBouton:hover {
    /*text-decoration: underline;*/
	opacity: 0.75;
}


.actionBouton,
.actionBouton:hover {
    background-color: #000000;
    color: #ffffff;
} 

.actionBouton--ajouter-panier,
.actionBouton--ajouter-panier:hover {
    /*background-color: #ffa53d;*/
	background-color: #000000;
    color: #fff;
}


/* - Swiper - */

div.swiper-button-next, 
div.swiper-button-prev {
    border-radius: 50%;
    color: #ffffff ;
    background-color: #000000;
	transition: all 0.5s ease;
	height: 36px;
	width: 36px;
}

div.swiper-button-next:after, 
div.swiper-button-prev:after {
    /*font-family: Awesome-solid;
    /*font-size: 18px;*/
	font-size: 22px !important;
	font-weight: bold !important;
	font-family: arial,helvetica,clean,sans-serif !important;
    color: #ffffff !important;
}

div.swiper-button-next:after {
    /*content: "\f054";*/
	content: ">" !important;
}

div.swiper-button-prev:after {
    /*content: "\f053";*/
	content: "<" !important;
}

div.swiper-button-next:hover, 
div.swiper-button-prev:hover {
	opacity: 0.75;
}



/* === TITRE 1 === */

.page_body--titre1 {
    background-color: transparent;
    color: #333;
    border-top: solid 3px #2f5844;
    text-transform: uppercase;
}



/* === BODY === */

.page {
    font-family: OpenSansRegular;
}


.page {
    padding-top: 150px;
}

.page_body {
    min-height: calc(100vh - 450px);
    min-width: 380px;
}


/* === HEADER === */
.page_header {
	/*
    max-width: 1560px;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
	*/
	height: 150px;
	max-width: none;
}


/* === FOOTER === */

 .page_footer--informations, 
 .page_footer--historique, 
 .page_footer--item_reseaux_sociaux {
     display: none;
 }
 

/* === LOGO === */

.page_header--logo {
    margin: 0;
    float: none;
    position: absolute;
    top: 30px;
	left: 20px;
}

.page_header--logo img {
    max-height: 50px;
}


/* === MESSAGE === */ 

.page_body--message {
    animation: none;
    z-index: 99999;
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    color: #2f5844;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.page_body--message--texte {
    animation: none;
}

.page_body--message::before, 
.page_body--message::after {
    display: none;
}

/* === CARTOUCHE CLIENT === */

.page_header--cartouche_client {
    z-index: 9200;
    position: fixed;
    right: 20px;
    top: 28px;
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    text-align: left;
    width: 72px;
    border: none;
    padding: 0;
    margin: 0;
}


.cartouche_client--espace_client {
    width: 36px;
    float: left;
	position: relative;
}

.cartouche_client--information_panier {
    width: 36px;
    float: left;
}




/* - On laisse uniquelment l'icone du client - */ 

.cartouche_client .cartouche_client--titre--client .icon {
	display: none !important;
}

.cartouche_client .cartouche_client--deconnexion {
	display: none;
}

.cartouche_client .cartouche_client--deconnexion {
	position: absolute;
    top: 30px;
    right: 0;
	white-space: nowrap;
	overflow: hidden;
	padding: 2px;
	background-color: #ffffff;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.cartouche_client .cartouche_client--deconnexion a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
}

.cartouche_client .cartouche_client--deconnexion a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*
.cartouche_client--espace_client {
	position: relative;
}

.cartouche_client--deconnexion {
	position: absolute;
}

.cartouche_client--espace_client:hover + .cartouche_client--deconnexion {
	display: block;
}

.cartouche_client--deconnexion  {
	display: none;
}
*/



/* - On laisse uniquelment l'icone du panier - */ 
.cartouche_client--information_panier .cartouche_client--panier, 
.cartouche_client--information_panier #span_nb_paniers_encours, 
.div_panneau_NomClient {
	display: none !important;
}

.cartouche_client--information_panier .icon {
	background: none !important;
	text-align: center;
}


.cartouche_client--information_panier .icon::before {
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-family: Awesome-solid;
    font-size: 24px;	
	/*content: "\f290";*/
	font-family: Awesome-regular;
	content: "\f004";
	font-size: 21px;	

}



/* - Titres - */

.cartouche_client--titre {
    text-transform: uppercase;
    padding: 4px 4px 2px 4px;
}

.cartouche_client--titre, .cartouche_client--titre a {
    font-size: 15px;
}

.cartouche_client--titre {
    /*position: relative;*/
    display: inline-block;
    line-height: 24px;
}

.cartouche_client--titre--client > a {
    display: inline-block;
	padding-left: 36px;
    display: inline-block;
    height: 24px;
    width: 0px;
	background-image: url('data: image/svg+xml, <svg fill="333" id="svg-utilisateurr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 175.4 167.27"><path d="M126.21,46.62h-5a34.28,34.28,0,1,1-10-24.24,34.13,34.13,0,0,1,10,24.24h10a44.28,44.28,0,1,0-13,31.3,44.13,44.13,0,0,0,13-31.3Z"/><path d="M6.94,140.86h-5v24.79H173.46V140.86A50.7,50.7,0,0,0,160,106.13,46.43,46.43,0,0,0,145.19,95.5,44.23,44.23,0,0,0,127,91.57H125l-14.63,8.29a46.12,46.12,0,0,1-45.53.16L49.72,91.57h-1.3A44.23,44.23,0,0,0,30.21,95.5C13.46,103.08,2,120.61,1.94,140.86h10A40.74,40.74,0,0,1,22.74,113a36.57,36.57,0,0,1,11.59-8.35,34.2,34.2,0,0,1,14.09-3v-5L46,100.94l14,7.82a56.12,56.12,0,0,0,55.32-.2l13.49-7.63-2.46-4.36v5H127a34.2,34.2,0,0,1,14.09,3c13,5.87,22.4,19.82,22.39,36.25v14.79H11.94V140.86Z"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
	overflow: hidden;
}

.cartouche_client--titre--panier {
    cursor: pointer;
    text-align: left;
}

.cartouche_client--titre--panier > span {
    display: inline-block;
    padding-top: 4px;
    width: 208px;
}

.cartouche_client--titre--client .icon {
    float: left;
    display: inline-block;
    height: 24px;
    width: 36px;
    background-image: url('data: image/svg+xml, <svg fill="333" id="svg-utilisateurr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 175.4 167.27"><path d="M126.21,46.62h-5a34.28,34.28,0,1,1-10-24.24,34.13,34.13,0,0,1,10,24.24h10a44.28,44.28,0,1,0-13,31.3,44.13,44.13,0,0,0,13-31.3Z"/><path d="M6.94,140.86h-5v24.79H173.46V140.86A50.7,50.7,0,0,0,160,106.13,46.43,46.43,0,0,0,145.19,95.5,44.23,44.23,0,0,0,127,91.57H125l-14.63,8.29a46.12,46.12,0,0,1-45.53.16L49.72,91.57h-1.3A44.23,44.23,0,0,0,30.21,95.5C13.46,103.08,2,120.61,1.94,140.86h10A40.74,40.74,0,0,1,22.74,113a36.57,36.57,0,0,1,11.59-8.35,34.2,34.2,0,0,1,14.09-3v-5L46,100.94l14,7.82a56.12,56.12,0,0,0,55.32-.2l13.49-7.63-2.46-4.36v5H127a34.2,34.2,0,0,1,14.09,3c13,5.87,22.4,19.82,22.39,36.25v14.79H11.94V140.86Z"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
}


.cartouche_client--titre--panier .icon {
    float: left;
    display: inline-block;
    height: 24px;
    width: 36px;
    background-image: url('data: image/svg+xml, <svg fill="333" id="svg-panier" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 206.9 175.31"><path d="M7.31,13H31.36a1.24,1.24,0,0,1,.82.3,1.66,1.66,0,0,1,.55.93h0l27,121.59a9.13,9.13,0,0,0,3.12,5.11A9,9,0,0,0,68.49,143H177.9a4.5,4.5,0,0,0,0-9H68.49v.13l0-.13h0v.13l0-.13v0l0,0h0v0l0,0-.06-.11-27-121.6h0a10.69,10.69,0,0,0-3.61-5.92A10.31,10.31,0,0,0,31.36,4h-24a4.5,4.5,0,0,0,0,9Z"/><path d="M178.91,111.81v-4.5H63.34l-15-65.63H192.8a1.76,1.76,0,0,1,1.24.46,1.14,1.14,0,0,1,.37.8l0,.2-12.61,62.1h0a2.42,2.42,0,0,1-.92,1.42,3.17,3.17,0,0,1-2,.65v9a12.17,12.17,0,0,0,7.49-2.55,11.43,11.43,0,0,0,4.2-6.73l12.61-62.1h0a9.6,9.6,0,0,0,.2-2,10.09,10.09,0,0,0-3.15-7.3,10.77,10.77,0,0,0-7.46-3H37l19.17,83.63H178.91Z"/><path d="M177.23,155.9h-4.5a8,8,0,1,1-2.33-5.63,7.89,7.89,0,0,1,2.33,5.63h9a17,17,0,1,0-5,12,16.89,16.89,0,0,0,5-12Z"/><path d="M88.26,155.92h-4.5a8,8,0,1,1-2.33-5.63,7.91,7.91,0,0,1,2.33,5.63h9a17,17,0,1,0-5,12,16.89,16.89,0,0,0,5-12Z"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
}

        
.cartouche_client .cartouche_client--panier {
    padding: 0 4px 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-left: 44px;
}


/* === RECHERCHE === */ 

.page_header--search {
	left: auto;
    right: 105px;
    top: 21px;
    width: 300px;
	max-width: 300px;
	transition: all 0.3s ease-in-out;
}

.page_header--search:hover {
    width: 300px;
	border-bottom: solid 1px #ccc;
}

.page_header--search {
	width: 24px;
}

.control_search {
	position: relative;
}

.page_header--search .control_search {
    height: 40px;
    width: 100%;
	border: none;
    border: none !important;
    border-radius: 0px;
}

.page_header--search .control_search--input {
    height: 38px;
    width: calc(100% - 64px);
    padding-left: 10px;
    font-style: normal;
    background-color: transparent;
    color: #333;
}

.page_header--search .control_search--button {
    
    cursor: pointer;
    float: right;
    line-height: 30px;
    width: auto;
    padding: 0;
    background-color: transparent;
}


.page_header--search .control_search--button {
    display: block;
    line-height: 40px;
    height: auto;
    width: 24px;
	height: 24px;
    background: none;
	font-size: 24px;
    color: #000000;
    background-color: transparent;
    text-align: center;
	background-image: url('data: image/svg+xml, <svg fill="333" id="svg-utilisateurr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 20l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');	
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center center;
	position: absolute;
	right: 0;
	top: 13px;
}





/* === MENU === */


/* Documents et contacts dans le footer */

#li_menu_catalogue, 
#li_menu_document, 
#li_menu_contact,
#li_menu_lookbook
 {
    display: none;
}

.page_header--menu {
    z-index: 100;
    position: absolute;
    top: 70px;
}

.page_header--menu--item_actif, 
.page_header--menu--item:hover {
    border-bottom: solid 4px #2f5844;
}

.page_header--menu--item {
    padding: 0;
    margin: 0;
    padding-top: 8px;
    border: none;
    border-bottom: solid 4px transparent;
    text-transform: uppercase;
    line-height: 30px;    
    font-size: 1.1em;
    font-weight: bold;
}

.page_header--menu--item a {
    padding-left: 20px;
    padding-right: 20px;
}

#li_menu_connexion {
    position: fixed;
	left: 93px;
	top: 70px;
    transform: translateX(-50%);
    text-decoration: underline;
    font-size: 13px;
}

#li_menu_connexion:hover {
    border: none;
}


/* === MENU FAMILLE === */

.fil_ariane {
    margin-top: 5px;
    text-transform: uppercase;
    margin-left: 5px;
}

.li_menu_accueil {
	display: inline-block;
    padding-top: 0 !important;
    border: none !important;
    margin-top: -12px !important;
}


.li_menu_accueil > a:hover, 
.li_menu_accueil:hover {
	border: none !important;
}

div.page_header--navigation_famille {
    top: 70px;
    border: none;
}

div.page_header--navigation_famille .menu_famille {
	/*
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
	*/
    margin-top: -7px;
}

div.page_header--navigation_famille .menu_famille > ul {
    /*justify-content: flex-start;*/
	justify-content: center;
}


div.page_header--navigation_famille .menu_famille .menu_famille--item {
    padding-top: 8px;
    border-bottom: solid 4px transparent;
    text-transform: uppercase;
    line-height: 30px;
}

div.page_header--navigation_famille .menu_famille .menu_famille--item > a {
    font-weight: bold;
    border-bottom: solid 4px transparent;
    font-size: 1.1em;
	margin: 0;
}

div.page_header--navigation_famille .menu_famille .menu_famille--item span {
    margin-right: 20px;
    margin-left: 20px;
}


/*- Niveau 2 -*/

div.page_header--navigation_famille .menu_famille .menu_famille--niv_2 {
	top: 40px !important;
	left: 0 !important;
    right: 0 !important;
    width: auto;
	height: auto;
	text-align: center;
	background: none;

	display: flex;
}

div.page_header--navigation_famille .menu_famille .menu_famille--niv_2--item {
    float: none;
	width: auto;
	opacity: 1;
	white-space: nowrap;
}

div.page_header--navigation_famille .menu_famille .menu_famille--niv_2--item a {
    display: inline-block;
    padding: 8px 0px;
	line-height: 36px  ;
	
	color: #333 !important;
	font-size: 18px !important;
}


div.page_header--navigation_famille .menu_famille .menu_famille--niv_2--item:hover > a, 
div.page_header--navigation_famille .menu_famille .menu_famille--niv_2--item:hover > a:hover {
	background-color: transparent !important;
	color: #333 !important;
	font-size: 18px !important;
	font-weight: bold;
}


/*
.page_header--navigation_famille .menu_famille .menu_famille--niv_2--item a:hover {
    background-color: #c0cdc6 !important;
    color: #67716c !important;
}
*/



/* #2f5844    -- Vert Foncé */
/* #c0cdc6    -- Vert Clair */
/* #67716c    -- Vert Clair (font assoiée) */
/* #ffa53d    -- Jaune */
/* #f2f2f2    -- Border gris clair */



/* === GRILLES DE TAILLES === */ 

.article_grille--header > div {
    min-height: 20px;
    line-height: 22px;
	padding-right: 2px;
	padding-left: 2px;
}

.article_grille--items {
	border: none;
	/*border-left: solid 1px #cccccc;*/
	/*1px solid #e4e4e4*/
	padding-right: 0px;
	padding-left: 0px;
}

.article_grille--header {
	border-right: solid 1px #2f2f2f;
	padding-right: 5px;
	padding-right: 4px;
}

.article_grille--items--header {
	border-bottom: solid 1px #2f2f2f;
	line-height: 22px;
}

/*
.article_grille--items--cell {
	border-bottom: solid 1px #e4e4e4;
	line-height: 22px;
	padding-right: 2px;
	padding-left: 2px;
}

.article_grille--items--cellStock > div {
	margin-top: 6px;
}
*/


/* === CARROUSELS === */

div.carrousel_article {
	max-height: none;
}

div.espaceweb--content--carrousel_article_tout {
	display: none;
}


/* === LOOKBOOKS === */

.vignettes_Lookbook--item--tuile {
	box-shadow: none;
	margin-bottom: 0;
}

/* === CATALOGUE VIGNETTE === */
/*
.catalogue_vignette--prix_prixPVC {
	display: none !important;
}
*/
div.catalogue_vignette {
	/*position: relative;*/
	height: auto;
	padding-bottom: 15px;
	height: 390px;
}

div.catalogue_vignette .li_marque {
	display: none;
}
/*
div.catalogue_vignette .catalogue_vignette--prix{
	display: none;
}
*/

div.catalogue_vignette .catalogue_vignette--favoris,
div.catalogue_vignette .vignette--recommande--etiquette--selected,
div.catalogue_vignette .actionBouton--ajouter-selection, 
div.catalogue_vignette .actionBouton--ajouter-unselection {
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-width: auto;
	width: 30px;
    height: 24px;
	color: #ffffff;
	background-color: transparent;
}

div.catalogue_vignette .catalogue_vignette--favoris {
	position: absolute;
	top: 8px;
	right: 35px;
}


div.catalogue_vignette .catalogue_vignette--recommande {
	position: absolute;
	top: 8px;
	right: 65px;
}

div.catalogue_vignette .vignette--recommande--etiquette--selected:before {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
    width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
    font-size: 24px;	
	font-family: Awesome-regular;
	content: "\f164";
	font-size: 20px;	
	color: #000000;	
}

div.catalogue_vignette .actionBouton--ajouter-selection, 
div.catalogue_vignette .actionBouton--ajouter-unselection {
	position: absolute;
	top: 8px;
	right: 5px;
}

div.catalogue_vignette .actionBouton--ajouter-selection:before, 
div.catalogue_vignette .actionBouton--ajouter-unselection:before {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
    width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
    font-size: 24px;	
	font-family: Awesome-regular;
	content: "\f004";
	font-size: 20px;	
}

div.catalogue_vignette .actionBouton--ajouter-selection:before {
	color: #000000;
}

div.catalogue_vignette .actionBouton--ajouter-unselection:before {
	color: red;
}

div.catalogue_vignette .actionBouton--favoris--unselected:before, 
div.catalogue_vignette .actionBouton--favoris--unselected:before {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
    width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;

	color: #000000;
}

.catalogue_vignette--informations li {
    line-height: 30px;
}

.catalogue_vignette .catalogue_vignette--informations, 
.catalogue_vignette:hover .catalogue_vignette--informations {
	bottom: 0;
}

.catalogue_vignette--informations .li_libelle {
	font-weight: bold;
}

.catalogue_vignette--informations .li_code {
	font-weight: normal;
	display:none;
}

.filtre_navigation--content--items .filtre_navigation--item_ckecked.chkbox--background_light::before{
font-size:14px;
    margin-top: -3px;
    margin-left: 1px;
	}

.catalogue_vignette--prix {
    color: #333;
}

.catalogue_vignette--prix_prixbarre {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 0.9em;
}

.catalogue_vignette--PA, 
.catalogue_vignette--PVC {
    font-size: 12px;
}





/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1200px) {

    .page_header--logo {
        left: auto;
        right: 15px;
    }

    .page_header--logo img {
        max-height: 35px;
        right: 20px;
        left: auto;
    }

    #li_menu_connexion {
        top: 60px;
        left: auto;
        right: 10px;
        transform: none;
    }

    .page_header--cartouche_client {
		transform: none;
        top: 30px;
        right: auto;
        left: 100px;
    }

    .page_header--search {
		transform: none;
        top: 90px;
		right: 20px;
    }
    
    div.page_header--navigation_famille {
        top: 15px;
        
    }
	
}
