/*
Theme Name: TRENOV
*/

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, sub, 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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3em;
	background: #fff;
    font-family: 'Raleway', sans-serif;
	color: #171717;
	font-size: 18px;
}
body a{
	text-decoration: none;
	color: var(--or);
}
body, html {
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering: optimizeLegibility;
}
*{
	box-sizing: border-box;
}
p{
	line-height: 1.3em;
    font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #000000;
}
h1,h2,h3,h4{	
    font-family: 'Raleway', sans-serif;
}
footer p{
	line-height: 1.3em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body input[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: center !important;
}

a, select:focus{
	outline: none !important;
}

::selection { background: rgba(237,119,27,.8); cursor: text;color: #fff; }
::-moz-selection { background: rgba(237,119,27,.8); cursor: text;color: #fff; }
::-webkit-selection { background: rgba(237,119,27,.8); cursor: text;color: #fff; }
::-o-selection { background: rgba(237,119,27,.8); cursor: text;color: #fff; }

.loader{
	position: fixed;
	z-index: 9999;
	background: #111 url(svg/logo_header.svg) no-repeat center center;
	background-size: 5%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: wait;
}

input {
display: inline-block;
width: 100%;
}

.wpcf7-submit{
	display: block !important;
}

.no_way{
	display: none;
}


/* retour accueil */

/*
html[lang="fr-FR"]{

}

html[lang="en-GB"]{

}
*/

/* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO */
/* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO */
/* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO *//* GO */

header{
	position: relative;
	padding: 0 55px;
	border-bottom: 3px solid #f2f2f2;
}

header .retour_accueil {
	width: 155px;
	height: 55px;
	background: url(svg/logo-full.svg) no-repeat;
	background-size: contain;
	background-position: left center;
	float: left;
	margin: 30px 90px 0 0;
}

.wrap_tel_header {
	float: left;
	margin-top: 55px;
	font-size: 1em;
	color: #ed771b;
}

.wrap_tel_header span{
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 28px;
	background: url(svg/ico-tel-orange.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: -7px;
}

.wrap_nav_droite {
	float: right;
}

.wrap_nav_droite .menu li{
	float: left;
	margin-left: 25px;
	position: relative;
	padding: 55px 0;
	z-index: 100;
}

.wrap_nav_droite .menu li a{
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	transition: all .3s;
}

.wrap_nav_droite .menu li a:hover{
	color: #ed771b;
}

li.lien_fb_header a{
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url(svg/ico-fb.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.wrap_nav_droite .menu li.current-menu-item a,
body.archive .wrap_nav_droite .menu li#menu-item-144 a,
body.single-activites .wrap_nav_droite .menu li#menu-item-144 a,
body.parent-pageid-13 .menu li#menu-item-144 > a{
	font-weight: 700;
}

.wrap_nav_droite ul.sub-menu li{
	float: none;
	text-align: center;
	margin: 0;
	padding: 0;
}




.wrap_nav_droite ul.menu > li.menu-item-has-children{
	position: relative;
}

.wrap_nav_droite ul.sub-menu {
	position: absolute;
	left: -65px;
	right: 0;
	margin: auto;
	width: 250px;
	text-align: center;
	top: -280px;
	opacity: 0;
	z-index: -1;
	transition: all cubic-bezier(.04,.02,.08,1.00) 0.6s;
	-webkit-transition: all cubic-bezier(.04,.02,.08,1.00) 0.6s;
	-moz-transition: all cubic-bezier(.04,.02,.08,1.00) 0.6s;
	-o-transition: all cubic-bezier(.04,.02,.08,1.00) 0.6s;
}

.wrap_nav_droite ul.sub-menu .current-menu-item a::after {
	background: #fff;
	bottom: 10px;
}

.wrap_nav_droite ul.sub-menu > li a {
	width: 100%;
	height: 100%;
	display: block;
	background: #ed771b;
	color: #fff;
	padding: 10px
}

.wrap_nav_droite ul.sub-menu > li a:hover{
	background: #000;
}

.wrap_nav_droite ul li.menu-item-has-children.hov-submenu ul.sub-menu{
	opacity: 1;
	top: 100px;
}

.wrap_nav_droite ul li.menu-item-has-children.onClick ul.sub-menu{
	opacity: 1;
	top: 100px;
}









.menu-item-has-children:hover .sub-menu{
	display: block;
}

.wrap_nav_droite .menu::after{
	content:'';
	display: block;
	clear: both;
}

.wrap_nav_droite .menu-menu-principal-container{
	float: left;
}

.wrap_nav_droite .wrap_reseaux_header{
	float: left;
	margin-left: 25px;
	padding: 55px 0;
}

.fb-head{
	display: inline-block;
	width: 10px;
	height: 18px;
	background: url(svg/ico-fb.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
}

.insta-head{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(svg/ico-insta.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
	margin-left: 10px;
}

/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */

.choix_accueil{
	width: 100%;
	background: #000;
}

.choix_accueil ul{
	width: 100%;
	height: 750px;
}

.choix_accueil ul::after{
	content:'';
	display: block;
	clear: both;
}

.choix_accueil li{
	float: left;
	width: 33%;
	height: 100%;
}

.choix_accueil li.accueil_img-isolation{
	width: 34%;
}

.choix_accueil .bg_accueil_choix{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 10;
	padding: 100px 50px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.choix_accueil .bg_accueil_choix::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: #000;
	opacity: .2;
	z-index: 2;
}

.hov-choix a{
	opacity: .4;
}

.hov-choix a.hov-choix-active{
	opacity: 1;
}

.hov-choix a.hov-choix-active span{
	opacity: 1;
	left: 0;
}

.choix_accueil .accueil_img-plaquiste .bg_accueil_choix{
	background-image: url(https://t-plaquistes.fr/wp-content/uploads/2023/09/20230612_130300-scaled.jpg);
}
.choix_accueil .accueil_img-isolation .bg_accueil_choix{
	background-image: url(img/bg_menu_isolation.jpg);
}
.choix_accueil .accueil_img-etancheite .bg_accueil_choix{
	background-image: url(img/bg_menu_etancheite.jpg);
}
.choix_accueil .accueil_img-interieur .bg_accueil_choix{
	background-image: url(img/bg_menu_interieur.jpg);
}

.choix_accueil .bg_accueil_choix img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.choix_accueil .bg_accueil_choix h2{
	font-size: 2em;
	line-height: 1.5em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 10;
}

.choix_accueil .bg_accueil_choix h3 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-size: .7em;
    line-height: 1.4em;
    letter-spacing: 18px;
    color: #fff;
    transform-origin: left;
    text-transform: uppercase;
    left: 60px;
    bottom: 50px;
    position: absolute;
	z-index: 10;
}

.choix_accueil span{
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 20%;
    display: block;
    opacity: 0;
    position: relative;
    left: -10px;
	z-index: 10;
   	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.choix_accueil span::after{
	content:'';
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(svg/arrow-accueil.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-left: 8px;
	z-index: 10;
}

p a{
	color: #ed771b;
}

.wrap_presentation_rapide{
	padding: 75px 0 100px 0;
	max-width: 1200px;
	margin: auto;
}

.bandeau_img_trenov{
	text-align: center;
	position: relative;
}

.wrap_titre_img{
	background: rgba(255,255,255,0.7);
	padding: 25px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 5px;
}

.bandeau_img_trenov img{
	width: 420px;
	height: auto;
	position: relative;
	margin: auto;
	display: block;
}

.wrap_texte_presentation{
	padding: 0 80px;
	text-align: center;
	margin-bottom: 50px;
}

.bandeau_img_trenov h1{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.9em;
	line-height: 1.2em;
	color: #ed771b;
}

.bandeau_img_trenov h1 strong{
	font-size: 1.5em;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.wrap_texte_presentation p{
	margin: 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}

.img_trenov{
	text-align: center;
}

a.go_page_presentation{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-size: .9em;
	letter-spacing: 1px;
	line-height: 1.3em;
	padding: 10px;
	z-index: 20;
	font-weight: 700;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

a.go_page_presentation::before{
	content:'';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ed771b;
	z-index: 10;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

a.go_page_presentation::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	right: -10px;
	bottom: 0px;
	background: #ed771b;
	z-index: 15;
	border: 3px solid #fff;
	border-radius: 50%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

a.go_page_presentation:hover{
	letter-spacing: 1.5px;
}

a.go_page_presentation:hover::before{
	left: -5px;
}

a.go_page_presentation:hover::after {
	width: 7.5px;
	height: 7.5px;
	right: -6px;
	bottom: -5.5px;
}

.wrap_form_bas_page{
	width: 100%;
	background: url(img/texture/concrete_seamless.jpg);
	background-size: 200px;
	background-position: center center;
	padding: 12px 0 140px 0;
	position: relative;
}

.wrap_form_bas_page::before{
	content:'';
	display: block;
	width: 12px;
	height: 12px;
	background: #888;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:-6px;
}

.border-form{
	width: 1px;
	height: 100px;
	margin: auto;
	padding: 10px 0;
	background: #888;
}

.wrap_form_bas_page .titre_form{
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	margin: 25px auto 35px auto;
	font-weight: 700;
	text-align: center;
}

.wpcf7-form{
	max-width: 330px;
	margin: auto;
}

.wpcf7-form input,
.wpcf7-form textarea{
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	background: #fff;
	border: 1px solid transparent;
	font-family: 'Raleway', sans-serif;
}

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

.wpcf7-form input:focus,
.wpcf7-form textarea:focus{
	border: 1px solid #ed771b;
}

.wpcf7-form input:visited,
.wpcf7-form textarea:visited{
	border: 1px solid #f9f9f9;
	background: #f9f9f9 !important;
}

.wpcf7-form input.wpcf7-submit{
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-weight: 700;
	font-size: .9em;
	line-height: 1em;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.wpcf7-form input.wpcf7-submit:hover{
	background: #ed771b;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #888;
	text-align: center;
	text-transform: uppercase;
}

.wpcf7-not-valid-tip {
    font-size: .8em;
    margin-top: 5px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    padding: 20px 20px;
    text-align: center;
    font-size: .9em;
    margin: auto;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

footer .bandeau1{
	padding: 55px 10px;
	background: #fff;
	text-align: center;
}

footer .bandeau1 p{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.wrap_reseaux_footer{
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}

.wrap_reseaux_footer .fb-footer {
	display: inline-block;
	margin: 0;
	width: 40px;
	height: 40px;
	border-bottom: 2px solid #dbdbdb;
	border-left: 2px solid #dbdbdb;
	transform: rotate(-45deg);
	background: #fff;
	position: relative;
	left: -11px;
	left: 0px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.wrap_reseaux_footer .fb-footer::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(svg/ico-fb.svg) no-repeat;
	background-size: 10px;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

.wrap_reseaux_footer .fb-footer:hover{
	border-bottom: 2px solid #ed771b;
	border-left: 2px solid #ed771b;
}

.wrap_reseaux_footer .insta-footer {
	display: inline-block;
	margin: 0;
	width: 40px;
	height: 40px;
	border-top: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	transform: rotate(-45deg);
	background: #fff;
	position: relative;
	right: 2.5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.wrap_reseaux_footer .insta-footer::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(svg/ico-insta.svg) no-repeat;
	background-size: 18px;
	background-position: center center;
	position: absolute;
	left: 0px;
	right: -3px;
	margin: auto;
	top: 48%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

.wrap_reseaux_footer .insta-footer:hover{
	border-color: #ed771b;
}


footer .bandeau2{
	padding: 40px 55px;
	background: #000;
	position: relative;
	color: #fff;
}

footer .logo_footer{
	display: block;
	width: 150px;
	height: 55px;
	background: url(svg/logo-footer.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
}

.wrap_tel_footer {
    float: left;
    margin-top: 20px;
    font-size: 1em;
    color: #fff;
    margin-left: 5%;
}

.wrap_tel_footer span{
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 28px;
	background: url(svg/ico-tel-blc.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: -7px;
}

.adresse_footer {
    float: right;
    min-width: 440px;
    width: 35%;
    text-align: right;
}

.adresse_footer p{
	color: #fff;
	font-size: .9em;
	line-height: 1.3em;
	text-align: right;
}

.adresse_footer a.go-mentions{
	text-align: right;
	font-size: .7em;
	line-height: 1.3em;
	color: #888;
	display: inline-block;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.adresse_footer a.go-mentions:hover{
	color: #fff;
}

.border-footer{
	width: 100%;
	height: 1px;
	float: right;
	background: #ed771b;
	margin: 10px 0;
}

.wrap_content{
	max-width: 1200px;
	margin: auto;
}

/* PRESENTATION *//* PRESENTATION *//* PRESENTATION *//* PRESENTATION */
/* PRESENTATION *//* PRESENTATION *//* PRESENTATION *//* PRESENTATION */
/* PRESENTATION *//* PRESENTATION *//* PRESENTATION *//* PRESENTATION */

.wrap_texte_presentation_page h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 30px;
}

.wrap_texte_presentation_page h1 strong{
	color: #ed771b;
}

.wrap_top_presentation {
    padding: 100px 0 140px 0;
    display: flex;
    align-items: center;
}

.wrap_texte_presentation_page p{
	margin: 15px 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
}

.wrap_texte_presentation_page{
	float: left;
	width: 50%;
}

.img_top_presentation{
	float: left;
	width: 50%;
	margin-right: -10%;
	text-align: center;
}

.img_top_presentation img{
	width: 100%;
	height: auto;
}

.wrap_les_plus{
	width: 100%;
	padding: 120px 0;
	background: url(img/texture/so-white.png);
	background-size: 400px;
	background-position: center center;
	-webkit-box-shadow: 0 0 120px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 120px 0 rgba(0,0,0,0.10);
	position: relative;
}

.wrap_les_plus h2{
	text-align: center;
	font-size: 2.8em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}

.wrap_les_plus h2 span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(svg/les-plus.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.wrap_les_plus ul{
	width: 100%;
	display: flex;
    justify-content: space-between;
}

.wrap_les_plus li.ligne_plus_trenov{
	float: left;
	width: 30%;
	padding: 10px 10px 35px 10px;
	background: #f9f9f9;
	min-height: 160px;
	margin: 0 1%;
}

.wrap_les_plus li.ligne_plus_trenov .ico_plus_trenov{
	width: 55px;
	height: 65px;
	margin: -35px auto 20px auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.wrap_les_plus li.ligne_plus_trenov .texte_plus_trenov{
	color: #888;
	font-size: .9em;
	line-height: 1.3em;
	text-align: center;
}

.wrap_les_plus li.ligne_plus_trenov .titre_plus_trenov{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #000;
}

.wrap_slider_presentation{
	width: 750px;
	margin: 0 auto 110px auto;
}

.wrap_rge{
	padding: 60px 0;
	background: url(img/texture/brushed_alu.png);
	background-size: 200px;
	background-position: center center;
}

.logo_rge{
	width: 30%;
	height: 120px;
	background: url(img/logo-rge.png) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 35px auto;
}

.wrap_texte_rge{
	width: 70%;
	padding: 0 5px;
	margin: auto;
}

.wrap_texte_rge p{
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	margin: 10px 0;
}

.wrap_texte_rge li{
	margin: 10px 0;
}

.wrap_texte_rge li::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	position: relative;
	top: -1px;
}

.inside_rge{
	max-width: 980px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */

.wrap_deplacement{
	padding: 130px 0 70px 0;
}

.wrap_deplacement h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: 1em;
	text-align: left;
	margin-bottom: 40px;
	text-align: center;
}

.wrap_deplacement h1 strong{
	color: #ed771b;
	font-size: .7em;
}

.wrap_deplacement p{
	margin: 15px 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	text-align: center;
}

.map_deplacement img{
	display: block;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
	background: url(img/contact/bg_map_contact.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

.info_contact .logo_contact{
	width: 160px;
	height: 90px;
	background: url(svg/logo-full.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 70px auto 70px auto;
}

.wrap_adresse_contact p,
.wrap_tel_contact p{
	padding: 15px 0px;
	max-width: 340px;
	text-align: center;
	margin: 35px auto;
	border-top: 1px solid #ed771b;
	border-bottom: 1px solid #ed771b;
	font-size: 1em;
	line-height: 1em;
	position: relative;
}

.wrap_adresse_contact p span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    width: 40px;
    height: 30px;
    background-color: #fff;
    background-image: url(svg/ico-map.svg);
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center center;
    display: block;
}

.wrap_tel_contact p span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -19px;
    width: 40px;
    height: 30px;
    background-color: #fff;
    background-image: url(svg/ico-tel-orange.svg);
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    display: block;
}

.logo_rge_contact{
	width: 60px;
	height: 70px;
	margin: 50px auto;
	background: url(img/logo-rge.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

/* GALERIE *//* GALERIE *//* GALERIE *//* GALERIE */
/* GALERIE *//* GALERIE *//* GALERIE *//* GALERIE */
/* GALERIE *//* GALERIE *//* GALERIE *//* GALERIE */

.titre_galerie{
	padding: 130px 0 70px 0;
}

.titre_galerie h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: 1em;
	text-align: left;
	margin-bottom: 40px;
	text-align: center;
}

.titre_galerie h1 strong{
	color: #ed771b;
	font-size: .7em;
}

/* ARCHIVE *//* ARCHIVE *//* ARCHIVE *//* ARCHIVE */
/* ARCHIVE *//* ARCHIVE *//* ARCHIVE *//* ARCHIVE */
/* ARCHIVE *//* ARCHIVE *//* ARCHIVE *//* ARCHIVE */

body.archive h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: 1em;
	text-align: left;
	margin-bottom: 40px;
	text-align: center;
}

body.archive h1 strong{
	color: #ed771b;
	font-size: .7em;
}

body.archive header.page-header {
    padding: 130px 0 70px 0;
    border-bottom: none;
}

body.archive #main::after{
	content:'';
	display: block;
	clear: both;
}

body.archive #main article{
	width: 33.33%;
	float: left;
	padding: 30px;
}

body.archive #main article img{
	max-width: 100%;
	display: block;
	max-height: 208px;
    min-height: 220px;
	object-fit:cover;
	object-position:center;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all ease-in-out 3s;
	-webkit-transition: all ease-in-out 3s;
	-moz-transition: all ease-in-out 3s;
	-o-transition: all ease-in-out 3s;
}

body.archive #main article header{
	padding: 0;
	border:none;
}

body.archive #main article header h2 a{
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1em;
	margin: 10px 0 30px 0;
}

body.archive #main article a{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.archive #main article header h2 a:hover{
	color: #ed771b;
}

body.archive #main article a:hover img{
	transform: scale(1.5);
	transition: all ease-in-out 13s;
	-webkit-transition: all ease-in-out 13s;
	-moz-transition: all ease-in-out 13s;
	-o-transition: all ease-in-out 13s;
}

/* ACTIVITES INTERNE *//* ACTIVITES INTERNE *//* ACTIVITES INTERNE *//* ACTIVITES INTERNE */
/* ACTIVITES INTERNE *//* ACTIVITES INTERNE *//* ACTIVITES INTERNE *//* ACTIVITES INTERNE */
/* ACTIVITES INTERNE *//* ACTIVITES INTERNE *//* ACTIVITES INTERNE *//* ACTIVITES INTERNE */

.titre_activite h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: center;
}

.titre_activite h2 {
    font-size: .9em;
    line-height: 1em;
    text-align: center;
	color: #888;
}

.titre_activite {
    padding: 130px 0 70px 0;
}

.content_activite{
	max-width: 580px;
	margin: 70px auto;
}

.content_activite p{
	font-size: 1em;
	line-height: 1.3em;
	margin: 10px 0;
	color: #000;
}

.ligne_plus_activites{
	background: #f9f9f9;
	position: relative;
	margin: 1% 0;
	padding: 40px 80px 40px 50px;
}

.ligne_plus_activites:nth-child(2n){
	width: 49%;
	float: left;
}

.ligne_plus_activites:nth-child(2n+1){
	width: 49%;
	float: right;
}

.les_plus_activites ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 30px;
}

.ligne_plus_activites h3{
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.3em;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}

.ligne_plus_activites p{
	font-size: .9em;
	line-height: 1.3em;
	color: #000;
}

.ligne_plus_activites span{
	display: block;
	width: 35px;
	height: 35px;
	background: url(svg/ico-check.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: -15px;
	top: -13px;
}

.page-template-template-activites-interne .wrap_rge{
	background: #fff;
}

a.lien_prochaine{
	display: block;
	width: 100%;
	height: 400px;
	margin: auto;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

a.lien_prochaine::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .8;
	z-index: -1;
	transition: all ease-in-out 0.8s;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
}

.content_next_page{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sous_titre_prochaine{
	font-size: .8em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: block;
	text-align: center;
	color: #fff;
}

.titre_prochaine{
	font-size: 2.8em;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	display: block;
	text-align: center;
	color: #fff;
	transition: all ease-in-out 0.8s;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
}

.ico_fleche_prochaine{
	width: 850px;
	height: 150%;
	position: absolute;
	right: -3%;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(svg/arrow-accueil.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: .1;
	transition: all ease-in-out 0.8s;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
}

a.lien_prochaine:hover::before{
	opacity: .9;
	background: #ed771b;
}

a.lien_prochaine:hover .titre_prochaine{
	letter-spacing: 5px;
}

a.lien_prochaine:hover .ico_fleche_prochaine{
	right: -5%;
}

.wrap_tel_header_phone{
	display: none;
}

body{
	overflow-x: hidden;
}

.wrap_flex_burger{
	display: none;
}

/* mention */

.page-mentions h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.9em;
	line-height: 1.1em;
	color: #ed771b;
	margin-bottom: 20px;
	margin-top: 40px;
}

.page-mentions h3{
	margin: 20px 0 10px 0;
	font-weight: 700;
}

/* 404 */

.bg404{
	width: 100%;
	height: 500px;
	max-height: 100vh;
	position: relative;
	background: url(img/bg_menu_interieur.jpg) no-repeat center / cover;
}

.bg404::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
}

.bg404 .content404{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	text-align: center;
	color: #fff;
	max-width: 600px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bg404 .content404 p,
.bg404 .content404 a{
	color: #fff;
}

.content404 h2{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.go404{
	margin-top: 40px;
}

/* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY */
/* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY */
/* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY */

@media screen and (max-width: 1480px){
/* 	body{background: red;} */
}

@media screen and (max-width: 1350px){
/* 	body{background: blue;} */
}

@media screen and (max-width: 1280px){
/* 	body{background: yellow;} */
	
	header {
	    padding: 0 25px;
	}
	header .retour_accueil {
	    margin: 30px 40px 0 0;
	}
	.wrap_nav_droite .menu li {
		margin-left: 20px;
	}
	.wrap_nav_droite .menu li a {
		font-size: .9em;
	}
	.choix_accueil ul {
		height: 550px;
	}
	.choix_accueil .bg_accueil_choix {
		padding: 70px 20px;
	}
	.choix_accueil .bg_accueil_choix h2 {
		font-size: 1.5em;
	}
	.choix_accueil .bg_accueil_choix h3 {
		left: 30px;
		bottom: 30px;
	};
/* presentation */
	.wrap_content {
		max-width: 960px !important;
		margin: auto;
	}
/* activite */
	.ico_fleche_prochaine {
		width: 750px;
		height: 150%;
		right: -3%;
	}
	.wrap_top_presentation {
		padding: 100px 50px 140px 50px;
	}
}

@media screen and (max-width: 1000px){
/* 	body{background: gray;} */
	header {
		padding: 40px 25px;
		text-align: center;
	}
	header .retour_accueil {
		width: 100%;
		height: 55px;
		background-position: center center;
		margin: 0 auto 20px auto;
		float: none;
		display: block;
	}
	.wrap_tel_header {
		float: none;
		margin-top: 55px;
	}
	.wrap_nav_droite {
		float: none;
		display: table;
		margin: 50px auto 0 auto;
	}
	.wrap_nav_droite .menu li,
	.wrap_nav_droite .wrap_reseaux_header {
		padding: 0;
	}
	.wrap_tel_header span {
		margin-right: 4px;
		width: 10px;
		height: 26px;
	}
	.wrap_tel_header {
		display: none;
	}
	.wrap_tel_header_phone {
		display: block;
		position: absolute;
		right: 20px;
		top: 0px;
		width: 36px;
		height: 50px;
		background-color: #ed771b;
		border-radius: 0 0 10px 10px;
		background-image: url(svg/ico-tel-blc.svg);
		background-repeat: no-repeat;
		background-position: center bottom 10px;
		background-size: 14px;
	}
	.wrap_nav_droite .wrap_reseaux_header {
		float: none;
		margin-left: 0;
		padding: 0;
		position: absolute;
		left: unset;
		top: 20px;
		right: 75px;
	}
	.insta-head {
		margin-left: 12px;
	}
/* accueil */
	.choix_accueil li {
		width: 100% !important;
	}
	.choix_accueil ul {
		height: auto;
	}
	.choix_accueil .bg_accueil_choix {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.choix_accueil .bg_accueil_choix h2 {
		font-size: 1.5em;
		text-align: center;
		width: 100%;
		display: block;
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.choix_accueil .bg_accueil_choix h3{
		display: none;
	}
	.choix_accueil span {
		width: 100%;
		position: absolute;
		right: 10px;
		bottom: 10px;
		text-align: right;
		font-size: .6em;
		opacity: 1;
		left: unset;
	}
	.hov-choix a.hov-choix-active span{
		left: unset !important;
	}
	.choix_accueil span::after {
		width: 10px;
		height: 8px;
		margin-left: 6px;
	}
	.choix_accueil .bg_accueil_choix::before {
		opacity: .4;
	}
	.bandeau_img_trenov img {
		width: 360px;
	}
	.wrap_presentation_rapide {
		padding: 20px 0 70px 0;
		max-width: 650px;
		font-size: .9rem;
	}
	.border-form {
		height: 50px;
	}
	.wrap_form_bas_page {
		padding: 12px 0 80px 0;
	}
/* footer */
	footer .bandeau2 {
		padding: 40px 25px;
	}
	.wrap_tel_footer {
		margin-left: 50px;
	}
	footer .logo_footer {
		width: 150px;
	}
	.wrap_tel_footer span {
		margin-right: 5px;
	}
	.adresse_footer {
		float: right;
		min-width: auto;
		width: 330px;
		text-align: right;
	}
/* presentation */
	.wrap_content {
		max-width: 96%;
	}
	.wrap_slider_presentation {
		width: 100%;
	}
	.wrap_texte_presentation_page {
		float: none;
		width: 100%;
	}
	.wrap_top_presentation {
		padding: 150px 0 200px 0;
		flex-wrap: wrap;
	}
	.img_top_presentation {
		float: none;
		width: 340px;
		margin: auto;
		text-align: center;
		order: 1;
	}
	.wrap_texte_presentation_page {
		float: none;
		width: 100%;
		order: 2;
	}
	.wrap_top_presentation {
		padding: 60px 0 80px 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.wrap_texte_presentation_page h1 {
		font-size: 2.5em;
		line-height: 1.2em;
		margin-bottom: 30px;
		text-align: center;
		margin-top: 40px;
	}
/* activite */
	.titre_activite {
		padding: 70px 0 40px 0;
	}
	.titre_galerie,
	.wrap_deplacement {
		padding: 70px 0 40px 0;
	}
	.titre_galerie h1,
	.wrap_deplacement h1{
		font-size: 2em;
	}
	.titre_galerie h1{
		margin-bottom: 0;
	}
	.ico_fleche_prochaine {
		width: 600px;
		height: 150%;
		right: -20%;
	}
	a.lien_prochaine {
		width: 100%;
		height: 380px;
	}
/* contact */
	.info_contact .logo_contact {
		width: 130px;
		height: 70px;
	}
	
}

@media screen and (max-width: 750px){
/* 	body{background: green;} */
/* 	accueil */
	.bandeau_img_trenov img {
		width: 320px;
	}
	.wrap_titre_img {
		padding: 20px 0;
		font-size: .8rem;
	}
/* footer */
	footer .bandeau1 {
		padding: 35px 10px;
		font-size: .8rem;
	}
	footer .logo_footer {
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}
	.wrap_tel_footer {
		margin-left: auto;
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	.adresse_footer {
		float: none;
		min-width: auto;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.adresse_footer p {
		text-align: center;
	}
	.wrap_tel_footer span {
		width: 10px;
		height: 28px;
	}
	.choix_accueil li {
		height: 210px;
	}
/* activite */
	a.lien_prochaine {
		width: 100%;
		height: 340px;
		font-size: .9rem;
	}
}


@media screen and (max-width: 650px){
/* 	body{background: pink;} */
/* presentation */
	.wrap_texte_presentation {
	    padding: 0 10px;
	}
	.wrap_les_plus ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wrap_les_plus h2 {
		font-size: 2em;
	}
	.wrap_les_plus li.ligne_plus_trenov{
		float: none;
		width: 100%;
		margin-bottom: 40px;
		min-height: auto;
	}
	.wrap_rge {
		padding: 100px 0;
	}
	.wrap_texte_rge {
		max-width: 440px;
	}
	.wrap_texte_rge p {
		font-size: .9em;
	}
	.wrap_texte_presentation_page p {
		font-size: .9em;
		text-align: center;
	}
/* activite */
	.titre_activite h1 {
		font-size: 1.7em;
	}
	.content_activite {
		max-width: 95%;
		margin: 40px auto;
	}
	.ligne_plus_activites {
		width: 100% !important;
		float: none !important;
		margin: 20px auto;
		padding: 30px;
		text-align: center;
	}
	.ligne_plus_activites span {
		left: 0;
		top: -13px;
		right: 0;
		margin: auto;
	}
	.titre_activite,
	.titre_galerie,
	.wrap_deplacement {
		padding: 50px 0 50px 0;
	}
	.titre_galerie h1, .wrap_deplacement h1 {
		font-size: 1.5em;
	}
	a.lien_prochaine {
		width: 100%;
		height: 260px;
		font-size: .7rem;
	}
	.ico_fleche_prochaine {
		width: 600px;
		height: 150%;
		right: -30%;
	}
	.titre_prochaine {
		font-size: 2.5em;
		line-height: 1.5em;
	}
/* contact */
	.map_deplacement img {
		display: none;
	}
	.info_contact .logo_contact {
		width: 120px;
		height: 70px;
		margin: 0px auto 70px auto;
	}
	.wrap_form_bas_page .titre_form {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
/* BURGER *//* BURGER *//* BURGER *//* BURGER */
/* BURGER *//* BURGER *//* BURGER *//* BURGER */
/* BURGER *//* BURGER *//* BURGER *//* BURGER */

header .retour_accueil {
	width: 100px;
	height: 35px;
	background-position: center center;
	margin: 10px auto 0px auto;
	float: none;
	display: block;
}

header {
	padding: 0px 25px;
	text-align: center;
	height: 100vh;
	overflow: hidden;
	height: 60px;
	transition: all cubic-bezier(.57,.01,.24,1) 0.6s;
	-webkit-transition: all cubic-bezier(.57,.01,.24,1) 0.6s;
	-moz-transition: all cubic-bezier(.57,.01,.24,1) 0.6s;
	-o-transition: all cubic-bezier(.57,.01,.24,1) 0.6s;	
}

header.isOpen{
	height: 100vh;
}

.wrap_nav_droite .menu-menu-principal-container {
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	top: -100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .2s;
	-webkit-transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .2s;
	-moz-transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .2s;
	-o-transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .2s;
}

header .wrap_nav_droite .menu-menu-principal-container{
	display: none;
}

header.isOpen .wrap_nav_droite .menu-menu-principal-container {
	display: block;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .6s .5s;
	-webkit-transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .6s .5s;
	-moz-transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .6s .5s;
	-o-transition: top cubic-bezier(.57,.01,.24,1) 0.6s, opacity cubic-bezier(.57,.01,.24,1) .6s .5s;
}

.wrap_nav_droite .menu li{
	display: block;
	width: 100%;
	float: none;
	margin: 10px 0;
}

.wrap_nav_droite .menu li a {
	font-size: 5vw;
}

.wrap_flex_burger{
	position: absolute;
	left: 30px;
	top:20px;
	z-index: 999;
	display: block;
}

.flex_burger > span{
	display: inline-block;
	float: left;
	color: #000;
	font-family: 'Raleway', sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 6px;
}

.flex_burger{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.wrap_burger{
	float: left;
}

.burger{
	position: relative;
	width: 20px;
	height: 8px;
}

.barre{
	position: absolute;
	left: 0;
	background: #000;
	width: 100%;
	height: 2px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all cubic-bezier(.76,0,.09,.99) 1s;
	-webkit-transition: all cubic-bezier(.76,0,.09,.99)1s;
	-moz-transition: all cubic-bezier(.76,0,.09,.99) 1s;
	-o-transition: all cubic-bezier(.76,0,.09,.99) 1s;
}

.barre1{
	top:0;
}

.barre2{
	bottom:0;
}

header.isOpen .barre1 {
	top: 3px !important;
	transform: rotate(-45deg) !important;
	-webkit-transform: rotate(-45deg) !important;
	width: 80% !important;
}

header.isOpen .barre2 {
	bottom: 3px !important;
	transform: rotate(45deg) !important;
	-webkit-transform: rotate(45deg) !important;
	width: 80% !important;
}

	.wrap_nav_droite ul li.menu-item-has-children.hov-submenu ul.sub-menu {
		opacity: 1;
		top: 100px;
		position: static;
		max-width: 100%;
		width: 100%;
	}
	
	.wrap_nav_droite ul.sub-menu > li a {
		background: #f2F2F2;
		color: #000;
		font-size: .9em;
	}
	
	.wrap_nav_droite ul.sub-menu > li a:hover{
		background: #ed771b !important;
		color: #fff !important;
	}
	.inside_rge {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 450px){
/* 	body{background: aqua;} */
	.img_top_presentation {
		width: 80%;
	}
	.wrap_rge {
		padding: 50px 0;
	}
	.logo_rge {
		width: 80px;
		height: 100px;
	}

}

@media screen and (max-width: 350px){
/* 	body{background: aqua;} */
}



html[lang="fr-FR"] .remove_en{
	display: none;
}

html[lang="en-GB"] .remove_fr{
	display: none;
}


.retour{
	clear: both;
}
.trans{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

/* 
	
    font-family: 'Raleway', sans-serif;
 
 
 
	orange : #ed771b
*/





footer.entry-footer{
	display: none !important;
}





.wrap_prehom{
	width: 100vw;
	position: relative;
	left: 0;
	right: 0;
	top:0;
	height: 100vh;
	background: #fff;
	z-index: 999;
	border-bottom: 10px solid #ed771b;
}

.rel_prehome{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.rel_prehome h1{
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #ed771b;
}

.logo-prehome {
	width: 9vw;
	height: 5vw;
	background: url(svg/logo-full.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: none;
	margin: 0 auto 50px auto;
}

.page-template-template-activites-interne .wrap_texte_rge p{
	text-align: center;
	font-weight: 700;
}

.grecaptcha-badge{display: none !important;}

#jtg-322{margin-top: 5px;}