/*
	font 1 :  font-family: 'Hind', sans-serif;
	font 2 :  font-family: 'Hind', sans-serif;
*/

/* > COMMUNS
-------------------------------------------------------------------------------------------------------------------------------- */
/* > Massloader ------------------------ */
/* > Breadcrumb ------------------------ */
/* > Fancy ----------------------------- */

/* > HEADER & MENU
-------------------------------------------------------------------------------------------------------------------------------- */
/* > Header ---------------------------- */
/* > Menu ------------------------------ */
/* > Nav boutique & hamburger ---------- */
/* > Header fixée ---------------------- */

/* > CONTENT
-------------------------------------------------------------------------------------------------------------------------------- */
/* > Bouton ---------------------------- */
/* > Formulaire------------------------- */
/* > Images ---------------------------- */
/* > Content rules --------------------- */
/* > Typography ------------------------ */
/* > Pagination ------------------------ */
/* > Tableau --------------------------- */
/* > Wisiwig --------------------------- */

/* > BLOCKS
-------------------------------------------------------------------------------------------------------------------------------- */
/* > Heading --------------------------- */
/* > 1 Colonne ------------------------- */
/* > 2 Colonnes ------------------------ */
/* > 3 Colonnes ------------------------ */

/* > PAGE
-------------------------------------------------------------------------------------------------------------------------------- */
/* > Accueil ------------------------ */
/* > Bloc personnalisé -------------- */
/* > Commandes ---------------------- */
/* > Engagements -------------------- */
/* > Partenaires -------------------- */
/* > Contact ------------------------ */
/* > Mentions légales --------------- */
/* > 404 ---------------------------- */

/* > FOOTER
-------------------------------------------------------------------------------------------------------------------------------- */
/* > Infos & navigation ------------- */
/* > Partenaires -------------------- */

/* > ANIMATIONS
-------------------------------------------------------------------------------------------------------------------------------- */
/* > transitions ----------------------- */
/* > animations scroll ----------------- */


/* > COMMUNS
-------------------------------------------------------------------------------------------------------------------------------- */

body {
    font-family: 'Hind', sans-serif;
	line-height: 1.4em;
	color: #7985a3; 
}

h1, .h1 {
	line-height: 1.25em;
	font-weight: 700;
	font-size: 2.75em;
	margin: 0 0 .5em;
	color: #f3303e;
}
h1 strong, 
.h1 strong { color: #f3303e }
h2, .h2 {
	line-height: 1.4em;
	font-size: 1.75em;
	font-weight: 700;
	color: #f3303e;
	margin: 1em 0 .5em;
}
h3, .h3 {
	line-height: 1.4em;
	font-size: 1.25em; 
	font-weight: 700;
	color: #132e6e; 
	margin: .5em 0 .25em;
}
h4, .h4 { }

hr, .divide {
	clear: both;
	padding: 0;
	height: 1px;
	margin: 2em auto;
	background: #ccc;
	border: none;
}

p {
	margin: 0 0 10px 0;
}

.intro p,
p.intro {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 700;
	color: #132e6e; 
}

mark, .mark {
  	padding: 0.2em;
  	background-color: #f3303e;
	color: #fff;
}

::-moz-selection{
	background-color: #f3303e;
	color: #fff;
}
::selection{
	background-color: #f3303e;
	color: #fff;
}

@media screen and (min-width: 1600px) {
	body { font-size: 18px; }
}
@media screen and (max-width: 980px) {
	h1, .h1 { font-size: 2.25em }
}

/* > Massloader ------------------------ */


/* > Breadcrumb ------------------------ */
#breadcrumb li { 
	font-size: .75em;
	color: #7985a3; 
}
#breadcrumb li:first-child:before { display:none }
#breadcrumb li a { 
	text-decoration: underline;
	font-weight: 700;
}
#breadcrumb li a:hover { color: #132e6e; }

/* > Autocomplete -------------------- */
.ui-autocomplete.ui-widget-content {
	border-radius: 0 0 1em 1em;
	border: #c4cde3 1px solid;
	background-color: #fff;
	padding-top: 20px;
	border-top: none;
	font-size: .875em;
}
.ui-menu .ui-menu-item {
	font-size: 14px;
	border: none;
	font-weight: 600;
	padding: 10px 20px;
	color: #132e6e;
}
/*.ui-menu .ui-menu-item:nth-child(2n+2) { background: #f1f1f1 }*/
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item.ui-sate-focus { 
	background: #c4cde3;
	font-weight: 600;
	color: #132e6e;
	border: none;
}

/* > Fancy --------------------------- */
.fancy-pays-zone .fancybox-bg {
	background-color: rgba(255,255,255,.75);
}
.fancy-pays-zone .fancybox-slide--iframe,
.fancy-pays-zone .fancybox-slide--iframe .fancybox-content,
.fancy-pays-zone .fancybox-slide--iframe .fancybox-iframe {
	background-color: transparent;
}
.fancy-pays-zone .fancybox-slide--iframe .fancybox-content {
	max-height: 100%;
	max-width: 100%;
	height: 100% !important;
	width: 100% !important;
	margin: 0;
}
.fancy-pays-zone .fancybox-slide--iframe .fancybox-iframe {
	height: 100% !important;
	width: 100% !important;
}

#fancy-pays-zone .wrapper { padding: 30px; }
#form-fancy-zone {
	padding: 40px;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
	background: #132e6e;
	border-radius: 1rem;
	max-width: 540px;
    margin: 0 auto;
}
#form-fancy-zone h1 { color: #fff; }
#form-fancy-zone #codepostal-suggest {
	position: relative;
	top: -17px;
}
#form-fancy-zone #codepostal-suggest ul {
	max-height: 200px;
}
#form-fancy-zone .hp-commande_search__area { 
	height: auto;
	align-items: flex-start;
}
#form-fancy-zone .hp-commande_search input[type='text'] {
	height: 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#form-fancy-zone .hp-commande_search input[type='submit'] {
	height: 50px;
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#form-fancy-zone #zone-submit:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}


._fancy h1 {
	margin: 0 0 1em;
	text-transform: uppercase;
	font-size: 1.5em; 
}
@media screen and (max-width: 440px) {
	.fancybox-slide--iframe .fancybox-content {
		padding: 0;
		width: 100%;
		height: 100%;
		max-width: calc(100% - 40px);
		max-height: calc(100% - 40px);
		overflow: visible;
		background: #fff;
	}
	._fancy h1 { font-size: 1em; }
	#form-fancy-zone { padding: 20px; }
	
}

/* > HEADER & MENU
-------------------------------------------------------------------------------------------------------------------------------- */

/* > Header ---------------------------- */
#header {
	height: 160px;
	position: relative;
	background-color: #fff;
	z-index: 2;
}
.header-content { 
	max-width: 1700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 100%;
}
#logo-header {
	height: 170px;
	width: 170px;
	padding: 5px;
	align-self: flex-start;
	flex: 0 0 auto;
}
#logo-header img { 
	display: block;
	width: 100%;
	transition: transform .3s;
}
a#logo-header:hover img {
	transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
	.header-content { padding: 0 10px }
	#logo-header {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 980px) {
	#logo-header {
		width: 160px;
		height: 160px;
	}
}
@media screen and (max-width: 740px) {
	#header { height: 100px; }
	#logo-header {
		width: 160px;
		height: 160px;
	}
}
@media screen and (max-width: 480px) {
	#logo-header {
		width: 100px;
		height: 100px;
	}
}

/* > Menu ------------------------------ */
#menu {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	padding: 0 4%;
}
#menu ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
	/*width: 100%;*/
	padding-right: 3%;
	/*max-width: 780px;*/
	flex: 1 1 auto;
}
#menu li { 
	flex: 1 1 auto;
	text-align: center;
	height: 100%;
	transition: background .2s linear, color .2s linear, border-color .2s linear, color .2s linear;
}
#menu li a { 
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#menu li a span {
	text-transform: uppercase;
	font-size: .875em;
	color: #022062;
	line-height: 16px;
	border-radius: 1em;
	padding: 5px 15px 3px;
	background-color: transparent;
	transition: color .4s, background-color .4s;
}
#menu li.active a span { font-weight: 700; color: #f3303e; }
#menu li:hover a span,
#menu li.active:hover a span { background-color: #f3303e; color: #fff; }
#menu li.menu-home {
	width: 54px;
	height: 54px;
	flex: 0 0 auto;
}
#menu li.menu-home a {
	padding: 11px;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color .4s;
}
#menu li.menu-home svg {
	display: block;
	width: 32px;
	height: 32px;
	fill: #f3303e;
	transition: fill .4s;
}
#menu li.menu-home a:hover { background-color: #f3303e; }
#menu li.menu-home a:hover svg { fill: #fff; }

/* menu infos contact */
#header-top {
	position: absolute;
	top: 0; right: 100px;
	display: flex;
	z-index: 10;
}
#header-top .menu-tel {
	display: flex;
	flex: 0 0 auto;
	font-size: .875em;
	align-items: flex-start;
	justify-content: center;
	text-transform: uppercase;
	color: #022062;
}
#header-top .menu-tel strong {
	margin-top: 6px;
}
#header-top .menu-tel a {
	margin: 0 0 0 15px;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	border-radius: 0 0 1em 1em;
	padding: 8px 15px 5px;
	background-color: #f3303e;
	transition: background-color .4s;
}
#header-top .menu-tel a:hover { background-color: #51acef; }
#header-top .menu-payment {
	padding: 0 0 0 15px;
	flex: 0 0 auto;
	width: 200px;
}
#header-top .menu-payment a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	border-radius: 0 0 1em 1em;
	padding: 8px 15px 5px 44px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #022062;
	border-color: #022062;
	transition: background-color .4s;
}
#header-top .menu-payment a:hover { background-color: #51acef; }

@media screen and (max-width: 1320px) {
	#menu { padding: 0 80px 0 0 }
}
@media screen and (max-width: 980px) {
	#header-top {
		right: 0;
		width: 100%;
		justify-content: center;
	}
	#menu {
		top: 0;
		left: calc(-100% - 100px);
		bottom: 0;
		width: calc(100% - 100px);
		height: 100%;
		z-index: 100;
		padding: 50px 0;
		position: fixed;
		background-color: #132e6e;
		transition: left .3s linear;
		overflow-y: hidden;	
	}
	#menu li.menu-home { 
		position: absolute;
		top: 0; left: 0;
		width: 60px;
		height: 50px;
		border: none;
	}
	#menu li.menu-home a {
		border-radius: 0;
		width: 100%; 
		height: 100%;
		background-color: #f3303e;
	}
	#menu li.menu-home svg { 
		fill: #fff;
		margin: 0 auto;
	}
	#menu ul {
		padding: 0;
		width: 100%;
		max-height: 100%;
		overflow: auto;
		display: block;
	}
	#menu li { 
		border-bottom: rgba(255,255,255,.15) 1px solid;
		text-align: left;
		height: auto;
	}
	#menu li a { 
		display: block;
		height: auto;
	}
	#menu li a span {
		color: #84a2e7;
		display: block;
		font-weight: 700;
		border-radius: 0;
		padding: 20px 20px;
		background-color: transparent;
		transition: color .4s, background-color .4s;
	}
	#menu li.active a span { font-weight: 700; color: #f3303e; }
	#menu li:hover a span,
	#menu li.active:hover a span { 
		background-color: rgba(255,255,255,.15); 
		color: #fff;
	}

	body.menu-opened #menu-overlay { 
		display: block; 
		opacity: 1;
	}
	body.menu-opened #menu { left:0; }

	#menu .menu-payment {
		position: absolute;
		bottom: 0; left: 0;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
	}
	#menu .menu-payment a {
		display: block;
	}
}
@media screen and (max-width: 740px) {
	#header-top {
		justify-content: flex-end;
		padding: 0 20px;
	}
	#header-top .menu-tel strong { display: none; }
}
@media screen and (max-width: 480px) {
	#header {
		height: auto;
	}
	#header-top { 
		position: relative;
		justify-content: center;
		height: 40px;
		padding: 0;
	}
	#header-top .menu-tel,
	#header-top .menu-payment {
		display: block;
		flex: 1 1 auto;
		padding: 0;
		margin: 0;
		width: auto;
	}
	#header-top .menu-tel a,
	#header-top .menu-payment a {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: none;
		padding: 12px 10px 8px;
		border-radius: 0;
		text-align: center;
	}
	#header-top .menu-payment a::before {
		content: "";
		display: block;
		margin-top: -2px;
		margin-right: 8px;
		width: 15px; height: 15px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
}

/* > Nav boutique & hamburger ---------- */
#header-nav {
	position: absolute;
	top: 50px;
	right: 0;
	font-weight: 700;
	width: 100px;
	z-index: 101;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#header-nav a {
	width: 80px;
	height: 64px;
	text-align: center;
	border-radius: 32px 0 0 32px;
	margin-bottom: 10px;
	background-color: #f3303e;
	transition: background-color .4s, width .5s;
}
.header-nav_link { 
	display: block;
	padding: 5px 5px 5px 20px; 
}
.header-nav_link__legend {
	display: block;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
	color: #fff;
}
.header-nav_link svg {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	fill: #fff;
	transition: fill .4s;
}
#header-nav a:hover { 
	background-color: #022062;
}
#header-nav a:hover svg { fill: #ffffff }
#header-panier { position: relative; }
#header-panier .panier-count {
	position: absolute;
	display: none;
	font-size: 11px;
	right: 5px; top: 8px;
	width: 16px; height: 16px;
	line-height: 16px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: #132e6e;
}
#header-panier.animated {
	-webkit-animation: .5s linear 0s panier-pop;
          animation: .5s linear 0s panier-pop;
}
@-webkit-keyframes panier-pop {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(2);
	}
	50% {
		transform: scale(1.5);
	}
	75% {
		transform: scale(1.75);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes panier-pop {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(2);
	}
	50% {
		transform: scale(1.5);
	}
	75% {
		transform: scale(1.75);
	}
	100% {
		transform: scale(1);
	}
}

#menu-display {
	display: none;
	position: relative;
	flex-direction: column;
	padding-left: 20px;
	background-color: transparent;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: #f3303e 1px solid;
	border-right: none;
	background-color: transparent;
	transition: background-color .3s;
}
#header-nav #menu-display { background-color: transparent; }
#header-nav #menu-display:hover,
#header-nav #menu-display:active { background-color: transparent }
#menu-display .menu-icon {
	width: 30px;
	height: 30px;
}
#menu-display .menu-icon__bar {
	background-color: #f3303e;
    margin: 6px auto;
    height: 2px;
	width: 20px;
}
#menu-display .menu-icon__bar.bar-top,
#menu-display .menu-icon__bar.bar-bottom {
	transition:transform .3s, margin .3s;
}
#menu-display .menu-icon-bar.bar-middle {
	transition:opacity .3s;
}
#menu-display .menu-text {
	text-transform: uppercase;
	text-align: center;
    font-size: .75rem;
    font-weight: 600;
	color: #f3303e;
}
#menu-display .menu-text-open { display: block }
#menu-display .menu-text-close { display: none }
body.menu-opened #menu-display .menu-icon__bar.bar-top { 
	transform: rotate(45deg);
	margin:14px auto;
}
body.menu-opened #menu-display .menu-icon__bar.bar-bottom {
	transform: rotate(-45deg);
	margin:-24px auto;
}
body.menu-opened #menu-display .menu-icon__bar.bar-middle { opacity:0; background-color: #fff; }
body.menu-opened #menu-display .menu-text-open { display: none }
body.menu-opened #menu-display .menu-text-close { display: block }
#menu-overlay {
	display:none;
	position: fixed;
	z-index: 98;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(255, 255, 255, .7); 
	opacity: 0;
	transition:opacity .3s ease-out, background-color .3s ease-out;
}

@media screen and (max-width: 980px) {
	#header-nav { 
		width: 150px;
		justify-content: flex-end;
		top: 20px;
	}
	#menu-display { 
		display: flex
	}
	body.menu-opened .header-nav_link { display: none !important; }
}
@media screen and (max-width: 740px) {
	#header-nav {
		position: relative;
		top: 20px;
		height: 50px;
		flex-direction: row;
	}
	#header-nav a {
		width: 50px;
		height: 50px;
		margin-bottom: 0;
		border-radius: 50%;
		background-color: transparent;
		transition: none
	}
	.header-nav_link { 
		display: block;
		padding: 8px; 
	}
	.header-nav_link svg {
		fill: #f3303e;
	}
	.header-nav_link__legend { display: none; }
	#header-nav a:hover { background-color: transparent }
	#header-nav a:hover svg { fill: #022062 }
	#menu-display {
		border: none;
		padding-left: 0;
		flex-direction: row;
		padding-top: 7px;
		order: 1;
	}
	#menu-display .menu-text {
		margin-top: -20px;
		margin-bottom: -20px; 
		font-size: 9px;
	}
}
@media screen and (max-width: 480px) { #header-nav { top: -20px; } }

/* > Header fixée ---------------------- */

body.fixed_head #header { 
	position: fixed; 
	z-index: 99;
	width: 100%;
	height: 60px;
	left: 0; top: 0;
}
body.fixed_head #header::after {
	position: absolute;
	content: "";
	height: 10px;
	bottom: -10px;
	left: 0; width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2497373949579832) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
body.fixed_head #header-top { display: none; }
body.fixed_head #logo-header { height: 60px; }
body.fixed_head #logo-header img { width: 50px; height: 50px; }

body.fixed_head #header-nav {
	position: relative;
	top: auto; right: auto;
	height: 50px;
	flex-direction: row;
	margin-left: 15px;
}
body.fixed_head #header-nav a {
	width: 50px;
	height: 50px;
	margin-bottom: 0;
	border-radius: 50%;
	background-color: transparent;
	transition: none
}
body.fixed_head .header-nav_link { 
	display: block;
	padding: 8px; 
}
body.fixed_head .header-nav_link svg {
	fill: #f3303e;
}
body.fixed_head .header-nav_link__legend { display: none; }
body.fixed_head #header-nav a:hover { background-color: transparent }
body.fixed_head #header-nav a:hover svg { fill: #022062 }
body.fixed_head #menu-display {
	border: none;
	padding-left: 0;
	flex-direction: row;
	padding-top: 0;
	order: 1;
}
body.fixed_head #menu-display .menu-text { display: none; }

@media screen and (max-width: 1320px) {
	body.fixed_head #menu { padding-right: 0 }
}
@media screen and (max-width: 980px) {
	body.fixed_head  #header-nav { width: 150px; }
	body.fixed_head  #menu-display { 
		display: flex
	}
}

/*._page { padding-top: 70px }*/
body.fixed_head ._page { 
	padding-top: 150px;
	padding-bottom: 50px;
}


@media screen and (max-width: 1024px) {
	._page { padding-top: 20px }
	body.fixed_head ._page { padding-top: 120px; }
}
@media screen and (max-width: 980px) {
	._page { padding-top: 70px }
	body.fixed_head ._page { padding-top: 170px; }
}
@media screen and (max-width: 480px) {
	._page { padding-top: 20px }
	body.fixed_head ._page { padding-top: 120px; }
}

.header-location {
	position: absolute;
	top: 120px; right: 120px;
	z-index: 2;
}
.header-change-location {
	border-radius: 8px;
	padding: 8px 20px;
	background-color: #fff;
	border: 1px solid #C9CCDC;
}
.header-change-location_info {
	color: #022062;
	font-style: normal;
	font-size: 13px;
}
.header-change-location_info em {
	font-style: normal;
	margin-right: 6px;
}
.header-change-location_info strong { 
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23F3303E'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.33333 15.5852C7.45185 15.8222 7.68889 16 7.92593 16C8.16296 16 8.4 15.8222 8.45926 15.5852C9.04873 13.6989 10.1659 12.4576 11.2276 11.278L11.2444 11.2593C12.6074 9.77778 13.8519 8.35556 13.8519 5.92593C13.8519 2.78519 11.0667 0 7.92593 0C4.78519 0 2 2.78519 2 5.92593C2 8.35556 3.24444 9.77778 4.60741 11.2593C4.65434 11.3114 4.70139 11.3636 4.74849 11.4158C5.77201 12.5502 6.82347 13.7157 7.33333 15.5852ZM3.18519 5.92593C3.18519 3.43704 5.43704 1.18519 7.92593 1.18519C10.4148 1.18519 12.6667 3.43704 12.6667 5.92593C12.6667 7.88148 11.6 9.06667 10.3556 10.4296C9.52593 11.3185 8.63704 12.3259 7.92593 13.7481C7.33796 12.5188 6.50892 11.5787 5.74324 10.7104C5.66005 10.616 5.5776 10.5226 5.4963 10.4296C4.25185 9.06667 3.18519 7.88148 3.18519 5.92593ZM5.55573 5.92597C5.55573 7.22967 6.6224 8.29634 7.9261 8.29634C9.2298 8.29634 10.2965 7.22967 10.2965 5.92597C10.2965 4.62227 9.2298 3.5556 7.9261 3.5556C6.6224 3.5556 5.55573 4.62227 5.55573 5.92597ZM6.74091 5.92597C6.74091 5.27412 7.27425 4.74078 7.9261 4.74078C8.57795 4.74078 9.11129 5.27412 9.11129 5.92597C9.11129 6.57782 8.57795 7.11116 7.9261 7.11116C7.27425 7.11116 6.74091 6.57782 6.74091 5.92597Z'/%3E%3C/svg%3E");
	font-weight: 600; 
}
.header-change-location a {
	display: block;
	line-height: 12px;
	text-decoration: underline;
	text-align: right;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
}
.header-change-location a:hover { color: #022062; }

.fixed_head .header-location { 
	position: fixed;
	top: 60px;
	right: 0;
}
.fixed_head .header-change-location { border-radius: 0 0 0 8px; }
.menu-opened .header-location { display: none; }

@media screen and (max-width: 980px) {
	.header-location { 
		bottom: auto;
		top: 60px;
	}
	.fixed_head .header-location {
		right: 160px;
		z-index: 100;
		top: 5px;
	}
	.fixed_head .header-change-location { border: none; }
	.fixed_head .header-change-location em { display: none; }
}
@media screen and (max-width: 740px) {
	.header-location {
		position: relative;
		top: 0;
		right: 20px;
		display: flex;
		margin: 20px auto -20px;
		justify-content: flex-end;
	}
	.fixed_head .header-location { margin: 0; }
}
@media screen and (max-width: 480px) {
	.header-location {
		right: 15px;
		margin: -30px auto 0;
	}
	.header-change-location em,
	.fixed_head .header-location { display: none; }
}

/* > CONTENT
-------------------------------------------------------------------------------------------------------------------------------- */

@media print {
  #menu, #footer, aside {
    display:none;
  }
  body {

  }
}

/* > Bouton ---------------------------- */
.bouton_1,
.bouton_2 {
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 25px 8px;
	border-radius: 10px;
	min-width: 120px;
	text-align: center;
	transition:border-color .3s linear, background-color .3s linear, color .3s linear;
}
.bouton_1 {
	background-color: #f3303e;
	border-color: #f3303e;
	color: #fff;
}
.bouton_2 {
	background-color: transparent;
	border-color: #132e6e;
	color: #132e6e;
}
.bouton_1:hover,
.bouton_2:hover {
	background-color: #132e6e;
	border-color: #132e6e;
	color: #fff;
}
.edit_content .bouton_1,
.edit_content .bouton_2 {
	margin: 2em 0 0;
}
.edit_content p:first-child .bouton_1,
.edit_content p:first-child .bouton_2 { margin-top: 0 }

/* --- */
.rs-link li { display: inline; }
.rs-link li.rs-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 13px;
}
.rs-link li a { 
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 28px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transition: background-color .3s, color .3s;
}
.rs-link li a svg {
	width: 15px;
	height: 15px;
	transition: fill .3s;
}

/* > Formulaire------------------------- */
label { 
	padding: 5px 0;
	font-size: .875em;
}
label.left { padding: 5px 5px 5px 0 }
label.right { padding: 5px 0 5px 5px }
span.inline-label {	font-size: .875em; }

select,
textarea,
input[type='tel'],
input[type='text'],
input[type='email'],
input[type='password'] {
	border-color: #dadada;
	background-color: #fff;
	border-radius: 1em;
	padding: 0 20px;
	color: #132e6e;
	height: 40px;
}
select { padding: 0 20px; }
textarea { padding: 20px; }
select:hover,
textarea:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover {
	border-color: #132e6e;
	color: #132e6e
}
select:focus,
textarea:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
	border-color: #132e6e; color: #132e6e;
	-ms-box-shadow: #132e6e 0 0 5px;
	-o-box-shadow: #132e6e 0 0 5px;
	box-shadow: #132e6e 0 0 5px;
}
/* --- erreur --- */
select.errorfield,
textarea.errorfield,
input[type='tel'].errorfield,
input[type='text'].errorfield,
input[type='email'].errorfield,
input[type='password'].errorfield {
	border-color:#ec2231;
}
select.errorfield:hover,
textarea.errorfield:hover,
input[type='tel'].errorfield:hover,
input[type='text'].errorfield:hover,
input[type='email'].errorfield:hover,
input[type='password'].errorfield:hover {
	border-color:#ec2231;
	color:#ec2231;
}
select.errorfield:focus,
textarea.errorfield:focus,
input[type='tel'].errorfield:focus,
input[type='text'].errorfield:focus,
input[type='email'].errorfield:focus,
input[type='password'].errorfield:focus {
	border-color:#ec2231;
	color:#ec2231;
	-ms-box-shadow:#ec2231 0 0 5px;
	-o-box-shadow:#ec2231 0 0 5px;
	box-shadow:#ec2231 0 0 5px;
}
.error_output {
	width: 100%;
	margin: 0 0 1em;
	border-radius: 1em;
	background-color:#ec2231;
	color: #fff;
}

/* COMMITTER */
.committer {
  position: relative;
  background: #e1e1e1;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 55px;
  margin-right: 10px;
  padding: 2px;
  background: #ffffff;
  border: #cacaca 1px solid;
  border-radius: 12px;
  transition: all .2s linear;
}
.committer .commit-texte {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 4px;
  right: 2px;
  line-height: 25px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}
.committer .commit-handler {
  /*border-radius:12px;*/
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: -1px;
  border-radius: 12px;
  transition: all .2s linear;
}
.committer.commit-off {
  background: #e1e1e1;
}
.committer.commit-off .commit-handler {
  background-color: #fff;
  margin: -1px;
}
.committer.commit-off .commit-texte {
  text-align: right;
  color: #999999;
}
.committer.commit-on {
  background-color: #132e6e;
}
.committer.commit-on .commit-handler {
  background-color: #fff;
  margin: -1px -1px -1px 31px;
}
.committer.commit-on .commit-texte {
  text-align: left;
  color: #fff;
}
.block-label .committer {
  display: block;
  margin: 16px 0 10px;
}
.committer:hover .commit-handler {
  box-shadow: #132e6e 0 0 5px;
}

/* --- rgpd --- */
#privacy, #cgv-content {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 30px 40px;
}
#privacy h4 {
	font-weight: 700;
	font-size: 1em;
	margin: 0 0 20px;
}
#privacy h5 {
	font-weight: 700;
	font-size: .875em;
	margin: 0 0 10px;
}

#privacy ul li {
	list-style-type: initial;
    list-style: none;
}
/* --- */
#privacy table {
	margin:0 auto 60px;
	max-width: 100%;
	width: 100%;
}
#privacy table th,
#privacy table td {
	padding:10px;
	text-align:center;
	font-size:14px;
}
#privacy table tr th { background-color:#f3303e; color:#fff; }
#privacy table tr:nth-child(2n+0) td { background:#f8f8f8; }
#privacy table tr th:first-child,
#privacy table tr td:first-child { text-align:left; }
#privacy table th { font-weight:bold; }

/* > privacy checkbox */
.privacy_checkbox {
	display: block;
	position: relative;
	padding-left: 24px;
	text-align: justify;
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.3em;
	color: #949494;
}
.privacy_checkbox input {
	position: absolute;
	top: 3px; left: 0;
}
.privacy_disclaimer,
#privacy_disclaimer { 
	font-size: 11px;
	text-align: justify;
	line-height: 1.2em;
	margin: 1em 0;
	color: #949494; 
}
.privacy_disclaimer a,
#privacy_disclaimer a,
.privacy_checkbox a { 
	text-decoration: underline;
	transition: color 0.5s;
	display: inline;
}
.privacy_disclaimer a:hover,
#privacy_disclaimer a:hover,
.privacy_checkbox a:hover { color: #f3303e }
#privacy_checkbox.errorfield,
.privacy_checkbox.errorfield { color:#ec2231; }

/* --- bouton --- */
.button, .submit,
input[type='button'],
input[type='submit'] {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	background-color: #f3303e;
	border-color: #f3303e;
	border-radius: 1em;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	padding: 10px 20px 8px;
	transition:border-color .3s, background-color .3s, color .3s;
}
.button, 
input[type='button'] {
	background-color: transparent;
	border-color: #a5afc6;
	color: #132e6e;
}
.submit:hover,
input[type='submit']:hover {
	background-color: #132e6e;
	border-color: #132e6e;
	color: #fff;
}
.button:hover,
input[type='button']:hover {
	background-color: #a5afc6;
	border-color: #a5afc6;
	color: #132e6e;
}

/* > Images ---------------------------- */

.thumbnails { overflow:hidden; background:#132e6e; }
.thumbnails > img {
	display:block; width:100%;
	transition:transform .2s linear, opacity .2s linear;
}
a:hover .thumbnails > img,
a.thumbnails:hover > img {
	transform:scale(1.2);
	opacity:.4
}

/* > Content rules --------------------- */
._page {
	min-height: 80vh;
	position: relative;
}
#content { padding: 5% 0; }
.container { padding: 5% 0; }
.container .row { max-width: 1680px; }

label input, 
textarea { font-family: 'Hind', sans-serif; }

.fc-rouge { color: #f3303e;}
.fc-bleu { color: #132e6e; }

.bg-noir   { background-color:#132e6e; }
.bg-gris   { background-color:#eeeded; }
.bg-color1 { background-color:#132e6e; }
.bg-color2 { background-color:#f3303e; }

.bg-noir h1,
.bg-noir h2,
.bg-noir h3 { color:#fff; }
.bg-noir ul,
.bg-noir p { color:#a7acb1; }

.bg-color1 h1,
.bg-color1 h2,
.bg-color1 h3 { color:#fff; }
.bg-color1 ul,
.bg-color1 p { color:#7985a3; }

.bg-color2 h1,
.bg-color2 h2,
.bg-color2 h3 { color:#fff; }
.bg-color2 ul,
.bg-color2 p { color:#ffa4ab; }

.edit_content ul,
.edit_content ol { margin: 0 0 10px }
.edit_content ul li {
	list-style: none;
	background: 0 8px no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6' height='6' fill='%23f3303e'%3E%3Cpath d='M3.000,-0.000 C4.657,-0.000 6.000,1.343 6.000,3.000 C6.000,4.657 4.657,6.000 3.000,6.000 C1.343,6.000 -0.000,4.657 -0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z'/%3E%3C/svg%3E");
	padding-left:15px;
	margin: 0 0 5px;
}
.edit_content ol {
	counter-reset: section;
	list-style-type: none;
}
.edit_content ol li { 
	font-weight: 400;
	margin:8px 0;
}
.edit_content ol li::before {
	display: inline-block;
	margin-right: 10px;
	counter-increment: section;
	content: counters(section,".") ". ";
	font-weight: 700;
	color: #f3303e;
}
.edit_content h2:first-child,
.edit_content h3:first-child,
.edit_content h4:first-child,
.edit_content p:first-child,
.edit_content ul:first-child { margin-top: 0 }
.edit_content h2:last-child,
.edit_content h3:last-child,
.edit_content h4:last-child,
.edit_content p:last-child,
.edit_content ul:last-child { margin-bottom: 0 }

.edit_content p a:not(.bouton_1):not(.bouton_2):not(.bouton_3):not(.bouton_4),
.edit_content li a:not(.bouton_1):not(.bouton_2):not(.bouton_3):not(.bouton_4) {
	color:#f3303e; 
	text-decoration:underline; 
}
.edit_content p a:not(.bouton_1):not(.bouton_2):not(.bouton_3):not(.bouton_4):hover, 
.content_block li a:not(.bouton_1):not(.bouton_2):not(.bouton_3):not(.bouton_4):hover { color:#132e6e; }
.edit_content blockquote,
.edit_content p.citation {
	display: block;
	margin: 20px auto;
	position: relative;
	padding: 20px 50px;
	font-size: 16px;
	font-style: italic;
	line-height: 1.4em;
	background: #eaeaea;
}
.edit_content blockquote p { margin: 0 }
.edit_content blockquote::before,
.edit_content p.citation::before,
.edit_content blockquote::after,
.edit_content p.citation::after {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	position: absolute;
}
.edit_content blockquote::before,
.edit_content p.citation::before {
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f3303e' viewBox='0 0 24 24'%3E%3Cpath d='M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z'/%3E%3C/svg%3E");
}
.edit_content blockquote::after,
.edit_content p.citation::after {
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f3303e' viewBox='0 0 24 24'%3E%3Cpath d='M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z'/%3E%3C/svg%3E");
}
.divide,
.edit_content hr {
	display: block;
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	background: #ccc;
	max-width: 930px;
	margin: 40px auto;
}
.bdr { border-radius: 1em; }

/* > Typography ------------------------ */

/* --- couleurs --- */
.fc-blanc   { color: #ffffff; }
.fc-gris    { color: #758dc5; }
.fc-noir    { color: #132e6e; }
.fc-color1  { color: #132e6e; }
.fc-color2  { color: #f3303e; }

/* --- fonts family --- */
.font-default { font-family: 'Hind', sans-serif; }
.font-title-1 { font-family: 'Hind', sans-serif; }
.font-title-2 { font-family: 'Hind', sans-serif; }

/* > Pagination ------------------------ */

.pagination li a:hover { border-color: #f3303e; color: #f3303e; }
.pagination li.active a { 
	background-color: #f3303e; 
	border-color: #f3303e;
	color: #fff 
}
.pagination li.active a:hover { color: #fff }
.pagination .pag-prev a:hover,
.pagination .pag-next a:hover { border-color: transparent }
.pagination .pag-prev a:hover svg, 
.pagination .pag-next a:hover svg { fill: #f3303e }

/* >	tableau --------------------- */
.edit_content table tr th { background-color: #f3303e; color:#fff; }
.edit_content table tr:nth-child(2n+0) td { background:#f8f8f8; }
.edit_content table th { font-weight:bold; }
/* --- */
.edit_content iframe {
    max-width: 100% !important;
}


/* > Wisiwig --------------------------- */

body.cke_editable {
	background: #fff;
}

/* > BLOCKS
-------------------------------------------------------------------------------------------------------------------------------- */
.img-shape {
	position: absolute;
	height: 32vw;
	width: 15%;
	z-index: -1;
}
.img-shape figure {
	position: relative;
	width: 100%;
}
.img-shape figure img {
	display: block;
	width: 100%;
}
.img-shape figure::after {
	content: "";
	width: 100.5%;
	height: 101%;
	position: absolute;
	top: -.5%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.img-shape-r { top: 20px; right: 0; }
.img-shape-r figure::after { 
	background-position: 0 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25' viewBox='0 0 380 800' preserveAspectRatio='none'%3E%3Cpath fill='rgb(255, 255, 255)' d='M0.000,0.000 L380.000,0.000 L10.381,377.751 C-2.194,390.311 -2.194,410.674 10.381,423.234 L380.000,800.000 L0.000,800.000 L0.000,0.000 Z'/%3E%3C/svg%3E");
	left: -.5%;
}
.img-shape-l { bottom: 40px; left: 0; }
.img-shape-l figure::after { 
	background-position: 0 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25' viewBox='0 0 380 800' preserveAspectRatio='none'%3E%3Cpath fill='rgb(255, 255, 255)' d='M380,800H0l369.7-377.8c12.5-12.5,12.5-33,0-45.5L0,0h380V800z'/%3E%3C/svg%3E");
	right: -.5%;
}

.img-shape-l:first-child { top: 20px; bottom: auto; }
.img-shape-r:last-child { bottom: 40px; top: auto; }

.fixed_head #content .img-shape-r,
.fixed_head #content .img-shape-l:first-child { top: 120px; }

@media screen and (min-width: 1600px) { 
	.img-shape {
		height: 52vw;
		width: 25%;
	}
}
@media screen and (max-width: 980px) { 
	.img-shape { display: none }
}

.img-wall {
	display: flex;
	justify-content: space-around;
	padding: 10px;
}
.img-wall figure { 
	padding: 10px;
	flex: 1 1 auto;
}
.img-wall figure img {
	box-shadow: rgba(0,0,0,.25) 0 0 .5em;
}

/* > Heading --------------------------- */
#heading-page {
	padding-top: 0;
    background: url(../images/decoration/heading-page.gif) 0 100% no-repeat;
    background-size: 100% auto;
    text-align: center;
}
#heading-page h1 { color: #132e6e; }

.heading-page { padding: 0 }
.heading-page .row { 
	max-width: 1080px;
	width: 70%;
}

@media screen and (max-width:1240px) {
	#heading-page {
		padding: 5% 20px 40px;
    	margin-bottom: 80px;
    	background-position: center 100%;
    	background-size: auto;
	}
}

/* > 1 Colonne ------------------------- */
.col1.container .row { 
	max-width: 1080px;
	width: 70%;
}
.col1.container .row .wp100 { padding: 20px; }

@media screen and (min-width: 1600px) { 
	.heading-page .row,
	.col1.container .row { 
		width: 50%;
	}
}
@media screen and (max-width: 980px) { 
	.heading-page .row,
	.col1.container .row { 
		max-width: 780px;
		width: auto;
	}
}
@media screen and (max-width: 740px) {
	.col1.container .row { 
		max-width: 580px;
		padding: 0 20px;
	}
}

/* > 2 Colonnes ------------------------ */
.col2.container .row { 
	max-width: 1080px;
	width: 70%;
	justify-content: space-between;
}
.col2.container .row .wp33,
.col2.container .row .wp50,
.col2.container .row .wp66 { padding: 20px; }

.col2.container .row .wp33 { max-width: 320px; }
.col2.container .row .wp66 { max-width: 540px; }

/* --- photo --- */
.fig { }
.fig img {
	border-radius: 1em;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.col2 .wp50.fig  { max-width: 780px; }
.col2 .wp50.text { max-width: 780px; }

/* --- vidéos --- */
.container .fancyvids {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 1em;
	background: #000;
}
.fancyvids::after {
	content: "";
	position: absolute;
	background: #f3303e 55% 50% no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='46'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M35.011,23.009 L0.011,46.010 L0.011,0.008 L35.011,23.009 Z'/%3E%3C/svg%3E");
	background-size: 35px 46px;
	width: 116px;
	height: 74px;
	margin: -37px -58px;
	top: 50%; left: 50%;
	border-radius: 1em;
	z-index: 1;
	transition: background-color .3s;
}
.fancyvids img {
	display: block;
	width: 100%;
	margin: -6% 0;
	transition: transform .5s, opacity .3s;
}
a.fancyvids:hover img,
a:hover .fancyvids img {
	transform: scale(1.1);
	opacity: .3;
}
a.fancyvids:hover::after,
a:hover .fancyvids::after { background-color: #000; }

.container .fancyvids {
	max-width: 640px;
	margin: 0 auto;
}
.col-vt.container .wp50.text,
.col-tv.container .wp50.text { width: 45%; }
.col-vt.container .wp50.vid,
.col-tv.container .wp50.vid { width: 55%; }

.col-vt.container .wp50.text { 
	order: 2;
}
.col-vt.container .wp50.vid { 
	order: 1; 
}

@media screen and (min-width: 1600px) { 
	.col2.container .row { 
		width: 50%;
	}
}
@media screen and (max-width: 980px) { 
	.col2.container .row { 
		max-width: 780px;
		width: auto;
	}
}
@media screen and (max-width: 740px) {
	.col2.container .row { 
		max-width: 580px;
		padding: 0 20px;
	}
	.col2.container .row .wp50 {
		width: 100%;
		padding: 10px;
	}
	.col-vt.container .wp50.text,
	.col-tv.container .wp50.text,
	.col-vt.container .wp50.vid,
	.col-tv.container .wp50.vid { width: 100%; }
	
	.col-tp.container .wp50.vid,
	.col-tv.container .wp50.vid {
		order: 1;
	}
	.col-tp.container .wp50.text,
	.col-tv.container .wp50.text {
		order: 2;
	}
	.col2.container .row .wp33,
	.col2.container .row .wp66 { 
		max-width: 100%;
		width: 100%;
	}
	
}

/* > 3 Colonnes ------------------------ */
.col3.container .row { 
	max-width: 1080px;
	width: 70%;
	justify-content: space-between;
}
.col3.container .row .wp33 { padding: 20px; }

.fig { }
.fig img {
	border-radius: 1em;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.col2 .wp50.fig  { max-width: 780px; }
.col2 .wp50.text { max-width: 780px; }

@media screen and (min-width: 1600px) { 
	.col3.container .row { 
		width: 50%;
	}
}
@media screen and (max-width: 980px) { 
	.col3.container .row { 
		max-width: 780px;
		width: auto;
	}
}
@media screen and (max-width: 860px) {
	.col3.col-ttt .wp33 {
		width: 100%;
	}
}

/* > PAGE
-------------------------------------------------------------------------------------------------------------------------------- */

/* > Accueil ------------------------ */
#hp-content {
	position: relative;
	padding: 0 0 10%; 
}
#hp-content .col2 .row {
	max-width: 1440px;
	width: auto;
}
#hp-content .col2 h2 {
	color: #132e6e;
}

/* --- formulaire commande --- */
#heading-home {
	padding: 40px 40px 20%;
	background: url(../images/decoration/heading-home.gif) 0 100% no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#heading-home h1 { 
	margin: 0 0 .25em;
	color: #132e6e;
}
#heading-home > p { font-size: 1.125em; }
#heading-home h1 span {
	font-size: 0.455em;
	font-weight: 400;
	color: #7985a3;
}
#hp-commande {
	color: #fff;
	border-radius: 20px;
	background: #132e6e;
	box-shadow: rgba(0,0,0,.3) 5px 8px 20px;
	max-width: 960px;
	margin: 40px auto 0;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .3s, border-color .3s;
}
.hp-commande_checkboxs {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	margin-right: 20px;
}
.radiobox-label {
	border: #7182a8 2px solid;
	position: relative;
	height: 50px;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 0 15px;
}
.radiobox-label + .radiobox-label { margin-left: -1px; }
.radiobox-ico {
	display: block;
	width: 40px;
	height: 40px;
	padding: 4px;
}
.radiobox-ico svg {
	display: block;
	height: 100%;
	width: 100%;
	fill: #fff;
	transition: fill .3s;
}
.radiobox-legend {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2em;
	padding: .25em 0 0;
	text-transform: uppercase;
	transition: color .3s;
}
.radiobox-input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.radiobox-checkbox {
	width: 32px;
	height: 32px;
	position: relative;
	border-radius: 50%;
	border: #7182a8 2px solid;
	transition: background-color .3s, border-color .3s;
}
.radiobox-checkbox svg {
	position: absolute;
	top: 4px; left: 0;
}
.radiobox-label .svg-elem {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
	stroke-linecap: square;
	stroke-linejoin: square;
	stroke-miterlimit: 10;
}
.radiobox-label:hover { z-index: 1 }
.radiobox-label:hover,
.radiobox-label:hover .radiobox-checkbox { 
	border-color: #ffffff; 
}
.radiobox-label.checked {
	border-color: #f3303e;
	background-color: #f3303e;
}
.radiobox-label.checked .radiobox-checkbox { 
	border-color: #fff;
	background-color: #fff;
}
.radiobox-label .svg-elem {
	stroke: #f3303e;	
	stroke-dashoffset: 23.21320343017578px;
 	stroke-dasharray: 23.21320343017578px;
  transition: stroke 0.2s, stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.radiobox-label.checked .svg-elem { stroke-dashoffset: 0; }
.hp-commande_checkboxs .radiobox-label:first-child { border-radius: 20px 0 0 20px; margin-right: -1px; }
.hp-commande_checkboxs .radiobox-label:last-child { border-radius: 0 20px 20px 0; margin-left: -1px; }
.hp-commande_search {
	display: flex;
	flex: 1 1 auto;
}
.hp-commande_search__area {
	position: relative;
	flex: 1 1 auto;
	height: 50px;
}
.hp-commande_search input[type='text'] {
	height: 50px;
	border-radius: 20px;
}
.hp-commande_search input[type='text']:hover { border-color: #c4cde3; }
.hp-commande_search input[type='text']:focus {
	border-color: #c4cde3; 
	color: #000;
}
.hp-commande_search input[type='submit'] {
	flex: 0 0 auto;
	margin-left: 20px;
	border-radius: 20px;
}
.hp-commande_search input[type='submit']:hover {
	background-color: #000;
	border-color: #000;
}

#codepostal-suggest {
	/*display:none;*/
	position:absolute;
	z-index: 50;
	top: 31px;
	left: 0;
	width: 100%;
	line-height: normal;
	overflow: hidden;
}
#codepostal-suggest ul {
	max-height: 50vh;
	overflow: auto;
	background-color:#fff;
	text-align: left;
	border: #c4cde3 1px solid;
	border-radius: 0 0 20px 20px;
	padding-bottom: 16px;
	padding-top: 16px;
	border-top: none;
}
#codepostal-suggest li a {
	padding: 2px 20px;
	color: #132E6E;
	font-size: .875em;
	font-weight: 400;
	display: flex;
	text-transform: uppercase;
}
#codepostal-suggest li a:hover { background-color: #edf1f9; }
#codepostal-suggest li a strong { 
	color: #f3303e;
	margin-right: 10px;
}

@media screen and (max-width: 980px) {
	#hp-commande {
		padding: 20px;
		max-width: 600px;
		display: block;
	}
	.hp-commande_checkboxs {
		margin-bottom: 20px;
		width: 100%;
	}
	.hp-commande_checkboxs .radiobox-label {
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 740px) {
	#heading-home {
		padding: 0 0 20%;
	}
	#heading-home h1 { 
		padding: 0 30px;
		font-size: 1.75em;
		margin: 0 auto 5%;
		max-width: 540px;
	}
	#heading-home h1 span { 
		display: block;
		margin-top: 1rem;
		font-size: .875rem;
		line-height: 1.4rem;
	}
	#hp-commande {
		margin: 0 auto;
		border-radius: 0;
		max-width: 100%;
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	#heading-home {
		padding: 0;
		background-image: none;
	}
	#hp-commande { padding: 5%; }
	#heading-home h1 { max-width: 320px; }
	.radiobox-label { 
		padding: 0 10px;
		height: 40px;
	}
	.radiobox-ico { width: 32px; height: 32px; }
	.radiobox-legend { font-size: .875rem; }
	.hp-commande_checkboxs { margin: 0 0 10px; }
	#hp-commande .radiobox-checkbox { display: none }
	.hp-commande_search input[type='text'] {
		border-radius: 20px 0 0 20px;
	}
	.hp-commande_search input[type='submit'] { 
		border-radius: 0 20px 20px 0;
		margin-left: 0;
	}
}

#hp-products { position: relative; }
#hp-products .article-list,
#hp-products .article-slider_group {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 740px) {
	#hp-products .article-list,
	#hp-products .article-slider_group {
		max-width: 580px;	
	}
}

/* --- accueil > avantages --- */
.block-advantages {
	padding: 9% 0 7%;
	background: url(../images/decoration/bg-avantages.gif) center 0 no-repeat;
	background-size: 100% auto;
}
.block-advantages .row {
	justify-content: space-around;
	max-width: 1680px;
	padding: 0 30px;
	margin: 0 auto;
}
.heading-page + .block-advantages { margin-top: -4%; }
.advantage-item {
	width: 16.66%;
	text-align: center;
	padding: 10px;
}
body.advantage-item.cke_editor { width: 100%; }
.advantage-item img {
	display: block;
	max-width: 150px;
	margin: 0 auto;
	width: 60%;
}
.advantage-item h3 {
	text-transform: none;
	font-size: 1.125em;
	line-height: 1.25em;
}
.advantage-item p {
	max-width: 220px;
	margin: 0 auto;
}
#hp-advantages {
	padding: 3% 0 5%;
	background-image: none;
}
@media screen and (max-width: 1280px) {
	.block-advantages .row {
		justify-content: center;
	}
	.advantage-item { width: 25%; }
}
@media screen and (max-width: 980px) {
	 #hp-advantages { padding: 0 0 40px; }
	 #hp-advantages .row {
		 padding: 0 20px;
		 max-width: 860px;
	 }
	 .advantage-item { width: 33.33%; }
}
@media screen and (max-width: 580px) { .advantage-item { width: 50%; }  }
@media screen and (max-width: 360px) { .advantage-item { width: 100%; } }

/* --- accueil > étapes / schéma --- */
#hp-steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 6% 0 8%;
}
#hp-steps::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 315 650'%3E%3Cpath fill='rgb(22, 48, 111)' d='M-0.005,649.998 L307.903,342.106 C317.350,332.659 317.350,317.343 307.903,307.896 L-0.005,0.004 L-0.005,649.998 Z'/%3E%3C/svg%3E");
	position: absolute;
	left: 0; top: 50%;
	margin-top: -33%;
	width: 33%;
	z-index: 1;
}
.hp-steps_heading {
	width: 33%;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.hp-steps_heading.cke_editor {
	background: #132e6e;
	display: block;
	width: 100%;
}
.hp-steps_heading__inner {
	position: relative;
	max-width: 260px;
	margin: 0 auto;
	color: #fff;
	z-index: 2;
}
.hp-steps_heading h2 {
	font-size: 1.5em;
	color: #fff;
}
.hp-steps_heading h2 strong { color: #51acef }
.hp-steps_schema {
	width: 66.66%;
	position: relative;
	height: 33vw;
	z-index: 0;
}
.hp-steps_schema > img {
	width: 145%;
	z-index: 0;
	display: block;
	position: absolute;
	top: 2%; right: 0;
}
.hp-steps_schema ul {
	position: relative;
	padding-left: 0;
	padding-right: 3%;
	display: flex;
	z-index: 1;
	top: 48%;
}
.hp-steps_schema ul li { 
	padding: 10px;
	text-align: center;
}
.hp-steps_schema ul li:nth-child(1) { width: 16%; }
.hp-steps_schema ul li:nth-child(2) { 
	margin-top: 16%;
	width: 35%; 
}
.hp-steps_schema ul li:nth-child(3) { width: 19%; }
.hp-steps_schema ul li:nth-child(4) { 
	margin-top: 16%;
	width: 30%; 
}
.hp-steps_schema ul li img {
	display: none;
	width: 100%;
	max-width: 180px;
	margin: 0 auto 10px;
}
.hp-steps_schema ul li strong { 
	display: none;
	margin: 0 0 .25em;
	font-size: 2.5em;
	color: #f3303e;
}
.hp-steps_schema ul li span {
	display: block;
	line-height: 1.25em;
	max-width: 170px;
	font-weight: 700;
	color: #132e6e;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	#hp-steps { 
		padding: 40px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	#hp-steps::before { display: none }
	.hp-steps_heading {
		width: 100%;
		max-width: 860px;
		padding: 0 30px;
	}
	.hp-steps_heading__inner {
		color: #7985a3;
		max-width: 480px;
		text-align: center;
	}
	.hp-steps_heading h2 { color: #16306f }
	.hp-steps_schema {
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	.hp-steps_schema > img { 
		position: relative;
		margin-left: -40%;
		width: 140%;
	}
	.hp-steps_schema ul {
		padding: 0 3%;
		width: 100%;
		top: -30%;
	}
}
@media screen and (max-width: 580px) {
	.hp-steps_schema > img { display: none }
	.hp-steps_schema ul {
		top: 0;
		padding: 0 20px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.hp-steps_schema ul li,  
	.hp-steps_schema ul li:nth-child(1),  
	.hp-steps_schema ul li:nth-child(2),  
	.hp-steps_schema ul li:nth-child(3),  
	.hp-steps_schema ul li:nth-child(4) { width: 50%; margin: 0; }
	.hp-steps_schema ul li img,
	.hp-steps_schema ul li strong { display: block }
}

/* > Engagements -------------------- */
#bloc-ecofioul { padding-bottom: 20px; }
#bloc-qualifioul { padding-top: 20px; }
#bloc-ecofioul .fig img,
#bloc-qualifioul .fig img {
	width: auto;
	max-width: 100%;
}

/* > Partenaires -------------------- */

#page_partenaire .content { padding: 0 0}

/* > Bloc personnalisé -------------- */
.encart-radius-full.bg-blanc { background-color: #fff; color: #758dc5; }

.encart-radius-full {
	max-width: 1080px;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    position: relative;
    border-radius: 1em;
    background: #fff;
    margin: 0 auto;
	box-shadow: rgb(0 0 0 / 25%) 0 0 1em;
    transition: transform .5s, box-shadow .5s;
}

.encart-radius-full .encart-img {
	display: block;
    width: 40%;
    background-position: center;
    background-size: cover;
   	height: 350px;
	border-radius: 1em 0 0 1em;
}

.encart-radius-full .encart_content {
	padding: 5%;
	-ms-grid-row-align: center;
	align-self: center;
}

.encart-radius-full .encart_title {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    font-size: .75em;
    padding: 10px 15px 10px;
    text-align: center;
    z-index: 1;
    float: left;
	background-color: #132e6e;
	border-radius: 1em 0 1em 0;
}

.encart-radius.bg-blanc { background-color: #fff; color: #758dc5; }
.encart-radius.bg-bleu { background-color: #132e6e; color: #fff; }
.encart-radius.bg-rouge { background-color: #f3303e; color: #fff; }

.encart-radius {
	display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 1em;
	width: 30%;
    max-width: 450px;
    background: #fff;
    margin: 0 auto;
	box-shadow: rgb(0 0 0 / 25%) 0 0 1em;
    transition: transform .5s, box-shadow .5s;
}
.encart-radius.bg-bleu .encart_title { background-color: #f3303e; }
.encart-radius.bg-bleu .encart_content {
	height: 100%;
    -ms-grid-row-align: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.encart-radius.bg-bleu .encart_content h3 { margin-bottom: 40px; color: #fff; }
.encart-radius .encart-img {
	display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
   	height: 300px;
	border-radius: 1em 1em 0 0;
}
.encart-radius .encart_title {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    font-size: .75em;
    padding: 10px 15px 10px;
    text-align: center;
    z-index: 1;
    float: left;
	background-color: #132e6e;
	border-radius: 1em 0 1em 0;
}
.encart-radius .encart_content { padding: 30px 5% 40px; }
.encart-radius .encart_content .bouton_1 { margin-top: 1em; }

@media screen and (max-width:1200px) {
	.encart-radius .encart_title { width: 65%; }
}

@media screen and (max-width:980px) {
	.encart-radius .encart-img { height: 250px; }
}

@media screen and (max-width:768px) {
	.encart-radius.bg-blanc { width: 50%; max-width: 330px; }
	.encart-radius.bg-bleu { width: 100%; max-width: 100%; margin-top: 30px;}
	.encart-radius.bg-bleu .encart_content { padding: 60px 8% 20px; }
	.encart-radius.bg-bleu .encart_content h3 { margin-bottom: 20px;}
	.encart-radius .encart_title { width: 100%; border-radius: 1em 1em 0 0; }
}

@media screen and (max-width: 640px) {
	.encart-radius.bg-blanc { width: 100%; max-width: 450px; }
	.encart-radius.bg-bleu { width: 100%; max-width: 100%; margin-top: 0px;}
	
	.encart-radius-full .encart-img { width: 100%; }
	.encart-radius-full .encart_title { width: 100%; }
	
	.encart-radius {
		width: 100%;
		margin-bottom: 8%;
	}
	.encart-radius.bg-bleu .encart_content { padding: 80px 5% 40px; }
}

/* > Commandes ---------------------- */
#heading-commande,
#heading-contact {
	padding: 40px;
	background: url(../images/decoration/heading-commande.gif) 0 100% no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#heading-commande h1 { 
	margin: 0 0 .25em;
	color: #132e6e;
}
.heading-commande_etapes {
	display: flex;
	justify-content: center;
	max-width: 860px;
	margin: 3% auto -60px;
}
.heading-commande_etapes li {
	text-align: center;
	padding: 0 5px;
	width: 33.33%;
}
.heading-commande_etapes a { display: block; }
.heading-commande_etapes__bubbles {
	position: relative;
	margin: 0 auto;
	max-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #51acef;
	line-height: 1.25em;
	border-radius: 10px;
	padding: 0 10px;
	height: 50px;
	transition: transform .5s;
}
.heading-commande_etapes__bubbles::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 34 14'%3E%3Cpath fill='%2351acef' d='M17.001,14.015 L0.006,0.012 L33.997,0.012 L17.001,14.015 Z'/%3E%3C/svg%3E");
	position: absolute;
	left: 50%;
	top: 48px;
	display: block;
	width: 34px;
	height: 14px;
	margin-left: -17px;
}
.heading-commande_etapes__bubbles strong { color: #fff; }
.heading-commande_etapes__num {
	width: 50px;
	height: 50px;
	display: block;
	margin: 20px auto 0;
	border-radius: 50%;
	border: #51acef 5px solid;
	background-color: #fff;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	font-size: 1.25em;
	font-style: normal;
	color: #51acef;
	transition: background-color .3s, color .3s;
}
a:hover .heading-commande_etapes__bubbles {
	transform: translateY(-10px);
}
a:hover .heading-commande_etapes__num { background-color: #51acef; color: #fff; }
.active .heading-commande_etapes__num { border-color: #f3303e; color: #f3303e }
.active .heading-commande_etapes__bubbles { background-color: #f3303e; }
.active .heading-commande_etapes__bubbles::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 34 14'%3E%3Cpath fill='%23f3303e' d='M17.001,14.015 L0.006,0.012 L33.997,0.012 L17.001,14.015 Z'/%3E%3C/svg%3E"); }
	
@media screen and (max-width: 480px) {
	.heading-commande_etapes {
		position: relative;
		padding-top: 50px;
	}
	.heading-commande_etapes__bubbles {
		position: absolute;
		top: 0; left: 0;
		display: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	li.active .heading-commande_etapes__bubbles { 
		display: flex; 
	}
	li.active:nth-child(1) .heading-commande_etapes__bubbles::after { left: 17%; }
	li.active:nth-child(2) .heading-commande_etapes__bubbles::after { left: 50%; }
	li.active:nth-child(3) .heading-commande_etapes__bubbles::after { left: 83%; }
}

/* --- formulaire --- */
#commande-products { padding: 80px 40px; }
.commande-products_field {
	position: relative;
	border-radius: 1em;
	background: #e3f4fc;
	max-width: 1600px;
	margin: 0 auto 30px;
	padding: 30px;
}
.commande-products_field .article-list { padding: 0 }
.commande-products_field::after,
.commande-products_field::before {
	content: "";
	position: absolute;
	width: 200px; height: 50px;
	left: 50%; margin-left: -100px;
}
.commande-products_field::after { 
	bottom: -50px;
	z-index: 1;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 200 50'%3E%3Cpath fill='%23e3f4fc' d='M100.000,49.989 L-0.004,-0.000 L200.004,-0.000 L100.000,49.989 Z'/%3E%3C/svg%3E") 
}
.commande-products_field::before { 
	top: 0;
	z-index: 0;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 200 50'%3E%3Cpath fill='%23fff' d='M100.000,49.989 L-0.004,-0.000 L200.004,-0.000 L100.000,49.989 Z'/%3E%3C/svg%3E") 
}
.commande-products_field h2 {
	max-width: 1440px;
	margin: 0 auto 20px;
	color: #132e6e;
}
.commande-products_field h2 em {
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
}
.commande-products_field:last-of-type::after,
.commande-products_field:first-of-type::before { display: none }

.commande-products_field.articles-additionnels { background-color: #132E6E; }
.commande-products_field.articles-additionnels > h2 { color: #fff; }
.commande-products_field.articles-additionnels::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 200 50'%3E%3Cpath fill='%23132E6E' d='M100.000,49.989 L-0.004,-0.000 L200.004,-0.000 L100.000,49.989 Z'/%3E%3C/svg%3E")  }

.commande-products_action {
	padding: 20px 0;
	background: #fff;
}
.commande-products_action.floated {
	position: fixed;
	padding: 20px 40px;
	bottom: 0; left: 0;
	z-index: 100; width: 100%;
}
.commande-products_action.floated::after {
	position: absolute;
	content: "";
	height: 10px;
	top: -10px;
	left: 0; width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.2497373949579832) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.commande-products_action .flex-right,
.commande-products_action .flex-between {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
}
.commande-products_action .submit,
.commande-products_action input[type="submit"] {
	min-width: 280px;
	padding: 10px 50px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='30'%3E%3Cpath fill='%23ffffff' d='M3.151,30.000 L0.322,27.172L12.343,15.151 L0.322,3.130 L3.151,0.302 L18.000,15.151 L3.151,30.000 Z'/%3E%3C/svg%3E");
	background-size: 15px auto;
}
.commande-products_action .button,
.commande-products_action input[type="button"] {
	min-width: 280px;
	padding: 10px 50px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='31px'%3E%3Cpath fill-rule='evenodd' fill='rgb(19, 46, 110)' d='M18.328,27.521 L15.500,30.349 L0.651,15.500 L15.500,0.651 L18.328,3.479 L6.308,15.500 L18.328,27.521 Z'/%3E%3C/svg%3E");	
	background-size: 15px auto;
}
input[type="submit"]:disabled {
	opacity: .3;
	cursor: default
}
input[type="submit"]:disabled:hover {
	background-color: #f3303e;
	border-color: #f3303e;
	color: #fff;
}

.commande-products_field__inner {
	display: flex;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}
.commande-products_field__inner h2 {
	flex: 0 0 auto;
	margin: 0;
}
#quanitite-fioul {
	margin: 0 0 0 20px;
}
#quanitite-fioul .quantite-champs { position: relative; }
#quanitite-fioul .quantite-champs input {
	text-align: center;
	width: 100%;
	height: 50px;
	padding: 0 50px;
	font-size: 1.25em;
}
#quanitite-fioul .bouton_plus,
#quanitite-fioul .bouton_minus {
	position: absolute;
	border-radius: 50%;
	top: 9px;
	height: 32px;
	width: 32px;
	background: center no-repeat;
	background-size: 24px 24px;
	transition: background-color .3s;
}
#quanitite-fioul .bouton_plus {
	right: 9px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23132E6E' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}
#quanitite-fioul .bouton_minus {
	left: 9px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23132E6E' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
#quanitite-fioul .bouton_plus:hover {
	background-color: #51acef;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}
#quanitite-fioul .bouton_minus:hover {
	background-color: #51acef;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

@media screen and (max-width: 860px) {
	.commande-products_field { padding-top: 70px; }
	.commande-products_field:first-of-type { padding-top: 30px; }
	.commande-products_field h2 { 
		font-size: 1.5em;
		text-align: center;
	}
	.commande-products_field h2 em {
		display: block;
		line-height: 1.25em;
	}
	
	.commande-products_field__inner { display: block; }
	.commande-products_field__inner h2 { margin: 0 auto 10px; }
	#quanitite-fioul {
		max-width: 280px;
		margin: 0 auto;
	}
	.commande-products_action.floated { padding: 10px 20px; }
}
@media screen and (max-width: 740px) {
	#commande-products { padding: 40px 20px; }
	.commande-products_field { padding: 70px 10px 20px; }
	.commande-products_field:first-of-type { padding-top: 30px; }
	.commande-products_action {
		position: static;
	}
	.commande-products_action .submit,
	.commande-products_action input[type="submit"] {
		flex: 1 1 auto;
		min-width: inherit;
		margin-left: 5px;
		padding: 7px 25px;
		background-position: right 10px center;
		background-size: 9px auto;
	}
	.commande-products_action .button,
	.commande-products_action input[type="button"] {
		flex: 1 1 auto;
		min-width: inherit;
		margin-right: 5px;
		padding: 7px 25px;
		background-position: 10px center;
		background-size: 9px auto;
	}
}

#encart-financement {
	max-width: 1600px;
    margin: 0 auto 30px;
	border-radius: 1em;
	background: rgb(255,238,236);
	background: linear-gradient(0deg, rgba(255,238,236,1) 0%, rgba(255,247,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeec",endColorstr="#fff7f6",GradientType=1);
	position: relative;
}
.encart-financement_title {
	position: absolute;
	background: #f3303e;
	text-transform: uppercase;
	border-radius: 1em 0 1em 0;
	padding: 6px 15px 4px;
	left: 0; top: 0;
	font-size: .875em;
	font-weight: 700;
	color: #fff;
}
.encart-financement_row {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: url(../../images/encart-financement.png) 3% center no-repeat;
	background-size: 30% auto;
	padding: 40px 40px 40px 33%;
}
#encart-financement h2 {
	margin: 0;
	font-size: 1.5em;
	max-width: 360px;
	flex: 1 1 auto;
	color: #132e6e;
}
#encart-financement h2 strong { color: #f3303e; }
#encart-financement .article-prix {
	text-align: center;
	padding: 20px 5%;
	border-radius: 1em 0 1em 0;
	background-color: #fff;
	flex: 0 0 auto;
	margin: 0 0 0 5%;
}
#encart-financement .article-prix h3,
#encart-financement .article-prix p { margin: 0; }
@media screen and (min-width: 1280px) {
	#encart-financement h2 { font-size: 1.75em; }
	.encart-financement_row {
		background-position: 40px 0;
		background-size: 440px auto;
		padding: 40px 40px 40px 500px;
	}
}
@media screen and (max-width: 860px) {
	.encart-financement_row {
		flex-wrap: wrap;
		justify-content: flex-start;
		background: url(../../images/encart-financement.png) 3% center no-repeat;
		background-size: 40% auto;
		padding: 20px 20px 30px 43%;
	}
	#encart-financement h2 {
		flex: 1 1 auto;
		margin: 0 0 20px;
		max-width: 100%;
		width: 100%;
	}
	#encart-financement .article-prix { margin: 0 5% 0 0; }
}
@media screen and (max-width: 480px) {
	.encart-financement_row {
		flex-wrap: wrap;
		justify-content: center;
		background: url(../../images/encart-financement.png) center 10% no-repeat;
		background-size: 60% auto;
		padding: 40% 20px 30px;
	}
	#encart-financement h2 { text-align: center; }
	#encart-financement .article-prix { margin: 0 10px; }
}

/* > CONTACT > contact.php ----------------------------------------------------------------------------------------------------- */
#page_contact .content_flex {
	max-width: 1530px;
    margin: 0 auto;
	padding: 0 20px;
}
#heading-contact h1 { color: #132e6e; }

.bt-red, .bt-red-alt {
	display:inline-block; padding:7px 10px;
	font-size:12px; line-height:14px;
	border-radius:10px; border-width:1px; border-style:solid;
	transition:color .2s linear, background-color .2s linear, border-color .2s linear;
}

.bt-red, .bt-red-alt:hover     { border-color:#ec2231; background-color:#ec2231; color:#fff; }
.bt-red:hover, .bt-red-alt     { border-color:#ec2231; background-color:transparent; color:#ec2231; }

.bt-red {
    border-color: #ec2231;
    background-color: #ec2231;
    color: #fff;
	padding: 10px 10px;
    font-size: 12px;
	font-weight: bold;
    line-height: 14px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
}
.encart-contact {
	display: flex;
	justify-content: space-between;
	margin: 2% auto 0;
	padding: 40px;
	width: 48%;
	border-radius: 1em;
	box-shadow: rgb(0 0 0 / 25%) 0 0 1em;
    transition: transform .5s, box-shadow .5s;
}
.encart-contact h2 { line-height: 1.4em;
    font-size: 1.75em;
    font-weight: 700;
    color: #f3303e;
	text-transform: uppercase;
    margin: 0;
}
.encart-contact h3 {
	line-height: 1.4em;
    font-size: 1em;
    font-weight: 700;
    color: #132e6e;
    margin: .5em 0 1.8em;
}
.encart-contact p { 
	color: #7985a3; 
	line-height: 1.4em;
	font-size: .875em;
}
.encart-contact .fancymap { display:block; background:#132e6e url(../../images/contact/contact_6.png) center no-repeat; }
.encart-contact .encart-contact_map {
	max-width: 250px;
	flex: 0 0 auto;
	width: 40%;
}
.encart-contact_content {
	flex: 1 1 auto;
	padding-right: 30px;
}
.encart-contact .bt-red {
	display: block;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.encart-contact .bt-red { 
	display:block; margin-top:20px;
	padding-left:0; padding-right:0;
	text-align:center
}
.encart-contact .fancymap { border-radius: 1em;}
.encart-contact .fancymap > img { 
	display:block; width:100%;
	border-radius: 1em;
	transition:opacity .3s linear;
}
.encart-contact .fancymap:hover > img { opacity:.4; }
.encart-contact_content__cols {
	display: flex;
	justify-content: space-between;
}
.encart-contact_content__cols .wp50 { 
	width: 48%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.encart-contact_content__cols .encart-contact_map { 
	margin: 20px 0 0;
	width: 100%;
}
#contact-siege { margin: 0 26%; }
/*
#contact-nautique .encart-contact_content,
#contact-stations .encart-contact_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 0 0 0;
}
#contact-nautique .encart-contact_content__cols,
#contact-stations .encart-contact_content__cols {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
*/

#contact { padding: 40px; }
#contact #destinataire { 
	margin-top: 10px; 
	width: 100%; 
	padding: 10px; 
}
#contact #objet { margin-top:10px; width:100%; }
#contact #message { margin-top:10px; height:170px/*224px;*/ }
#contact .floated-label .champs { width:75%; }

#form-contact label { font-size: .875em; }
#form-contact span.inline-label { min-width: 25%; }
#form-contact select,
#form-contact input,
#form-contact textarea {
	margin: 10px 0;
}
#form-contact label.floated-label { margin: 0;
}
label span.inline-label {
	font-size: .875em;
}
label.inline-label input { margin-right: 10px; }
#form-contact label.floated-label select,
#form-contact label.floated-label input,
#form-contact label.floated-label textarea {
	width: 75%;
	margin: 0;
	max-width: 75%; 
}
#form-contact h2 { margin-bottom: 3%;}
#form-contact input[type='submit'] {
	margin: 3% 0 2% 0;
	padding: 10px 80px;
}
#contact .privacy_checkbox,
#contact #privacy_checkbox {
	font-size: 13px;
	line-height: 1.33em;
}
#contact .privacy_checkbox input { margin: 5px; }
#contact .privacy_checkbox.error_field {
	border: #ec2231 1px solid;
	color: #ec2231;
}
#contact .privacy_disclaimer, 
#contact #privacy_disclaimer { 
	font-size: 13px;
	line-height: 1.33em;
	margin: 2em 0 0;
}
#contact .valid_output {
	padding: 5% 40px;
}
@media screen and (min-width: 1200px) {
	label span.inline-label {	
		min-width: 25%;
		width: 25%;
	}
	#form-contact span.inline-label { width: 25%; }
}
@media screen and (max-width: 980px) {
	.encart-contact { padding: 30px; }
	.encart-contact h2 { 
		font-size: 1.3em;
		line-height: 1.2em;
	}
	#contact { padding: 20px; }
}
@media screen and (max-width: 740px) {
	#contact-siege,
	.encart-contact { 
		width: 100%;
		margin: 10px 0;
	}
	#page_contact .content_flex { max-width: 580px; }
	#contact { padding: 15px; }
	#contact .wp50 { width: 100%; }
	
	
}

@media screen and (max-width: 480px) {
	/* contact */
	.encart-contact {
		width: 100%; 
		min-height: inherit;
	}
	.encart-contact div.wp50 p { min-height:inherit; }
	
	.encart-contact { 
		padding: 10px; 
		flex-wrap: wrap;
		text-align: center;
		max-width: 320px;
		margin: 10px auto;
	}
	.encart-contact_heading { padding: 10px 10px 0; }
	.encart-contact .encart-contact_map,
	.encart-contact_content__cols .wp50,
	.encart-contact .encart-contact_content {
		width: 100%;
		padding: 10px;
		max-width: 100%;
	}
	.encart-contact_content__cols { flex-wrap: wrap; }
	.encart-contact .fancymap { width:50%; max-width:170px; margin:0 auto }
	.encart-contact .wp40 .fancymap { margin-top:20px; }
	.encart-contact div.wp50 p { min-height:inherit; margin:10px auto }
	#form-contact span.inline-label {
		display: block;
		min-width: inherit;
	}
	#form-contact .padr20 { padding-right: 0}
	#form-contact .padl20 { padding-left: 0}
	#form-contact select,
	#form-contact input,
	#form-contact textarea,
	#form-contact fieldset.wp50 label.floated-label select,
	#form-contact fieldset.wp50 label.floated-label input, 
	#form-contact fieldset.wp50 label.floated-label textarea { 
		width: 100%;
		max-width: 100%;
		margin: 10px 0 0;
	}
}

/* --- planning livraison --- */
#intervention-planning {
	position: relative;
	max-width: 1540px;
	margin: 20px auto;
	padding: 0 50px;
}
.intervention-planning_wrapper { position: relative; }
.intervention-planning_next,
.intervention-planning_prev {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	top: 50%;
	margin-top: -21px;
}
.intervention-planning_next.hide,
.intervention-planning_prev.hide { visibility: hidden }
.intervention-planning_next { right: 0 }
.intervention-planning_prev { left: 0 }
.intervention-planning_next svg,
.intervention-planning_prev svg {
	display: block;
	margin: 0 auto;
	fill:#14316b;
	width: 25px;
	height: 42px;
	transition: fill .3s;
}
.intervention-planning_next:hover svg,
.intervention-planning_prev:hover svg { fill: #51acef; }
#rdv-semaine {
	width: 100%;
	height: 380px;
	display: flex;
	position: relative;
	z-index: 1;
}
#rdv-semaine .col-semaine {
	width: 14.28%;
}
#rdv-semaine .row-jour {
	height: 60px;
	padding: 0 10px;
	font-weight: 700;
	border-radius: 1em;
	background: #51acef;
	margin: 0 5px 20px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#rdv-semaine .row-empty { height: 20px; }
#rdv-semaine .row-section {
	height: 150px;
	display: block;
	padding: 1px 5px;
	text-align: center;
}
#rdv-semaine .row-section_wrapper {
	height: 100%;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-section_wrapper strong {
	display: block;
	font-size: 1.25em
}
a.dispo .row-section_wrapper { 
	position: relative;
	border: #fff 1px solid;
	border-radius: 1em;
	background: #fff; 
	color: #022062;
	transition: background-color .3s, border-color .3s, color .3s;
}
a.dispo .row-section_wrapper strong { color: #f3303e }
a.dispo .row-section_checkbox {
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 8px; right: 8px;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
}
a.dispo .row-section_checkbox svg {
	position: absolute;
	top: 6px; left: 2px;
}
a.dispo .row-section_checkbox .svg-elem {
	fill: none;
	stroke: #f3303e;
	stroke-width: 4;
	stroke-linecap: square;
	stroke-linejoin: square;
	stroke-miterlimit: 10;
}
.row-section_checkbox .svg-elem {
	stroke: #fff;	
	stroke-dashoffset: 23.21320343017578px;
 	stroke-dasharray: 23.21320343017578px;
  transition: stroke 0.2s, stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
a.dispo.active .row-section_checkbox .svg-elem { stroke-dashoffset: 0; }
a.dispo:active .row-section_wrapper,
a.dispo:hover .row-section_wrapper { border-color: #022062; }
a.dispo.active .row-section_wrapper { 
	border-color: #f3303e;
	background-color: #f3303e;
	color: #fff;
}
a.dispo.active .row-section_wrapper strong { color: #fff; }
.indispo .row-section_wrapper { 
	background: #f1fafe;
	font-size: .875em;
	border-radius: 1em;
	color: #022062;
}
@media screen and (min-width: 1440px) {
	#rdv-semaine .row-jour { font-size: 1.125em; }
}
@media screen and (max-width: 1280px) {
	#intervention-planning {
		position: relative;
		margin: 20px -20px;
		padding: 0 60px;
	}
}
@media screen and (max-width: 980px) {
	#intervention-planning { padding: 0 30px; }
	.intervention-planning_next,
	.intervention-planning_prev {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.intervention-planning_next svg,
	.intervention-planning_prev svg {
		width: 12px;
		height: 20px;
	}
}
@media screen and (max-width: 860px) {
	#rdv-semaine { 
		display: block;
		height: auto;
	}
	#rdv-semaine .col-semaine {
		width: 100%;
		max-width: 480px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 25px;
	}
	#rdv-semaine .row-jour {
		width: 100%;
		margin-bottom: 5px;
		padding: 10px;
		height: auto;
	}
	#rdv-semaine .row-empty { display: none }
	#rdv-semaine .row-section {
		width: 50%;
		height: auto;
		padding: 5px;
		display: block;
		text-align: center;
	}
	#rdv-semaine .row-section_wrapper {
		padding: 20px 10px;
	}
	.indispo .row-section_wrapper strong {
		transform: rotate(0);
		font-size: 1em;
	}
	a.dispo.active .row-section_wrapper { 
		background-position: 10px 10px;
	}	
	.etape-intervention_total { padding: 20px; }
	a.submit-trigger { margin-bottom: 20px; }
	.etape-intervention_total__recap {
		margin: 20px 0;
	}
}
@media screen and (max-width: 740px) {
	#intervention-planning { margin: 0; }
}

/* > Contact ------------------------ */

/* > Mentions légales --------------- */

#page_mentions .heading_page,
#page_privacy .heading_page,
#page_cgv .heading_page {
	padding: 40px 25%;
    background: url(../images/decoration/heading-page.gif) 0 100% no-repeat;
    background-size: 100% auto;
    text-align: center;
}

#page_mentions .heading_page h1,
#page_privacy .heading_page h1,
#page_cgv .heading_page h1 { color: #132e6e; }

@media screen and (max-width:1200px) {
	#page_mentions .heading_page,
	#page_privacy .heading_page,
	#page_cgv .heading_page {
		background: url(../images/decoration/heading-page.gif) center 100% no-repeat;
	}
}

/* > 404 ---------------------------- */
#page_404 {
	min-height: calc(100vh - 220px);
	padding: 12vh 40px;
	background: url(../../images/404.jpg) center no-repeat;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content-404 {
	background: #fff;
	border-radius: 1em;
	text-align: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 40px;
}


/* > FOOTER
-------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	background-color: #132e6e;
	padding: 3% 0;
}

/* > Infos & navigation ------------- */
.footer-content {
	max-width: 1740px;
	padding: 0 20px 3%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-infos {
	width: 30%;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 440px;
}
.footer-logo {
	flex: 0 0 auto;
	max-width: 150px;
	margin-right: 10%;
	width: 36%;
}
.footer-infos_content {
	flex: 1 1 auto;
}
#footer .rs-link { margin: 1em -5px 0; }
#footer .rs-link li { display: inline; }
#footer .rs-link li a {
	display:inline-block;
	transition:background-color .3s;
}
#footer .rs-link li a svg { 
	fill: #6984c1;
	width: 15px;
	height: 15px;
	transition: fill .3s;
}
#footer .rs-link li a:hover svg { fill: #fff; }
#footer h4 {
	margin: 0 0 .25em;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	color:#fff;
}
#footer p,
#nav-footer li {
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 .5em;
	color: #8ea2d1;
}
#nav-footer li { line-height: 1.2em; }
#nav-footer li a:hover { text-decoration: underline; color: #fff }
#nav-footer {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-footer_col {
	padding: 20px;
	max-width: 25%;
	flex: 0 0 auto;
}

@media screen and (max-width: 1024px) {
	.footer-infos, #nav-footer { width: 50%; }
	.nav-footer_col {
		width: 50%;
		max-width: 50%;
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 780px) {
	.footer-infos { 
		width: 33%; 
		flex-wrap: wrap;
	}
	.footer-logo {
		flex: 0 0 auto;
		max-width: 100px;
		margin: 0 0 2%;
		width: 100%;
	}
	#nav-footer { width: 66%; }
}
@media screen and (max-width: 640px) { 
	#footer { padding: 0; }
	.footer-infos, 
	.footer-content {
		justify-content: center;
	}
	.footer-infos_content {
		flex: 0 0 auto;
		padding-left: 20px;
	}
	.footer-content { padding: 30px 10px; }
	.footer-infos { padding: 0 }
	.footer-infos, 
	#nav-footer { width: 100%; }
	.nav-footer_col:nth-child(2n+1) { text-align: right; }
}
@media screen and (max-width: 360px) { 
	#nav-footer { padding: 20px 0 0; }
	.nav-footer_col {
		width: 100%;
		max-width: 1000%;
		text-align: center;
		padding: 10px;
	}
	.nav-footer_col:nth-child(2n+1) { text-align: center; }
	.nav-footer_col ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav-footer_col ul li {
		flex: 0 0 auto;
	}
	.nav-footer_col ul li::after {
		content: "-";
		display: inline-block;
		margin: 0 10px;
	}
	.nav-footer_col ul li:last-child::after { display: none }
}

/* > Partenaires -------------------- */
#page_partenaires .heading_page {
	padding: 40px 25%;
    background: url(../images/decoration/heading-page.gif) 0 100% no-repeat;
    background-size: 100% auto;
    text-align: center;
}

#page_partenaires .heading_page h1 { color: #132e6e; }

@media screen and (max-width:1200px) {
	#page_partenaires .heading_page {
		background: url(../images/decoration/heading-page.gif) center 100% no-repeat;
	}
}

#footer-partners {
	border-top: #475c8e 1px solid;
	padding: 3% 0 0;
}
#footer-partners ul {
	display: flex;
	max-width: 1440px;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
}
#footer-partners ul li { flex: 1 1 auto; }
#footer-partners ul li a { display: block; }
#footer-partners ul li img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: transform .3s, opacity .3s;
}
#footer-partners ul:hover li img {
	transform: scale(.9);
	opacity: .3;
}
#footer-partners ul li a:hover img {
	transform: scale(1.1);
	opacity: 1;
}
#footer-partners a[href="javascript:void(0)"] { cursor: default; }

@media screen and (max-width: 740px) { 
	#footer-partners { padding: 30px }
	#footer-partners ul {
		flex-wrap: wrap;
	}
	#footer-partners ul li {
		width: 33.33%;
	}
}

/* --- */
.edit_content h4 {
	margin: 20px 0 0;
    font-weight: 700;
    font-size: 16px;
}
.edit_content h5 {
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 14px;
}


/* > ANIMATIONS
-------------------------------------------------------------------------------------------------------------------------------- */

/* > transitions ----------------------- */

.transition {
    transition:all .3s linear;
}
.transition_color {
    transition:color .3s linear;
}
.transition_background {
    transition:background .3s linear;
}

/* > animations scroll ----------------- */

.scroll-animate {
	position: relative;
	transition: all 500ms linear;
}
.delay100, .scroll-animate.delay100 {
	transition-delay:100ms;
}
.delay200, .scroll-animate.delay200 {
	transition-delay:200ms;
}
.delay300, .scroll-animate.delay300 {
	transition-delay:300ms;
}
.delay400, .scroll-animate.delay400 {
	transition-delay:400ms;
}
.delay500, .scroll-animate.delay600 {
	transition-delay:600ms;
}
.delay800, .scroll-animate.delay800 {
	transition-delay:800ms;

}
.delay1000, .scroll-animate.delay1000 {
	transition-delay:1000ms;
}
/* animation keyframes */
.scroll-animate.bounce-top {
	-webkit-animation-name:bounce-top;
	-webkit-animation-play-state:paused;
	-webkit-animation-fill-mode:both;
	-webkit-animation-duration:1s;
	animation-name:bounce-top;
	animation-play-state:paused;
	animation-fill-mode:both;
	animation-duration:1s;
}
.scroll-animate.bounce-top.in-view {
	webkit-animation-play-state:running;
	-webkit-animation-play-state:running;
	        animation-play-state:running;
}
@-webkit-keyframes bounce-top {
	0%   { transform:translateY(-5em); }
	50%  { transform:scale(-3em);	   }
	100% { transform:scale(0);	       }
}
@keyframes bounce-top {
	0%   { transform:translateY(-5em); }
	50%  { transform:scale(-3em);	   }
	100% { transform:scale(0);	       }
}
/* animation transitions */
.scroll-animate.fade-in { 
	opacity: 0;
	transition-duration:1s;
}
.scroll-animate.slide-up {
	opacity: 0;
	transition-timing-function:cubic-bezier(.17,1.7,1,1);
	transform: translateY(5em);
}
.scroll-animate.grow-up {
	opacity: 0;
	transition-timing-function:cubic-bezier(.17,1.7,1,1);
	transform: scale(0.4);
}

.scroll-animate.fade-in.in-view { opacity: 1; }
.scroll-animate.slide-up.in-view {
	opacity: 1;
	transform: translateY(0px);
}
.scroll-animate.grow-up.in-view {
	opacity: 1;
	transform: scale(1);
}