@charset "utf-8";
@charset "utf-8";
/*-------------------------------------------- RESET CSS */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, ins, kbd, q, s, samp,
small, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, embed, menu, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------- VARIABLES */
:root {
	--PrimaryColor: rgb(4,38,165);
	--SecondaryColor: rgb(254,206,1);
}


/*------------------------------------------- GENERALITES */
body, html {
    height: 100%;
    width: 100%;
	-webkit-tap-highlight-color:transparent;
	}
html {
	font-size: 62.5%;
	}
body {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.375;
	font-family: 'Raleway', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: 	antialiased;
    -o-font-smoothing: 		antialiased;
    color: #2c2d2f;
	background-color: #fff;
	}
* {
  box-sizing: border-box;
}	
.flexy {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pos-abs {
	position: absolute;
}
.pos-relative {
	position: relative;
}	
.item-center {
	align-items: center;
}
.margin-bottom {
	margin-bottom: 1rem
}
.margin-top {
	margin-top: 3rem
}	
.padding-right {
	padding-right: 1rem;
}
.item-search-padding {
	padding: 5px;
}	
.padding-left {
	padding-left: 1rem;
}
.space-between {	
	justify-content: space-between;
}
.flex-wrap {
	flex-wrap: wrap;
	}
.padding-15 {
	padding: 1.5rem;
}
.flex-end {
	justify-content: flex-end;
}
.item-text-center {
	text-align: center;
}
.bg-grey-lighter {
	background-color: #fdfdfd;
}
.display-none {
	display: none;
}
.flex-center {
	align-items: center;
}
	

/*------------------------------------------------ HEADER */
.header {
	width: 100%;
	height: 84px;
    transform: translateY(0);
    box-sizing: border-box;
	position: fixed;
	z-index: 5;
}
header .navbar-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(3px);
	background: rgba(255,255,255,.2);
	/*
	background: rgba(3,72,146,.2);
	*/
}
.header.header_dark {	
    background-color: rgba(0,0,0,.5);
}
.header>div {
    margin: 0 auto;
	}
.header-content	{
    display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	}
.header-content .logo {
    position: relative;
	padding-left: 24px;
    align-self: stretch;
    display: flex;
    align-items: center;
	}
.header-content .logo-cci {
	height: 50px;
    transition: all .4s ease;
	}	
/*	
.header-content .logo-salon {
	width: 5.8rem;
	margin-left: 4rem;
}
*/
.header-content	.date_salon {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
	display: flex;
	color: white;
    padding-left: 10px;
	/*
	align-items: center;
	*/
}
.header-content .salon-logo img {
	filter: invert(95%) sepia(49%) saturate(20%) hue-rotate(16deg) brightness(104%) contrast(100%);
}
.header-content.active .salon-logo img {
	filter: none;
}
/*
.header-content .salon-logo img {
	height: 40px;
}
*/
.header-content.active {
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.header-content.active .date_salon {
	color: black;
}
.header-content.active .li-list {
	color: black;
}
.header-content .li-list span {
	width: 26px;
	height: 26px;
}
.header-content.active .list_color {
	fill: #000000;
}
.header-content .li-list span {
	width: 26px;
	height: 26px;
}
/*
.header-content .logo-salon.midest {
	width: inherit;
	margin-left: 4rem;
	}
*/		
.header-content ul {
	position: relative;
    display: flex;
    padding: 0;
    align-items: center;
	margin-right: 24px;
	}
.header-content li {
	position: relative;
    display: flex;
    align-items: center;
	padding: 5px 15px;
    box-sizing: border-box;	
	}
.header-content li:hover, 
.header-content li.li-list:hover {
	background-color: var(--SecondaryColor);
	border-radius: 5px;
	color: white;
}
.header-content li.li-list:hover .list_color {
	fill: #ffffff;
}
.header-content li img {
	width: 26px;
	}	
.header-content li a {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
	}	
.header-content li.li-list {
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 12px;
	}		
.salon-logo {
	display: flex;
    margin-left: 3rem;
    transition: opacity .6s ease;
	line-height: 0;
}	
/*--------------------------------- Bouton Flag */
.header-content .button-flag span {
	width: 33px;
	height: 22px;
}
.header-content.active .flag_color {
	fill: #000000;
}
.button-flag {
	position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    padding: 0 8px;
    margin-left: 1.6rem;
}
.button-flag:hover {
    background-color: var(--SecondaryColor);
    border-radius: 5px;
}
.button-flag a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.header-content.active .button-flag:hover .flag_color {
	fill: #ffffff;
}												
		
/*----------------------------------------------- CONTENT */
.section-inner {
	padding-bottom: 8rem;
}
.section-bottom {
	padding-bottom: 3rem;
}
.pad-80 {
	padding-top: 80px;
}	
.container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header-container {
	position: relative;
	}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
	}
.grid>* {
	margin-top: 30px;
	padding-left: 30px;
	}
.pos-rel {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	}
.pos-rel>.grid-inner {
    position: relative;
    background-color: white;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    -webkit-box-pack: 	justify;
    -ms-flex-pack: 		justify;
    -webkit-box-align: 	start;
    -ms-flex-align: 	start;
    align-items: flex-start;
    min-height: 360px;
	width: 100%;
    overflow: hidden;
	border: 1px solid #6daad3;
    box-shadow: 0 1px 30px 1px rgba(0,0,0,.1);
	}
.grid-inner> a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	}		
.pos-rel>.grid-inner-off {
    position: relative;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    -webkit-box-pack: 	justify;
    -ms-flex-pack: 		justify;
    -webkit-box-align: 	start;
    -ms-flex-align: 	start;
    align-items: flex-start;
    min-height: 360px;
	width: 100%;
    overflow: hidden;
	border: none;
    box-shadow: 0 1px 30px 1px rgba(0,0,0,.1);
	}			
.pos-rel>.grid-inner
.grid>.grid-margin {
    margin-top: 30px;
	}
.grid-inner>.grid-logo, 
.grid-inner-off>.grid-logo {
	width: calc(100% - 40px);
	height: 70px;
	padding: 40px 20px 20px;
	}	
.grid-inner>.grid-content, 
.grid-inner-off>.grid-content {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	height: calc(100% - 130px);
	padding: 20px 20px 20px;
	justify-content: space-between;
	transition: background-color .4s ease;
	}
.grid-button {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 20px 20px 20px;
	justify-content: space-between;
	font-weight: 600;
	color: #323232;
	border: 1px solid #6daad3;
	border-width: 0 1px 1px 1px;
    background-color: #e9f2f8;
	transition: background-color .4s ease;
	}
.grid-button-last {
	border-bottom: 1px solid #6daad3;
	}	
.grid-button:hover {
    color: white;
    background-color: #0b72b5;
	}
.grid-button>div {
	display: flex;
	transition: transform .4s linear;
	}
.card-icon-link {
    fill: black;
	}
.grid-button:hover>div {
	transform: translateX(125px);
    transition: transform .4s linear;
    color: yellow;
	}
.grid-button:hover .card-icon-link {
    fill: yellow;
	}	
.grid-button a {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	}			
.grid-inner>.grid-content::before {
	content: " ";
    display: block;
	position: absolute;
	right: 0;
	top: -20px;
	top: -80px;
    border-left: 40px solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    transition: 		all .4s ease;
	}		
.grid-content>.grid-infos {
	font-weight: 600;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
	}
.grid-infos-label {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
    display: block;
    transform: translateX(-140px);
    transition: transform .4s linear;
    color: transparent;	
	}
.grid-infos-label:after {
	content:"¬"
	}	
.grid-infos-label-plus {
	position: relative;
	display: flex;
	color: #e20043;
	transform: translateX(0);
    transition: all .4s linear;
	}
.grid-infos-label-plus .card-icon-link {
	fill: #e20043;
	}	
.grid-inner:hover {
	cursor: pointer;
	}
.grid-inner:hover .grid-infos-label {
    color: yellow;
    transform: translateX(0);
    transition: all .4s linear;
	}
.grid-inner:hover .grid-infos-label-plus {
	transform: translateX(100px);
    transition: transform .4s linear;
	color: yellow;	
	}
.grid-inner:hover .card-icon-link {
	fill: yellow;	
	}			

.grid-inner:hover>.grid-content {
	color: white;
	background-color: #0b72b5;
	}
.grid-inner:hover>.grid-content strong {
	color: white;
	}	
.grid-inner:hover>.grid-content::before {
    border-bottom: 40px solid #0b72b5;
	}			
.grid-inner h1, 
.grid-inner-off h1 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	}
.grid-inner p, 
.grid-inner-off p {
	padding-bottom: 1.5rem;
	}
.grid-inner strong {
	font-weight: 600;
	color: #00447a;
	}
.grid-inner-off strong {
	font-weight: 600;
	color: #2c2d2f;
	}	
	
/*-------------------------------------- Header */
.section-header-inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	
	-ms-flex-direction: column;
    flex-direction: 	column;
	flex-wrap: wrap;
    -webkit-box-align: 	start;
    -ms-flex-align: 	flex-start;
    align-items: 		flex-start;
	padding-top: 5rem;
    padding-bottom: 6rem;
	}
.section-header-content .section-header-inner {
	padding-bottom: 3rem;
	}	
.section-header-inner hr {
	box-sizing: content-box;
    height: 0;
	width: 40px;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 10px 0;
    border: 0;
    border-top: 1px solid #00447a;
	display: none;
	}
.section-header-inner h3 {
	font-size: 28px;
	font-weight:800;
	display: none;
	}
.section-header-content h3::first-letter {
	color: #e20043;
	}		
.section-header-inner span {
    font-weight: 800;
    text-transform: uppercase;
    color: #00447a;	
	}
.section-header-inner.item-text-color h3 {
	color: #ffee58;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	}
.section-header-inner.item-text-color span {
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	}	

/*--------------------------------------- Fiche */
.section-bg-header {
	position: relative;
	padding-top: 84px;
	}
.background_salon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/FIC/img/com/pexels-tara-winstead-8386440.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-header .background_salon {
	filter: none;
}
.section-header-border {
	border-bottom: 50px solid white;
}	
.section-font-size {
	font-size: 20px;
}
.section-font-size-18 {
	font-size: 18px;
}	
.item-content-company {
	padding: 0 40px;
}
.item-content-company p {
	line-height: 1.8;
}
.item-content-col {
	overflow: hidden;
	text-overflow: ellipsis;
}	
.item-content-col p {
	display: flex;
	align-items: center;
	width: 100%;
}
.item-content-col p img {
	padding-right: 1rem;
}
.item-content-col a {
	color: #006eaa;
}				
.item-content-company h2 {
	font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #00447a;
}
.wrapper-stand {
	position: absolute;
	bottom: 0;
    right: 0;
}	
.stand {
	position: relative;
	background-color: var(--PrimaryColor);
	color: white;
	padding: 0 20px;
	-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    align-items: center;
	font-size: 20px;
	line-height: 50px;
}
.stand::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background-color: var(--PrimaryColor);
    transform: skew(-20deg, 0deg);
	}		
.stand span {
	font-weight: 600;
	font-size: 20px;
	}			
.item-white-space {
	white-space: pre-wrap;
    line-height: 1.8;
	}	
.thumbnail.item-start {
    margin: 0 16px 0 0;
	}
.item-start img {
    width: 110px;
    height: auto;
    -o-object-fit: 	cover;
    object-fit: 	cover;
	}	
.thumbnail {
    line-height: 1;
    width: 140px;
    height: 140px;
    background: rgba(255,255,255,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* center */
	}
.item-wrapper {
	display: flex;
    /*
	-webkit-box-flex: 	1;
    -webkit-flex: 		1;
    -ms-flex: 			1;
    flex: 				1;
	*/
    -webkit-box-orient: 	inherit;
    -webkit-box-direction: 	inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: 	inherit;
    flex-direction: 		inherit;
    -webkit-box-align: 		inherit;
    -webkit-align-items: 	inherit;
    -ms-flex-align: 		inherit;
    align-items: 			inherit;
    -webkit-align-self: 	stretch;
    -ms-flex-item-align: 	stretch;
    align-self: 			stretch;
	}
.item-icon-domaine img {
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin-right: 1rem;
	}
.section-galery {
	padding-top: 5rem;
	}	
.item-content-galery {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	}
.col-video .play-button {
	background-image: url(/milipol/img/icons/play_button.png);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
	position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
	}	
.col-20 {
	position: relative;
	width: calc(20% - 10px);
	height: calc(270px - 10px);
	margin: 5px 10px 5px 0;
    box-sizing: border-box;
	border: 1px solid #eee;
    overflow: hidden;
	/*
	width: 20%;
	height: 270px;
	border: 1px solid white;
	*/
	}
.col-33 {
	width: calc(33.33% - 20px);
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	}
.col-3 {
	width: 33.33%;
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	}	
.col-50 {
	width: 50%;
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	}
.col-60 {
	width: 60%;
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	}	
.col-100 {
	position: relative;
	width: 100%;
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	}			
.item-content-galery .col-20 a {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 2;
	}
.item-content-galery .col-20 img {
    width: 100%;
	height: 270px; /* auto */
    -o-object-fit: 	cover;
    object-fit: 	cover;
	}	
/*---------------------------------- Rechercher */
.item-search {
	background-color: rgb(247, 247, 247);
	}	
	
/*---------------------------------- Formulaire */
input[type=text], 
input[type=submit],  
input[type=button] {
	font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
	padding: 0 20px;
	
	border-radius: 0;
	border-width: 0; 
	outline: none;
	font-weight: 300;
	
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	
	-webkit-appearance: none;
	-moz-appearance: 	none;
	appearance: 		normal;
	
	height: 48px;
	border: 1px solid #ccc;
	}
input[type=button]{
	background-color: #666;
    color: white;
    border-color: #666;
	}
input[type=button]:hover {
	background-color: #000;
	}	
.item-content-checkbox input[type=checkbox] {
    margin-right: 1rem;
	}	
.w-100 {
	width: 100%;
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	}
.item-search .w-100 {
	width: calc(100% - 133px);
	}	
.item-content-checkbox {
	position: absolute;
	right: 15px;
    left: 15px;
	padding: 1rem 1rem 0;
	background-color: white;
	z-index: 3;
	
	-moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
    box-sizing: 		border-box;
	
	border: 1px solid #fbe20a;
    border-width: 1px 1px 5px 1px;
	font-weight: 600;
	display: none;
	}
.item-action-button {
	margin-top: 3rem;
	}	
.item-action-button a {
	display: flex;
    border: none;
	border-radius: 4px;
    text-decoration: none;
    color: white;
    background-color: #666;
    align-self: stretch;
    align-items: center;
    height: inherit !important;
    padding: 0 20px;
	line-height: 48px;
    transition: background-color .25s;
	}
.item-action-button a:hover {
	background-color: #000;
	}			
.item-content-checkbox span {
    color: #0b72b5;
	font-weight: 400;
    display: contents;
	}	
.item-content-checkbox-flex {
	display: flex;
	}	
.item-content-checkbox label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
	padding-right: 1rem;
    padding-left: 1rem;
	}	
.item-button {
	display: flex;
    border: none;
    color: black;
    align-self: stretch;
    align-items: center;
	}
.item-button a {
	display: flex;
    border: none;
    text-decoration: none;
    color: black;
    background-color: #fbe20a;
    align-self: stretch;
    align-items: center;
    height: inherit !important;
    padding: 0 20px;
	transition: background-color .25s;
	}
.item-button a:hover {	
	background-color: #e7d110;	
	}


/*---------------------------------------------- COOCKIES */
button {
    position: relative;
	display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: transparent;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    z-index: 1;
    border: none;
	transition: all ease-in 0.2s;
}
.wrapper_coockie {
	position: fixed;
    display: flex;
	flex-direction: column;
	margin: 0 0 20px 20px;
	bottom: 0;
    color: black;
	background: #fefefe;
    max-width: 450px;
    min-width: 360px;
	z-index: 15;
	border-radius: 10px;
	box-shadow: 0 1px 30px 1px rgba(0,0,0,.1);
}
.wrapper_coockie p {
	padding: 20px;
	line-height: 1.4;
}
.coockie_action {
	display: flex;
	justify-content: flex-end;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid #ddd;
}
.coockie_action button {
	height: 4rem;
	font-size: 14px;
	color: #323232;
	padding: 8px 20px;
	border-bottom-right-radius: 8px;
	border-left: 1px solid #ddd;
	transition: background ease .2s;
}
.coockie_action button:hover {
	background: #009036;
	color: white;
}


	
/*-------------------------------------------------------------------------------
------------------------------------------------------------------ MEDIA QUERY */
@media (max-width: 768px){
	.home .item-content>* {
		width: calc(50% - 30px) !important;
	}
	.li-stand {
		width: 100px;
	}
	.item-icon-domaine .col-33 {
		width: calc(50% - 20px);
	}
	.section-header-inner h3 {
		font-size: 24px;
		font-weight: 800;
	}
	.section-font-size, 
	.section-font-size-18 {
		font-size: 17px;
	}
	.item-content-galery .col-20 {
		width: 25%;
		height: 220px;
	}
	.item-content-galery .col-20 a {
		position: absolute;
		top: 0;
		width: 100%;
		bottom: 0;
		z-index: 2;
	}
	.item-content-galery .col-20 img {
		width: 100%;
		height: 220px;
		-o-object-fit: 	cover;
		object-fit: 	cover;
	}
}
@media (max-width: 640px){
	.item-order-1 {
		order: 1;
	}
	.item-order-2 {
		order: 2;
	}
	.item-order-3 {
		order: 3;
	}
	.item-order-4 {
		order: 4;
	}
	.header-content .logo {;
		padding: 0;
	}
	.header-content .logo-cci {
		height: 35px;
		/*
		width: 243px;
		height: 50px;
		*/
	}
	.header-content .logo-salon {
	    height: 50px;
    	margin-left: 0;
	}
	.item-content {
		overflow:inherit;
		height: inherit;
	}
	.item-content ul li {
		font-size: 14px;
	}
	.li-stand {
		display: none;
	}
	.li-next {
		width: 40px;
    	padding: 0;
	}
	.li-next span {
		display: none;
	}
	.header {
		height: 60px;
	}
	.section-header-border {
		border-bottom: 35px solid white;
	}
	.salon-logo {
		height: 45px;
    	margin-left: 20px;
	}
	.header-content .date_salon {
		display: none;
	}
	.header-container {
		padding: 0;
	}
	.item-content-company {
    	padding: 0;
		flex-direction: column;
	}
	.item-content-company .col-50 {
		width: 100%;
	}
	.item-content-company .thumbnail {
		width: 100%;
		}
	.item-content-company .item-start img {
   	 	width: 80px;
		/*
		height: 80px;
		border-radius: 50%;
		*/
	}
	.item-content-company .thumbnail.item-start {
    	margin: 0;
		justify-content: flex-start;
		align-items: center;
	}
	.thumbnail {
		width: 80px;
		height: 80px;
	}
	.item-start img {
		width: 80px;
	}
	.item-content-checkbox-flex {
		flex-wrap: wrap;
		font-size: 16px;
	}
	.col-3, .col-m640 {
		width: 50%;
	}
	.col-3-100 {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	/*
	.stand {
		margin-right: -15px;
	}
	*/
	.stand::after {
		bottom: -15px;
		border-left: 15px solid #c18932;
		border-bottom: 15px solid transparent;
	}	
}

@media (max-width: 500px){
	.home .item-content>* {
		width: calc(100% - 60px) !important;
	}
	.grid>* {
		padding-right: 30px;
	}
	.header-content li {
		width: 6rem;
	}
	.section-font-size {
    	font-size: 16px;
	}
	.section-header-inner {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
	.item-search {
		flex-wrap: wrap;
	}
	.item-search .col-60, 
	.item-search .item-button, 
	.item-search .item-button a {
    	width: 100%;
	}
	.item-search .item-button a {
		line-height: 4rem;
		justify-content: center;
	}
	.section-header-inner h3 {
    	font-size: 24px;
    	font-weight: 800;
	}
	.col-3, .col-m640 {
		width: 100%;
	}
	.item-content-checkbox-flex {
		flex-wrap: wrap;
		font-size: 16px;
	}
	.item-content-company .thumbnail {
		width: 100%;
		}
	.item-content-company .item-start img {
		width: 50px;
		border-radius: 0;
		/*
   	 	width: 80px;
		height: 80px;
		border-radius: 50%;
		*/
	}
	.item-content-company .thumbnail.item-start {
    	margin: 0;
	}
	.item-content-company .col-33 {
		width: 100%;
	}
	.item-content-galery .col-20 {
		width: 33%;
		height: 220px;
	}
	.item-content-company .col-50 {
		width: 100%;
	}
	.item-content-galery .col-20 {
		width: 50%;
		height: 220px;
	}
}

@media (max-width: 450px) {
	.home .item-content-company .col-50 {
		width: 100%;
	}
	.item-content-galery .col-20 {
		width: calc(50% - 5px);
		height: 220px;
		margin: 5px 0 5px 5px;
	}
}
/*
@media (min-width: 640px){
	
	.item-content>* {
		width: calc(50% - 30px);
	}
}
*/

@media (max-width: 1024px) {
	.home .item-content>* {
		width: calc(100% * 1 / 3.001 - 30px);
	}
	.item-content {
		overflow:inherit;
		height: inherit;
	}
}
@media (max-width: 1200px){
	.item-content>* {
		width: calc(100% * 1 / 3.001 - 30px);
	}
}

@media (min-width: 1200px){
	.item-content>* {
		width: calc(100% * 1 / 3.001 - 30px);
	}
	.container {
    	padding-left: 40px;
    	padding-right: 40px;
	}
	.container.header-container {
		position: relative;
    	padding-left: 60px;
    	padding-right: 60px;
	}
	.wrapper-stand {
		bottom: 20px;
		right: 40px;
	}
	.stand::after {
		position: absolute;
		right: 0;
		bottom: -20px;
		content: " ";
		display: block;
		border-left: 20px solid rgb(0 27 127);
		border-bottom: 20px solid transparent;
		transition: all .4s ease;
	}	
	.item-content-checkbox {
		right: 40px;
		left: 40px;
	}
}

/*------------------------------- Archiver */	
ul li.societe-archiver {
	color: #7d7d7d;
	background: repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 3px, #e5e5e5 3px, #e5e5e5 6px);
	}
li.societe-archiver a {
	color: #7d7d7d;
	}
tr.societe-archiver .td-archiver {
	text-align: center;
	min-width: 6.25rem; /* 100/16 */
	}
tr.societe-archiver .td-archiver + td {
	font-size: 0.75rem;
	font-weight: 500;
	}	
tr.societe-archiver .td-archiver a {
	font-weight: 400;
	color: #fff;
	padding: 0.5rem 0;
	width: 100%;
	
	background-color: #006458;
	text-decoration: none;
	display: block;
	
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	}
tr.societe-archiver .td-archiver a:hover {
	background-color: #00B09B;
}


/*-------------------------------------------- SCROLLBAR */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: var(--SecondaryColor) #f8f8f8;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}
*::-webkit-scrollbar-track {
	background: #f8f8f8;
}
*::-webkit-scrollbar-thumb {
	background-color: var(--SecondaryColor);
	border-radius: 10px;
	border: 2px solid #f8f8f8;

}
