sup
{
	font-size: .5em;
	font-weight: normal!important;
}

body
{
	background-color: #F9F4ED;
	overflow-x: hidden;
}

.centrer
{
	overflow: visible;
}

#branding
{
	background:transparent;
	padding: 25px 0;
	height: 100px;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: 9;
	box-sizing: border-box;
}

#branding .centrer
{
	overflow: visible;
}

#main
{
	margin-top: 0px;
/*	background: #F9F4ED;*/
}


.logo
{
	float: left;
}

.logo img
{
	width: 150px;
}

video
{
	object-fit: cover;
	border-radius: 20px;
}


#access
{
	float: left;
}

#access > div
{
	background: #F5EEE4;
	border-radius: 20px;
	  overflow: hidden;
	  margin-left: 95px;
	  margin-top: 10px;
}

#access div > ul 
{
	margin: 0 5px;
}

#access div > ul > li
{
	list-style: none;
	padding: 0;
	margin: 0px;
	  float: left;
  	text-align: center;

}

#access div > ul > li > a
{
	text-transform: none;
	/*font-family: "transat-text";*/
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	color:#16213A;
	padding: 10px 0!important;
	margin: 0 15px;
}

#access div > ul > li > a:hover
{
		color:#16213A;
		text-decoration: underline;
}

#access div > ul > li.bouton-jaune
{
	margin-top: 5px;
}

#access div > ul > li.bouton-jaune > a
{
	padding: 5px 0 !important;
		text-decoration: none!important;

}

.nav-2
{
	float: right;  
	margin-top: 18px;
}

.nav-2 b
{
	font-family: rl-aqva, sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 24px;
	color: #16213a;
	text-transform: uppercase;
	  display: inline-block;
}

.nav-2 .bouton-fil
{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 10px;
	margin:0 10px;
	background: rgba(249, 244, 237, 0);
	text-decoration: none!important;

}

.nav-2 .bouton-fil:hover
{
	background: rgba(249, 244, 237, 0.3);
}



#access ul > li > a:hover::after,
#access ul > li.current-menu-item a::after,
#access ul > li.current_page_parent a::after
{
	
	opacity: 1;

}


#colophon, .credits
{
	
}


.section
{
	padding: 20px 0;
	
	clear: both;
}

.section > .centrer
{
	padding: 120px 0;


	border-radius: 22px;
}

.section > .centrer .centrer
{
	width: 100%;
}


.section-fond-blanc:not(.hero-page)+.section-fond-blanc > .centrer
{
	padding-top: 0;
}

.section .col
{
/*	padding: 10px;*/
	box-sizing: border-box;
/*	margin: 0 10px;*/
}

.section .centrer,
.section .full
{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	align-items: center;

	grid-gap: 30px;
}

.section .centrer.grid-align-milieu
{
	align-items: center;
}


.section .centrer.grid-align-haut
{
	align-items: normal;
}

.section .centrer.grid-align-bas
{
	align-items: end;
}

.image-full-largeur
{
	width: 100vw;
	margin-left: calc((-100vw + var(--width-container) ) / 2);
}

.image-full-largeur img
{
	width: 100%;
}

.section ul 
{
	list-style: disc;
}


.section a
{
}

.section b,
.section strong
{
	font-weight: 600;
}



blockquote
{

}

blockquote p,
blockquote p b,
blockquote p strong
{
	font-size: 28px;
	line-height: 34px;
}


.excerpt_more
{
	display: none;
}

#access .burger
{
	display: none;
}

#cookie-notice span
{
	color:#fff;
}

#cookie-notice .cn-button
{
	background: #fe5400;
}

.bouton,
.wpcf7-submit
{
	
	border-radius: 19.5px;
	padding: 8px 13px;
	border: none;
	cursor: pointer;
	font-family: "puffin-display-soft", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 15px;
	color:#16213A;
}

p[style="text-align: right;"] .bouton
{
	margin-right: 0;
	margin-left: 15px;
}

.bouton em,
.bouton i
{
	font-size: 16px;
	font-weight: bold;
}

.bouton-bleu{	background:#75BEFF; }
.bouton-bleu:hover{	background:#67AEED; }


.bouton-rouge{	background:#ff6c6c; }
.bouton-rouge:hover{	background:#EA6A6A; }


.bouton-lila{	background:#8F72FC; color:#F9F4ED; }
.bouton-lila:hover{	background:#816AD5; color:#F9F4ED; }


.bouton-jaune, .wpcf7-submit{	background:#FFCF7B; }
.bouton-jaune:hover, .wpcf7-submit:hover{	background:#F0BD63; }


.bouton-blanc{	background:#F9F4ED;  color:#16213A; }
.bouton-blanc:hover{	background:#F5EEE4;  color:#16213A; }

.bouton-fil{	background:rgba(245, 238, 228, 0); border: 1px solid #16213a;  color:#16213A; }
.bouton-fil:hover{	background:rgba(245, 238, 228, 1); border: 1px solid #16213a;  color:#16213A; }


.bouton-fil-blanc{ background:rgba(245, 238, 228, 0); border: 1px solid #F9F4ED;  color:#F9F4ED; }
.bouton-fil-blanc:hover{	background:rgba(245, 238, 228, .1); border: 1px solid #F9F4ED;  color:#F9F4ED; }



a + a .bouton,
.bouton + .bouton
{
}

.texte-bleu
{
	color:#8D9CF2;
}

.texte-violet
{
	color:#CFD7FF;
}

h1
{
/*	text-transform: uppercase;*/
}



.grid-item
{ 
	  width: 33.33%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0px;
  cursor: pointer;
}

.grid-item img
{
	display: block;
}


.grid-item .titre.active
{
	display: block;
}

.grid-item .titre
{
	display: none;
	position: absolute;
	bottom:10px;
	left: 10px;
	background: rgba(255,255,255,.5);
	padding: 5px;
	font-size: 12px;
}

.popin.active
{
	display: block;
}

.popin
{
	display: none;
}

.popin .fond-noir
{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 99;
	cursor: pointer;
}

.popin .contenu
{
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	background: #000;
	z-index: 999;
	padding: 10px;
	box-sizing: border-box;
}

.popin .croix
{
	position: absolute;
	right: -15px;
	cursor: pointer;
	top: -15px;
	text-transform: uppercase;
	font-size: 30px;
	background: #000 url('images/x.svg') no-repeat left 10px top 12px;
	
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
}

.popin .contenu img
{
	max-width: calc(90vw - 40px) ;
	max-height: calc(90vh - 40px);
}

.grid-item-home
{ 
	
	position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  
  cursor: pointer;
}

.grid-item-home img
{
	display: block;
	width: 100%;
	transition: .3s ease all;
}

.grid-item-home:hover img
{
	opacity: .5
}

.grid-item-home .texte
{
	position: absolute;
	left: 0;
	width: 100%;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	transition: .3s ease all;
	opacity: 0; 
}

.grid-item-home:hover .texte
{
	opacity: 1;
}

.grid-item-home .type
{
	text-transform: uppercase;
	padding-top: 20px;
	display: block;
	font-family: "neulis-sans";
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.11em;
	text-align: center;
	color: #fff;

}

.grid-item-home h2
{
	text-transform: uppercase;
	font-family: "neulis-sans";
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.11em;
	line-height: 35px;
	text-align: center;
	color: #fff;

}

.grid-item-home h2
{
	right: auto;
	left: 10px;
}



img[title="Verified by MonsterInsights"]
{
	display: none!important;
}

.slider .slick-arrow
{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	text-indent: -10000px;
	background: no-repeat center;
	width: 50px;
	height: 50px;
	border:none;
	box-shadow: none;
	z-index: 999;
	background-size: 30px auto;
	cursor: pointer;
	transition: .3s ease all;
}

.slider .slick-prev
{
	background-image: url('images/arrow-left.svg');
	left: 20px;
}

.slider .slick-prev:hover
{
	left: 15px;
}

.slider .slick-next
{
	background-image: url('images/arrow-right.svg');
	right: 20px;
}

.slider .slick-next:hover
{
	right:15px;
}

.hero-home
{
	padding: 300px 0;
	padding-top: 385px;
}

.hero-page{
	padding: 100px 0;
	padding-top: 185px;
}


.bouton
{

}

.bouton:hover
{
}


.grid-home
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	
}

.grille
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
		align-items: center;

}

.grille-1
{
	grid-template-columns: repeat(1, 1fr);
}

.grille-2
{
	grid-template-columns: repeat(2, 1fr);
}

.grille-3
{
	grid-template-columns: repeat(3, 1fr);
}

.grille img
{
	display: block;
	width: 100%;
}

.full .grid-home,
.full .grille,
.full .grid
{
	margin:-60px -20px;
}

.grid-home.grid-2
{
	grid-template-columns: repeat(2, 1fr);
}

.grid-home.grid-3
{
	grid-template-columns: repeat(3, 1fr);
}

.credits 
{
	
}

.credits .titre-foot
{

}



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

.colonne-blanc .image-texte
{
	margin: -25px;
	margin-bottom: 0;

}

.colonne-blanc .image-texte img
{
	width: 100%;
}

h4
{
	text-transform: uppercase;
}

#breadcrumbs
{
	font-size: 16px;
	color:#fff;
}

#breadcrumbs a
{
	font-weight: 600;
	color:#fff;
}

.liste-frise
{

}

.liste-frise .bloc-frise
{
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.liste-frise .bloc-frise::before
{
	position: absolute;
	content: "";
	left: 340px;
	top:0;
	width: 20px;
	height: 20px;
	border-radius: 10px;

	background: #222;	
	z-index: 2;
}

.liste-frise .bloc-frise::after
{
	position: absolute;
	content: "";
	left: 349px;
	top:0;
	bottom:0;
	width: 2px;
	z-index: 1;
	background: #FFCF7B;
}

.section-fond-noir .liste-frise .bloc-frise::after,
.section-fond-noir .liste-frise .bloc-frise::before
{
	background: #fff;
}


.section-fond-blanc .liste-frise .bloc-frise::after,
.section-fond-blanc .liste-frise .bloc-frise::before,
.section-fond-gris .liste-frise .bloc-frise::after,
.section-fond-gris .liste-frise .bloc-frise::before,
{
	background: #333;
}



.liste-frise .bloc-frise .titre
{
	width: 300px;
	float: left;
	margin-top: -10px;

}

.liste-frise .bloc-frise .texte
{
	width: calc(100% - 400px);
	float: right;
	margin-top: -10px;

}

.liste-membres .image-texte
{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}

.liste-membres .image-texte img
{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.liste-membres .col
{
	margin-bottom: 40px;
}

.hero-accueil
{
	position: relative;
	background: none !important;
/*	padding-top: 250px;*/
}

.hero-accueil > .centrer
{
	padding-top: 250px;
	background: none!important;
}

.hero-page > .centrer
{
	background: none!important;

}

.hero-accueil .centrer
{
	/*position: relative;
	z-index: 9;*/
}



:root {
  --color-lavender: #8F72FC; /* Violet/Lavande */
  --color-skyblue: #75BEFF;   /* Bleu Ciel */
  --color-coral: #FF6C6C;     /* Corail/Rouge-orangé */
  --color-yellow: #FFCF7B;    /* Jaune très clair */
}
/**/


.anim-tourne
{
	width: 130px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	display: block;
	margin-top: 70px;
}

.anim-tourne .w
{
	background: url('images/anim-w.svg') no-repeat center;
		animation: tourne 5s linear infinite;
	width: 99px;
	height: 99px;
}

.anim-tourne .reste
{
	background: url('images/anim-reste.svg') no-repeat center;
	width: 129px;
	height: 129px;
}

.anim-tourne span
{
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top:50%;
}

@keyframes tourne {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.col-hero-home h1,
.pre-titre
{
	font-family: "puffin-display-soft", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #16213a;
	text-transform: uppercase;
}

.col-hero-home h2
{
	font-size: 50px;
	line-height: 65px;
}

.col-hero-home h4
{
	text-transform: uppercase;
}

#showreel iframe
{/*
	width: 100%;
	height: 700px;*/
}

.gros-texte
{
	font-family: "puffin-display-soft", sans-serif;

	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
/*	color: #16213a;*/

}
/*
.double-colonne-noir
{
}

.double-colonne-noir *,
.double-colonne-noir p

{
	color:#F9F4ED!important;
}

.double-colonne-noir h2
{
	color:#FFCF7B!important;
}

.double-colonne-noir .bouton-jaune,
.double-colonne-noir .bouton-jaune em,
.double-colonne-noir .bouton-jaune i
{
	color:#16213A!important;
}
*/

.double-colonne-noir .bouton-fil-blanc
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.double-colonne-noir .col-7,
.double-colonne-noir .col-9
{
	position: relative;
}

.double-colonne-noir .col-7::before,
.double-colonne-noir .col-9::before
{
	position: absolute;
	content: '';
	left: -60px;
	top:0;
	bottom: 0;
	border-left: 3px solid #ffcf7b;

}

.section-ref .centrer
{
	padding: 20px 0;
}

.section-ref .col+.col
{
	position: relative;
}

.section-ref .col+.col::before
{
	position: absolute;
	content: '';
	left: -30px;
	top:0;
	bottom: 0;
	border-left: 3px solid #ffcf7b;

}

.trois-texte-blanc .col-33
{
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}


.colonne-blanc
{
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}

.colonne-bleu
{
	background: #75BEFF;
	border-radius: 20px;
	padding: 20px;
}
.colonne-jaune
{
	background: #FFCF7B;
	border-radius: 20px;
	padding: 20px;
}
.colonne-rouge
{
	background: #FF6C6C;
	border-radius: 20px;
	padding: 20px;
}
.colonne-violet
{
	background: #8F72FC;
	border-radius: 20px;
	padding: 20px;
}

.colonne-noir
{
	background: #16213A;
	color:#F9F4ED;
	border-radius: 20px;
	padding: 20px;
}

.colonne-beige
{
	background: #F9F4ED;
	border-radius: 20px;
	padding: 20px;
}

.special-mega-colonne > .centrer
{
	padding: 30px;
  box-sizing: border-box;
  padding-top: 0;
  margin-bottom: 100px;
}

.special-mega-colonne > .centrer .col-12 .image-texte
{
	margin: 0 -30px;
}

.colonne-noir h2,
.colonne-noir h3,
.colonne-noir h4,
.colonne-noir h5,
.colonne-noir p,
.colonne-noir li
{
	color:#F9F4ED!important;
}

.colonne-violet h2,
.colonne-rouge h2,
.colonne-bleu h2
{
	color:#F5EEE4!important;
}

.colonne-noir h2
{
	color:#FFCF7B;
}

p img
{
	border-radius: 20px;
	margin-top: -10px!important;
	margin-bottom: -10px!important;
	display: block;
}


.col p
{
	overflow: hidden;
}



.liste-portfolio
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.liste-portfolio a
{
	text-decoration: none;
}


.liste-portfolio .bloc-portfolio-grand
{
	grid-column: span 2;
}

.bloc-portfolio .vignette
{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.bloc-portfolio-petit .vignette,
.bloc-portfolio-grand .vignette
{
	height: 380px;
}

.bloc-portfolio .vignette img
{
	display: block;

	height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.bloc-portfolio .vignette .fond
{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s ease all;
}

.bloc-portfolio .vignette:hover .fond
{
	opacity: 1;
}

.bloc-portfolio .vignette .fond-rouge{ background:#FF6C6C; }
.bloc-portfolio .vignette .fond-bleu{ background:#75BEFF; }
.bloc-portfolio .vignette .fond-violet{ background:#8F72FC; }

.bloc-portfolio .vignette .tags
{
	padding-left: 30px;
	padding-top: 30px;
}

.bloc-portfolio .vignette .tags .bouton
{
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.bloc-portfolio .vignette .description
{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.bloc-portfolio .vignette .description h3
{
	color:#F9F4ED;
}


.bloc-portfolio .vignette .lieu
{
	color:#F9F4ED;
		position: absolute;
	bottom: 30px;
	left: 30px;
	font-weight: bold;
font-style: italic;
font-size: 16px;
}

.bloc-portfolio h4
{
font-weight: 500;
font-size: 20px;
line-height: 22px;
padding-left: 20px;
}

.liste-membres
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.liste-membres .bloc-membre
{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.liste-membres .bloc-membre img
{
	display: block;
}


.liste-membres .bloc-membre .texte
{
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	transition: .3s ease all;
	width: 100%;
	height: 100%;
}

.liste-membres .bloc-membre:hover .texte
{
	opacity: 1;
}

.liste-membres .bloc-membre.bleu .texte
{
	background: #75BEFF;
}

.liste-membres .bloc-membre.mauve .texte
{
	background: #8F72FC;
}

.liste-membres .bloc-membre.jaune .texte
{
	background: #FFCF7B;
}

.liste-membres .bloc-membre.rouge .texte
{
	background: #FF6C6C;
}


.liste-membres .bloc-membre .texte .texte-haut
{
	position: absolute;
	top:50px;
	left: 30px;
	right: 30px;
}


.liste-membres .bloc-membre .texte .texte-bas
{
	position: absolute;
	bottom:50px;
	left: 30px;
	right: 30px;
}

.wpcf7-form
{
	padding: 0 110px;
	overflow: hidden;
}

.wpcf7-form .label-check
{

	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #16213a;
	display: block;
	  padding-bottom: 40px;
	    padding-top: 30px;
}	

.wpcf7-form  .wpcf7-list-item-label
{
	display: inline-block;
	font-family: "puffin-display-soft";
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #16213a;
	text-transform: uppercase;
	border: 1px solid #16213a;
	border-radius: 17px;
	line-height: 34px;
	height: auto;
	padding: 0 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.wpcf7-form  input[type="checkbox"],
.wpcf7-form  input[type="radio"]
{
	display: none;
}

.wpcf7-form  .wpcf7-list-item-label:hover,
.wpcf7-form  input[type="checkbox"]:checked + .wpcf7-list-item-label,
.wpcf7-form  input[type="radio"]:checked + .wpcf7-list-item-label
{
	color: #fff;
	background: #16213a;
}

.wpcf7-form  .wpcf7-list-item
{
	margin: 7px 10px;
}

.wpcf7-form  .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio
{
	text-align: center;
  display: block;
}

.wpcf7-form .left
{
	width: calc(100% / 10 * 4 - 15px);
}

.wpcf7-form .right
{
	width: calc(100% / 10 * 6 - 15px);
}

.wpcf7-form input[type="text"],
.wpcf7-form textarea,
.wpcf7-form input[type="email"]
{
	width: 100%;
	height: 34px;
	border-radius: 17px;
	background: transparent;
	border: 1px solid #D6D6D8;
	font-family: "puffin-display-soft";
	box-sizing: border-box;
	padding: 10px;
}


.wpcf7-form textarea
{
	resize: none;
	height: 200px;
}

.wpcf7-form .right label,
.wpcf7-form .left label
{
	padding-left: 20px;
	display: block;
	padding-bottom: 10px;
}

.wpcf7-form .formulaire-input
{
	overflow: hidden;
	padding-top: 40px;
}

.image-fond-real
{
	width: 100vw;
	position: absolute;
	z-index: -1;
	height: 555px;
	background: center no-repeat;
	background-size: cover;
	left: 0;
	top:0;
	opacity: .60;
/*	filter: blur(10px);*/
}

.colonne-real
{
	margin-top: 200px;
}

.texte-fond-real
{
	margin-top: 0;
	position: relative;
	z-index: 2;
	min-height: 160px;	

	width: 850px;
	border-radius: 20px;
	background: center no-repeat;
	background-size: cover;
	margin: 0 auto;

	background: none!important;

	padding-top: 40px;
}

.texte-fond-real .texte
{
/*	position: absolute;
	left: 0;
	right: 0;
	padding: 0 40px;
	top:50%;
	transform: translateY(-50%);*/
}

.texte-fond-real .texte > *,
.texte-fond-real .texte  .pre-titre
{
/*	color:#F5EEE4;*/
}

#main
{
	overflow-x: hidden;
	overflow-y: visible;
}

.image-ronde img
{
	border-radius: 100px;
}

.texte-jaune
{
	color:#FFCF7B;
}

.slider-hero
{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background: #FFCF7B;
}

.slider-hero .slide
{
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}

.slider-hero .slide-1 { 	background-image: url('images/fond-general-1.jpg'); }
.slider-hero .slide-2 { 	background-image: url('images/fond-general-2.jpg'); }
.slider-hero .slide-3 { 	background-image: url('images/fond-general-3.jpg'); }


.slider-hero.hero-bleu-violet { background:#75BEFF; }
.slider-hero.hero-bleu-violet .slide-1 { 	background-image: url('images/fond-bleu-violet-1.jpg'); }
.slider-hero.hero-bleu-violet .slide-2 { 	background-image: url('images/fond-bleu-violet-2.jpg'); }
.slider-hero.hero-bleu-violet .slide-3 { 	background-image: url('images/fond-bleu-violet-3.jpg'); }


.slider-hero.hero-violet-jaune { background:#75BEFF; }
.slider-hero.hero-violet-jaune .slide-1 { 	background-image: url('images/fond-violet-jaune-1.jpg'); }
.slider-hero.hero-violet-jaune .slide-2 { 	background-image: url('images/fond-violet-jaune-2.jpg'); }
.slider-hero.hero-violet-jaune .slide-3 { 	background-image: url('images/fond-violet-jaune-3.jpg'); }

.slider-hero.hero-rouge-violet { background:#8F72FC; }
.slider-hero.hero-rouge-violet .slide-1 { 	background-image: url('images/fond-rouge-violet-1.jpg'); }
.slider-hero.hero-rouge-violet .slide-2 { 	background-image: url('images/fond-rouge-violet-2.jpg'); }
.slider-hero.hero-rouge-violet .slide-3 { 	background-image: url('images/fond-rouge-violet-3.jpg'); }

.slider-hero.hero-rouge-jaune { background:#EA6A6A; }
.slider-hero.hero-rouge-jaune .slide-1 { 	background-image: url('images/fond-rouge-jaune-1.jpg'); }
.slider-hero.hero-rouge-jaune .slide-2 { 	background-image: url('images/fond-rouge-jaune-2.jpg'); }
.slider-hero.hero-rouge-jaune .slide-3 { 	background-image: url('images/fond-rouge-jaune-3.jpg'); }

.section-fond-bleu .gros-texte
{
	color:#16213a;
}

.slider-hero .slick-arrow
{
	display: none !important;
}

.slider-hero .slick-list,
.slider-hero .slick-track,
.slider-hero .slick-slide > div { /* Slick ajoute une div auto sous .slick-slide */
    height: 100%;
}

.burger,
.fermer
{
	display: none;
}

p iframe
{
	width: 100%;
	display: block;
  height: calc((var(--width-container)) / (16 / 9));
  border-radius: 20px;
}

.element-accordeon
{
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.element-accordeon .titre-accordeon
{
	background: #FFCF7B;
  padding: 20px;
  font-family: "puffin-display-soft", sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding: 10px;
  font-weight: 700;
  display: block;
  width: 100%;
  border: none;
  border-radius: 20px;
	transition: .3s ease all;
  cursor: pointer;
}

.element-accordeon .titre-accordeon:hover,
.element-accordeon .titre-accordeon[aria-expanded="true"]
{
padding: 15px 10px;
}



.element-accordeon .titre-accordeon::after
{
	content: ">";
	font-weight: normal;
	float: right;

	transition: .3s ease all;
}

.element-accordeon .titre-accordeon[aria-expanded="true"]::after
{
	transform: rotate(90deg);
}

.element-accordeon .texte-accordeon
{
	padding: 20px
}

.logo-footer
{
	float: left;
	text-align: center;
	width: calc(100% / 12 * 3);
}


.nav-2-footer
{
	float: left;
	text-align: center;
	width: calc(100% / 12 * 4);
	  margin-top: 0;
}

.nav-2-footer b
{
	color:#FFCF7B;
	  display: block;
  padding-bottom: 10px;
}

.nav-2-footer .bouton-fil-blanc {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 10px;
  margin: 0 10px;
  text-decoration: none !important;
}

.menu-foot
{
	float: left;
	text-align: center;
	width: calc(100% / 12 * 5);
}

.menu-foot > a
{
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: inline-block;
	color: #f5eee4;
}

.menu-foot > a.espace-menu-foot
{
	margin: 0 20px;
}

.menu-foot .credits a,
.menu-foot .credits span
{
	text-transform: uppercase;
font-weight: 500;
font-size: 8px;
line-height: 24px;
text-align: left;
color: #f5eee4;
display: inline-block;
}

.menu-foot .credits a
{
	margin-right: 20px;
}




@media (max-width: 1300px)
{

	h2, h2 span
	{
		font-size: 30px!important;
  	line-height: 34px!important;
	}

	.burger, .fermer
	{
		display: block;
		background: #FFCF7B;
		border-radius: 20px;
		height: 40px;
		width: 40px;
		float: right;
		color:#16213A;
		font-size: 30px;
		border:none;
		cursor: pointer;
	}

	.burger+.menu-double
	{
		display: none;
		right: 0;
		top: 0;
		height: 100vh;
		position: fixed;
		background: #fff;
	}

	.burger.active+.menu-double
	{
		display: block;
	}

	.fermer
	{
		float: right;
		    margin: 20px;
	}

	#access
	{
		float: none;
		    clear: both;
	}

	#access > div
	{
		background: none;
		    margin: 0;
	}

	#access div > ul > li.bouton-jaune
	{
		margin-left: 15px;
	}

	#access div > ul > li
	{
		float: none;
    text-align: left;
	}

	.nav-2 b
	{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.double-colonne-noir .gauche-1:not(.droite-1)
	{
		margin-left: 0;
	}

	.double-colonne-noir .droite-1
	{
		margin-right: 0;
	}

	.double-colonne-noir .col-7::before, .double-colonne-noir .col-9::before
	{
/*		left: -15px;*/
	}

	.liste-membres .bloc-membre .texte
	{
		position: static;
		opacity: 1;
		    padding: 20px;
    width: auto;
	}

	.liste-membres .bloc-membre .texte .texte-haut
	{
		position: static;
	}

	.liste-membres .bloc-membre .texte .texte-bas
	{
		position: static;
	}

	.special-mega-colonne > .centrer .col-12 .image-texte {
	  margin: 0 -70px;
	}

	.section .col-25 {
	  grid-column: span 6;
	}

	.liste-portfolio .bloc-portfolio-petit {
	  grid-column: span 2;
	}

	.liste-membres .bloc-membre img
	{
		width: 100%;
	}

	.liste-membres
	{
	  grid-template-columns: repeat(3, 1fr);
	}

	#showreel iframe
	{
		height: 510px;
	}

	p iframe
	{
		height: calc((var(--width-container) ) / (16 / 9));
	}

	.section-ref .col + .col + .col::before
	{
		display: none;
	}


	.section-ref .col + .col  + .col + .col::before
	{
		display: block;
	}

	.logo-footer
	{
		  width: calc(100% / 12 * 2);
	}

	.nav-2-footer
	{
		  width: calc(100% / 12 * 5);
	}

	.nav-2-footer b
	{
		margin-bottom: 0;
	}
}

@media (max-width: 1000px)
{
	.logo
	{
	}

	#access
	{
	}

	.col-hero-home h2 {
	  font-size: 35px;
	  line-height: 50px;
	}

	h3, h3 span
	{
		font-size: 27px!important;
  	line-height: 31px!important;
	}

	.hero-page
	{
		padding: 0;
		  padding-top: 100px;
	}

	.double-colonne-noir .centrer
	{
		display: block;
	}

	.double-colonne-noir .centrer>div
	{
		margin: 0 50px;
	}

	.section > .centrer {
	  padding: 60px 0;
	}




	.double-colonne-noir .col-7::before, 
	.double-colonne-noir .col-9::before {
	  display: none;
	}

	.section .col-33
	{
		  grid-column: span 12;
	}

	.wpcf7-form .left,
	.wpcf7-form .right
	{
		width: 100%;
		float: none;
	}

	.wpcf7-form
	{
		padding: 0;
	}


	.liste-frise .bloc-frise .titre,
	.liste-frise .bloc-frise .texte
	{
		width: auto;
	  float: none;
	  margin-left: 30px;
	}

	.liste-frise .bloc-frise::before
	{
		left: 0;
		top: 5px;
	}

	.liste-frise .bloc-frise::after
	{
		top: 5px;
		left: 9px;
	}

	.liste-frise .bloc-frise .titre h4
	{
		padding-top: 0;
	}

	.liste-frise .bloc-frise
	{
		overflow: visible;
	}

	.section .col-25 {
	  grid-column: span 6;
	}

		.liste-membres
	{
	  grid-template-columns: repeat(2, 1fr);
	}

	#showreel iframe
	{
		height: 380px;
	}

	 p iframe {
    height: calc((var(--width-container)) / (16 / 9));
  }

  .texte-fond-real
  {
  	width: 720px;
  	  min-height: 180px;
  	    margin-top: 40px;
  }

  .double-colonne-noir .alignright
  {
  	float: left;
  }



	.double-colonne-noir h1,
	.double-colonne-noir h2,
	.double-colonne-noir p[style="text-align: right;"]
	{
		text-align: left!important;
	}

	p[style="text-align: right;"] .bouton {
	  margin-right: 15px;
	  margin-left: 0px;
	}

	.double-colonne-noir .gauche-1:not(.droite-1)
	{
		overflow: hidden;
	}

	.image-ronde img
	{
		float: left;
	}

	.double-colonne-noir .centrer > div
	{
		margin:0;
	}

	.double-colonne-noir .col-3,
	.double-colonne-noir .col-9,
	.double-colonne-noir .col-3 p[style="text-align: right;"],
	.double-colonne-noir .col-9 p[style="text-align: right;"],
	.double-colonne-noir .col-3 h2,
	.double-colonne-noir .col-9 h2
	{
		text-align: center !important;
	}
	
	.double-colonne-noir .col-3 .image-ronde img
	{
		margin: 0 auto;
		float: none;
		display: block;
	}

	.logo-footer
	{
		  width: calc(100% / 12 * 4);
	}

	.nav-2-footer
	{
		  width: calc(100% / 12 * 8);
	}

	.menu-foot
	{
		  width: calc(100% / 12 * 12);
		  padding-top: 40px;
	}

}

@media (max-width: 740px)
{
	.section
	{
	}

	.section > .centrer
	{
		padding: 0 20px;
	}

	.section > .centrer .centrer
	{
		padding: 0px;
	}
	
	.section .col-25,
	.section .col-33,
	.section .col-50,
	.section .col-66,
	.section .col-100
	{
  	grid-column: span 12;	 
	}




	input[type="text"], input[type="email"], textarea, select, input[type="number"]
	{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.grid-home, 
	.grid-home.grid-2,
	.grid-home.grid-1,
	.grid-home.grid-3,
	.grille-3,
	.grille-2,
	.grille-1
	{
		  grid-template-columns: repeat(1, 1fr);
	}

	.credits
	{
		text-align: center;
	}

	.hero-home
	{
		padding: 100px 0;
		padding-top: 185px;
	}

	.grid-item-home img
	{
		opacity: .5
	}

	.grid-item-home .texte
	{
		opacity: 1;
	}

	.grid-item
	{
		width: 100%;
	}

	h2, h1
	{
		font-size: 30px;
		line-height: 34px;
	}

	h2 img
	{
		margin-bottom: -10px;
		height: 30px;
	}

	.nav-2 b
	{
		display: none;
	}

	 .double-colonne-noir .centrer > div {
    margin: 0 20px;
  }

  .col {
    padding: 0;
  }

  .col .col {
    padding: 0 20px;
  }

  .bouton-nav
	{
		margin: 0px;
	}

	.logo img {
	  width: 140px;
	}

		.liste-membres
		{
		  grid-template-columns: repeat(1, 1fr);
		}

		h1
		{
			font-size: 40px!important;
  		line-height: 45px!important;
		}

		.double-colonne-noir .centrer > div {
	    margin: 0 0px;
	  }
	
	.anim-tourne
	{
	  margin-top: 0px;
  	margin-bottom: 20px;
	}

	.anim-tourne .reste
	{
		width: 99px;
	  height: 99px;
	  background-size: 100%;
	}

	.anim-tourne .w
	{
		width: 69px;
	  height: 69px;
	  background-size: 100%;
	}

	.col-hero-home h1, .pre-titre
	{
		font-size: 20px!important;
		  line-height: 24px !important;
	}

	.col-hero-home
	{    
		padding-top: 100px;
	}

	.double-colonne-noir h2,
	.double-colonne-noir p[style="text-align: right;"]
	{
		text-align: left!important;
	}

	.bouton
	{
	  margin-right: 10px;
  	margin-bottom: 10px;
	}

	.liste-portfolio
	{
		  grid-template-columns: repeat(1, 1fr);
	}

	.col-hero-home h2
	{

	}

	#showreel iframe
	{
		height: calc(100vw * 0.47);
	}

	p iframe {
    height: calc((100vw - 80px) / (16 / 9));
  }

  .col-hero-page
  {
  	padding-top: 30px;
  }

  p[style="text-align: right;"] .bouton {
	  margin-right: 0;
	  margin-left: 0;
	}

	.image-full-largeur {
	  width: 100vw;
	  margin-left: -20px;
	}

		.texte-fond-real {
	    width: calc(100vw - 40px);
	    height: auto;
	    margin-top: 0px;
	  }

	  .texte-fond-real .texte
	  {
	  	position: static;
	  	transform: none;
	  	padding: 50px 0;
	  }

	  .image-fond-real
	  {
	  	height: 410px;
	  }

	  .colonne-blanc .image-texte
	  {
	  	margin-top: 0;
	  }

	  .colonne-real {
		  margin-top: 150px;
		}

		.logo-footer
		{
			  padding-top: 40px;

			  width: calc(100% / 12 * 12);
		}

		.nav-2-footer
		{
			  padding-top: 40px;
			  width: calc(100% / 12 * 12);
		}

		.menu-foot
		{
			  width: calc(100% / 12 * 12);
			  padding-top: 40px;
		}

}
