/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
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;}
strong, b							{ font-weight: 500;}
ul									{ list-style-type: none;}
body								{ font: 400 14px/30px "Montserrat"; letter-spacing: 0.2px; color: #20386e; background: #fff; position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: #4585e5; position: relative;}
img									{ border: none; display: block;}
main 								{ position: relative; z-index: 10;}
#wrapper 							{ min-width: 320px; overflow: hidden; position: relative;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}

@media (max-width:600px) {
body                                { font-size: 12px;}
}
/***** scollbar *****/
::-webkit-scrollbar 				{ width: 8px; height: 8px; background-color: #eee;}
::-webkit-scrollbar-thumb			{ background-color: #4585e5;}
p:last-child                        { margin: 0;}
/***** transition *****/
@media (min-width:1201px) {
.link, .slick-arrow, :before, :after, a, a span, .sub { transition: all 400ms ease-in-out;}
}


/***** class *****/
.wrapper 							{ width: 90vw; min-width: 1080px; max-width: 1200px; margin: 0 auto; position: relative;}
.clear								{ clear: both; display: block;}
.titre_main	 						{ font: 300 40px/50px "Montserrat"; position: relative; margin-bottom: 15px; color: #20386e; text-transform: uppercase;}
.titre_main span    		        { font: 700 40px/50px "Montserrat";display: block; }
.sous_titre 						{ font: 400 25px/40px "Montserrat"; position: relative; margin-bottom: 20px; color: #fff;}
.chapo		 						{ font: 400 15px/32px "Montserrat";}
.link 								{ font: 500 12px/60px "Montserrat"; letter-spacing: 1px; height: 60px; border: none; display: inline-block; vertical-align: middle; color: #fff; padding: 0 30px; background: linear-gradient(to top, #4585e5 0%, #4585e5 50%, #20386e 50%, #20386e 100%); background-size: 100% 200%; background-position: 0 100%; cursor: pointer; border-radius: 5px;}
.link.white 						{ background: linear-gradient(to top, #4585e5 0%, #4585e5 50%, #ffffff 50%, #ffffff 100%); background-size: 100% 200%; background-position: 0 100%;}
.tel 								{ font: 500 15px/60px "Montserrat"; border: none; color: #fff;}
.tel:before                         { content:url(../images/tel.svg); display: inline-block; vertical-align: middle; margin-right: 15px; position: relative;top: -2px; line-height: 0;}
.chapo a                            { color: #4585e5; border-bottom: 1px solid transparent; padding-bottom: 5px;}

.hide      { display: none;}
.read_more,
.read_less { cursor: pointer;}

@media (min-width:1201px) {
.chapo a:hover                      { border-color: #4585e5;}
.tel:hover,
.link:hover 						{ background-position: 0 0; color: #ffffff;}
.link.white:hover 					{ background-position: 0 0; color: #20386e;}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
.titre_main	 						{ font-size: 35px; line-height: 45px;}
}
@media (max-width:1000px) {
.wrapper 							{ max-width:750px;}
}
@media (max-width:600px) {
.wrapper 							{ width: 85vw;}
.titre_main	 						{ font-size: 20px; line-height: 30px;}
.titre_main	span        			{ font-size: 20px; line-height: 30px;}
.sous_titre							{ font-size: 20px; line-height: 30px;}
.link                               { line-height: 50px; height: 50px;}
}


/***** header et menu *****/
.header 							{ width: 100%; background: #20386e; font-size: 0; line-height: 0; text-align: right; position: fixed; left: 0; top: 0; z-index: 100; transition: all 400ms ease-in-out;}
.header .logo						{ width: 240px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 90;}
.header .logo img					{ width: 100%; height: auto;}
.header_right 						{ display: inline-block; vertical-align: middle; position: relative; z-index: 120; margin-left: 50px;}
.header_right .link					{ text-align: center;}
.header_nav							{ display: inline-block; vertical-align: middle; z-index: 50;}
.header_nav .menu					{ position: relative;}	
.header_nav .menu li				{ display: inline-block; vertical-align: middle; position: relative; margin-left: 35px;}	
.header_nav .menu li a				{ font: 500 12px/150px "Montserrat"; text-transform: uppercase; letter-spacing: 1px; height: 150px; display: block; transition-property: all; color: #fff;}
.header_nav .menu>li.active>a 		{ color: #5890e5;}
.header_nav .sub					{ width: 285px; text-align: center; position: absolute; top: calc(100% - 30px); left: 50%; margin-left: -142px; display: block; visibility: hidden; opacity: 0; background: #4585e5;}
.header_nav .sub.sized				{ width: 280px; margin-left: -140px;}
.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; font: 400 14px/50px "Montserrat"; text-transform: inherit; letter-spacing: 0.2px; height: 50px; color: #fff;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.header_nav .menu .sub li.active a	{ background-color: #20386e;}

.sticky .header 					{ box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);}

@media (min-width:1201px) {
.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header_nav .sub 					{ display: block !important;}
.sticky .header_nav .sub 		    { top: 100%;}
.header_nav .menu>li:hover>a        { color: #5890e5;}
.header_nav .sub li a:hover			{ background-color: #20386e;}
.sticky .header .logo			    { transform: scale(0.5) translateY(-50%); transform-origin: left top;}
.sticky .header_nav .menu>li>a		{ line-height: 80px; height: 80px;}
}
@media (max-width:1200px) {
.menu_mobile						{ width: 60px; height: 60px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; margin: 15px -15px; transition: margin 400ms ease-in-out;}
.menu_mobile div					{ width: 30px; height: 2px; background: #fff; position: absolute; right: 50%; top: 50%; margin: -1px -15px 0 0;}
.menu_mobile div:before				{ width: 100%; height: 2px; background: #fff; position: absolute; right: 0; top: 8px; content: "";}
.menu_mobile div:after				{ width: 100%; height: 2px; background: #fff; position: absolute; right: 0; top: -8px; 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 							{ height: 90px; transition: box-shadow 400ms ease-in-out, height 400ms ease-in-out 400ms;}
.header .logo						{ top: 20px; transform: none; z-index: 121; width: 160px;}
.header_right 						{ margin: 0;}
.header_right .link					{ margin-right: 40px;}

.header_nav 	  					{ width: 100%; height: 100vh; padding: 0; position: fixed; right: 100%; top :0; overflow-y: scroll; display: grid; z-index: 100; padding-top: 80px; transition: 0ms ease-in-out 400ms;}
.header_nav::-webkit-scrollbar		{ display: none;}
.header_nav .menu  					{ width: 100%; text-align: center; padding: 5vw; position: relative; z-index: 100;  align-self: center; opacity: 0; transform: translateY(40px); transition: all 400ms ease-in-out 0ms;}
.header_nav .menu li 				{ width: 100%; display: block; margin: 0;}
.header_nav .menu li a				{ font-size: 16px; line-height: 54px; ; height: 50px;}
.header_nav .menu li i				{ width: 100%; height: 50px; position: absolute; left: 0; top: 0;}
.header_nav .menu li i:after		{ width: 10px; height: 10px; transform: rotate(45deg); position: absolute; left: 50%; bottom: -20px; margin-left: -5px; opacity: 0; transition: all 300ms ease-in-out; background: #5890e5; content: "";}
.header_nav .menu li i.active:after	{ opacity: 1;}
.header_nav .menu .sub 				{ width: auto; visibility: visible; position: relative; left: auto; top: auto; padding: 25px 0; margin: 15px 0; opacity: 1; display: none;}
.header_nav .menu .sub li a			{ font-size: 16px; line-height: 42px; height: 40px;}

/* active menu mobile */
.header.active 						{ height: 100vh; transition-delay: 0ms;}
.header_nav.active					{ right: 0; transition-delay: 0ms;}
.header_nav.active .menu			{ opacity: 1; transform: translateY(0); transition-delay: 400ms;}
}
@media (max-width:600px) {
.header_right .link					{ width: 40px; height: 40px; font-size: 0; background: url("../images/tel.svg") 50% #4585e5 no-repeat; margin-right:30px; padding: 0;}
.header_nav .menu>li>a				{ font-size: 14px; line-height: 50px; ; height: 50px;}
.header_nav .menu li i				{ height: 50px;}
}
@media (max-width:350px) {
.header .logo						{ width: 150px;}
}


/***** bandeau téléphone *****/
.devis  						    { background: #20386e; font: 400 18px/30px "Montserrat"; color: #fff; display: block; text-align: center; padding: 60px 40px 60px 40px;}
.devis p a                            { color: #4585e5; border-bottom: 1px solid transparent; display: inline-block;}

@media (min-width:1201px) {
.devis p a:hover                      { border-color: #4585e5;}
}

@media (max-width:1000px) {
}
@media (max-width:600px) {
.devis                              { font-size: 15px; padding: 25px 0;}
.devis p                            { max-width: 290px; margin: auto;}
}


/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 85px; background: #20386e; color: #fff; font-size: 0;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; margin-right: 100px; line-height: 30px;}
.footer .tel:before                 { display: none;}
.footer .bloc_footer.last			{ margin-right: 0; margin-top: 40px;}
.footer .bloc_footer p				{ font-size: 14px; margin-top: 10px;}
.footer .bloc_footer p b			{ display: block; font: 400 20px/30px "Montserrat"; color: #fff; margin-bottom: 5px;}
.footer .bloc_footer p .tel         { background: url(../images/tel.svg) left center no-repeat;}
.footer .bloc_footer p .mail        { color: #4585e5;}
.footer .bloc_footer p span			{ display: inline-block;}
.footer .bloc_footer ul				{ margin-top: 5px; display: inline-block;vertical-align: top; margin-right: 40px;}
.footer .bloc_footer li a			{ font-size: 14px; color: #fff; margin-top: 3px; background:url(../images/list_footer.svg) 0 48% no-repeat; padding-left: 25px; display: inline-block;}
.footer	.rs							{ position: absolute; right: 0; top: 15px;}
.footer	.rs a						{ width: 60px; height: 60px; display: inline-block; vertical-align: top; border-radius: 50%; margin-right: 10px;}
.footer	.rs .facebook			    { background: url(../images/facebook_white.svg) 50% no-repeat #4585e5;}
.footer	.rs .scroll					{ background: url(../images/scrolltop_white.svg) 50% 46% no-repeat #4585e5; margin: 0;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 100px;}
.footer_bottom li 					{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 25px; letter-spacing: 0.2px; position: relative;}
.footer_bottom li a 				{ color: #fff;}
.footer_bottom li:after				{ width: 1px; height: 9px; content: ""; position: absolute; right: -15px; top: 5px; background: #4585e5;}
.footer_bottom li:last-child:after 	{ display: none;}
.toponweb							{ display: block; z-index: 85; position: fixed; right: 0; bottom: -65px; transition: bottom 400ms ease-in-out;}
.toponweb span						{ width: auto; height: 60px; display: block; padding: 20px; background: linear-gradient(to left, #4585e5 0%, #4585e5 50%, #20386e 50%, #20386e 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 74px; height: auto; display: block; margin: 0 auto;}
.toponweb.show						{ bottom: 0;}
.footer .group_link                 { margin-top: 30px;}
.footer .group_link .link:not(:last-child){ margin-right: 10px;}
@media (min-width:1201px) {
.footer .bloc_footer p a:hover,
.footer .bloc_footer li a:hover,
.footer_bottom li a:hover			{ color: #4585e5;}
.footer .bloc_footer p .mail:hover  { color: #fff;}
.footer	.rs .scroll:hover			{ background-color: #fff; background-image: url(../images/scrolltop.svg);}
.footer	.rs .facebook:hover			{ background-color: #fff; background-image: url(../images/facebook.svg);}
.toponweb:hover span				{ background-position: 0 0;}
}
@media (max-width:1200px) {
.footer .bloc_footer 				{ margin-right: 80px;}
.footer .bloc_footer.last			{ display: none;}
.toponweb                           { position: absolute;}
}
@media (max-width:1000px) {
.footer .bloc_footer 				{ display: block; margin: 0;}
.footer .bloc_footer p              { margin: 0 0 10px;}
.footer_bottom   					{ margin-top: 80px;}
}
@media (max-width:600px) {
.footer								{ padding-top: 50px;}
.footer .rs                         { top: 5px;}
.footer	.rs a                       { width: 50px; height: 50px;}
.footer .bloc_footer 				{ margin: 0;}
.footer .bloc_footer p b			{ font-size: 20px; line-height: 30px; margin-bottom: 10px;}
.footer .bloc_footer p  			{ font-size: 12px;}
.footer_bottom 	 					{ text-align: left; margin-top: 40px; padding: 0 0 30px 0;}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 28px; font-size: 11px;}
.footer_bottom li:after				{ display: none;}
}
@media (max-width:350px) {
.footer .logo						{ width: 150px;}
}




