/* Resp */
/*breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)) 
max-width : XXXpx; => zone inférieur ou égale à XXX px
min-width : XXXpx; => zone supérieure ou égale à XXX px
*/
@media (max-width: 1755px) {.nav li a {padding: 0 .5rem 0 1.5rem;} #navigation{padding:0 0}}
@media (max-width: 1545px) {
	html {font-size: 14px;}
	body.open_burger {overflow-y: hidden;}
	#header_top.transparent-header #navigation {height:auto; line-height: initial;}
	.open_burger #header_top.transparent-header #logo,.open_burger #header_top #logo {display:none;width:205px; height: auto; line-height: 80px;}
	.open_burger #header_top.transparent-header #logo-resp,.open_burger #header_top #logo-resp {display:block;width:205px; height: auto; line-height: 80px;margin:0 auto;}
	#navigation {text-align:center; z-index:65534; position:fixed; display:block; left:0; top:0; bottom:0; max-width:100%; height:100%; background:#fff; transition-duration:0.3s; -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; -o-transition-duration:0.3s; transform:translateX(-100%); -webkit-transform:translateX(-100%); -moz-transform:translateX(-100%); -o-transform:translateX(-100%);}
	.open_burger #burger {border:none;}
	.open_burger #navigation,.open_burger #header_top.transparent-header #navigation {overflow-y:auto; transition-duration:0.3s; -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; -o-transition-duration:0.3s; transform:translateX(0px); -webkit-transform:translateX(0px);-moz-transform:translateX(0px); -o-transform:translateX(0px);transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); -moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);  
		/*-webkit-animation: elastic 150ms ease 300.5ms both; animation: elastic 150ms ease 300.5ms both;*/
      }
	.open_burger #overlay-home {display: block;position:fixed; top:0; left:0; right:0; height: 100%; width: 100%; transition-duration:0.3s; -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; -o-transition-duration:0.3s; transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(100%);}
	#burger {display:block; top:0; text-align: right;}
	
@-webkit-keyframes elastic {
  0% {
    border-top-right-radius: -100%;
    border-bottom-right-radius: 100%;
  }
  45% {
    border-radius: 0;
  }
  65% {
    border-top-right-radius: 40px 20%;
    border-bottom-right-radius: 40px 20%;
  }
  80% {
    border-radius: 0;
  }
  90% {
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
  }
  100% {
    border-radius: 0;
  }
}

@keyframes elastic {
  0% {
    border-top-right-radius: -100%;
    border-bottom-right-radius: 100%;
  }
  45% {
    border-radius: 0;
  }
  65% {
    border-top-right-radius: 40px 20%;
    border-bottom-right-radius: 40px 20%;
  }
  80% {
    border-radius: 0;
  }
  90% {
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
  }
  100% {
    border-radius: 0;
  }
}

	.nav {width: 95%;height: 95%;max-height:80%;margin-top: 0;text-align: left;margin: 5% 2.5% 0 2.5%;}
	.nav li:hover ul.subs li {background:silver;} .nav ul {position:relative;top:0px;}
	.nav li:not(.social) {display: block; float:none;  margin:0 0; text-align: center; border-bottom:1px solid #dedede;}
	.nav li a, .links.selection > a {padding: 0 0; font-size:1.5rem; height:100%; line-height: normal; font-weight: 300; padding:15px 0;}/*font-size:14px;*/
	.nav li:hover > a, .links.selection > a {color:#e33884; font-size:1.5rem; font-weight: 300;}/*font-size:14px;*/
	.nav li:hover ul li a,.nav li ul li a {font-size: 13px; line-height:30px; margin:0 0;}
	.nav li:hover ul li a:focus {font-size: 13px; line-height:30px; margin:0 0; padding:0 0; background-color:#FFF; border-bottom:none;}
	.open_burger .links ul.subs.open_subs {height:auto; overflow: visible; z-index: 65535;}
	.nav ul li a,.nav ul li a:hover {border:none; padding:0 0; background:#FFF; color:#FFF; font-weight: 300; line-height: 30px;}
	.nav li:hover > a, .links.selection > a {padding:15px 0; margin:0; border-top: 0;}
	.nav li.social, div.social {display: inline-block; float: none; background-color:transparent;}
	.nav li.social a {background-position-y:-18px;}
	.nav li:hover > a::after, .links.selection > a::after {content: ''; display: none;}
	#header_top,#header_top.transparent-header {background-color:rgba(255,255,255,0); visibility: visible;opacity: 1;padding-left:0;-webkit-box-shadow: none;-moz-box-shadow:none; box-shadow:none;}
	#header_top.transparent-header nav li:not(.selection) a {color:#fff;}	
	#header_top.transparent-header nav li a.ico-level {background-image:url(grafx/ico_level.png); background-repeat:no-repeat; background-position:98% center;}
	#header_top, #header_top.transparent-header {min-height:0;}
	#box_top_header, #box_top_header span, a.btn_rdv {font-size: 11px;}
	#logo_home {position: fixed; left:3%;}
	#logo {margin-left: auto;margin-right: auto;display: block;}	
	.fullbg.stdpage {max-height: 0;}
	
/* Spécial site */
	.owl--text {top:15%; width:90%; padding-bottom:2%;}
	.fullbg {height: auto; padding-bottom: 2.5%;}
	.row.bg_bleumc.no_pb {padding:2.5% 0;}

	section {padding: 0 2% 0 2%;box-sizing: border-box;}
	.intro {padding: 0 0 50px 0; max-width: 80%;}
	.box_savoir {width: 100%; flex-wrap: wrap;}
	.row .col.box_sblanc {width: 47%; margin-bottom: 1.5rem;}
	.box_modalite .col.c6 {margin:1rem}
/* Fin spécial */

	/* Burger animé */
	.hamburger {padding: 15px 15px;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none; background-color: transparent;border: 0;margin: 0;overflow: visible; }
	.hamburger:hover {opacity: 0.7; }
	.hamburger.is-active:hover {opacity: 0.7; }
	.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {background-color: #e33884; }
	.hamburger-box {width: 40px; height: 24px; display: inline-block;position: relative; }
	.hamburger-inner {display: block;top: 50%;margin-top: -2px; }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 40px;height: 3px;background-color: #e33884;border-radius: 4px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {content: ""; display: block; }
	.hamburger-inner::before {top: -10px; }
	.hamburger-inner::after {bottom: -10px; }

	/* Spin Reverse */
	.hamburger--spin-r .hamburger-inner {transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--spin-r .hamburger-inner::before {transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
	.hamburger--spin-r .hamburger-inner::after {transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--spin-r.is-active .hamburger-inner {transform: rotate(-225deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	.hamburger--spin-r.is-active .hamburger-inner::before {top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
	.hamburger--spin-r.is-active .hamburger-inner::after {bottom: 0; transform: rotate(90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
}	
@media (max-width: 1335px) {.big_title{font-size: 60px;}}

@media (max-width: 1024px){
	.row.flex {display: block;}
	.box_modalite {display: block;}
	.box_modalite .col.c6 {margin: 1rem 1rem 1rem auto;width: 100%;}
	.bgimg {height:500px}
	.row .col.padding-text {padding: 4rem 0;}
	.big_title{font-size: 50px;line-height:50px}
	.h500 {height: auto;}
	.t_certif {font-size: 25px;}
	.txt_certif {font-size: 20px; padding-bottom: 10px;}

	.row .col.c6 {width:100%;}
	.row .col.c3 {width:50%;}
}
/* Iphone X */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
	.owl--text {top: 6%;}
	.owl--text .titre_header {font-size: 30px; text-align: center; display: block; padding-top: 2%;}
	.owl--text .titre_header br {display: none;}
	.owl--text .titre_header span {font-size: 30px; display: inline-block;}
	.owl--text .txt_header {width:100%; font-size: 15px;}
	.t_certif {font-size: 20px;}
}
/* Fin Iphone X */

@media (min-width: 768.98px) and (max-width: 992px) {}
@media (max-width: 992px) {	
	.row .col.c9 {width: 100%;}
	.row .col.c3.services_home {width:50%;}
	.services_home {height:270px;}
	.row .col.c4.portfolio {width: 50%;}
	.row #left_nav.col.c3 {width: 100%;}
	#left_nav a.devis, #left_nav a.devis:visited {margin-top: 1%;}
	#left_nav a, #left_nav a:visited {text-align: center; width: 29%;padding: 0 1%; margin: 1%; float:left;}
	.big_title {font-size: 44px;line-height:44px;}
	#formulaire.row .col.c2 {width: 0;}
	#formulaire.row .col.c8 {width: 100%;}
}	
@media (max-width: 991.98px) {
	.row .col.c6.box_news {width: 100%;border-right: solid 1px #efefef;}
	#box_blog .box_news img {width: 100%;}
	#categories .row .col.c6 {width:100%; font-size: 18px; padding-top:2%; padding-bottom:2%;}
	.btn_call_mini {padding: 1rem 0;}
	#footer #bande_ml .col.c9, #footer #bande_ml .col.c3 {width: 100%; text-align:center;}
}

@media (max-width: 768px) {
	#new_dog .chiwa{width:48%;}
	.row .col.c6 {width:100%;}
	.row .col.c3 {width:50%;}
	
	.intro {padding:0 3.5% 5% 3.5%;}
	.owl--text .titre_header {font-size: 38px; text-align: center; display: block; padding-top: 2%;}
	.owl--text .titre_header span {font-size: 35px;}
	.owl--text .txt_header {width: 100%;}
	.row .col.c12.mini_box.rotation_image .col.c3 {width:25%;}
	.texte_home {-webkit-column-count: 2; -webkit-column-gap: 15px;column-gap: 15px; -moz-column-count: 2; -moz-column-gap: 15px; column-count: 2;}
	.rotation_image img {width: 85%;}
	#box_timeline {padding-top: 75px;}
	#time_shift {display: none;}
	.timeline .dot::before {top:-80px;}
	.timeline .dot {position: unset;}
	.row #content_timeline .col.c3 {height: auto; padding-bottom: 130px;}
	.row #content_timeline .col.c3 .txt_process {font-size: 15px;}
	#last_news {margin-top: 0;}
	#last_news #box_actu {display: inline-block;}
	#last_news #box_actu .col.c4 {width: 50%;}
	#last_news .titre_actu {font-size: 18px; text-overflow:ellipsis;}
	.last_news_bg {padding-bottom: 0;}
	
	#reviews .titre_review {font-size: 45px;}
	#reviews .owl-carousel .owl-dot, #reviews .owl-carousel .owl-nav .owl-next, #reviews .owl-carousel .owl-nav .owl-prev {width: 18px; height: 18px; margin:0 10px;}

	.box_offre .row.padding_bottom {padding-bottom: 0;}
	.box_offres .col.c4 {width: 100%; margin-bottom: 20px;}
	.content_img {height: auto;}
	.content_img img {width: 100%}
	
	#portfolio .col.c4, #portfolio .col.c8 {width:100%;}
	#portfolio {display: flex; flex-direction: column;  display: -webkit-flex; -webkit-flex-direction: column;}
	#portfolio .col.c4 {order:1; -moz-order:1; -webkit-order:1;}
	#portfolio .col.c8 {order:2; -moz-order:2; -webkit-order:2;}

	#left_nav a, #left_nav a:visited {font-size: 12px;}
	#footer_content .row .col.c3 {width:33.33%;height:auto;text-align: center;margin:2% 0;}
	#footer_content .row .col.c3:first-child {width:100%;}
	#footer #footer_content {height: auto;}
}

	@media (max-width: 700px) {
		#left_nav a, #left_nav a:visited {width: 48%; box-sizing: border-box; font-size: 13px;}
		.owl--text {top:10%;}
		.owl--text .titre_header {font-size: 45px; text-align: center; display: block;}
		.owl--text .titre_header span {font-size: 30px;}
		.owl--text .txt_header {width: 100%; font-size: 16px;}
		#footer #bande_ml {font-size: 16px; line-height: 35px; height: 35px;}
		#footer #bande_ml a, #footer #bande_ml a:visited {font-size: 16px;}
		.size45 {font-size: 30px;}
	}
	@media (max-width: 675px) {
		.row .col.c3,.row .col.c3.services_home,.row .col.c4.portfolio {width:100%;}
		.row .col.c1,.row .col.c2,.row .col.c3,.row .col.c4,.row .col.c5,.row .col.c6,.row .col.c7,.row .col.c8,.row .col.c9,.row .col.c10,.row .col.c11,.row .col.c12 {width: 100%;}
		
		h1.titre {padding-bottom: 20px;font-size: 24px;}
		#left_nav {display: none;}
		#reviews .titre_review {font-size: 35px;}
		.texte_home {-webkit-column-count: 1; -webkit-column-gap: 15px;column-gap: 15px; -moz-column-count: 1; -moz-column-gap: 15px; column-count: 1;}
		#competences_home.row .col.c12.mini_box {text-align: center; margin:4% 0;}
		#competences_home.row .col.c12.mini_box.rotation_image .col.c3 {width: 100%;}
		#competences_home.row .col.c12.mini_box.rotation_image .col.c3 img {max-width: 10%;}
		#cta_footer .texte {display: block; text-align: center;}
		#cta_footer .texte .col {margin-bottom: 20px;}
		.row #content_timeline .col.c3 {height: auto; padding-bottom: 100px;}
		#last_news #box_actu .col.c4 {width: 100%;}
		#footer_content .row .col.c3 {height: auto;width:100%;}
		.t_certif {font-size: 20px; line-height: initial;}
	}

@media (max-width: 576px) {
	.owl--text .titre_header span {font-size: 35px; height:70px; line-height: 35px; vertical-align: middle; margin:15px 0 0 0;}
	.owl--text .rotate_words span.titre_header_bis div {display: block;}
	.btn_cta_header {margin-top: 5%;}
	.owl--text {box-sizing: border-box;}
	h1.titre {padding-bottom: 20px;font-size: 24px;}
	#footer_content .row .col.c3:first-child {margin-bottom: 20px;}
	div[class*="col c"] {width: 100%;}
	.size14 {font-size: 16px;}
	#cta_footer .col.c8 {font-size: 28px;}

}

@media (max-width: 375px) {
	h1.titre {padding-bottom: 20px;font-size: 24px;}
	#footer #bande_ml a, #footer #bande_ml a:visited {font-size: 13px;}

	.accordion-title {height: 50px; line-height:50px; font-size: 16px; overflow:hidden;}
}



/* Footer position relative pour écrans mini */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	#content {margin-bottom: 0;}
	#footer {max-height: unset; height: auto; position:relative; padding-bottom: 0;}
	#footer #footer_content {position:relative; height: unset;}
	#footer_content .row .col.c3:not(:first-child) {height: auto;-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
	.txt_footer a, .txt_footer a:visited {display: inline-block; margin:5px 0;}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
	#content {margin-bottom: 0;}
	#footer {max-height: unset; height: auto; position:relative; padding-bottom: 0;}
	#footer #footer_content {position:relative; height: unset;}
	#footer_content .row .col.c3 {height: auto;}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	#content {margin-bottom: 0;}
	#footer {max-height: unset; height: auto; position:relative; padding-bottom: 0;}
	#footer #footer_content {position:relative; height: unset;}
	#footer_content .row .col.c3:not(:first-child) {height: auto;-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
	.txt_footer a, .txt_footer a:visited {display: inline-block; margin:5px 0;}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
	#content {margin-bottom: 0;}
	#footer {max-height: unset; height: auto; position:relative; padding-bottom: 0;}
	#footer #footer_content {position:relative; height: unset;}
	#footer_content .row .col.c3 {height: auto;}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 747px) and (orientation : portrait) {
	#content {margin-bottom: 0;}
	#footer {max-height: unset; height: auto; position:relative; padding-bottom: 0;}
	#footer #footer_content {position:relative; height: unset;}
	#footer_content .row .col.c3:not(:first-child) {margin-top: 20px;height: auto;-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
	.txt_footer a, .txt_footer a:visited {display: inline-block; margin:5px 0;}
}
@media only screen and (min-device-width : 360px) and (max-device-width : 747px) and (orientation : landscape) {
	#content {margin-bottom: 0;}
	#footer {max-height: unset; height: auto; position:relative; padding-bottom: 0;}
	#footer #footer_content {position:relative; height: unset;}
	#footer_content .row .col.c3 {width: 33%;}
	#footer_content .row .col.c3:not(:first-child) {height: auto;-webkit-column-count: 1;-moz-column-count: 1;column-count: 1; width: 33%;}
}