/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --second-color: #f1592a;
    --third-color: #f4ab2f;
    --white: #fff;
    --grey: #f0eae5;
    --grey-dark: #494949;
    --black: #000;

    --body_font: 400 16px / 26px "Barlow", sans-serif; 
    --body_font-mobile: 400 15px / 27px "Barlow", sans-serif;

    --titre-main: 700 35px/45px "Barlow", serif;
    --titre-main-mobile: 700 25px/35px "Barlow", serif;

    --sous-titre: 700 25px/40px "Barlow", serif;
    --sous-titre-mobile: 600 16px/34px "Barlow", serif;
}

body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0; border:0; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none;}
article, aside, dialog ,figcaption, figure, footer, header, hgroup, main, nav, section { display: block;}  
input, textarea						{ -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-appearance: none; -o-appearance: none; border-radius: 0;}
*          							{ outline: none; box-sizing: border-box;}
strong, b							{ font-weight: 700;}
ul									{ list-style-type: none;}
body								{ font: var(--body_font);  letter-spacing: 0.4px; color: var(--black); background: var(--white); position: relative; overflow-x: hidden;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: var(--second-color); position: relative;}
p a                                 { border-bottom: 1px solid transparent;}
img									{ border: none; }
main 								{ position: relative; overflow: hidden;}
#wrapper 							{ min-width: 320px; width: 100%;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; }

@media (max-width:600px) {
body								{ font: var(--body_font-mobile);}
}


/***** scollbar *****/
::-webkit-scrollbar 				{ width: 6px; height: 6px; background-color: #fff;}
::-webkit-scrollbar-thumb			{ background-color: var(--second-color);}


/***** transition *****/
@media (min-width:1201px) {
.link, :before, :after, a, a span, .logo, .header, .sub { transition: all 400ms ease-in-out;}
p a:hover                           { border-color: var(--second-color);}
}

/***** class *****/
.wrapper 							{ width: 90vw; max-width: 1200px; margin: 0 auto; position: relative; clear: both;}
.wrapper_large						{ max-width: 1600px;}
.clear								{ clear: both; display: block;}

.titre_main	 						{ font: var(--titre-main); position: relative; color: var(--black); margin-bottom: 15px; letter-spacing: 0.5px;}
.sous_titre 						{ font: var(--sous-titre); position: relative; color: var(--second-color); margin-bottom: 15px; letter-spacing: 0.2px;}
.titre_main span,
.sous_titre span                    { color: var(--second-color);}
.titre                              { font: 600 13px/40px "Barlow";  margin-bottom: 15px; display: inline-block; vertical-align: top; text-transform: uppercase; border-radius: 5px; color: var(--black); background-color: var(--grey); padding: 0 30px;}
.chapo		 						{ font: 400 16px/30px "Barlow"; margin-bottom: 0;}
.link 								{ font: 700 16px/60px "Barlow"; height: 60px; display: inline-block; vertical-align: top; color: var(--white); padding: 0 30px; background: linear-gradient(to right, var(--second-color) 0%, var(--third-color) 51%, var(--second-color) 100%);background-size: 200% auto; text-align: center; border-radius: 5px; text-transform: uppercase;}
.link.plus                          { padding: 0; width: 60px; line-height: 0;}
.link.plus::before                  { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/plus.svg) center no-repeat;}

@media (min-width:1201px) {
.link:hover 						{background-position: right center;}
}

@media (max-width:1000px) {
.wrapper 							{ max-width: 750px;}
}
@media (max-width:700px) {
#wrapper::before                    { display: none;}
.wrapper 							{ width: 85vw;}
.titre                              { margin-bottom: 10px;}
.titre_main                         { font: var(--titre-main-mobile);}
.sous_titre 						{ font: var(--sous-titre-mobile); margin-bottom: 10px;}
.chapo		 						{ font: 400 15px/27px "Barlow";}
.link 								{ font-size: 13px; width: 100%;}
}


.ul_list						    { margin: 15px 0; padding: 5px 0 0 0;}
.ul_list li					        { padding: 5px 0 5px 40px; position: relative; margin-bottom: 5px;}
.ul_list li::before                 { content:""; position: absolute; left: 0; top: 8px; display:inline-block; width:0; height:0; border-style:solid; border-width:0 8px 16px 8px; border-color:transparent transparent var(--second-color) transparent}


/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; text-align: right; position: fixed; left: 0; top: 0; z-index: 200; transition: all 400ms ease-in-out; background: transparent;}
.header_right                       { display: inline-block; vertical-align: middle;}
.header .link                       { letter-spacing: 0.5px; font-size: 14px; vertical-align: middle; margin-left: 40px;}
.header .logo                       { position: absolute; left: 0;  line-height: 0; z-index: 90; vertical-align: middle;transition: all 300ms ease-in-out; top: 50%; transform: translateY(-50%); transform-origin: top left; display: inline-grid; grid-template-columns: 80px auto; align-items: center; gap: 15px; text-align: left;}
.header .logo img                   { width: 100%; height: auto;}
.header .logo span                  { font: 800 24px/28px "Barlow"; color: var(--black);}
.header .logo strong                { display: block; color: var(--second-color);}
.header_nav							{ display:inline-block; vertical-align: middle; position:relative; z-index:40; transition: all ease-in-out 400ms;}
.header_nav .menu       			{ display:inline-block;}	
.header_nav .menu>li				{ display:inline-block; vertical-align:middle; margin-left: 40px; position: relative; }
.header_nav .menu li:first-child    { margin: 0;}
.header_nav .menu li a				{ font: 700 15px/150px "Barlow"; color: #000; letter-spacing: 0.4px; height:140px; display: inline-block; transition-property: all; text-transform: uppercase;}
.header_nav .menu>li.active>a		{ color:var(--second-color);}
.header_nav .sub					{ width: 290px; margin-left: -145px; position: absolute; top: 70%; left: 50%; display: block; background: var(--black);opacity: 0; visibility: hidden; text-align: center; border-radius: 5px;}

.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; font: 500 16px/50px "Barlow"; letter-spacing: 0.5px; height: 50px; color: var(--white); display: block; padding: 0 40px; background: none; text-transform: initial;}
.header_nav .menu .sub li.active a	{ color: var(--second-color);}
.sticky .header                     { box-shadow: 0 0 30px 0 rgba(32, 37, 43, 0.18);}

@media (min-width:1201px) {
.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header_nav .menu>li:hover>a,
.link_top .tel:hover,
.header_nav .menu>li:hover>a,
.header_nav .sub li a:hover			{ color: var(--second-color);}
.header_nav .sub.large:after 		{ display: none}

.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.sticky .header_nav .menu           { padding-top: 0;}
.header .link-mobile                { display: none;}
.sticky .header .logo               { transform: scale(0.8) translateY(-50%);}
.sticky .header_nav .menu>li>a      { line-height: 100px; height: 100px;}
.header_nav .sub:after 				{ width: 10px; height: 10px; position: absolute; left: 50%; top: -5px; margin: 0 0 0 -5px; transform: rotate(45deg); background: var(--black); content: ""; z-index: -1;}
.sticky .header                     { background: #fff;}
}

@media (max-width:1200px) {
.sticky .header                     { top: 0; background-color: #fff;}
.header                             { z-index: 201; padding: 0;}
.header .link                       { margin-right: 30px;}
.menu_mobile						{ width:60px; height:60px; display:inline-block; vertical-align:middle; cursor:pointer; position:relative; z-index:60; margin: 35px -15px; transition:height 400ms ease-in-out;}
.menu_mobile div					{ width:30px; height:2px; background:var(--black); position:absolute; right:50%; top:50%; margin:-1px -15px 0 0;}
.menu_mobile div:before				{ width:100%; height:2px; background:var(--black); position:absolute; right:0; top:9px; content:"";}
.menu_mobile div:after				{ width:100%; height:2px; background:var(--black); position:absolute; right:0; top:-9px; content:"";}
.menu_mobile.active div				{ height:0;}
.menu_mobile.active div:before		{ top:0; transform:rotate(45deg);}
.menu_mobile.active div:after		{ top:0; transform:rotate(-45deg);}
.header_nav 	  					{ width:100%; height:100vh; background:var(--white); position:fixed; right:0; top:-120%; overflow-y:scroll; display: flex; flex-direction: column; padding: 180px 0 0; z-index:50; transition:top 400ms ease-in-out 400ms;}
.header_nav::-webkit-scrollbar		{ display:none;}
.header_nav .menu_top::after        { display: none; }
.header_nav .menu_top li 			{ display: block; margin: 0; padding: 0;}	
.header_nav .menu_top li:after		{ display:none;}
.menu_top                           { font-size: 0; display: inline-block; vertical-align: middle;}
.menu_top a                         { display: inline-block; width: 40px; height: 40px; background: url(../images/tel_rose.svg) no-repeat center;  z-index: 100;}
.header_nav .menu  					{ width:100%; max-width: 750px; margin: 0 auto; width: 90vw; text-align:left; padding:0; transition:opacity 400ms ease-in-out 0ms; opacity:0;}
.header_nav .menu li 				{ width:100%; display:block; margin:0; background: none; padding: 0;}
.header_nav .menu>li>a				{ line-height:50px; font-size: 18px; letter-spacing:0.4px; height:auto; background-position:100% 50%;}
.header_nav .menu li i.active:after	{ opacity:1;}
.header_nav .menu li i				{ width: 50px; background-color: var(--black); height: 41px; display: block; margin-top: 5px; position: relative; z-index: 5;float: right; border-radius: 5px;}
.header_nav .menu li i::after       { content: ""; display: block; position: absolute;  transform-origin: center; transition: all ease 400ms; width: 100%; height: 100%; background: url(../images/arrow_down.svg) no-repeat center}
.header_nav .menu li a	            { background: none;}
.header_nav .menu li i.active::after{ transform: rotate(180deg);}
/* sous-menu simple */
.header_nav .menu .sub 				{ width: 100%; position: relative; left: auto; top: auto; padding: 15px 0; margin: 0;  opacity: 1; display: none; visibility: visible; z-index: 150;}
.header_nav .menu .sub li  			{ width: 100%;}
.header_nav .menu .sub li a			{ width: 100%; font-size: 16px; line-height: 50px; height: 50px; font-weight: 500; text-align: left; color: #fff;}

.header_nav.active					{ top:0; transition-delay: 0;}
.header_nav.active .menu			{ opacity:1; transition-delay:800ms;}

}

@media (max-width:1000px) {
.header .logo                       { grid-template-columns: 1fr; width: 160px; margin: auto; left: 0; right: 0; text-align: center; gap: 8px;}
.header .logo span                  { font-size: 16px; line-height: 18px;}
.header .logo img                   { max-width: 55px; margin: 0 auto;}
.header_right                       { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: space-between;}
.header .link                       { margin: 0; width: 50px; height: 50px; line-height: 0; padding: 0; font-size: 0; letter-spacing: 0; display: grid; align-items: center; justify-content: center;}
.header .link::before               { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/phone_white.svg) center no-repeat;}
}

@media (max-width:700px) {
.header                             { padding: 0;}
.header .link.tel                   { font-size: 0; display: inline-block; padding: 0; line-height: 0; background: #022e66; width: 50px; height: 50px; margin-left: 0;}
.header .link.tel::before           { left: 18px;}
.header_nav                         { padding: 150px 7.5vw 0; align-content: baseline;}
.header_nav .menu_top,
.header_nav .menu                   { width: 100%;}
.header_nav .menu .sub 				{ border-radius: 5px;}
.header_nav .menu li a 	        	{ font-size: 14px;}
.header_nav .menu_top li a 	        { font-size: 14px;}
.header_nav .menu .sub li a 		{ font-size: 14px; line-height: 32px; height: 34px;}
.header .info-plus                  { display: none;}
.info-mobile      { display: block; width:100%; background-color: #1e596a; padding:25px 7.5vw; margin: 0; color: #fff; transition: all ease-in-out 400ms; top: 80px; position: absolute; left: 0;}
.header .content_logo               { top:15px}
.info-mobile span                   { max-width: 340px; display: block; font-size: 16px; line-height: 25px;}
.menu_top a                         { width: 35px; height: 35px;}
}



.link-moins,.link-plus                  { cursor:pointer; color: var(--second-color); border-bottom: 1px solid transparent;}
.textMore                               { display: none; margin-top: 40px;}
.textMore p:not(:first-of-type)         { margin-top: 15px;}

@media (min-width: 1201px) {
.link-moins:hover,.link-plus:hover  { color: var(--second-color); border-color: var(--second-color);}
}


.bandeau                            { position: relative; padding: 50px 40px 40px; text-align: center; border: 2px solid var(--second-color); border-radius: 10px; margin: 100px 0; position: relative; z-index: 2;}
.bandeau p                          { max-width: 1020px; margin: 0 auto;}
.bandeau .link                      { margin-top: 20px;}
.bandeau .link span                 { display: none;}

@media (max-width:1000px) {
.bandeau                            { padding: 40px; margin: 70px 0;}
}
@media (max-width:700px) {
.bandeau                            { padding: 0; border: none; margin: 40px 0;}
.bandeau .titre_main,
.bandeau p                          { display: none;}
.bandeau .link                      { width: 100%; margin: 0; font-size: 0;}
.bandeau .link span                 { display: initial; font-size: 16px;}
}



/***** table plus *****/
.table_plus 						{ position: relative; border: 2px solid var(--second-color); border-radius: 10px; margin: 100px 0;} 
.table_plus .item:not(:last-of-type){ border-bottom: 2px solid var(--second-color);}
.table_plus .hide 					{ padding: 0 30px 25px; display: none;}
.table_plus .hide ul 				{ padding-left: 20px;}
.titre_plus 						{ position: relative; cursor: pointer; padding: 17px 80px 18px 30px; color: var(--black); font-size: 18px; font-weight: 500; margin-bottom: 0; transition: all 400ms ease-in-out;}
.titre_plus:before					{ content: url(../images/arrow_down.svg); position: absolute; line-height: 0; display: block; right: 30px; top: 50%; transition: all 400ms ease-in-out; margin-top: -5px;}
.titre_plus.active:before 			{ transform: rotate(-180deg);}

@media (max-width:1000px) {
.table_plus                         { margin: 80px 0;}
}
@media (max-width:700px) {
.table_plus 						{ margin: 20px 0 50px;} 
.table_plus .hide 					{ padding: 0 20px 30px;}
.titre_plus 						{ font-size: 15px; line-height: 20px; padding: 15px 55px 15px 20px;}
.titre_plus:before					{ right: 20px;}
}



/***** moving photos *****/
@keyframes sliding {
0%										{ transform: translateX(0);}
100% 									{ transform: translateX(-100%);}
}

.moving_gal 						    { width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: relative; text-align: center; margin-bottom: 100px;}
.moving_gal .titre_main                 { margin-bottom: 50px; text-align: left;}
.moving_gal .row						{ position: relative; z-index: 5; display: flex; overflow: hidden; gap: 20px;}
.moving_gal .row .item 					{ animation: sliding 60s linear infinite; display: flex; position: relative; z-index: 1; gap: 20px;}
.moving_gal .row .item img 				{ height: 480px; display: inline-block; vertical-align: middle; position: relative; transition: all 400ms ease-in-out; object-fit: cover; border-radius: 20px;}
.moving_gal .link                       { margin-top: 50px;}


@media (max-width: 1000px){
.moving_gal                             { margin-bottom: 80px;}
}
@media (max-width: 700px){
.moving_gal                             { margin-bottom: 50px;}
.moving_gal .titre_main                 { margin-bottom: 20px;}
.moving_gal .row .item img 				{ height: 250px; width: auto; border-radius: 10px;}
.moving_gal .link                       { margin-top: 30px;}
}



/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 85px; color: var(--white); font-size: 0; background-color: var(--black);}
.footer .bloc_footer.coordonnees    { margin-right: 105px; margin-top: 0;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; line-height: 30px; margin-right: 55px; font-size: 15px; margin-top: 55px;}
.footer .sous_titre                 { margin-bottom: 15px; font-size: 20px; text-transform: uppercase; color: var(--white);}
.footer .bloc_footer p				{ font-size: 15px;}
.footer .bloc_footer p a			{ color: var(--white); text-transform: none; display: inline-block; border: none;}
.footer .bloc_footer li a           { color: var(--white); padding-left: 20px; background: url(../images/list.svg) left center no-repeat;}
.footer .bloc_footer li             { margin-bottom: 10px;}
.footer .bloc_footer .adresse       { background: url(../images/marker.svg) 3px 5px no-repeat; line-height: 30px; padding-left: 35px; margin-top: 0;}
.footer .bloc_footer .phone         { background: url(../images/phone.svg) 3px center no-repeat; line-height: 40px; padding-left: 35px; margin-top: 0;}
.footer .bloc_footer .mail          { background: url(../images/mail.svg) left center no-repeat; line-height: 40px; padding-left: 35px;}
.footer	.rs							{ position: absolute; right: 0; top: 5px;}
.footer	.rs a						{ display: inline-block; vertical-align: top; margin-right: 10px; width: 60px; height: 60px;background: linear-gradient(to right, var(--second-color) 0%, var(--third-color) 51%, var(--second-color) 100%);background-size: 200% auto; border-radius: 50%; position: relative;}
.footer	.rs a::before               { content: ""; display: block; position: absolute; top: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat;}
.footer	.rs .facebook::before       { background-image: url(../images/facebook.svg);}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) center no-repeat var(--grey-dark); margin: 0;}
.footer	.rs .scroll::before         { background-image: url(../images/scrolltop.svg);}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 85px;}
.footer_bottom li 					{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 25px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li a 				{ color: var(--white);}
.footer_bottom li:after				{ width: 1px; height: 9px; content: ""; position: absolute; right: -13px; top: 7px; background: var(--second-color);}
.footer_bottom li:last-child:after 	{ display: none;}
.toponweb							{ display: block; z-index: 85; position: absolute; right: 0; bottom: 0; transition: bottom 400ms ease-in-out;}
.toponweb span						{ width: auto;height:60px; display: block;padding: 20px; background: var(--grey-dark);}
.toponweb img						{ width: 74px; height: auto; display: block; margin: 0 auto;}
.toponweb.show						{ bottom: 0;}

@media (min-width:1201px) {
.footer .bloc_footer p a:not(.link):hover,
.footer_bottom li a:hover,
.footer .bloc_footer li a:hover 	{ color: var(--second-color);}
.footer .rs a:hover			        { background-color:var(--white);}
.footer	.rs .scroll:hover           { background-color: var(--second-color);}
.toponweb:hover span				{ background-color: var(--second-color);}
}
@media (max-width:1200px) {
.toponweb                           { position: absolute;}
.footer .bloc_footer                { margin-right: 40px;}
}
@media (max-width:1000px) {
.footer .bloc_footer 				{ margin: 0 0 40px; display: none;}
.footer .bloc_footer.coordonnees    { display: block;}
.footer .bloc_footer p              { margin: 0;}
.footer_bottom   					{ margin-top: 80px;}
}
@media (max-width:700px) {
.footer								{ padding-top: 40px;}
.footer .logo                       { display: none;}
.footer .titre                      { font-size: 18px;}
.footer .bloc_footer.coordonnees    { margin-right: 0; margin-bottom: 20px;}
.footer .bloc_footer .mail,
.footer .bloc_footer .phone         {padding-left: 30px;}
.footer .autres                     { margin: 0 0 45px;}
.footer .autres span                { display: block; margin-bottom: 10px;}
.rs a                               { width: 50px; height: 50px;}
.footer	.rs							{ position: static; margin-top: 0;}
.footer .bloc_footer p              { font-size: 15px;}
.footer_bottom 	 					{ text-align: left; margin-top: 35px; padding: 0 0 30px;}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 25px; font-size: 11px;}
.footer_bottom li:after				{ display: none;}
}