/*
	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;
}
.gallery-top .swiper-slide{
	background-size:auto 100%;

}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}


body:not(.page-id-1868) .grecaptcha-badge{
    display: none;
    position: absolute;
    left: -66666px;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

header ul {
	padding: 0;
}

body {
	font: 400 18px/1.4 'Roboto', Helvetica, Arial, sans-serif;
	color: #8b8b8b;
}

.wrapper {
	position: relative;
	overflow: auto;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #BD1048;
	text-decoration: none;
	position: relative;
	text-decoration: none;
}


a:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}

main p a {
	padding: 2px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 3px;
	line-height: 0.8;
	font-size: 94%;
	transition: all 0.5s ease;
}


main p a:after {
	left: 0;
	width: 100%;
	height: 2px;
	background: #2a3b4b;
}

main p a:after {
	top: 0;
	transform: translateX(100%);
}

.bottom-boutique p{
	margin: 0 0 1rem 0;
}

main p a:hover:after {
	transform: translateX(0);
}

a:focus,
a:hover {
	text-decoration: none;
	color: #2a3b4b;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

ul {
	padding-left: 2rem;
}

.quadmenu-item a {
	text-decoration: none;
}

.quadmenu-text {
	text-decoration: none;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Montserrat";
	text-transform: uppercase;
}

#header #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-dropdown>ul {
	border-left: 940px solid transparent;
	border-right: 940px solid transparent;
}

#header #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu>ul {
	background: #2c2b31;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2c2b31 0%, #020204 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2c2b31 0%, #020204 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2c2b31 0%, #020204 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2b31', endColorstr='#020204', GradientType=0);
}

#header #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu .quadmenu-item-content {
	color: white;
	font-weight: 500;
	font-family: "Montserrat";
}
#header #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu .quadmenu-item-content:hover{
	color: rgb(15, 15, 15);
}

#header #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
	color: white;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.2rem;
	border: 0;
	padding: 0;
	margin: 0;
}

#header #quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(.quadmenu-item-type-tab):not(:last-child):not(:only-child)>a {
	border-color: #5f5e5e;
}

/*------------------------------------*\
    Form
\*------------------------------------*/
#mainSearch{
	display: flex;
}

#mainSearch input {
	border: 2px solid gray;
	border-right: 0 none transparent;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 0.5rem 0rem 0.5rem 1rem;
	font-size: 2rem;
	font-weight: 600;
	width: 80%;
}

#mainSearch button {
	border: 2px solid gray;
	border-left: 0 none transparent;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0.5rem 1rem 0.5rem 0rem;
	font-size: 2rem;
	width: 20%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.row {
	display: grid;
	align-content: center;
	justify-content: center;
}

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


/* logo */
.logo {}

#header .logo-img {
	max-width: 200px;
	display: block;
	margin: 2px auto 2px;

}

/* sidebar */
.sidebar {}

/* footer */


footer {
	background: #2a3b4b none repeat scroll 0% 0%;
	font-size: 22px;
	clear: both;
}

footer a {
	color: #bcbfc1;
}

footer a:hover {
	color: #d7dcdf;
}

footer h3 {
	color: #bcc8d4;
}

footer .container {
	padding-top: 20px;
	color: #7d8d9d;
}

footer .container>.row {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 40px;
	margin: 10px;
}

#custom_html-2 .row {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 5px;
	margin: 0 20px;
	color: white;
}

#custom_html-2 .column {
	text-align: center;
}

footer .copyright {
	text-align: center;
	font-size: 13px;
	padding: 5px;
}

#text-5 h3,
#custom_html-2 h3 {
	font-size: 23px;
	font-weight: 600;
}




#nav_menu-2 h3 {
	font-size: 23px;
	font-weight: 400;
}

#text-5 .textwidget,
#text-3 .textwidget,
#nav_menu-2 .menu {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

#text-2 h3,
#text-3 h3,
#text-4 h3 {
	font-size: 17px;
	font-weight: 600;
}

#text-2 .textwidget,
#text-4 .textwidget {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
}

.woocommerce-page h1 {
	text-align: left;

}

.woocommerce .quantity .qty {
	line-height: 4rem;
}

.woocommerce-page h1 a {
	text-decoration: none;
}

.woocommerce>div>.product {
	display: flex;
}

.woocommerce div.product form.cart table,
table {
	border-top: 5px solid #BD1048;
	border-bottom: 0px none transparent;
	margin-bottom: 1rem;
}

.woocommerce table tr,
table tr {
	background-color: #fff;
}

.woocommerce table tr:nth-child(2n),
table tr:nth-child(2n) {
	background-color: #f8f8f8;
}
html .wp-block-image .alignleft {	
	margin: 1rem;
}
.bottom-boutique {
	font-size: 1.5rem;
	text-align: center;
}

.bottom-boutique span {
	border-bottom: 1px solid currentColor;
	transition: all 0.4s ease;
}

.bottom-boutique span:hover {
	border-bottom: 1px solid transparent;
}

html .woocommerce .woocommerce-breadcrumb {
	margin: 1rem 0 1em;
}

.woocommerce table td a,
table td a {
	text-decoration: none;
}

table {
	width: 100%;
}

.table-poele tr td:first-child {
	text-align: right;
}

.table-poele tr td:last-child {
	text-align: center;
}

.woocommerce-product-gallery__wrapper div:not(:first-child){
	display: inline-block;
}

.wp-block-embed {
	margin: 1rem 0;
	text-align: center;
}
blockquote {
	text-align: center;
	font-weight: 600;
	font-size: 2.5rem;
}
blockquote cite {
	font-weight: 400;
	font-size: 1.5rem;
}
/*------------------------------------*\
    Navigation principale
\*------------------------------------*/

.quadmenu-navbar-nav>li {
	position: relative;
}

.quadmenu-navbar-nav>li>a .quadmenu-text {
	font-weight: 600;
	font-size: 1.45rem;
	color: #bcbfc1;
	transition: all 0.15s linear;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;

}

.quadmenu-navbar-nav>.current-menu-item>a .quadmenu-text::after {
	content: "";
	width: 6px;
	display: block;
	height: 6px;
	border-radius: 5px;
	background-color: #ef2750;
	position: absolute;
	bottom: -8px;
	left: 48%;
}

.quadmenu-navbar-nav>li>a {
	border-bottom: 2px solid transparent;
}

.quadmenu-navbar-nav>li>a:hover,
.quadmenu-navbar-nav>li>a:focus,
.quadmenu-navbar-nav>li>a:active {

	border-bottom: 2px solid #b42542;

}

.quadmenu-navbar-nav>li>a:hover .quadmenu-text,
.quadmenu-navbar-nav>li>a:focus .quadmenu-text,
.quadmenu-navbar-nav>li>a:active .quadmenu-text {

	color: white;

}

/* 
.quadmenu-navbar-nav>.current-menu-item {
	border-bottom: 2px solid #b42542;
} */

.quadmenu-navbar-nav>.current-menu-item .quadmenu-text {
	color: white;
}

/*------------------------------------*\
    Header Top
\*------------------------------------*/

/* header */
.header {
	background-color: #07060c;
	transition: all 1s ease;
	z-index: 105;
}

@media only screen and (min-width:768px) {
	.scrolled .header {
		position: fixed;
		top: 0px;
		width: 100%;
		transition: all 1s ease;
		background-color: #081b31d3;
	}

	.scrolled .header .logo-img {

		max-width: 150px;
		margin: 9px auto;
	}


	.scrolled .wrapper-top-right {

		text-align: center;
	}

	.scrolled .header #menu-mobile {
		display: block;
		position: absolute;
		right: 10px;
		color: white;
		font-size: 21px;
		margin-top: 10px;
	}

	.scrolled #quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
		padding: 10px;
	}

	#research {
		display: none;
	}

	.scrolled #research {
		display: initial;
	}

}

.header #menu-mobile {
	display: none;
}

.header .row {
	grid-template-columns: 20% 1fr 20%;
}

#menu-cart-content {
	z-index: 10;
}

#acces-pro a,
#acces-pro span {
	color: white;
	font-size: 3rem;
}

#acces-pro a:hover,
#acces-pro span:hover {
	color: #BD1048
}

#lang-select img {
	width: 30px;
	margin: 5px;
	border-radius: 10%;
}

#lang-select-content img {
	width: 52px;
	margin: 5px;
	border-radius: 10%;
}

.wrapper-top-right {
	text-align: right;
	padding: 8px;
}

#lang-select,
#acces-pro {
	display: inline-block;
}

/*------------------------------------*\
    Header bottom
\*------------------------------------*/
#wrapper-recherche-cogra {
	text-align: center;
	width: 100%;
	height: 44px;
	background-color: #BD1048;
	padding: 3px;
}

.recherche-cogra {

	width: 540px;
	position: relative;
	border: 0px none transparent;
}

.recherche-cogra:active,
.recherche-cogra:hover,
.recherche-cogra:focus {
	height: 240px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

main {
	max-width: 1200px;
	margin: 0rem auto 4.5rem;
}

.wp-post-image{
	width: 100%;
	height: auto;
}
/*------------------------------------*\
    Accueil
\*------------------------------------*/

.title-accueil {
	font-size: 3.6rem;
	color: #a1a8ae;
	clear: both;
	position: relative;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

.title-accueil::before,
.title-accueil::after {
	content: "";
	border-bottom: 1px solid #707070;
	/* clear: both; */
	display: inline-block;
	width: 35%;
	position: absolute;
	top: 50%;
}

.title-accueil::before {
	right: 0;
}

.title-accueil::after {
	left: 0;
}

#logo-accueil {
	grid-template-columns: repeat( auto-fit, minmax(120px, 1fr) );
	align-items: center;
	justify-items: center;
	gap: 5rem;
	margin: 16px 0;
	padding: 0 3rem;

}

#logo-accueil img {
	max-height: 119px;
	display: block;
}

.colonne-accueil {}

.flex-2 {
	flex: 2;
}

.home h2 {
	font-size: 4rem;
	line-height: 1;
	color: #b42542;
	font-weight: 400;
}

.tarteaucitronOpenPanel {
	display: none;
}

.home .tarteaucitronOpenPanel {
	display: initial;
}

.tarteaucitronOpenPanel {
	background-color: #22364d;
	color: white;
	padding: 4px 7px;
	font-size: 1.5rem;
	border-radius: 2rem;
}

.grillson-bob-et-leif-grill-et-barbecue-a-granules h2 {
	font-size: 4rem;
	color: #ae6d3f;
	font-weight: 600;
	text-align: center;
	line-height: 5rem;
}

.img-accuil img {
	max-height: 350px;
	margin: 0 auto;
	display: block;
}

.flex {
	display: flex;
}

.flex-column {
	display: inline-block;
}

.col-1-2 {
	width: 49.999%;
}
.col-1-5 {
	width: 19.999%;
}


#accueil-01 {
	background-image: url(https://v2.cogra.fr/wp-content/uploads/2018/09/poele-a-pelet-allure.jpg);
	background-repeat: no-repeat;

}

#accueil-02 {
	background-image: url(https://v2.cogra.fr/wp-content/uploads/2018/09/grill-a-pellet-granule.jpg);
	background-repeat: no-repeat;
	background-position: 186% 0%;
	margin-top: 10px;
}

#accueil-01 .btn {
	background-color: #b42542;
	color: #181818;
	text-transform: uppercase;
	border-radius: 2.4rem;
	padding: 10px 20px;
	font-size: 2.4rem;

	font-weight: 700;
	transition: all 0.4s ease;
}

#accueil-01 .btn:hover{
	background-color: whitesmoke;
	color: #b42542;
}


.btn-wrapper {
	text-align: center;
	margin-top: 5rem;
}

#accueil-01 h2 {
	font-size: 3rem;
	color: #ef2750;
}

#accueil-01 p {

	font-size: 2rem;
	color: white;
	font-weight: 500;
	line-height: 1.8;

}

#accueil-01>img {
	display: block;
}

#accueil-01-content {
	background-color: #181818;
	padding: 20px;
	height: 500px;
	position: relative;
}

#accueil-01-content::before {
	content: ' ';
	position: absolute;
	top: 0px;
	left: -125px;
	border-top: 500px solid #181818;
	border-left: 125px solid transparent;
	width: 0;
	z-index: 5;
	height: 310px;
}


#accueil-02 .btn {
	border: 2px solid white;
	color: white;
	text-transform: uppercase;
	border-radius: 2.4rem;
	padding: 10px 20px;
	font-size: 2.4rem;

	font-weight: 700;
	transition: all 0.4s ease;
}
#accueil-02 .btn:hover{
	border: 2px solid #181818;
	background-color: #181818;
	color: #b42542;
}

#accueil-02 h2 {
	font-size: 4rem;
	color: white;
}

#accueil-02 p {

	font-size: 2rem;
	color: white;
	font-weight: 500;
	line-height: 1.8;

}

#accueil-02-content {
	position: relative;
	background-color: #b42542;
	padding: 20px 0px 0px 40px;
	height: 500px;
}

#accueil-02-content::after {
	content: ' ';
	position: absolute;
	top: 0px;
	right: -125px;
	border-bottom: 500px solid #b42542;
	border-right: 125px solid transparent;
	width: 0;
	z-index: 5;
	height: 310px;
}

#menu-item-2136>div>a,
#menu-item-2138>div>a,
#menu-item-2140>div>a {
	display: grid;
	justify-items: center;
	align-content: end;
	height: 275px;
}

#menu-item-2110 img,
#menu-item-2136 img,
#menu-item-2138 img {
	max-height: 283px !important;
	width: auto !important;
	padding: 10px;
}

#menu-item-2136 img,
#menu-item-2138 img,
#menu-item-2140 img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#menu-item-2136 img:hover,
#menu-item-2138 img:hover,
#menu-item-2140 img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.wp-block-columns {
	grid-gap: 1rem;
}

/*------------------------------------*\
    CART menu
\*------------------------------------*/
.woocommerce-mini-cart {
	list-style: none;
	padding: 0;

}

.woocommerce-mini-cart li {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	grid-gap: 1rem;

}

.woocommerce-mini-cart-item::before,
.woocommerce-mini-cart-item::after {
	content: none !important;
	display: none !important;

}

.woocommerce-mini-cart li div:nth-child(2) {
	font-size: 1.4rem !important;

}

.woocommerce-mini-cart img {
	width: 150px !important;
	display: block !important;
	margin: 0 auto !important;
	font: none !important;
	height: 100%;

}

.woocommerce-mini-cart__buttons>a {
	display: block !important;
	font-size: 1.5rem !important;
	margin: 5px !important;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.button {
	font-family: inherit;
	font-size: 100%;
	padding: .5em 1em;
	color: #444;

	border: 1px solid #999;
	border: transparent;
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: 2px;
	display: inline-block;
	zoom: 1;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pure-form .button {
	color: white;
	background-color: #1d5e9e;
}

/*boutton téléchargement/DL */
.button-dl {
	box-shadow: 0px 1px 2px #999;
	cursor: pointer;
	font-size: 16px;
	line-height: 100%;
	margin: 0px auto;
	outline: 0px none;
	text-align: left;
	white-space: nowrap;
	width: auto;
	border-color: #D2D3D4;
	border-style: solid;
	border-width: 0px;
	color: #FFF;
	padding: 10px 12px 10px;
	display: block;
	border-radius: 20px;
	background-color: #018CC5;
	width: 175px;
	text-align: center;
}

.button-dl.grill {
	margin: 0 auto;
	font-size: 18px;
	padding: 11px 16px;
	display: block;
	width: 180px;
	text-align: center;
}

.button-dl.grill a {
	font-weight: bold;
}

.button-dl a {
	color: white;
}

.button-dl a {
	text-decoration: none;
}

.button-dl:hover {
	background-color: #009DDE;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	margin-top: 2rem;
	margin-bottom: 0;
}

main p {
	margin-top: 1rem;
	margin-bottom: 0;
}

main h1 {
	font-size: 3.5rem;
	color: #e31842;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

main h2 {
	font-size: 3rem;
	color: #00bee1;
	font-weight: 600;
}

main h3 {
	font-size: 2.5rem;
	color: #f03d2c;
	font-weight: 400;
	text-transform: uppercase
}

main h4 {
	font-size: 2rem;
	color: #00ce4f;
	font-weight: 600;
}

main h5 {
	font-size: 1.75rem;
	color: #f62e6c;
	font-weight: 400;
	text-transform: uppercase
}

main h6 {
	font-size: 1.5rem;
	color: #00c2ba;
	font-weight: 600;
}



/*------------------------------------*\
    moteur de recherche
\*------------------------------------*/

/* .aws-container {
	max-width: 400px;
	margin: 1px auto;
	position: relative;
	top: -2px;
	width: 20%;
} */

/* #wrapper-recherche-cogra>* {
	display: inline-block;
} */

#wrapper-recherche-cogra>h2 {
	line-height: 2rem;
	margin: 0;
	color: white;
	padding: 5px 8px;
	font-size: 2rem;
	font-family: "Montserrat";
}

.aws-container .aws-search-field {

	border-radius: 2rem !important;
	height: 32px;
	padding: 4px 11px;
	border: none 0px transparent;
	font-size: 1.5rem;

}

.aws-search-result .aws_result_title {
	font-size: 1.5rem;
}

.woocommerce #wrapper-recherche-cogra {
	display: flex;
	justify-content: center;
	padding-top: 5px;
}

/*------------------------------------*\
    DIVERS FOOTER
\*------------------------------------*/
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#cookie-div-bottom {
	position: fixed;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}

#facebook-div-bottom {
	position: fixed;
	bottom: 20px;
	right: 80px;
}

#facebook-div-bottom>div {
	position: relative;
}

#facebook-div-bottom i {
	color: #3c5b9b;
	text-align: center;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 50px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

#back-top>div {
	position: relative;
	cursor: pointer;
}

#back-top i {
	font-size: 50px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #bcbfc1;

}

#back-top .icon-default,
#facebook-div-bottom .icon-default {
	transition: opacity .3s, transform .3s;
	opacity: 1;
}

#back-top .icon-hover,
#facebook-div-bottom .icon-hover {
	transition: opacity .3s, transform .3s;
	opacity: 0;
}

#back-top:hover .icon-hover,
#facebook-div-bottom:hover .icon-hover {

	opacity: 1;
}

#back-top:hover .icon-default,
#facebook-div-bottom:hover .icon-default {

	opacity: 0;
}
.wrapper-img-accueil{
	overflow: hidden;
}
.responsive-accueil-img {	
	height: 100%;
	width: auto;
	max-width: none;
}

#custom_html-2 a {
	display: block;
	font-size: 4rem;
	color: white;
	transition: all 0.4s ease;
	list-style: 4rem;
}

#custom_html-2 a:hover {
	color: #b42542;
}

#loginform {
	padding: 0px 2px 10px;
}

.coloris-grid {
	display: grid;
	grid: repeat(1, 1fr) / auto-flow;
	grid-gap: 1rem;
	align-items: end;
}
.coloris-grid img{
	height: auto;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:768px) {
	#logo-accueil {
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0 1.5rem;
	}

	footer .container>.row {
		grid-template-columns: 1fr;
		text-align: center;
	}

	#header>.row {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		align-items: center;
	}

	#header .row .logo {}

	#header #quadmenu {
		position: absolute;
		top: 0;
		right: 0;
	}

	.wrapper-top-right {
		text-align: center;
		padding: 9px;
	}

	.quadmenu-navbar-collapse.collapse.in {
		background-color: white;
		z-index: 1000;
	}

	.responsive-accueil-img {
		display: block;
	}

	.wrapper-img-accueil,
	#accueil-01-content,
	#accueil-02-content {
		width: 100%;
		display: block;
		height: auto;
	}

	#accueil-01,
	#accueil-02 {
		flex-wrap: wrap;
	}

	#accueil-01-content::before,
	#accueil-02-content::after {
		content: none;
	}

}

@media only screen and (max-width:480px) {
	.wp-block-columns {
		flex-direction: column;
	}
}

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

	#logo-accueil {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		padding: 0 1rem;
	}
}





@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) {}





/*------------------------------------*\
    Julia
\*------------------------------------*/

/* .grid{
	display: grid;
	grid: auto-flow / repeat(3,1fr);
	grid-gap: 1rem;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	justify-items: center;
}
.grid figure{
	position: relative;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	transform: scale(1);
	-ms-transform: scale(1);  
	-moz-transform: scale(1);  
	-webkit-transform: scale(1); 
	z-index: 1;
}
.grid figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: transparent;
	background-image: none;

}
.grid figure:hover figcaption{
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: white;
	color: #000;
	
}

.grid figure:hover{
	z-index: 2;
	transform: scale(1.1);
  -ms-transform: scale(1.1);  
  -moz-transform: scale(1.1);  
  -webkit-transform: scale(1.1); 
  
} */
.grid {
	display: grid;
	grid: auto-flow / repeat(2, 1fr);
	grid-gap: 1rem;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	justify-items: center;
}

figure.effect-julia {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 370px;
	max-width: 400px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure.effect-julia img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure.effect-julia figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption::before,
figure.effect-julia figcaption::after {
	pointer-events: none;
}

figure.effect-julia figcaption,
figure.effect-julia figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-julia figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-julia h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure.effect-julia h2 span {
	font-weight: 800;
}

figure.effect-julia h2,
figure.effect-julia p {
	margin: 0;
}

figure.effect-julia p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
	color: white;
	text-shadow: none;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: none;
	color: #FFF;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*------------------------------------*\
    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;
}

.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 {}
.has-luminous-vivid-orange-to-vivid-red-gradient-background{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background:hover,
.has-luminous-vivid-orange-to-vivid-red-gradient-background:active,
.has-luminous-vivid-orange-to-vivid-red-gradient-background:focus{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/*------------------------------------*\
    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;
	}
}
