/*
Theme Name: Carrosserie Brois
Description: Theme enfant du thème WP Made Simple de Publigo
Author: Hervé - Publigo
Author URI: https://www.publigo.fr
Template: wpms-theme 
Version: 1.0
Text Domain: carrosserie-brois
*/

/*font-family: 'Arvo', serif;
font-family: 'Oswald', sans-serif;
font-family: 'WindSong', cursive;
*/

@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400&family=Oswald:wght@300;400;500;700&family=WindSong&display=swap');


html {
    font-size: 86.25%;
    overflow: auto;
    transition: .4s all ease;
}

#page {
    overflow: hidden;
}

svg:not(:root) {
    overflow: initial;
}

body {
    font-family: 'Arvo', serif;
    font-size: 17px;
    color: #a98c8c;
    font-weight: 400;
    line-height: 1.412rem;
}

html .menu-opened {
	overflow: hidden;
}

.menu-toggle:focus {
    outline: none;
}

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

    html {
        font-size: 91.25%;
    }
}

@media (min-width: 600px) and (max-width: 781px) {

    .wp-block-column:not(:only-child) {
        flex-basis: inherit!important;
        flex-grow: 1;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }

}

@media (min-width: 782px) {

    .wp-block-column {
        flex-basis: inherit;
        flex-grow: 1;
    }

    .wp-block-columns {
        flex-wrap: wrap;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}

@media screen and (min-width: 48em) {

    html {
        font-size: 96.25%;
    }
}

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

    html {
        font-size: 101.25%;
    }


    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}

@media screen and (min-width: 82em) {

    html {
        font-size: 106.25%;
    }
}

/* ############################################################################################## */
/* ################### Header  #################################################################################### */

.site-header {
    background-color: transparent;
}

a#logo-header {
	position: relative;
    display: block;
    padding: 1rem;
	margin-top: 2.941rem;
	z-index: 3;
}

.home a#logo-header {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 2.353rem;
    opacity: 1;
    margin-top: 0;
    transition: .4s z-index linear, .3s opacity ease;
}

.menu-opened a#logo-header {
	opacity: 1;
    z-index: 0;
}

a#logo-header img {
    display: block;
    width: 14.412rem;
    margin-left: auto;
    margin-right: auto;
}

.home a#logo-header img {
    width: 26.176rem;
}

.block-coordonnees {
	display: none;
}

ul#top-menu {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5rem;
}

ul#top-menu a .menu-image-title:after {
    display: block;
    content: '';
    background-color: #7f2929;
    width: 5.353rem;
    height: 1px;
}

ul#top-menu li a {
	display: flex;
	align-items: center;
    color: #FFF;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.765rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: .4s all ease;
}

ul#top-menu li a:before {
    display: block;
    content: '{';
    color: currentColor;
    margin-right: .5rem;
    opacity: 0;
    transition: .4s opacity ease;
}

ul#top-menu li a:after {
    display: block;
    content: '}';
    color: currentColor;
    margin-left: .5rem;
    opacity: 0;
    transition: .4s opacity ease;
}

ul#top-menu li a:hover,
ul#top-menu li a:focus {
    color: #d32417;
}

ul#top-menu li a:hover:before,
ul#top-menu li a:focus:before,
ul#top-menu li a:hover:after,
ul#top-menu li a:focus:after {
    opacity: 1;
}

.menu-navigation {
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 1;
	background-color: #332323;
	background-image: url(assets/images/bkg-menu-opened.png);
	background-size: 50%;
	background-position: top 2.941rem left;
	background-repeat: no-repeat;
    padding: 1.5rem;
    width: 100%;
    min-height: 100%;
    bottom: 0;
    opacity: 0;
    transition: top .3s linear, opacity .5s ease;
}

.menu-navigation:before {
	display: block;
	content: '';
	background-image: url(assets/images/before-menu-opened.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.menu-opened .menu-navigation {
    background-color: #5d0c0c;
    overflow-y: auto;
    top: 0;
    opacity: 1;
}

.js .menu-toggle {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #332323;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	margin: 0;
	font-size: 1rem;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
	padding: 0;
	z-index: 999999;
	width: 100%;
	height: 5rem;
	letter-spacing: 0.2em;
	transition: background-color .5s linear;
}

.js .menu-opened .menu-toggle {
	background-color: transparent;
}

.js .menu-toggle span {
	margin-top: .5rem;
}

.js .menu-toggle svg#menu {
	fill: #FFF;
	max-width: 100%;
	width: 3.353rem;
}

.js .menu-toggle svg#menu rect {
	transform-origin: 50% 50%;
	transform: translateY(0);
	opacity: 1;
	transition: .4s all ease;
}

.js .menu-opened .menu-toggle svg#menu rect:nth-child(1) {
	transform: rotate(45deg) translate(-12px, -18px);
}

.js .menu-opened .menu-toggle svg#menu rect:nth-child(2) {
	transform: rotate(45deg) translate(-12px, -6px);
	opacity: 0;
}

.js .menu-opened .menu-toggle svg#menu rect:nth-child(3) {
	transform: rotate(-45deg) translate(6px, 0px);
}

.video-home {
	position: relative;
    min-height: 360px;
}

.video-home:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(51,35,35,1) 0%, rgba(51,35,35,0) 100%);
	width: 66.66667%;
	height: 100%;
}

.video-home video {
    display: block;
    width: 100%;
    min-height: 360px;
    min-width: 760px;
}

.video-home p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    z-index: 1;
    text-transform: uppercase;
    padding-left: 1.5rem;
    font-size: 1.167rem;
    line-height: 1.471rem;
    font-weight: 700;
}

.video-home a {
    display: none;
}

body:not(.home) .site-content-contain {
    background-color: transparent;
}

a.facebook {
    display: none;
}


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

	.home a#logo-header {
	    width: 40%;
	    left: 30%;
	}

}

@media screen and (min-width: 48em) {

	.site-header a.facebook {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    align-content: center;
	    color: #FFF;
	    font-family: 'Oswald', sans-serif;
	    text-transform: uppercase;
	    font-size: .882rem;
	    font-weight: 300;
	    line-height: 1rem;
	    letter-spacing: 0.1em;
	    height: 166px;
	    width: 166px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 1;
	    padding: 0 1.167rem;
	    transition: background-color .5s linear, color .4s ease;
	}

	.site-header a.facebook:hover,
	.site-header a.facebook:focus {
	    color: #FFF;
	}

	a.facebook svg {
		fill: #FFF;
		width: 1.235rem;
		margin-bottom: .5rem;
		max-width: 100%;
	}

	a#logo-header {
	    width: 33.333333%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.home a#logo-header {
	    width: 28%;
	    left: 36%;
	    top: 4.353rem;
	}

	a#logo-header img {
	    width: 16.412rem;
	}

	ul#top-menu li a {
	    font-size: 1.176rem;
	    line-height: 3.529rem;
	}

	.js .menu-toggle {
		position: relative;
		display: flex;
	    font-size: 1.176rem;
	    width: 100%;
	    height: 5.765rem;
	    background-color: transparent;
	    font-size: 1.176rem;
	}

	.video-home:after {
		left: 166px;
	}

	.infos-header-top {
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: auto;
		width: 166px;
		background-color: #332323;
		z-index: 2;
		height: 100%;
		transition: background-color .5s linear;
	}

	.menu-navigation {
	    justify-content: flex-start;
	    padding-top: 6.765rem;
	    padding-left: 25%;
	}

	.menu-opened .infos-header-top {
		background-color: transparent;
	}

	body:not(.menu-opened) .block-coordonnees {
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    justify-content: center;
	    width: 166px;
	    transform: rotate(-90deg) translate(-50%,0);
	    transform-origin: 50% 50%;
	    white-space: nowrap;
	    position: absolute;
	    top: 3.765rem;
	    left: 0;
	    height: 5.765rem;
	}

	.block-coordonnees p {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
		font-size: .882rem;
		line-height: 1;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: 300;
		color: #FFF;
		letter-spacing: 0.2em;
		text-align: right;
	}

	.block-coordonnees p.address {
		margin-bottom: .5rem;
	}

	.block-coordonnees p.address svg {
	    width: .824rem;
	    max-width: 100%;
	    fill: #FFF;
	    margin-right: .5rem;
	}

	.block-coordonnees p.tel svg {
	    width: 1.118rem;
	    max-width: 100%;
	    fill: #FFF;
	    margin-right: .5rem;
	}

    .video-home {
        min-height: 460px;
    }

	.video-home video {
	    min-height: 460px;
        min-width: 970px;
	}

	.video-home p {
	    width: calc(100% - 166px);
	    left: 166px;
	    padding-left: 2.5rem;
	}

	.video-home a {
	    display: block;
	    position: absolute;
	    bottom: -1.588rem;
	    left: 50%;
	    margin-left: -1.588rem;
	    width: 3.176rem;
	    height: 3.176rem;
	    z-index: 1;
	}

	.video-home a svg {
		max-width: 100%;
		width: 3.176rem;
	}

	.video-home a svg #contour {
		fill: #563E3E;
	}

	.video-home a svg #icone {
		fill: #FFF;
	}

}

@media screen and (min-width: 1200px) {
	
	.site:before {
		display: block;
		content: '';
		width: .529rem;
		border-left: 1px solid #836e6e;
		border-right: 1px solid #836e6e;
		height: 100%;
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 3;
		opacity: 0;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(.27,.48,.15,.86), opacity 1.5s ease .4s, left 3s ease .2s;
	}

	.site.animate-effect:before {
		transform: translateX(100%);
		left: 166px;
		opacity: 1;
	}

	.site:after {
		display: block;
		content: '';
		width: .529rem;
		border-left: 1px solid #836e6e;
		border-right: 1px solid #836e6e;
		height: 100%;
		position: absolute;
		right: 100%;
		top: 0;
		z-index: 3;
		opacity: 1;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(.27,.48,.15,.86), opacity 1.5s ease .4s, right 3s ease .2s;
	}

	.site.animate-effect:after {
		transform: translateX(-100%);
		right: 166px;
		opacity: 1;
	}

	.site-header:after {
		display: block;
		content: '';
		height: .529rem;
		border-top: 1px solid #836e6e;
		border-bottom: 1px solid #836e6e;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		transform: translateY(100%);
		transition: transform 1s cubic-bezier(.27,.48,.15,.86), opacity 1.5s ease .4s, top 3s ease .2s;
	}

	.site-header.animate-effect:after {
		transform: translateY(-100%);
		top: 166px;
		opacity: 1;
	}

	.menu-opened #page:before,
	.menu-opened #page:after,
	.menu-opened .site-header:after {
	    z-index: 0;
	}

	body:not(.menu-opened) .block-coordonnees {
	    top: 166px;
	}

	.js .menu-toggle {
		height: 166px;
	}

	.video-home p {
	    padding-left: 5.329rem;
	}

}

@media screen and (min-width: 92em) {

	.block-coordonnees p {
		font-size: 1.176rem;
	}

	.menu-navigation {
		padding-left: 50%;
		padding-top: 166px;
	}

	.video-home p {
	    font-size: 2.353rem;
	    line-height: 2.647rem;
	    padding-left: 10.529rem;
	}

	.video-home a {
	    bottom: -3.324rem;
	    margin-left: -3.324rem;
	    width: 6.647rem;
	    height: 6.647rem;
	}

	.video-home a svg {
		width: 6.647rem;
	}

	a.facebook {
	    font-size: 1rem;
	    line-height: 1.167rem;
	    padding: 0 .5rem;
	}

	a#logo-header img {
	    width: 20.412rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic top  #################################################################################### */

.thematic-top {
    padding: 5rem 2.059rem;
    background-image: url(assets/images/bkg-thematique-top.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #332323;
}

.thematic-top a {
	display: block;
    position: relative;
}

.thematic-top a .image-link {
    display: block;
    position: relative;
}

.thematic-top a .image-link img {
    display: block;
    position: relative;
    width: 100%;
}

.thematic-top a .image-link:before {
    display: block;
    content: '';
    border: 1.471rem solid #563E3E;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(-1.471rem - .588rem);
    left: calc(-1.471rem - .588rem);
}

.thematic-top a .ctn-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: #FFF;
	text-align: center;
	margin-top: -5rem;
}

.thematic-top a .ctn-link .title {
	font-family: 'WindSong', cursive;
	font-size: 2.118rem;
	line-height: 1;
	margin-bottom: .25rem;
}

.thematic-top a .ctn-link .subtitle {
	position: relative;
	display: block;
	font-size: 1.647rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	overflow: hidden;
}

.thematic-top a .ctn-link .subtitle .second {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transition: .4s top linear, .3s opacity ease;
}

.thematic-top a .ctn-link .subtitle .first {
	opacity: 1;
	transition: .5s all ease;
}

.thematic-top a:hover .ctn-link .subtitle .first,
.thematic-top a:focus .ctn-link .subtitle .first {
	opacity: 0;
}

.thematic-top a:hover .ctn-link .subtitle .second,
.thematic-top a:focus .ctn-link .subtitle .second {
	opacity: 1;
	top: 0;
}

.thematic-top a .button-link {
	display: block;
	margin-top: 1.5rem;
}

.thematic-top a .button-link svg {
    width: 2.882rem;
    max-width: 100%;
    fill: #9b6c6a;
    transition: .4s all ease;
}

.thematic-top a:hover .button-link svg,
.thematic-top a:focus .button-link svg {
    transform: scaleY(-1);
}

.thematic-top a:hover .button-link svg g:nth-child(1),
.thematic-top a:focus .button-link svg g:nth-child(1) {
    fill: #FFF;
    animation: opacity 3s ease-in-out infinite alternate both;
}

.thematic-top a:hover .button-link svg g:nth-child(2),
.thematic-top a:focus .button-link svg g:nth-child(2) {
    fill: #FFF;
    animation: opacity 5s ease-in-out infinite alternate both;
}

.thematic-top a .resume {
	display: block;
	font-size: 1rem;
	line-height: 1.412rem;
	color: #a98c8c;
	margin-top: .5rem;
}

.thematic-top a .ctn-link:before {
    display: block;
    content: '';
    width: 10.118rem;
    height: 7.706rem;
    background-image: url(assets/images/design-thematic-top.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .882rem;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  25% {
    opacity: .6;
  }
  50% {
    opacity: .3;
  }
  75% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
	
@media screen and (min-width: 576px) {

	.thematic-top {
	    padding: 5rem;
	}

	.thematic-top a .image-link {
		width: 75%;
	}

}

@media screen and (min-width: 48em) {

	.thematic-top {
	    padding: 10rem 5rem;
	}

	.thematic-top a .image-link:before {
	    border: 2.059rem solid #563E3E;
	    top: calc(-2.059rem - .588rem);
	    left: calc(-2.059rem - .588rem);
	}

}

@media screen and (min-width: 62em) {

	.thematic-top {
	    padding: 7.5rem 166px 15rem;
	}

	.thematic-top a .image-link {
		width: 50%;
	}

	.thematic-top a .ctn-link {
		position: absolute;
	    width: 50%;
	    left: 25%;
	    top: 0;
	    margin-top: 0;
	    height: 100%;
        padding: 0 1.5rem;
	}

	.thematic-top a .resume {
		position: absolute;
		width: 50%;
	    margin-top: auto;
	    left: 58.333333%;
	    bottom: 0;
	}

	.thematic-top a .button-link {
		margin-top: 5rem;
	}
}

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

	.thematic-top {
	    padding: 7.5rem calc(166px + 5.294rem);
	}

}

@media screen and (min-width: 82em) {

	.thematic-top {
	    padding: 7.5rem calc(166px + 5.294rem) 10rem;
	}

	.thematic-top a .resume {
		padding-right: 1rem;
	}

}

@media screen and (min-width: 92em) {

	.thematic-top {
	    padding: 7.5rem calc(166px + 5.294rem) 15rem;
	}

	.thematic-top a .ctn-link .title {
		font-size: 3.176rem;
	}

	.thematic-top a .ctn-link .subtitle {
		font-size: 2.471rem;
	}

	.thematic-top a .resume {
		padding-right: 2.5rem;
	}

}

@media screen and (min-width: 112em) {

	.thematic-top a .ctn-link .title {
		font-size: 4.235rem;
	}

	.thematic-top a .ctn-link .subtitle {
		font-size: 3.294rem;
	}

	.thematic-top {
	    padding: 10rem calc(166px + 10rem) 17.5rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic center  #################################################################################### */

.center-home-content {
    background-image: url(assets/images/before-content-home.jpg);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}

.thematic-center ul {
    list-style-type: none;
    margin: 0;
}

.thematic-center ul li {
    padding: 0;
}

.thematic-center ul a {
	position: relative;
    display: block;
    width: 556px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.529rem;
    overflow: hidden;
}

.thematic-center ul a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(153, 127, 110, 0.5);
    transition: .4s all ease;
}

.thematic-center ul li:nth-child(2) a:before {
    background-color: rgba(27, 27, 27, 0.34);
    transition: .4s all ease;
}

.thematic-center ul li:nth-child(3) a:before {
    background-color: rgba(1, 125, 161, 0.27);
    transition: .4s all ease;
}

.thematic-center ul a:hover:before,
.thematic-center ul a:focus:before {
    background-color: rgba(153, 127, 110, 0.71)
}

.thematic-center ul li:nth-child(2) a:hover:before,
.thematic-center ul li:nth-child(2) a:focus:before {
    background-color: rgba(27, 27, 27, 0.71);
}

.thematic-center ul li:nth-child(3) a:hover:before,
.thematic-center ul li:nth-child(3) a:focus:before {
    background-color: rgba(1, 125, 161, 0.71);
}

.thematic-center ul a img {
    display: block;
    width: 100%;
}

.thematic-center ul a .txt-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 2.5rem 0 5rem;
}

.menu-opened .thematic-center ul a .txt-link {
    z-index: 0;
}

.thematic-center ul li:nth-child(2) a .txt-link {
    justify-content: center;
    padding: 2.5rem 0;
}

.thematic-center ul li:nth-child(3) a .txt-link {
    justify-content: flex-start;
    padding: 5rem 0 2.5rem;
}

.thematic-center ul a .txt-link svg {
    width: 4.471rem;
    max-width: 100%;
    fill: #FFF;
    margin-bottom: 1rem;
}

.thematic-center ul a .top-title-link {
    font-size: 2.647rem;
    line-height: 2.647rem;
    font-family: 'WindSong', cursive;
    font-weight: 400;
    color: #FFF;
    display: block;
    margin-bottom: .5rem;
}

.thematic-center ul a .title-link {
    font-size: 2.118rem;
    line-height: 2.118rem;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .01em;
    padding: 0 3.5rem;
}

.thematic-center ul a .button-link {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #FFF;
	font-size: 1.294rem;
	letter-spacing: 0.2em;
	line-height: 1;
    text-align: center;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 50%;
    padding-bottom: .529rem;
    width: 11.765rem;
    margin-left: -5.882rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-bottom: 1px dashed #FFF;
    opacity: 0;
    transition: .4s top linear, .3s opacity ease;
}

.thematic-center ul a:hover .button-link,
.thematic-center ul a:focus .button-link {
    top: 5rem;
    opacity: 1;
}


.thematic-center ul li:nth-child(2) a .button-link,
.thematic-center ul li:nth-child(3) a .button-link {
    bottom: 100%;
    top: auto;
    transition: .4s bottom linear, .3s opacity ease;
}

.thematic-center ul li:nth-child(2) a:hover .button-link,
.thematic-center ul li:nth-child(2) a:focus .button-link,
.thematic-center ul li:nth-child(3) a:hover .button-link,
.thematic-center ul li:nth-child(3) a:focus .button-link {
    bottom: 5rem;
    opacity: 1;
}

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

	.thematic-center ul a .title-link {
		padding: 0 10rem;
	}

}

@media screen and (min-width: 48em) {

	.center-home-content {
	    background-size: 60%;
	}

	.thematic-center ul {
	    position: relative;
	    top: -5rem;
	}

	.thematic-center ul a .title-link {
		padding: 0 4rem;
	}

}

@media screen and (min-width: 62em) {

	.thematic-center ul {
	    top: -10rem;
	}

	.thematic-center ul a .top-title-link {
	    font-size: 2.353rem;
	    line-height: 2.353rem;
	}

	.thematic-center ul a .title-link {
		padding: 0 2.5rem;
	}

}

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

	.thematic-center ul {
	    padding-left: calc(166px + .529rem);
	    padding-right: calc(166px + .529rem);
	    position: relative;
	    z-index: 4;
	    top: -5rem;
	}

	.thematic-center ul a .title-link {
		font-size: 1.529rem;
    	line-height: 1.529rem;
	}

	.thematic-center ul a .top-title-link {
	    font-size: 2rem;
	    line-height: 2rem;
	}
}

@media screen and (min-width: 82em) {

	.thematic-center ul {
	    top: -7.5rem;
	}
}

@media screen and (min-width: 92em) {

	.thematic-center ul {
	    top: -10rem;
	}

}

@media screen and (min-width: 102em) {

	.thematic-center ul a .title-link {
		padding: 0 4.5rem;
		font-size: 2.118rem;
    	line-height: 2.118rem;
	}

	.thematic-center ul a .top-title-link {
	    font-size: 2.647rem;
	    line-height: 2.647rem;
	}

}

@media screen and (min-width: 112em) {

	.thematic-center ul {
	    top: -12.5rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Content  #################################################################################### */

body:not(.home) #page {
	background-image: url(assets/images/bkg-content-page.jpg);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #332323;
}

.wrapper-content-home {
	position: relative;
}

h1 {
	font-size: 2.118rem;
	line-height: 2.471rem;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
}

.home h1 {
	display: flex;
	flex-direction: column;
	color: #670C0A;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .02em;
	font-size: 2rem;
	line-height: 1.965rem;
}

.home h1 strong {
	font-weight: 500;
	color: #D72618;
}

.home h1 span {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-style: oblique;
	color: #D72618;
	font-size: 1.176rem;
	line-height: 2rem;
	text-transform: initial;
	letter-spacing: 0;
}

a.link-infos {
	display: block;
	position: relative;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #a98c8c;
    font-size: 1.294rem;
    letter-spacing: 0.1em;
    line-height: 1;
    border-bottom: 2px solid #a98c8c;
    padding: .75rem 0;
    max-width: 19.588rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transition: .4s all ease;
}

.home a.link-infos:hover,
.home a.link-infos:focus {
	color: #FFF;
    padding: .75rem .5rem;
}

a.link-infos:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	background-color: #a98c8c;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
    transition: .4s all ease;
}

a.link-infos:hover:before,
a.link-infos:focus:before {
	height: 100%;
	opacity: 1;
}

a.link-infos span {
	position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

a.link-infos svg {
	width: 1.176rem;
	max-width: 100%;
	fill: #D72618;
	transform: translateX(0);
	transition: .4s transform ease-in-out;
}

a.link-infos:hover svg,
a.link-infos:focus svg {
	transform: translateX(5.882rem);
	fill: #FFF;
}

.search-form .search-submit {
	background-color: #D72618;
	transition: .4s all ease;
}

a,
.entry-content a {
	color: #D72618;
	transition: .4s all ease;
}

a:hover,
.entry-content a:hover,
a:focus,
.entry-content a:focus {
	color: #FFF;
}

.home a:hover,
.home a:focus {
	color: #670C0A;
}

.home-content p {
    margin-bottom: .5rem;
    font-size: 1rem;
}

body:not(.home):not(.search-results) header.entry-header,
body:not(.home) header.page-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

body:not(.home):not(.search-results) header.entry-header svg,
body:not(.home) header.page-header svg {
    width: 3.706rem;
    max-width: 100%;
    fill: #FFF;
    margin-bottom: 1rem;
}

.title-header {
    color: #907a7c;
    font-weight: 400;
	font-family: 'WindSong', cursive;
	font-size: 2.471rem;
	line-height: 2rem;
}

h2 {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
    font-size: 1.412rem;
    letter-spacing: 0.025em;
    line-height: 1;
}

h3 {
    color: #FFF;
    font-weight: 400;
    font-size: 1.235rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

.page:not(.home) #content {
    padding-bottom: 0;
}

label {
    color: #a98c8c;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.472rem;
}

input[type="submit"] {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
    background-color: #D72618;
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 1rem .75rem;
    border-radius: 0;
    transition: .4s all ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #D72618;
    background-color: #FFF;
}

form.search-form {
    margin-bottom: 9rem;
}

.blog article,
.archive article,
.search article {
    margin-bottom: 3.5rem;
}

.page-numbers.current {
	color: #FFF;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #FFF;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    background-color: #d22517;
}

.blocks-gallery-caption {
	color: #FFF;
	font-weight: 400;
    font-size: 1.235rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 48em) {

	.wrapper-content-home:before {
		display: block;
		content: '';
		width: 4.294rem;
		height: 4.294rem;
		position: absolute;
		left: 50%;
		top: -5rem;
		margin-left: -2.147rem;
		margin-bottom: 1.5rem;
		background-image: url(assets/images/volant.svg);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.home h1 {
		font-size: 3rem;
		line-height: 2.765rem;
	}

	.home h1 span {
		font-size: 1.412rem;
		line-height: 1.765rem;
	}

	a.link-infos {
	    margin-top: 0;
	}

	body:not(.home):not(.search-results) header.entry-header,
	body:not(.home) header.page-header {
	    margin-bottom: 2.5rem;
	}

	h2 {
		font-size: 1.647rem;
	}

	h3 {
		font-size: 1.412rem;
	}

	.blog article,
    .archive article,
    .search article,
    .child-post {
        border-right: 1px solid #FFF;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .blog article:nth-child(2n),
    .archive article:nth-child(2n),
    .search article:nth-child(2n),
    .child-post:nth-child(2n) {
        border-right: none;
    }
}

@media screen and (min-width: 62em) {

	.wrapper-content-home {
	    margin-top: -5rem;
	}

	.title-header {
		font-size: 4.235rem;
		line-height: 4rem;
	}

}

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

	.wrapper-content-home {
	    margin-top: 0;
		padding: 0 calc(166px + .529rem);
	}

    .blog article:nth-child(2n),
    .archive article:nth-child(2n),
    .search article:nth-child(2n),
    .child-post:nth-child(2n) {
        border-right: 1px solid #FFF;
    }

    .blog article:nth-child(3n),
    .archive article:nth-child(3n),
    .search article:nth-child(3n),
    .child-post:nth-child(3n) {
        border-right: none;
    }

}

@media screen and (min-width: 92em) {

	.wrapper-content-home {
	    margin-top: -5rem;
		padding: 0 calc(166px + 2rem);
	}

}

@media screen and (min-width: 102em) {

	.home h1 {
		font-size: 4rem;
		line-height: 3.529rem;
	}

	.home h1 span {
		font-size: 1.706rem;
		line-height: 2.588rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Galerie photos  #################################################################################### */

.block-right-galerie-photos {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    padding: 2rem .588rem;
}

.block-right-galerie-photos p {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #D72618;
    font-size: 2.941rem;
    letter-spacing: 0.02em;
    line-height: 2.941rem;
    margin-bottom: 1rem;
    text-align: right;
    width: 22.118rem;
    max-width: 100%;
}

.block-right-galerie-photos a {
	display: block;
	position: relative;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #D72618;
    font-size: 1.294rem;
    letter-spacing: 0.1em;
    line-height: 1;
    border-bottom: 2px solid #E8E0DD;
    padding: .75rem 0;
    max-width: 100%;
    width: 75%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transition: .4s all ease;
}

.home .block-right-galerie-photos a:hover,
.home .block-right-galerie-photos a:focus {
	color: #D72618;
    padding: .75rem .5rem;
    width: 100%;
}

.block-right-galerie-photos a:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	background-color: #E8E0DD;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
    transition: .4s all ease;
}

.block-right-galerie-photos a:hover:before,
.block-right-galerie-photos a:focus:before {
	height: 100%;
	opacity: 1;
}

.block-right-galerie-photos a span {
	position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.block-right-galerie-photos a svg {
	width: 1.176rem;
	max-width: 100%;
	fill: #D72618;
	transform: translateX(0);
	transition: .4s transform ease-in-out;
}

.block-right-galerie-photos a:hover svg,
.block-right-galerie-photos a:focus svg {
	transform: translateX(10.882rem);
}

.thematic-galerie {
    background-color: #FFF;
	background-image: url(assets/images/bkg-galerie-photos.jpg);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5rem 0;
}

.thematic-galerie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.thematic-galerie ul li img {
    display: block;
    width: 100%;
}

.thematic-galerie ul li {
    padding-left: .588rem;
    padding-right: .588rem;
}

@media screen and (min-width: 48em) {

	.block-right-galerie-photos p {
	    font-size: 4.235rem;
	    line-height: 4.235rem;
	}

}

@media screen and (min-width: 62em) {

	.block-right-galerie-photos p {
	    font-size: 5.412rem;
	    line-height: 5.412rem;
	}

}

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

	.block-right-galerie-photos p {
	    font-size: 4.235rem;
	    line-height: 4.235rem;
	}

}

@media screen and (min-width: 82em) {

	.block-right-galerie-photos p {
	    font-size: 5.412rem;
	    line-height: 5.412rem;
	}

	.thematic-galerie {
		padding: 7.5rem 0;
	}

}

@media screen and (min-width: 102em) {

	.block-right-galerie-photos p {
	    font-size: 6.588rem;
	    line-height: 6.588rem;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Footer  #################################################################################### */

.site-footer {
    position: relative;
    z-index: 4;
    padding-bottom: 5rem;
    background-image: url(assets/images/bkg-footer.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.menu-opened .site-footer {
    z-index: 0;
}

.thematic-footer ul {
    list-style-type: none;
    margin: 0;
}

.thematic-footer ul li {
	position: relative;
	padding: 0 0 .529rem 0;
}

.thematic-footer ul a {
	padding: 2.5rem 1rem;
	background-color: rgba(210, 37, 23, 0);
	transition: .4s all ease;
}

.thematic-footer ul a:hover,
.thematic-footer ul a:focus {
	background-color: rgba(210, 37, 23, 1.0);
}

.thematic-footer ul li:before {
    display: block;
    content: '';
    height: .529rem;
    border-top: 1px solid #836e6e;
    border-bottom: 1px solid #836e6e;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.thematic-footer ul li:last-child:after {
	display: none;
}

.thematic-footer ul li:nth-child(2) a svg {
    width: 8.588rem;
}

.thematic-footer ul li:nth-child(3) a svg {
    width: 6.059rem;
}

.thematic-footer ul a .block-title {
	display: flex;
	flex-direction: column;
	color: #FFF;
	position: relative;
}

.thematic-footer ul a .titre {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 1.471rem;
	line-height: 1;
}

.thematic-footer ul a .sous-titre {
	font-weight: 400;
	font-family: 'WindSong', cursive;
	letter-spacing: 0.05em;
	font-size: 1.765rem;
	line-height: 1.765rem;
}

.thematic-footer ul a svg {
    width: 4.235rem;
    max-width: 100%;
    fill: #FFF;
    position: relative;
}

.thematic-footer ul a .picto-link {
	width: 7.765rem;
	height: 7.118rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.thematic-footer ul a .picto-link:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 15%;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/bkg-losange.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.2s ease;
}

.thematic-footer ul a:hover .picto-link:before,
.thematic-footer ul a:focus .picto-link:before {
	background-image: url(assets/images/bkg-losange-hover.svg);
}

.links-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.118rem;
    line-height: 1.118rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: .4s all ease;
}

.links-footer a:hover,
.links-footer a:focus {
    color: #D0261D;
}

.links-footer a svg {
    max-width: 100%;
    fill: #FFF;
    margin-right: 1rem;
    transform-origin: 50% 50%;
    transition: .4s all ease;
}

.links-footer a:hover svg,
.links-footer a:focus svg {
    fill: #D0261D;
    transform: scale(1.2);
}

.links-footer a.mail svg {
    width: 2.647rem;
}

.links-footer a.facebook svg {
    width: .882rem;
    margin-bottom: 0;
}

.site-infos {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

a.logo-footer img {
    display: block;
    width: 8.824rem;
    margin-left: auto;
    margin-right: auto;
}

.site-infos .coordonnees {
    padding: 2.5rem 0;
}

.site-infos .coordonnees p {
    margin: .5rem;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-infos .coordonnees p.phone {
    font-size: 2.471rem;
    line-height: 2.471rem;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

nav.mention-navigation {
	position: relative;
    padding: 2.5rem 0 calc(2.5rem - .529rem);
}

nav.mention-navigation:before {
    display: block;
    content: '';
    height: .529rem;
    border-top: 1px solid #836e6e;
    border-bottom: 1px solid #836e6e;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ul#menu-mentions-menu {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

ul#menu-mentions-menu a {
    color: #FFF;
    display: block;
    margin-right: .529rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: .824rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

	.thematic-footer ul li {
		padding: 0 .529rem .529rem 0;
	}

	.thematic-footer ul li:last-child {
		padding: 0 0 .529rem 0;
	}

	.thematic-footer ul li:after {
	    display: block;
	    content: '';
	    height: 100%;
	    border-left: 1px solid #836e6e;
	    border-right: 1px solid #836e6e;
	    width: .529rem;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

}

@media screen and (min-width: 48em) {

	.site-footer {
		padding-bottom: 0;
	}

	ul#menu-mentions-menu {
	    flex-direction: row;
	}

	ul#menu-mentions-menu a {
	    font-size: .75vw;
	}

	.links-footer a {
		font-size: 1.15vw;
		line-height: 1;
	}

}

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

	.thematic-footer ul a .titre {
		font-size: 1.588rem;
	}
	.thematic-footer ul a .sous-titre {
		font-size: 2.353rem;
		line-height: 2.353rem;
	}

	a.logo-footer img {
	    width: 20.647rem;
	}

	.site-infos .coordonnees p {
	    font-size: 1.471rem;
	    line-height: 1.471rem;
	}

	.site-infos .coordonnees p.phone {
	    font-size: 3.353rem;
	    line-height: 3.353rem;
	}

}

@media screen and (min-width: 92em) {

	.thematic-footer ul a .titre {
		font-size: 1.765rem;
	}
	.thematic-footer ul a .sous-titre {
		font-size: 2.941rem;
		line-height: 2.941rem;
	}

	.links-footer {
	    width: 83.333333%;
	    margin-left: auto;
	    margin-right: auto;
	}

}

@media screen and (min-width: 102em) {

	.thematic-footer ul a .sous-titre {
		font-size: 3.529rem;
		line-height: 3.529rem;
	}

	ul#menu-mentions-menu a {
	    font-size: .941re
	}

}

/* ############################################################################################## */
/* ############################################################################################## */