/*
Theme Name: Plumejeau
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}




@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/plumejeau/fonts/fira-sans-v17-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/plumejeau/fonts/fira-sans-condensed-v10-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/plumejeau/fonts/fira-sans-condensed-v10-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/plumejeau/fonts/fira-sans-extra-condensed-v10-latin-600.woff2') format('woff2');
}



* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #000000;
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Fira Sans';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-family: 'Fira Sans Extra Condensed';
	font-weight: 600;
}
h1 {
    font-size: 80px;
    margin: 0 0 35px 0;
    line-height: 0.87;
}
h2 {
	font-size: 56px;
	line-height: 0.9em;
}
#avc .question h2,
#part .plume h2,
#blocs span.titre {
	font-size: 42px;
}
h3 {
    font-size: 32px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #000000;
  	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 1.25em;
}
ul, ol {
	margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
  	line-height: 1.25em;
}
sup {
    font-size: smaller;
    vertical-align: text-bottom;
}
#nested .smart-menu {
	display: none;
}
#nested {
    position: absolute;
    height: 60px;
    z-index: 2;
    bottom: 9px;
    right: 35px;
    transition: 0.3s;
}
#nested .firstLevel {
	height: 60px;
	margin: 0px;
	text-align: center;
}
#nested .firstLevel li {
	position: relative;
	display: inline-block;
	height: 60px;
	transition: 0.25s opacity;
}
#nested .firstLevel li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	padding: 0px 18px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Fira Sans Condensed';
	transition: 0.3s;
}
#nested .firstLevel li a span {
	display: block;
	height: 60px;
	line-height: 60px;
}
#nested .firstLevel li ul {
	position: absolute;
	width: 260px;
	height: 0px;
	background: #FFFFFF;
	margin-left: -130px;
	margin-top: -20px;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
	left: 50%;
	top: auto;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
	border-radius: 10px;
}
#nested .firstLevel > li:hover > ul {
	height: auto;
	opacity: 1;
	margin-top: 0px;
	padding: 0;
}
#nested .firstLevel li ul li {
	display: block;
	height: auto;
	padding: 0 10px;
	border-bottom: 1px solid #EDEDED;
	transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
	background: #F7F7F7;
}
#nested .firstLevel li ul li:last-child {
	border-bottom: none;
}
#nested .firstLevel li ul li a {
    height: auto;
    padding: 15px 10px;
    line-height: 120%;
    font-size: 16px;
    text-align: left;
    color: #C20E1A;
}
#nested .firstLevel li ul li a span {
	display: inline;
	height: auto;
	line-height: 120%;
}
#nested ul.firstLevel:hover > li {
    opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
    opacity: 1;
}
#wrapper ul li {
	position: relative;
}
#wrapper ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #C20E1A;
	position: absolute;
	border-radius: 50%;
	top: 7px;
	left: -15px;
	margin: auto;
}
#page {
	position: relative;
	background: #FFFFFF;
}
body:not(.home) #page {
	overflow: hidden;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: 2;
	transition: 0.3s;
}
#headerInner {
	position: relative;
	width: 100%;
	height: 100%;
}
#logo {
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	transition: 0.3s;
}
#logo a {
    display: flex;
}
#logo svg {
	transition: 0.3s;
	width: auto;
}
#headerBoxes {
    position: absolute;
    right: 52px;
    top: 28px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 30px;
	transition: 0.3s;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #F3F1E9;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
}
#container {
	position: relative;
}
#contentsInner {
	position: relative;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
body.home #wrapperInner {
	padding: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}




/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

#chapterPicture {
	padding-top: 140px;
	position: relative;
	background: #000000;
}
#chapterPicture img {
    width: 120%;
    height: 120%;
    max-width: 120%;
    left: -10%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    filter: brightness(0.65) blur(50px);
}
.title_and_bc {
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 5% 60px 5%;
    position: relative;
}
.title_and_bc h1 {
    font-size: 52px;
	margin-bottom: 15px;
	max-width: 1120px;
	text-wrap-style: pretty;
}
.widget_breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}
.widget_breadcrumb a:hover {
	text-decoration: underline;
}
.widget_breadcrumb {
    font-size: 14px;
}
body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 15px;
}
body:not(.home) h2 {
	font-size: 42px;
	line-height: 1;
	text-wrap-style: pretty;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1241px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
}
@media (max-width: 1240px) {
	header div #nested,
	header.scrolled div #nested {
		width: 40px;
		height: 40px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 30px;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#nested .firstLevel {
		text-align: left;
		background: #000000;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open #nested .firstLevel:after, 
	body.menu_open #nested .firstLevel:before {
		content: '';
		height: 55px;
		background: linear-gradient(0deg, #000000, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai #nested .firstLevel:after, 
	body.menu_open.animation_delai #nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open #nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #000000, transparent);
	}
	body.menu_open #nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	#nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div #nested .contentSmart span {
		width: 25px;
		height: 2px;
		background: #FFFFFF;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
	}
	body.menu_open header div #nested .contentSmart > span {
		background: #FFFFFF;
	}
	#nested ul.firstLevel li a {
		height: auto;
		line-height: 1;
	}
	#nested .firstLevel li a span {
		line-height: 1.3em;
		height: auto;
	}
	#nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	#nested .firstLevel li {
		height: auto;
	}
	#nested ul.firstLevel > li {
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
    	padding-left: 30px;
	}
	#nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
        right: -1px;
        top: 10px;
	}
	#nested .firstLevel li ul,
	#nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 10px 0 0 8px;
		padding: 0;
		left: 0;
		width: auto;
	}
	#nested ul.firstLevel > li > ul > li {
		padding: 0;
		margin: 0;
	}
	#nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	#nested .firstLevel li ul {
		display: none;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	#nested ul.firstLevel li ul li:hover {
		background: none;
	}
}


























/* boutons */
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
header a.btn,
footer a.wp-block-button__link,
a.btn_fleche,
#avc .question > :last-child a {
    border-radius: 99px;
    background: none;
    color: #C20E1A;
    padding: 16px 30px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
    height: auto;
    box-shadow: none;
    width: auto;
    font-family: 'Fira Sans Condensed';
    border: 2px solid #C20E1A;
    display: flex;
    align-items: center;
    gap: 18px;
}
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
footer a.wp-block-button__link:hover,
a.btn_fleche:hover,
#avc .question > :last-child a:hover {
	background: #C20E1A !important;
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.btn_fleche path {
	transition: 0.3s;
}
.btn_fleche:hover path {
	stroke: #FFFFFF;
}


/* boutons rouges */
footer a.wp-block-button__link,
#avc .question > :last-child a {
	background: #C20E1A;
	color: #FFFFFF;
}
footer a.wp-block-button__link:hover,
#avc .question > :last-child a:hover {
	background: none !important;
	text-decoration: none;
	color: #C20E1A;
}


.has-noir-color { color: #000000 !important; }
.has-noir-background-color { background-color: #000000 !important; }

.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }

.has-beige-color { color: #F3F1E9 !important; }
.has-beige-background-color { background-color: #F3F1E9 !important; }

.has-rouge-color { color: #C20E1A !important; }
.has-rouge-background-color { background-color: #C20E1A !important; }

.has-jaune-color { color: #FBE5B1 !important; }
.has-jaune-background-color { background-color: #FBE5B1 !important; }

.has-orange-color { color: #F2C79B !important; }
.has-orange-background-color { background-color: #F2C79B !important; }

.has-rose-color { color: #F9AEAE !important; }
.has-rose-background-color { background-color: #F9AEAE !important; }

.has-rouge-clair-color { color: #F25F5A !important; }
.has-rouge-clair-background-color { background-color: #F25F5A !important; }







.p_big p,
#avc .question h2 + p,
body:not(.home) #wrapper p.has-medium-font-size {
	font-size: 22px;
	font-family: 'Fira Sans';
}
#blocs .biere p,
#eng .bloc p,
#part .item p,
#part .plume > p:not(:last-of-type),
#seo p,
body:not(.home) #wrapper p,
body:not(.home) #wrapper li {
	font-family: 'Fira Sans Condensed';
}






header a.btn {
    display: inline-block;
    color: #FFFFFF;
    padding: 9px 14px 8px 14px;
}
header a.tel {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Fira Sans Extra Condensed';
    font-weight: 600;
    font-size: 24px;
    display: block;
    line-height: 1;
	transition: 0.3s;
}
header a.tel svg {
	display: none;
}
header a.btn {
    display: inline-block;
    color: #FFFFFF;
    padding: 9px 14px 8px 14px;
}
header a.btn.rouge {
	background: #C20E1A;
}
header a.btn:hover {
	background: #C20E1A !important;
}
header a.btn.rouge:hover {
    background: none !important;
}






header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #000000;
    height: 80px;
	border-bottom: 1px solid #353535;
}
header.scrolled #logo svg {
    height: 46px;
}
header.scrolled #logo {
    left: 30px;
}
header.scrolled #headerBoxes {
    gap: 20px;
    right: -115px;
    top: 21px;
}
header.scrolled #nested {
	right: 340px;
}
@media (min-width: 1241px) {
	header.scrolled a.tel {
		opacity: 0;
		pointer-events: none;
	}
	header.scrolled #nested .firstLevel > li > a {
		padding: 0 13px;
		font-size: 17px;
	}
}






#top {
    position: relative;
	background: #000000;
	padding: 220px 0 140px 0;
}
#top .container_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
	max-height: 1100px;
}
#top .container_img img {
    object-fit: cover;
    width: 100%;
	max-height: 100%;
    position: absolute;
    left: 0;
	top: 0;
    animation: dezoom 1s ease 0.3s, blur 1.3s ease 1.1s;
    animation-fill-mode: both;
}
@keyframes dezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes blur {
	0% {
		filter: blur(0px) brightness(0.7);
		top: 0;
    	height: 100vh;
	}
	100% {
		filter: blur(50px) brightness(0.7);
		height: 60.5vw;
		top: -350px;
	}
}
#top .flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    color: #FFFFFF;

	animation: opacity 0.8s ease;
	animation-fill-mode: both;
	animation-delay: 1.1s;
}
@keyframes opacity {
	0% {
		opacity: 0;
		top: 25px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}


#top .txt {
    width: 44%;
	position: relative;
}
#top .img {
    width: 50%;
	position: relative;
	display: flex;
}
#top a.btn_fleche {
    color: #FFFFFF;
    position: absolute;
    top: 223px;
    left: 235px;
}
#top .img img {
    width: 59.5%;
    height: 60vh;
    max-height: 520px;
    margin-right: 16px;
    flex-shrink: 0;
    object-fit: cover;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
}
#top .pastille {
    position: absolute;
    bottom: -40px;
    left: 170px;
}



.pastille {
    height: 140px;
    width: 140px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pastille > svg:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pastille > svg:last-child {
	animation: loop 15s linear infinite;
}
@keyframes loop {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}





#top .bloc > div {
    height: 220px;
    background: #C20E1A;
    box-sizing: border-box;
    padding: 30px;
    border-top-right-radius: 110px;
    position: relative;
}
#top .bloc > div.blanc {
    background: #FFFFFF;
    margin-top: 16px;
    color: #000000;
}
#top .bloc > div .titre {
    font-family: 'Fira Sans Extra Condensed';
    font-size: 28px;
    line-height: 1.05em;
    font-weight: 600;
}




#top .bloc a,
a.faux_bouton_fleche {
    color: #FFFFFF;
    font-family: 'Fira Sans Condensed';
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
	transition: 0.25s;
}
#top .bloc .blanc a {
    color: #C20E1A;
}
#top .bloc a:hover,
a.faux_bouton_fleche:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	gap: 20px;
}
#top p {
    max-width: 460px;
}
#top p a {
	color: #FFFFFF;
	text-decoration: none;
}
#top p a:hover {
	text-decoration: underline;
}


@media (min-width: 1241px) and (max-height: 760px) {
	#top h1 {
		font-size: 70px;
		max-width: 460px;
	}
	#top a.btn_fleche {
		top: 198px;
		left: 210px;
		padding: 11px 22px;
		font-size: 16px;
	}
	#top .pastille {
    	bottom: 0;
	}
	#top .img img {
    	height: 400px;
	}
}

@media (min-width: 1241px) and (max-height: 720px) {
	#top .bloc > div .titre {
		font-size: 22px;
	}
	#top {
		padding-top: 170px;
	}
}
@media (min-width: 1241px) and (max-height: 670px) {
	#top .img img {
    	height: 320px;
	}
	#top .pastille {
    	bottom: 40px;
	}
	#top .bloc > div {
    	height: 195px;
	}
}

body:not(.home):not(.contact) #wrapper {
    padding-bottom: 90px;
}


@media (min-height: 761px) and (min-width: 1241px) and (max-width: 1260px) {
	#top h1 {
		font-size: 70px;
		max-width: 460px;
	}
	#top a.btn_fleche {
		top: 198px;
		left: 210px;
		padding: 11px 22px;
		font-size: 16px;
	}
}
@media (min-height: 721px) and (min-width: 1241px) and (max-width: 1260px) {
	#top .bloc > div .titre {
		font-size: 25px;
	}
}


@media (max-width: 1240px) {
	header {
		height: 100px;
	}
	#headerBoxes,
	header.scrolled #headerBoxes {
		top: 0;
		bottom: 0;
		right: 100px;
		gap: 30px;
	}
	#logo svg {
    	height: 56px;
	}
	#logo {
    	top: 25px;
	}
	header.scrolled #logo {
    	top: 2px;
	}
	#nested .firstLevel li ul li a {
		color: #FFFFFF;
		padding: 10px;
	}
	#top .flex {
		flex-direction: column;
		gap: 30px;
	}
	@keyframes blur {
		0% {
			filter: blur(0px) brightness(0.7);
			height: 100vh;
			top: 0;
		}

		100% {
			filter: blur(50px) brightness(0.7);
			height: 100vh;
			top: 0;
		}	
	}
	#top .txt {
    	width: 100%;
	}
	#top {
		padding: 160px 0 0 0;
		min-height: 100vh;
		min-height: max(100vh, 970px);
		box-sizing: border-box;
	}
	#top p {
    	max-width: 100%;
	}
	#top a.btn_fleche {
		display: none;
	}
	h1 {
		font-size: 54px;
	}
	body.home h1 {
		max-width: 640px;
		margin-bottom: 20px;
	}
	.p_big p, #avc .question h2 + p,
	body:not(.home) #wrapper p.has-medium-font-size {
    	font-size: 20px;
	}
	#top .img {
		width: 100%;
	}
	#blocs {
		z-index: 1;
		position: relative;
		padding-top: 80px;
	}
	#top .img img {
    	width: 430px;
		height: auto;
		margin-right: 25px;
	}
	#top .bloc > div.blanc {
    	margin: 25px 0 0 0;
	}
	#top .flex .bloc {
    	width: calc(100% - 455px);
	}
	#top .bloc > div .titre {
		max-width: 230px;
		display: block;
	}
	#top .container_img {
		max-height: initial;
	}

	#chapterPicture {
		padding-top: 100px;
	}
}

@media (max-width: 870px) {
	#headerBoxes .btn {
		display: none;
	}
	#top .img {
		flex-direction: column;
	}
	#top .flex .bloc {
		width: 100%;
		margin-top: 50px;
	}
	#top .container_img::before {
		content: '';
		width: 100%;
		height: 120px;
		background: linear-gradient(0deg, black, transparent);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		pointer-events: none;
	}
	#top .flex {
		z-index: 1;
	}
	#top .img img {
		width: 100%;
		height: 105vw;
		max-height: initial;
		margin: 0;
	}
	#top .pastille {
		display: none;
	}
}
@media (max-width: 550px) {
	header a.tel span {
		display: none;
	}
	header a.tel svg {
		display: block;
		width: auto;
		height: 12px;
	}
	header a.tel {
		width: 28px;
		height: 28px;
		background: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}
}
@media (max-width: 1100px) {
	h2 {
    	font-size: 44px;
	}
	#avc .question h2, #part .plume h2, #blocs span.titre {
		font-size: 36px;
	}
}






@media (max-width: 500px) {
	#nested ul.firstLevel > li {
		max-width: 90vw;
		padding-left: 10px;
		margin-bottom: 25px;
	}
	body {
		font-size: 16px;
	}

	#logo svg {
    	height: 44px;
	}
	#logo {
    	left: 6.5vw;
		top: 20px;
	}
	#top .flex {
		width: 87%;
	}
	header div #nested, header.scrolled div #nested {
		right: 6.5vw;
		margin-right: -7px;
	}
	#headerBoxes, header.scrolled #headerBoxes {
		right: 6.5vw;
		margin-right: 45px;
	}

	#nested ul.firstLevel > li#menu-item-204,
	#nested ul.firstLevel > li#menu-item-48 {
    	display: inline-block;
	}
	#nested li#menu-item-204 a,
	#nested li#menu-item-48 a {
		background: #c20e1a;
		padding: 12px 20px 10px;
		border-radius: 99px;
		margin-left: 15px;
	}
	#nested li#menu-item-48 a {
		color: #c20e1a;
		background: #FFFFFF;
		margin-left: 0;
	}
	header.scrolled {
		height: 60px;
	}
	header.scrolled #logo svg {
    	height: 32px;
	}



	body.home h1 {
    	font-size: 12.1vw;
	}
	#top {
		padding-top: 140px;
	}
	.p_big p, #avc .question h2 + p,
	body:not(.home) #wrapper p.has-medium-font-size {
    	font-size: 18px;
	}
	#top .bloc > div {
		height: auto;
		padding-bottom: 75px;
	}
	#top .bloc > div .titre {
		font-size: 24px;
		max-width: 197px;
	}
	#top .bloc .blanc a {
		left: auto;
		right: 72px;
	}
	#top .bloc > div.blanc {
		border-top-right-radius: 0px;
		border-top-left-radius: 110px;
		display: flex;
		justify-content: flex-end;
	}
	h2 {
    	font-size: 36px;
		line-height: 1;
	}


	.title_and_bc h1 {
    	font-size: 12vw;
		line-height: 1;
	}
	.title_and_bc {
    	padding: 30px 6.5% 40px 6.5%;
	}
	#wrapperInner {
    	padding-top: 55px;
	}
	body:not(.home):not(.contact) #wrapper {
		padding-bottom: 70px;
	}
	body:not(.home) h2 {
		font-size: 34px;
	}

}






