/*
Theme Name: Gwenola Gicquel 
Theme URI: https://liwstudio.com
Description: Un theme cree par Liw studio.
Version: 1.0
Author: Marina Liw studio
Author URI: https://liwstudio.com
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: 700 !important;
}

a {
	color: #604037;
	text-decoration: underline;
}

a:hover {
	color: #B74031;
}

a, a:hover, :hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	text-decoration: none;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
}

.ombre-img {
	box-shadow: 20px 20px rgba(234, 189, 180, 0.6);
}

img.alignright.size-full.wp-image-63.ombre-img {}

.ombre-img.alignright {
	margin-right: 35px;
}

.alignleft {
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
	margin-left: 60px;
	margin-bottom: 60px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

::-moz-selection {
	background:#B74031;
	color:#fff;
}

/* ----------------- STYLE SITE ----------------- */

body {
	background: url(img/bg-section-content.jpg) no-repeat center center;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}


.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Bellefair', serif;
	margin-bottom: 20px;
}

h1 {
	font-size: 50px;
	color: #604037;
}

h2 {
	font-size: 40px;
	color: #604037;
}

h3 {
	font-size: 40px;
	color: #604037;
}

h4 {
	font-size: 28px;
	color: #604037;
}

h5 {
	font-size: 30px;
	color: #604037;
}

h6 {
	font-size: 25px;
	color: #604037;
}

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #604037;
	margin-bottom: 20px;
}

p a {
	color: #B74031;
	
}

p a:hover {
	color: #604037;
}

.content ul, .content ol {
	margin-bottom: 20px;
	margin-left: 15px;
}

.content  a {
	color: #B74031;
	
}



.content ul li {
	list-style: disc;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #604037;
}

.content ol li {
	list-style: decimal;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #604037;
}


blockquote {
	background: url(img/blockquote-gauche.png), url(img/blockquote-droit.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	text-align: center;
	padding: 0px 50px;
	margin: 50px 0px 70px;
	position: relative;
}

blockquote::after {
	content: '';
	width: 70px;
	height: 1px;
	background: #D7883F;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -35px;
}


blockquote p {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 30px;
	color: #D7883F;
}

h2.titre-section {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 40px;
	color: #B74031;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	width: 100%;
} 

 h2.titre-section::after {
	content: '';
	width: 70px;
	height: 1px;
	background: #EABDB4;
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}

.fast {
	-moz-animation-duration: 0.5s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-delay: 0s;
}

.slow {
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
}

.reallyslow {
	-moz-animation-duration: 1.5s;
	-moz-animation-delay: 1s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 1s;
}

a.prendre-rdv {
	padding: 12px 20px;
	border-radius: 30px;
	transition: 0.6s;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.08em;
}

.btn-rdv-header {
	position: absolute;
	right: 15px;
	top: 80px;
}

a.prendre-rdv.btn-rouge {
	background: #dd5339;
	color: #fff;
	text-decoration: none;
}

a.prendre-rdv.btn-rouge:hover {
	background: #D7883F;
}

a.prendre-rdv.btn-cta {
	background: #F6A800;
	color: #fff;
	text-decoration: none;
}

a.prendre-rdv.btn-cta:hover {
	background: #dd5339;
}

a.prendre-rdv.btn-orange {
	background: #D7883F;
	color: #fff;
	text-decoration: none;
}

a.prendre-rdv.btn-orange:hover {
	background: #dd5339;
}

a.savoir-plus.contour {
	border: 1px solid #604037;
	color: #604037;
	padding: 10px 20px;
	border-radius: 30px;
	transition: 0.6s;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	margin-top: 30px;
}

a.savoir-plus.contour:hover {
	background: #604037;
	color: #fff;
}


/** -------- NAVBAR -------- **/

#bloc-nav {
	background: #fff;
}

.navbar-brand {
	color: #707070;
	transition: 0.6s;
	width: 230px;
}

img.custom-logo{
	max-width:240px
}

.navbar {
	width: 100%;
	z-index: 9999;
	/* border-top: 1px solid #dd5339; */
	padding-top: 15px;
	font-family: 'Bellefair', serif;

}

.bloc-top-header {
	padding: 20px 0px 5px;
}


.navbar .menu-item.active,
.navbar .menu-item.active a {
	color: #B74031;
}

.navbar .menu-item.active a:hover {
	color: #B74031;
}

.navbar .menu-item {
	list-style: none;
	transition: 0.6s;
}

.navbar .menu-item a {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 15px;
	color: #604037;
	font-weight: 400;
	transition: 0.6s;
	letter-spacing: 1px;
	text-align: center;
}

.navbar .menu-item a:hover {
	color: #B74031;
}

.navbar .menu-item a,
.navbar .menu-item a > span {
	position: relative;
	/* color: inherit; */
	text-decoration: none;
	line-height: 24px;
}


.navbar .menu-item a {
	display: inline-block;
	overflow: hidden;
}


.navbar .menu-item a:hover {
	color: #D7883F;
}

.navbar .menu-item .menu-item {
	background: none;
	border-right: 0px !important;
	margin: 0px;
}

.navbar .menu-item .menu-item a {
	padding: 10px;
	display: block;
	margin: 0px;
}

.navbar .menu-item .menu-item:hover a {
	background: #fff;
	color: #B74031;
}

.dropdown-menu {
	padding: 0px;
	margin-top: 5px;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 5px;
	visibility: hidden;
	margin-top: 5px;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
	margin-top: 0;
}

.navbar-light .navbar-toggler {
	background: none;
	border: none;
}

.navbar-light .navbar-toggler-icon {
	color: #fff;
}

.navbar li.current_page_item a,
.navbar  li.current-page-ancestor a{
	color:#BE8A44;	
	
}


/** -------- HOMEPAGE -------- **/

#header-home {
	padding: 120px 20px 100px;
	text-align: center;
	background: url(img/bg-header-home.jpg) no-repeat center center;
	background-size: cover;
}

#header-home h1 {
	font-family: 'Bellefair', serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 55px;
	margin-bottom: 10px;
	color: #614037;
	letter-spacing: 0.08em;
}

#header-home .h2 {
	font-family: 'Nothing You Could Do', cursive;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 40px;
	color: #614037;
	display:block;
	text-transform: lowercase;
	letter-spacing: 0;
}

#header-home .h3 {
	font-family: 'Bellefair', serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 35px;
	color: #614037;
	letter-spacing: 0.11em;
	display:block;
}

section.content {
	padding: 80px 15px;
}

section.content {
	background: url(img/bg-section-content.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.bloc-divers-themes {
	margin-top: 40px;
	margin-bottom: 40px;
}

.bloc-theme {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	padding: 20px 20px 50px;
	margin-bottom: 20px;
	margin: 15px;
	max-width: calc(50% - 30px);
	position: relative;
	text-align: center;
}

.bloc-theme img {
	margin-bottom: 20px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	z-index: 3;
	position: relative;
}
.bloc-theme .img-theme {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bloc-theme .img-theme:after {
	content: '';
	width: 130px;
	height: 132px;
	background: url(img/rond-orange.png) no-repeat center center;
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 2;
}

.bloc-theme h3 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 26px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 25px;
	color:	#604037;
	margin-top: 15px;
}

.bloc-theme h3::after {
	content: '';
	width: 70px;
	height: 1px;
	background: #EABDB4;
	display: block;
	margin: auto;
	margin-top: 15px;
}

.bloc-theme p{
	font-size:15px
}

.bloc-theme a {
	font-size: 13px;
	position: absolute;
	bottom: 35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #D7883F;
	margin-right: auto;
	letter-spacing: 1px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.bloc-theme a:hover {
	color: #dd5339;
}

section#qui-est-gwenola {
	padding: 100px 0px 80px;
	background: url(img/bg-qui-est.png) no-repeat center top;
	background-size: cover;
	position: relative;
	background: #EFDAD2;
}

section#qui-est-gwenola img{
	border-radius:400px;
	position:relative

}

section#qui-est-gwenola .about-img{
	position:relative;}

section#qui-est-gwenola .about-img:after{
	content: '';
	width: 355px;
	height: 355px;
	background: url(img/circle-white.png) no-repeat center center;
	position: absolute;
	left: -15px;
	top: -10px;
	z-index: 3;
}

section#qui-est-gwenola img.vague-absolute{
	position:absolute;
}

.vague-absolute {
	position: absolute;
	right: -30px;
	top: 50px;
	z-index: 0;
}

.vague-gauche {
	left: -30px;
}


/** -------- PAGE INTERNE -------- **/

#header-page {
	padding: 120px 20px 100px;
	text-align: center;
	position: relative;
}

#header-page  .container{
	z-index:2;
	position:relative;
}

#header-page:after {
	content:"";
	width:100%;
	height:100%;
	background-image: url(img/bg-header.jpg);
	display:block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 80px;
	text-align: left;
	letter-spacing: 0.08em;
	opacity: 0.8;
	z-index: 3;
}

#header-page h1 {
	font-size: 55px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	letter-spacing: 0.08em;
}

#header-page h1::before {
	content:'';
	background: url(img/vague-blanche.png) no-repeat center center;
	width: 297px;
	height: 153px;
	position: absolute;
	z-index: -2;
	opacity: 0.7;
	left: 50%;
	margin-left: -148px;
}

#header-page h1 span {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 40px;
	z-index: 9999;
	position: relative;
	display:block;
	text-transform:none;
	letter-spacing:normal;
}

.container #cta-rdv{
	background:#FBF5F4;
	padding:50px 20px;
	margin-top:50px

}

#cta-rdv {
	padding: 120px 20px;
	text-align: center;
	background: #fff;
}

#cta-rdv .btn-cta {
	margin-bottom: 20px;
}

#cta-rdv h3 {
	font-size: 28px;
	margin-bottom: 0px;
	margin-top: 0;
}

#article-connexe {
	padding: 70px 0px 60px;
	background: url(img/bg-qui-est.png) no-repeat center top;
	background-size: cover;
	position: relative;
	background: #EFDAD2;
}

.article-lie {
	background: rgba(255, 255, 255, 0.6);
	/* border-radius: 5px; */
	padding: 20px 20px 40px;
	margin-bottom: 20px;
	margin: 15px;
	max-width: calc(33% - 30px);
	position: relative;
	text-align: left;
}

.article-lie img {
	margin-bottom: 20px;
}

.article-lie h4 {
	font-size: 26px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 15px;
	color:	#604037;
}

.article-lie a.btn-simple {
	font-size: 13px;
	bottom: 20px;
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	color: #C72823;
	letter-spacing: 1px;
}

.article-lie a:hover {
	color: #D7883F;
}


.lien-ancre {
	border-top: 1px solid #F6A800;
	padding-top: 10px;
	font-size: 13px;
	color: #604037;
	text-transform: uppercase;
}

.lien-ancre img {
	max-width: 15px;
	margin-left: 5px;
	margin-bottom: -2px;
}

.page-template-default .content h2 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 40px;
	color: #B74031;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	width: 100%;
	/* max-width: 850px; */
	margin-top: 60px;
	clear: both;
} 

.page-template-default .content hr{
	clear:both;
	border-color:#EABDB4;
	display:block;
	margin-top: 60px;
}

.page-template-default .content h2:first-of-type{
	margin-top:15px
}

.page-template-default .content h2::after {
	content: '';
	width: 70px;
	height: 1px;
	background: #EABDB4;
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}

.page-template-default .content h3{
	font-size:35px;
	margin: 50px 0 20px;
}

.page-template-default .content img{
	max-width:600px;
	height:auto;
}

.content iframe{
	display:block;
	margin:auto;
}



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

footer {
	padding: 80px 20px;
	font-size: 15px;
	background: url(img/bg-section-content.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
} 

footer h4 {
	font-size: 16px;
	color: #604037;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#info-footer {
	/* background: url(img/logo-footer.png) no-repeat left center; */
	/* padding-left: 130px; */
}

#info-footer a {
	text-transform: uppercase;
	color: #C72823;
	text-decoration: underline;
	font-weight: 400;
}

#info-footer a:hover {
	color: #604037;
}

#copyright {
	background: #F6A800;
	padding: 8px 15px;
}

#copyright p {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	color: #DD5337;
}

footer ul li{
	padding:5px 0;
}

.cookies-bar{
	padding:5px;
	text-align:center;
	font-size:14px
}

#catapult-cookie-bar a{
	padding-right:10px
}


/** -------- FORMULAIRE -------- **/

input {
}

textarea {
}

input[type="submit"] {
}

input[type="submit"]:hover {
}

.wpcf7-form .wpcf7-validation-errors {
}

.wpcf7-mail-sent-ok	{
}

.wpcf7-not-valid-tip {
}

.screen-reader-response {
}

input[type="radio"], input[type="checkbox"] {
}

span.wpcf7-list-item {
}

.wpcf7-list-item-label {
}


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

@media screen and (max-width:991px) {
	
	.navbar .menu-item a {
		margin: 0px 5px;
	}
	
	.bloc-divers-themes {
		display: block !important;
	}
	
	.bloc-theme {
		max-width: 100%;
	}
	
}


@media screen and (max-width:767px) {
	
	.navbar {
		z-index: 2;
		padding: 10px 0;
	}
	
	.navbar-nav li {
		padding: 10px;
		width: 100%;
		display: block;
	}
	
	.navbar-nav ul li {
		padding: 0px;
	}
	
	.btn-rdv-header {
		bottom: 15px;
		top: auto;
		z-index: 999;
		left: 0;
		right: 0;
		width: 250px;
		margin: auto;
	}
	
	.titre-section-img {
 		padding: 80px 10px;
	}
	
	.navbar-collapse {
		background: none;
		padding-bottom: 60px;
	}
	
	.navbar-collapse .menu-item:hover a {
		color: #fff;
		font-weight: 700;
	}
	
	.navbar-collapse .menu-item .menu-item a {
		color: #414133;
	}

	.bloc-theme {
		max-width: 100%;
	}
	
	.bloc-articles {
		display: block !important;
	}
	
	.article-lie {
		max-width: 100%;
	}
	
	#copyright p {
		text-align: center !important;
	}

	#header-page h1 {font-size:28px;}
	#header-page{
		padding:120px 15px
	}

	a.prendre-rdv.btn-rouge{
		font-size:11px;
		background:transparent;
		color:#604037;
		border:solid 1px #604037
	}

		a.prendre-rdv.btn-rouge:hover{
		background:transparent;
		color: #D7883F;
		border: solid 1px #D7883F;
	}

	.page-template-default .content h2{
		font-size:28px;
	}

	.page-template-default .content img{
		width:100%;
		margin-bottom: 30px!important;
	}
	

	.page-template-default .content h3{
		font-size:24px
	}

	.page-template-default .content h4{
		font-size:21px
	}


}