/*
Theme Name: Maxime Francois
Theme URI: https://pepitecreative.fr
Author: Pepite Creative Studio
Author URI:https://pepitecreative.fr
Description: Maxime Francois
Version: 1.0
License: None
License URI: https://pepitecreative.fr
Tags: Pepite Creative Studio
Text Domain: Maxime Francois
*/


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: 'Bree';
	line-height:1.2;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed{
	width:100%;
	height:100%;
	overflow:hidden;	
	transition: all 0.3s 1s ease-out;
}
body.fixed:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.41);
	width: 100%;
	height: 100%;
	z-index: 900;
	transition: all 0.3s 1s ease-out;
}
*:focus {
    outline: none;
}
p, a, h1, h2, h3, h4, h5, h6 {
	margin:0 auto;
	padding:0;
	width:auto;	
	line-height:1.2;
	font-family: 'Bree';
}
a:hover {
	text-decoration: none;
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    bottom: 50px;
	z-index: 50;
}



.marquee {
	display: flex;
	overflow: hidden;
	height: 250px;
	user-select: none;
	gap: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	top: 30px;
	position: relative;
  }

.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 100%;
	animation: scroll 120s linear infinite reverse;
}
  
.marquee__group span {
	color: rgba(246, 246, 246, 0);
	font-size: 15vw !important;
	font-weight: 800;
	white-space: nowrap;
	font-family: 'Wosker';
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.1px #FF7541;
}
  
  @keyframes scroll {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(calc(-100% - 2rem));
	}
  }
  
  @media only screen and (min-width: 360px) {
	  .marquee__group span {
		font-size: 1em;
	  }
  }


/* ------------------------------------
--------------------------------------- GLOBAL CLASS
------------------------------------ */





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






#menu-fixed {
    position: absolute;
    right: 20px;
	top: 65px;
	z-index: 999999999999;
	visibility:hidden;
	transition:all 0.4s ease-out;
	opacity:0;
}
#menu-fixed.visible {
	visibility:visible;
	opacity:1;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	/*background: #FFFFFF;*/
	padding: 5px;
	width: 45px;
	height: 45px;
}
.home .menu-trigger span {
	background-color: #003D3A;
}
.menu-trigger span {
	position: absolute;
	left: 7px;
	width: 30px;
	height: 5px;
	background-color: #000000;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}

.menu-trigger span:nth-of-type(2) {
	top: 20px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 10px;
}
.menu-trigger.type7.active-7 span:nth-of-type(1) {
	-webkit-animation : actionOne .75s forwards;
	animation : actionOne .75s forwards;
	background-color: #FE7541;
}
.menu-trigger.type7.active-7 span:nth-of-type(3) {
	-webkit-animation : actionTwo .75s forwards;
	animation : actionTwo .75s forwards;
	background-color: #FE7541;
}
.menu-trigger.type7.active-7 span:nth-of-type(2) {
	-webkit-animation : actionThree .75s forwards;
	animation : actionThree .75s forwards;
	background-color: #FE7541;
}
@keyframes actionOne {
	0% {
		top:10px;
	}
	50% {
		top:20px;
	}
	100% {
		top:20px;
		transform: rotate(45deg);
	}
}
@keyframes actionTwo {
	0% {
		bottom:10px;
	}
	50% {
		bottom:20px;
	}
	100% {
		bottom:20px;
		transform: rotate(-45deg);
	}
}
@keyframes actionThree {
	0% {
		width:30px;
	}
	50% {
		width:0;
	}
	100% {
		width:0;
	}
}

#full-menu {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #003D3A;
	z-index: 99999999;
	visibility:hidden;
	transition:all 0.25s ease-out;
	opacity:0;
	overflow: scroll;
}
#full-menu .backTopFull {
	width: 100%;
	height: 110px;
	background-size: cover;
	background-position: center center;
}
#full-menu .menu {
	width: 100%;
	text-align: center;
	padding: 0;
}
#full-menu .logo-menu {
	display:none;
}
#full-menu.active {
	visibility:visible;	
	opacity:1;
	z-index: 99999999;
}
#full-menu .logo {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 350px;
	border: 0;
	height: auto;
	width: 90%;
}
#full-menu .logo img {
    max-width: 100%;
}
#full-menu > ul {
	/*position: absolute;
	top: 275px;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 5em;*/

	position: relative;
	top: initial;
	left: 0;
	transform: initial;
	padding-bottom: 5em;
	margin-top: 3em;
}
#full-menu > ul li {
	text-align: center;
	font-family: 'Wosker';
	text-transform: uppercase;
	line-height: 1;
	list-style: none;
	font-size: 2em;
	margin-bottom: 20px;
}
#full-menu > ul li a {
	color: #3c3c3b;
	transition:all 0.3s;
	font-size: 1em;
	font-family: 'Wosker';
	text-transform: uppercase;
	line-height: 1;
}
#masthead #full-menu .menu li a {
	color: #FFFFFF;
	transition: all 0.3s;
}
#full-menu > ul li a:after {
	content: none;
}
#masthead #full-menu > ul li a:hover {
	color:#FE7541;
}
#full-menu > ul li .sub-menu li a {
	font-size: 0.5em;
	display: block;
}
#full-menu .site-title {
	width: initial;
	max-width: 200px;
	margin-bottom: 2em;
	margin-top: 30px;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 5em;
}

#full-menu .sub-menu {
	padding: 0;
}



/* ------------------------------------
--------------------------------------- HEADER
------------------------------------ */


#masthead {
	background-color: #FDFBED;
	padding: 2em 0;
}
.topMenu {
	justify-content: space-around;
	display: flex;
	align-content: center;
	align-items: center;
}
.topMenu .logoStable img {
	max-width: 160px;
	width: 100%;
}
.menuheader .menu {
	background: #163C3B;
	border-radius: 20px;
	padding: initial;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
}
.menuheader .menu li {
	list-style: none;
	padding: 1em;
	color: #FFF;
}
.menuheader .menu li a {
	color: #FDFBED;
	transition: all 0.3s ease-out;
	font-family: 'Wosker';
}
.menuheader .menu li a:hover {
	color: #FE7541;
}
.logoStable a {
	color: #FE7541;
	font-family: 'Wosker';
	font-size: 1.2em;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
}
.logoStable a:hover {
	color: #163C3B;
}

.headContact {
	align-content: end;
	display: flex;
}
.btContact {
	position: relative;
	z-index: 2;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Wosker';
	transform: rotate(8deg);
	display: inline-block;
}
.btContact:after {
	content: url(images/svg/star_contact.svg);
	position: absolute;
	z-index: -1;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btContact:hover {
	color: #FDFBED;
}



.introHead {
	padding: 13em 0 8em;
}
.intro h2 {
	font-family: 'Wosker';
	color: #003D3A;
	font-size: 10em;
	line-height: 1;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.intro h2:before {
	content:url(images/svg/star_intro.svg);
	position: absolute;
	width: 230px;
	height: 230px;
	top: -120px;
	left: -110px;
	z-index: -1;
	animation: turnaround3 16s linear infinite;
}

@keyframes turnaround3 {
	0% {
		-webkit-transform: rotate(0deg) translate(0%, 0%);
		-o-transform: rotate(0deg) translate(0%, 0%);
		transform: rotate(0deg) translate(0%, 0%);
		top: -60%;
 		left: -40%;
	  }
	100% {
		-webkit-transform: rotate(-360deg) translate(0%, 0%);
		-o-transform: rotate(-360deg) translate(0%, 0%);
		transform: rotate(-360deg) translate(0%, 0%);
		top: -60%;
 	 	left: -40%;
	  }
}
.intro p {
	white-space: nowrap;
	font-family: 'Wosker' !important;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.7px #FF7541;
	font-size: 3em;
	line-height: 1;
	margin-top: -30px;
	transition: all 0.3s ease-out;
	display: inline-block;
}
.intro p:hover {
	color: #FE7541;
	-webkit-text-fill-color: initial;
}

.descIntro {
	max-width: 440px;
	width: 100%;
	align-content: end;
	position: relative;
	z-index: 1;
	top: 110px;
}
.descIntro:before {
	content: url(images/svg/illu_header.svg);
	width: 250px;
	height: 60px;
	position: absolute;
	top: 27%;
	left: -70%;
	z-index: -1;
}
.descIntro p {
	color: #144241;
	margin-bottom: 1em;
}

.introHead .row {
	justify-content: space-between;
}

/* ------------------------------------
--------------------------------------- HOME
------------------------------------ */


.projetsHome {
	padding: 4em 0;
	position: relative;
}

.citationHome {
	background: #FDFBED;
	padding: 4em 0;
	text-align: center;
	position: relative;
}
.citation {
	margin: 0 auto;
	text-align: center;
}
.citation p {
	color: #003D3A;
	font-size: 1.3em;
	position: relative;
}
.citation p:before {
	content: url(images/svg/citation_left.svg);
	position: absolute;
	top: -40px;
	left: -50px;
	width: 100px;
	height: 60px;
}
.citation p:after {
	content: url(images/svg/citation_right.svg);
	position: absolute;
	top: 40px;
	right: -50px;
	width: 100px;
	height: 60px;
}

.videoHome {
	padding: 8em 0 4em;
	position: relative;
}
.videoHome .row {
	align-items: center;
	justify-content: space-between;
}
.photoHome {
	padding: 4em 0;
	position: relative;
}
.photoHome .row {
	align-items: center;
	justify-content: space-between;
}

.videoHome .simpleParallax {
	border-radius: 20px;
}
.photoHome .simpleParallax {
	border-radius: 20px;
}

.titleSection {
	color: #163C3B;
	font-family: 'Wosker';
	text-transform: uppercase;
	font-size: 2.5em;
	position: relative;
	display: inline-block;
}
.titleSection:after {
	content: url(images/svg/line_project.svg);
	position: absolute;
	top:60%;
	left: 0;
	width: 100%;
	height: 30px;
}

.descSection {
	max-width: 40%;
	width: 100%;
}
.descSection h3 {
	color: #003D3A;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.descSection p {
	color: #003D3A;
	margin-bottom: 1em;
}

.btAction {
	background: #FE7541;
	color: #FDFBED;
	text-transform: uppercase;
	font-family: 'Wosker';
	transition: all 0.3s ease-out;
	padding: 1em;
	border-radius: 20px;
	line-height: 1;
	margin: initial;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
}
.btAction:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #003D3A;
	transition: all 0.3s ease-out;
	border-radius: 20px;
	z-index: -1;
}
.btAction:hover:before {
	width: 100%;
	right: initial;
	left: 0;
	
}
.btAction:hover {
	color: #FDFBED;
}

.visuSection figure {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	border-radius: 20px;
	height: 360px;
}

.containProjets {
	margin-top: 4em;
}
.itemProjetHome {
	margin-bottom: 2em;
	text-align: center;
}
.itemProjetHome figure {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: green;
	width: 100%;
	height: 260px;
	padding: initial;
	margin: initial;
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
}
.itemProjetHome figure:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.3s ease-out;
}
.itemProjetHome figure:hover:after {
	opacity: 1;
	left: 0;
	right: initial;
	width: 100%;
}
.itemProjetHome figure:before {
	content: 'Voir le projet';
	position: absolute;
	top: -100%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	font-family: 'Wosker';
}
.itemProjetHome figure:hover:before {
	opacity: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #FFFFFF;
}
.page-template-page-video .itemProjetHome figure:before {
	content: 'Voir la vidéo';
}
.page-template-page-photo .itemProjetHome figure:before {
	content: 'Voir la photo';
}
.itemProjetHome .nameClientProjet {
	color: #FF7541;
	text-transform: uppercase;
	font-family: 'Wosker';
	font-size: 1.2em;
}
.page-template-page-video .itemProjetHome figure {
	height:310px;
}
.page-template-page-photo .projetReal .itemProjetHome {
	margin-bottom: 10px;
	border-radius: 10px;
}
.page-template-page-photo .itemProjetHome figure {
	border-radius: 6px;
}

.page-template-page-photo .itemProjetHome .simpleParallax {
	border-radius: 6px;
	margin-bottom: 10px;
}

/* ------------------------------------
--------------------------------------- PROJETS
------------------------------------ */


.projetReal {
	padding: 6em 0;
}

.projetReal .itemProjetHome {
	margin-bottom: 3em;
}

.headReal {
	background: #FDFBED;
	padding: 4em 0;
	text-align: center;
	margin: 0 auto;
}
.titleHeadReal {
	margin: 0 auto;
	color: #003D3A;
}
.titleCat {
	line-height: 1;
	position: relative;
	z-index: 1;
}
.page-template-page-video .titleCat:before {
	content: url(images/svg/illu_video.svg);
	width: 100px;
	height: 100px;
	position: absolute;
	top: -52px;
	left: 160px;
	z-index: -1;
}
.page-template-page-photo .titleCat:before {
	content: url(images/svg/illu_photo.svg);
	width: 100px;
	height: 100px;
	position: absolute;
	top: -52px;
	left: 200px;
	z-index: -1;
}
.page-template-page-apropos .titleCat:before {
	content: url(images/svg/illu_apropos.svg);
	width: 100px;
	height: 100px;
	position: absolute;
	top: -52px;
	left: 60px;
	z-index: -1;
}
.page-template-page-contact .titleCat:before {
	content: url(images/svg/illu_contact.svg);
	width: 100px;
	height: 100px;
	position: absolute;
	top: -52px;
	right: 60px;
	z-index: -1;
}
.titleCat em {
	color: #003D3A;
}
.titleCat strong {
	color: #FE7541;
	font-family: 'Wosker';
	font-size: 1.2em;
	font-weight: initial;
}
.titleCat em strong {
	color: #003D3A;
	font-family: 'Wosker';
	font-size: 1.2em;
	font-style: initial;
}

/* ------------------------------------
--------------------------------------- VIDEOS
------------------------------------ */
.filterReal {
	margin-top: 4em;
}
.triby {
	text-align: center;
}
.triby .button-group {
	background: #FDFBED;
	padding: initial;
	list-style: none;
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	padding: 2em;
	border-radius: 20px;
}
.triby .button-group li {
	font-family: 'Wosker';
	text-transform: uppercase;
	list-style: none;
	padding: 0 3em;
}
.triby .button-group li a {
	font-family: 'Wosker';
	text-transform: uppercase;
	color: #003D3A;
	transition: all 0.3s ease-out;
	font-size: 1.2em;
}
.triby .button-group li a.selected {
	color: #FE7541;
}
.triby .button-group li a:hover {
	color: #FE7541;
}

.titleFilterUp {
	background: #003D3A;
	padding: 10px 20px;
	border-radius: 20px;
	text-align: center;
	color: #FDFBED;
	font-family: 'Wosker';
	text-transform: uppercase;
	margin: 0 auto;
	top: 10px;
	position: relative;
	z-index: 3;
	transform: rotate(-4deg);
	font-size: 1.3em;
}

/* ------------------------------------
--------------------------------------- A PROPOS
------------------------------------ */

.headStud {
	padding: 6em 0;
}
.descMe {
	background: #003D3A;
	border-radius: 60px;
	padding: 3em;
	color: #FDFBED;
	max-width: 400px;
	position: relative;
	align-self: center;
}
.descMe p {
	margin-bottom: 1em;
}
.descMe:after {
	content: url(images/svg/star_apropos.svg);
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: -60px;
	left: -60px;
}
.profilMe figure {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 570px;
	border-radius: 60px;
	max-width: 340px;
}
.containProfil {
	justify-content: space-around;
}


/* ------------------------------------
--------------------------------------- CONTACT
------------------------------------ */

.headContainContact {
	padding: 6em 0;
}
.infoContact {
	background: #003D3A;
	padding: 3em;
	border-radius: 20px;
	align-self: baseline;
}
.infoContact p {
	font-size: 1.2em;
	font-family: 'Wosker';
	color: #FDFBED;
}
.infoContact p strong {
	font-size: 1.6em;
	font-weight: initial;
}
.containFormulaire {
	justify-content: space-between;
}

.formContact {
	padding: 3em;
	background: #FDFBED;
	border-radius: 20px;
	max-width: 550px;
	width: 100%;
}
.formContact input, .formContact textarea, .formContact select {
	background: none;
	border: 1px solid #FF7541;
	border-radius: 8px;
	padding: 10px;
	color: #003D3A;
	max-width: 100%;
	width: 100%;
	margin-bottom: 1em;
}
.itemInput label {
	font-family: 'Wosker';
	color: #003D3A;
}
.formContact input[type="submit"] {
	background: #FF7541;
	color: #FDFBED;
	font-family: 'Wosker';
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.formContact input[type="submit"]:hover {
	background: #003D3A;
	color: #FDFBED;
}


/* ------------------------------------
--------------------------------------- SINGLE PROJET
------------------------------------ */

.headSingleProjet {
	background: #FDFBED;
	padding: 4em 0;
}
.titleNameClient {
	color: #003D3A;
	margin: 0 auto;
	left: -40px;
}
.titleNameClient h1 {
	font-family: 'Wosker';
	text-transform: uppercase;
	font-size: 3em;
	margin: 0 auto;
	text-align: center;
}


.containInside {
	padding: 6em 0;
}
.itemCredit {
	margin-bottom: 2em;
}
.creditProject h3 {
	color: #FE7541;
	font-family: 'Wosker';
	margin-bottom: 10px;
}
.creditProject p {
	color: #003D3A;
}

.itemProject {
	margin-bottom: 2em;
}
.itemProject figure {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 440px;
}

.containOther {
	padding: 3em 0;
}
.itemProjetOther figure {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}
.itemProjetOther p {
	color: #FE7541;
	font-family: 'Wosker';
	text-align: center;
	text-transform: uppercase;
	font-style: initial;
}
.globalReal span {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float: none;
	width: 100%;
	color: #003D3A;
	font-size: 1.3em;
}
.globalReal.otherReal {
	padding-bottom: 4em;
}

.arrowReturn img {
	max-width: 60px;
	width: 100%;
}

.otherReal span strong {
	font-weight: bold;
	font-size: 1.2em;
}
.otherReal span em strong {
	color: #FE7541;
	font-family: 'Wosker';
	font-size: 1.6em;
	font-style: initial;
}

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

#colophon {
	padding: 4em 0;
	background: #012B28;
}
.site-info {
	text-align: center;
	color: #FDFBED;
}

#menu-footer {
	background: #FDFBED;
	position: relative;
	top: -90px;
}
#menu-footer li a {
	color: #FE7541;
}
#menu-footer li a:hover {
	color: #003D3A;
}
.contactFoot {
	position: relative;
	z-index: 2;
}
.contactFoot p {
	background: #FE7541;
	padding: 1.5em 2em;
	border-radius: 40px;
	text-align: center;
	position: relative;
	top: -120px;
	left: -80px;
	float: right;
}
.contactFoot p strong {
	color: #FDFBED;
	font-family: 'Wosker';
	text-transform: uppercase;
	font-size: 2em;
	font-weight: initial;
}
.contactFoot p em {
	font-style: italic;
	font-weight: bolder;
	font-size: 1.6em;
}
.btContactFoot {
	font-family: 'Wosker';
	text-transform: uppercase;
	color: #FE7541;
	position: absolute;
	right: -60px;
	bottom: -10px;
	z-index: 1;
	transform: rotate(18deg);
	transition: all 0.3s ease-out;
}
.btContactFoot:hover {
	color: #003D3A;
}
.btContactFoot:after {
	content: url(images/svg/star_white.svg);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.contactFoot:after {
	content: url(images/svg/arrow_foot.svg);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 30%;
	left: 66%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

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


@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1080px) {
	.descSection {
		max-width: 100%;
		width: 100%;
		margin-top: 3em;
	}
	.photoHome .row {
		flex-flow:column-reverse;
	}
	.itemProjetOther {
		margin-bottom: 2em;
	}
	.containFormulaire {
		flex-flow: column-reverse;
	}
	.infoContact {
		margin-bottom: 3em;
	}
	.formContact {
		max-width: 100%;
	}
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
	.triby .button-group {
		padding: 10px;
		display: flex;
  		flex-wrap: wrap;
	}
	.triby .button-group li {
		margin-bottom: 10px;
		width: 100%;
		margin-top: 10px;
	  }
	.profilMe figure {
		max-width: 100%;
 		margin-top: 6em;
	}
	#menu-footer {
		flex-wrap: wrap;
		display: flex;
	}
	.contactFoot p {
		top: -60px;
	}
	.contactFoot::after {
		content: none;
	}
	.menuheader .menu li {
		width: 100%;
	}
	.site-info p {
		font-size: 12px;
	}


	.headContact {
		display: none;
	}
	#menu-fixed {
		visibility: visible;
		opacity: 1;
	}
	#masthead .site-branding .menu {
		display: none;
	}
	.logoHead {
		max-width: 290px;
	}
	.contain-video video {
		width: 130%;
		height: 130%;
	}
	#full-menu img {
		max-width: 130px;
		margin: 0 auto;
		display: block;
	}
	.topMenu {
		justify-content: flex-start;
	}
	.arrowReturn {
		text-align: center;
  		margin-bottom: 1em;
	}
	.titleNameClient {
		left: initial;
		line-height: 1;
	}
	.page-template-page-video .titleCat::before { 
		width: 60px;
	}
	.page-template-page-photo .titleCat::before {
		content: url(images/svg/illu_photo.svg);
		width: 60px;
		height: 100px;
		position: absolute;
		top: -52px;
		left: 188px;
		z-index: -1;
	  }
	  .page-template-page-apropos .titleCat::before {
		width: 70px;
	  }
	  .descIntro {
		top: 70px;
	  }
}
@media only screen and (max-width: 576px) {
	.intro p {
		font-size: 2em;
	}
}
@media only screen and (max-width: 320px) {
}



