/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: 'Lato', sans-serif;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    LANDING PAGE
\*------------------------------------*/

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.home header {
	position: fixed;
}

header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

header .offre-header {
	background: #000;
	padding: 10px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
}

header .offre-header span {
	font-weight: 600;
	font-size: 19px;
}

header .header {
	background: #FFF;
	display: flex;
	padding: 20px;
}

header .header .logo {
	width: 300px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .header .logo img {
	width: 250px;
}

header .header .menu {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}

header .header .menu a {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-right: 30px;
	position: relative;
}

header .header .menu a:not(.pre-order)::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 0px;
	height: 1px;
	background: #FFF;
	transition: 0.3s all ease;
}

header .header .menu a:not(.pre-order):hover::before {
	width: 100%;
}

header .header .menu a.pre-order {
	background: #ffeee4;
	color: #000;
	padding: 5px 17px;
	border-radius: 20px;
	transition: 0.3s all ease;
}
header .header .menu a.pre-order:hover {
	opacity: 0.8;
}

@media only screen and (max-width:900px) {
	header .header {
		flex-direction: column;
	}
	header .header .logo {
		width: 100%;
		justify-content: center;
		margin: 15px 0px;
	}
	header .header .menu {
		margin: 10px 0px;
		justify-content: center;
		flex-wrap: wrap;
	}
	header .header .menu a {
		margin-bottom: 10px;
	}
	header .header .menu a.pre-order {
		margin: 0px;
		margin-bottom: 10px;
	}
	.home header {
		position: absolute;
	}
	header .offre-header {
		position: fixed;
		width: 100%;
		top: 0px;
		z-index: 10;
	}
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer .start-footer {
	background: #636363;
	display: flex;
	padding: 20px 10px;
	justify-content: center;
	align-items: center;
}

footer .start-footer .payments {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .start-footer .text {
	color: #FFF;
	text-align: center;
	font-size: 17px;
	width: 400px;
	flex-shrink: 0;
}

footer .start-footer .text span.bold {
	font-weight: 600;
	text-transform: uppercase;
}

footer .start-footer .suivi {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

footer .start-footer .suivi .svg {
	height: 80px;
}

footer .start-footer .suivi .text-suivi {
	color: #FFF;
	text-align: center;
	font-size: 17px;
}



footer .end-footer {
	display: flex;
	justify-content: center;
	padding: 10px;
	background: #000;
	flex-wrap: wrap;
}

footer .end-footer ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .end-footer ul li {
	list-style-type: none;
}

footer .end-footer ul li a {
	margin-right: 5px;
	position: relative;
}

footer .end-footer ul li a:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 0px;
	height: 1px;
	background: #FFF;
	transition: 0.3s all ease;
}
footer .end-footer ul li a:after {
	content: '-';
	margin-left: 5px;
}

footer .end-footer ul li a:hover::before {
	width: 100%;
}

footer .end-footer, footer .end-footer ul li a {
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
}

@media only screen and (max-width:910px) {
	footer .start-footer .text {
		font-size: 16px;
		width: 200px;
	}
}

@media only screen and (max-width:910px) {
	footer .start-footer {
		flex-direction: column;
	}
	footer .start-footer > div {
		margin: 10px 0px;
	}
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

/*------------------------------------*\
    TOP
\*------------------------------------*/

.accueil-top {
	height: 700px;
	position: relative;
	margin-bottom: 300px;
	margin-top: 100px;
}

.accueil-top img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.accueil-top .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.2);
}

.accueil-top .over-image-top {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 60px;
	display: flex;
}

.accueil-top .over-image-top .text {
	width: 100%;
	color: #000;
	font-size: 48px;
	text-align: left;
	margin: 0px 15px;
	padding-left: 50px;
	font-weight: 500;
}
.accueil-top .over-image-top .text strong {
	font-weight: 600;
}

@media only screen and (max-width:900px) {
	.accueil-top .over-image-top {
		bottom: auto;
		top: 250px;
	}
	.accueil-top .filter {
		background: rgba(255,255,255,0.3);
	}
}

@media only screen and (max-width:660px) {
	.accueil-top .over-image-top .text {
		padding-left: 20px;
		font-size: 38px;
	}
}

/*------------------------------------*\
    VIDEO
\*------------------------------------*/

.accueil-video {
	position: absolute;
	height: 360px;
	bottom: -250px;
	width: 100%;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.accueil-video img {
	width: 700px;
}

/*------------------------------------*\
    PULL
\*------------------------------------*/

.home .pull {
	background: #f2f2f2;
}

.pull {
	padding: 50px 100px;
}

.pull .title {
	font-size: 44px;
	text-align: right;
	margin-bottom: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.pull .top {
	display: flex;
}

.pull .top .image {
	width: 30%;
}

.pull .top .image img {
	width: 80%;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2);
}

.pull .top .content {
	width: 70%;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	text-align: right;
	align-items: flex-end;
}

.pull .top .content .icones {
	display: flex;
	margin-top: 25px;
	max-width: 700px;
	width: 100%;
}

.pull .top .content .icones .svg {
	width: 12%;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pull .top .content .icones .svg svg {
	width: 100%;
	height: 100%;
  max-width: 60px;
}

.pull .top .content .icones .svg svg#plus-1,
.pull .top .content .icones .svg svg#plus-2,
.pull .top .content .icones .svg svg#equal {
	width: 35%;
	height: 35%;
}

.pull .bottom {
	display: flex;
	margin-top: 35px;
}

.pull .bottom .texte {
	width: 60%;
	font-size: 18px;
	margin-right: 50px;
}

.pull .bottom .image {
	width: 40%;
}

.pull .bottom .image img {
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2);
}

@media only screen and (max-width:900px) {
	.pull .top {
		flex-direction: column;
	}
	.pull .top .image {
		width: 100%;
	}
	.pull .top .image img {
		max-width: 300px;
	}
	.pull .top .content {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}
	.pull .bottom {
	 flex-direction: column-reverse;
	 margin-top: 80px;
	}
	.pull .bottom .image {
		width: 100%;
		text-align: right;
	}
	.pull .bottom .image img {
		max-width: 300px;
	}
	.pull .bottom .texte {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}
}

/*------------------------------------*\
    MAUVAIS SOUVENIRS
\*------------------------------------*/

.souvenirs {
	padding: 50px 100px;
	position: relative;
}

.souvenirs .title {
	font-size: 44px;
	margin-bottom: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.souvenirs .texte {
	font-size: 18px;
	text-align: center;
}

.souvenirs .griffes {
	position:absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.souvenirs .griffes img {
	width: 300px;
}

/*------------------------------------*\
    INCONVÉNIENTS
\*------------------------------------*/

.inconvenients {
	margin-top: 50px;
	padding: 50px 100px 0px 100px;
	position: relative;
}

.inconvenients .titre {
	font-size: 44px;
	margin-bottom: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
}

.inconvenients .repeat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 50px;
}

.inconvenients .repeat .single-inconv {
	display: flex;
  flex-direction: column;
  flex: 0 25%;
  max-width: 200px;
	font-size: 16px;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.inconvenients .repeat .single-inconv .image {
	height: 150px;
	width: 150px;
}

@media only screen and (max-width:1300px) {
	.inconvenients .repeat .single-inconv .image {
		height: 100px;
		width: 100px;
	}
}

.inconvenients .repeat .single-inconv .image img {
	height: 100%;
	object-fit: cover;
	border: 1px solid #000;
	border-radius: 5px;
}

.inconvenients .repeat .single-inconv .texte {
	margin-top: 10px;
}

.inconvenients .after-inconvs {
	margin-top: 25px;
	text-align: center;
	font-size: 38px;
	font-style: italic;
	opacity: 0.7;
}

/*------------------------------------*\
    PULL 2020
\*------------------------------------*/

.projet {
	padding: 0px 100px 50px 100px;
	position: relative;
}

.projet .titre {
	font-size: 44px;
	margin-bottom: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
}

.projet .pull-interactif {
	position: relative;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.projet .pull-interactif img#pull-modele {
	max-width: 600px;
	width: 100%;
}

.projet .pull-interactif .plus {
	position: absolute;
	width: 35px;
  height: 35px;
}
.projet .pull-interactif .plus svg {
	width: 35px;
	fill: #f17f42;
	cursor: pointer;
	position: absolute;
	left: 0;
  top: 0;
	z-index: 2;
	transition: 0.3s all ease;
}

.projet .pull-interactif .plus-col {
	top: 20px;
	margin-left: 60px;
}
.projet .pull-interactif .plus-manche {
	bottom: 80px;
	margin-left: -260px;
}
.projet .pull-interactif .plus-motifs {
	margin-top: 20px;
}

.projet .pull-interactif .plus .detail {
	position: absolute;
	width: 150px;
	transform: scale(0.2);
	opacity: 0;
	transition: 1.2s all ease;
}

.projet .pull-interactif .plus:hover svg {
	fill: #FFF;
}

.projet .pull-interactif .plus-col .detail {
	bottom: 0px;
	left: 0px;
	transform-origin: bottom left;
	opacity: 1;
	transform: scale(0.00001);
}
.projet .pull-interactif .plus-manche .detail {
	bottom: 0px;
	right: 0px;
	transform-origin: bottom right;
	opacity: 1;
	transform: scale(0.00001);
}
.projet .pull-interactif .plus-motifs .detail {
	top: 0px;
	transform-origin: top left;
}

.projet .pull-interactif .plus-col:hover .detail,
.projet .pull-interactif .plus-manche:hover .detail,
.projet .pull-interactif .plus-motifs:hover .detail {
	transform: scale(1);
	opacity: 1;
}

.projet .pull-interactif .plus-col:hover .detail {
	transform: translateX(200px) translateY(10px);
}
.projet .pull-interactif .plus-manche:hover .detail {
	transform: translateX(-100px) translateY(-95px);
}
.projet .pull-interactif .plus-motifs:hover .detail {
	transform: translateX(-75px) translateY(220px);
}

.projet .pull-interactif .plus-col .shadow {
	position: absolute;
	top: 20px;
	height: 0;
	width: 0;
	opacity: 0;
	border-top: 0px solid transparent;
	border-right: 0px solid rgba(0,0,0,0.2);
	border-bottom: 10px solid transparent;
	transition: 1.2s all ease;
}
.projet .pull-interactif .plus-col:hover .shadow {
	border-top: 100px solid transparent;
	border-right: 265px solid rgba(0,0,0,0.2);
	border-bottom: 10px solid transparent;
	opacity: 1;
	top: -80px;
}

.projet .pull-interactif .plus-manche .shadow {
	position: absolute;
	top: 0px;
	left: -5px;
	height: 0;
	width: 0;
	opacity: 0;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid rgba(0,0,0,0.2);
	transform: rotate(45deg);
	transition: 1.2s all ease;
}
.projet .pull-interactif .plus-manche:hover .shadow {
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 180px solid rgba(0,0,0,0.2);
	opacity: 1;
	top: -80px;
	left: -130px;
}

.projet .pull-interactif .plus-motifs .shadow {
	position: absolute;
	left: -10px;
	top: 15px;
	height: 0;
	width: 0;
	opacity: 0;
	border-right: 0px solid transparent;
	border-bottom: 0px solid rgba(0,0,0,0.2);
	border-left: 35px solid transparent;
	transition: 1.2s all ease;
}
.projet .pull-interactif .plus-motifs:hover .shadow {
	left: -67px;
	border-right: 50px solid transparent;
	border-bottom: 270px solid rgba(0,0,0,0.2);
	border-left: 85px solid transparent;
	opacity: 1;
}

.detail .texte {
	display: flex;
	flex-direction: column;
	position: absolute;
	text-align: left;
}
.detail .texte .subtitle {
	font-weight: 500;
	font-size: 14px;
}
.detail .texte .text {
	font-size: 13px;
}

.detail.detail-manche .texte {
	margin-top: 20px;
	margin-left: -20px;
	width: 180px;
}
.detail.detail-col .texte {
	margin-top: 10px;
	margin-left: 20px;
	width: 200px;
}
.detail.detail-motifs .texte {
	top: 35px;
  left: 170px;
  width: 250px;
}

.details .couleurs {
	margin-bottom: 10px;
}
.details .title {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 400;
}

.details .tailles .sizes {
	font-size: 14px;
}

.details .colors {
	display: flex;
}

.details .colors .color {
	width: 30px;
	height: 30px;
	margin: 0px 10px 10px 0px;
	position: relative;
}

.details .colors .color:after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-bottom: 30px solid #535e9e;
	border-left: 30px solid transparent;
	top: 0px;
	left: 0px;
}

.details .colors .color svg {
	position: absolute;
	z-index: 2;
	width: 12px;
	bottom: 3px;
	right: 3px;
	fill: #FFF;
}

.details .colors .color.blue {
	background: #535e9e;
}
.details .colors .color.orange {
	background: #f17f42;
}
.details .colors .color.pink {
	background: #f34d93;
}

@media only screen and (max-width:1080px) {
	.projet .pull-interactif .plus-manche:hover .detail {
    transform: translateX(25px) translateY(-100px);
	}
	.detail.detail-manche .texte {
    bottom: 100%;
		margin-top: 0px;
	}
	.projet .pull-interactif .plus-manche .shadow {
		transform: rotate(80deg);
		top: 10px;
		left: 25px;
	}
	.projet .pull-interactif .plus-manche:hover .shadow {
		top: -110px;
		left: -90px;
	}
}

@media only screen and (max-width:1080px) {
	.projet .pull-interactif .plus-manche:hover .detail {
    transform: translateX(25px) translateY(-100px);
	}
	.detail.detail-manche .texte {
    bottom: 100%;
		margin-top: 0px;
	}
	.projet .pull-interactif .plus-manche .shadow {
		transform: rotate(80deg);
		top: 10px;
		left: 25px;
	}
	.projet .pull-interactif .plus-manche:hover .shadow {
		top: -110px;
		left: -90px;
	}

	.projet .pull-interactif .plus-col:hover .shadow {
    border-right: 205px solid rgba(0,0,0,0.2);
	}
	.projet .pull-interactif .plus-col:hover .detail {
		transform: translateX(130px) translateY(20px);
	}
}

.mobile-modal {
	display: none;
}

@media only screen and (max-width:800px) {

	.projet .pull-interactif .plus-manche {
		margin-left: 0px;
    left: 10px;
	}


	.projet .pull-interactif .plus .shadow {
		display: none;
	}
	.projet .pull-interactif .plus .detail {
		display: none;
	}

	.mobile-modal {
		position: absolute;
		top: -90px;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 300px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 10px;
		padding: 10px;
		background: #eee;
		border: 1px solid #ccc;
		border-radius: 5px;
		z-index: 9;
		opacity: 0;
		transition: 0.3s all ease;
	}

	.mobile-modal img {
		width: 20%;
		max-width: 120px;
		margin-bottom: 20px;
	}

	.mobile-modal .texte .subtitle {
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 5px;
	}

	.mobile-modal .texte .text {
		font-size: 14px;
	}

	.mobile-modal .cross {
		position: absolute;
    top: 30px;
    right: 30px;
		cursor: pointer;
	}

	.mobile-modal .cross svg {
		width: 20px;
		fill: #dc3545;
	}

}

@media only screen and (max-width:600px) {
	.projet .pull-interactif .plus-manche {
		bottom: 45px;
	}
}

/*------------------------------------*\
    POURQUOI NOUS
\*------------------------------------*/

.why {
	padding: 50px 100px;
	position: relative;
}

.why .titre {
	font-size: 44px;
	margin-bottom: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.why .content {
	margin-left: 25px;
	display: flex;
	font-size: 18px;
}

.why .content .texte {
	width: 100%;
	margin-right: 25px;
}

.why .content .image {
	width: 300px;
	flex-shrink: 0;
}

@media only screen and (max-width:880px) {
	.why .content {
		flex-direction: column;
		margin: 0px;
	}
	.why .content .image {
		width: 100%;
	}
	.why .content .image img {
		max-height: 200px;
    object-fit: cover;
    width: 100%;
	}
}

/*------------------------------------*\
    OFFRE
\*------------------------------------*/

.offre {
	margin-top: 50px;
	background: #f17f42;
	color: #FFF;
	display: flex;
	padding: 25px 20px;
}

.offre .left,
.offre .right {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
}

.offre .center {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.offre .center .price {
	font-size: 18px;
	font-weight: 500;
}

.offre .center .price .prix-promo {
	font-size: 24px;
}

.offre .center .price .prix-init span {
	text-decoration: line-through;
}

.offre .center .button {
	margin-top: 15px;
}

.offre .center .button a {
	background: #FFF;
	color: #f17f42;
	font-size: 24px;
	font-weight: 500;
	padding: 13px 50px;
	display: flex;
	border-radius: 5px;
	transition: 0.3s all ease;
}

.offre .center .button a:hover {
	opacity: 0.8;
}

@media only screen and (max-width:780px) {
	.offre {
		flex-direction: column;
	}
	.offre .left,
	.offre .right,
	.offre .center {
		width: 100%;
	}
	.offre .left,
	.offre .center {
		margin-bottom: 25px;
	}
}






@media only screen and (max-width:800px) {
	.why, .souvenirs, .pull {
		padding: 50px;
	}
	.projet {
		padding: 0px 50px 50px 50px;
	}
	.inconvenients {
		padding: 50px 50px 0px 50px;
	}
}


/* PAGE DEFAULT  */

.page-template-default main {
  padding: 20px 50px;
  font-size: 16px;
}

/* PAGE CONTACT  */

.nous-contacter p {
	font-size: 18px;
  margin-bottom: 35px;
}

.nous-contacter .caldera-grid {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.caldera-grid label {
	font-weight: 500!important;
}

.caldera-grid .submit-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.caldera-grid .submit-button input {
	font-size: 17px;
	padding: 12px 30px;
	background: #FFF;
	border: 1px solid #77a464;
	color: #77a464;
	font-weight: 500;
	transition: 0.3s all ease;
}
.caldera-grid .submit-button input:hover {
	background: #77a464;
	color: #FFF;
}

/* PAGE PRODUIT */

body.woocommerce {
	padding: 0px;
}

body.woocommerce main {
	padding: 80px 100px;
}

body.woocommerce main table.variations tbody {
	display: flex;
}

body.woocommerce main table.variations tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	font-size: 14px;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 500;
}

.woocommerce div.product form.cart .variations select {
	max-width: 150px;
  min-width: 100px;
}

body.woocommerce main table.variations select {
	cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
body.woocommerce main table.variations select::-ms-expand {
  display: none;
}
body.woocommerce main table.variations select:hover {
  border-color: #888;
}
body.woocommerce main table.variations select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
body.woocommerce main table.variations select option {
  font-weight:normal;
}

body.woocommerce main .single-product p.price span {
  font-size: 26px;
}

.woocommerce-product-gallery {
  pointer-events: none!important;
	max-width: 600px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none!important;
}

.summary.entry-summary {
  padding-left: 50px;
}

@media only screen and (max-width:769px) {
	.summary.entry-summary {
	  padding-left: 0px;
		padding-top: 25px;
		display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	}
}

.quantity input {
	font-size: 16px;
  padding: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

button.single_add_to_cart_button.button.alt {
	font-size: 17px;
	padding: 12px 30px;
	background: #FFF;
	border: 1px solid #77a464;
	color: #77a464;
	font-weight: 500;
	transition: 0.3s all ease;
}
button.single_add_to_cart_button.button.alt:hover {
	background: #77a464;
}
button.single_add_to_cart_button.button.alt:focus {
	outline: 0;
	background: #77a464;
	color: #FFF;
	animation: opacity-anim 1s ease;
}

@keyframes opacity-anim {
  0% {
    opacity: 0.2;
  }
  100%{
    opacity: 0.8;
  }
}


/* PANIER */

.woocommerce-cart main {
	padding: 20px 50px;
	font-size: 16px;
}

.woocommerce table.shop_table th {
	font-size: 17px;
}
td.product-name a {
	font-size: 17px;
}

.variations-flex p {
	margin-top: 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 90px;
}

.woocommerce-cart main .checkout-button, .woocommerce button.button.alt {
	background: #77a464!important;
	border: 1px solid #77a464;
	color: #FFF!important;
	font-weight: 500;
	transition: 0.3s all ease;
}
.woocommerce-cart main .checkout-button:hover, .woocommerce button.button.alt:hover {
	opacity: 0.8;
}

.woocommerce-variation-add-to-cart .quantity {
	display: flex;
	flex-direction: column;
}

.screen-reader-text {
  height: auto;
  width: auto;
  overflow: auto;
  position: relative!important;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.single-product .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
	margin-top: 24px;
}

.single-product .title {
	text-align: left;
	font-size: 44px;
	margin-bottom: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.text-phrase {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}

.woocommerce-cart label.screen-reader-text {
	display: none;
}


/* CHECKOUT */

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout input {
	padding: 5px 7px 5px 7px;
}

.woocommerce-checkout .select2-results__option {
	font-size: 14px;
}

.woocommerce-checkout .col2-set#customer_details {
	display: flex;
	flex-direction: column;
  align-items: center;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	max-width: 900px;
	margin-bottom: 30px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border: 1px solid #6dc22e;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border: 1px solid #a00;
}


/* APRÈS PAIEMENT */

.woocommerce-order-received .woocommerce-column--shipping-address {
	float: left!important;
}
