/* MOBILE FIRST */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}


body{
	font-family: var(--fontFamily);
	font-size: var(--textSize);
	line-height: 1.3;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	/*text-decoration: underline;*/
}

p{
	margin-bottom: 1rem;
}

li.active a{
	text-decoration: underline;
}

img{
	width: 100%;
}

h3{
	font-size: 2rem;
	margin-bottom: 5px;
}

h4{
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1rem;
}

main{
	margin-bottom: 150px;
}

/* fade entre les pages */
#fade{
  opacity: 0;
  transition: opacity 1s ease-out;
}

#fade.loaded{
  opacity: 1;
}

select{
	background: #FFF;
	border: 1px solid #000;
	width: 150px;
}

.glightbox-clean .gslide-title{
	font-family: var(--fontFamily);
	font-weight: 600;
	line-height: 1.2;
}

.show-for-small-only{
	display: block;
}

.hide-for-small-only{
	display: none;
}

/* ---- H E A D E R -----*/
header{
	position: fixed;
	width: calc(100% - 30px);
	top:0;
	left:0;
	right: 0;
	padding: 15px;
	z-index: 1000;
	font-size: var(--menuSize);
}

header.row{
	margin:0;
}

header .site__logo{
	width: 105px;
}

._dodocLogo {
  --color1: var(--c-bleuvert);
  --color2: var(--c-orange);
}

header nav{
	/*text-transform: uppercase;*/
	max-height: 0;
	overflow: hidden;
	margin: 0;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	font-weight: normal;
	transition: max-height 0.5s linear;
}

header nav.row{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

header nav.active {
	max-height: 100vh;
	overflow: auto; 
}

header nav ul.row{
	margin-left: 10px;
	margin-right: 0;
}

header nav ul li{
	width: 100%;
}

header .mobile__menu_btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  height: 24px;
  width: 24px; 
}

header .mobile__menu_btn span {
  display: block;
  background: #000;
  height: 2px;
  width: 26px;
  position: absolute;
  transition: all 0.5s ease;
}

header .mobile__menu_btn span:nth-child(1) { top: 0px; }
header .mobile__menu_btn span:nth-child(2) { top: 8px; }
header .mobile__menu_btn span:nth-child(3) { top: 16px; }
header .mobile__menu_btn .transparent { opacity: 0; }

header .mobile__menu_btn .rotate-top {
  -ms-transform: rotate(45deg);
  transform: rotatez(45deg);
  -webkit-transform-origin: 0%;
  left: 2px; 
}

header .mobile__menu_btn .rotate-bottom {
  -ms-transform: rotate(-45deg);
  transform: rotatez(-45deg);
  -webkit-transform-origin: 15%; 
}


/* ----- G É N É R A L -------- */

.btn{
	text-transform: uppercase;
	padding: 10px 10px;
	border-radius: 10px;
  position: relative;
  display: inline-block;
  font-size: 1rem;
}


.btn_rouge{
	background: var(--c-rouge);
	color: #FFF;
}

.btn_rouge:hover{
	background-color: var(--c-rouge_fonce);
	text-decoration: none;
}

.cards{
	padding: 30px 20px;
	margin:0;
}

.cards .card_text{
	font-size: 1rem;
}

/* ----- H O M E -------- */

.home > section{
	margin: 30px;
}

section.introduction{
	height: 88vh;
  max-height: 90rem;
  min-height: 60rem;
}

section.introduction .introduction_text{
	position: relative;
  padding-top: 61px;
  padding-bottom: 2rem;
  display: flex;
  height: 100%;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

section.introduction .introduction_text .introduction_inner{
	max-width: 40rem;
	margin-top: 7.5rem;
}

section.introduction .introduction_text .headline{
	max-width: 40rem;
	font-size: 3rem;
  line-height: 1.1;
}

.introduction_btn{
	margin-top: 2rem;
}

section.introduction .introduction_images{
	position: relative;
}

section.introduction .introduction_images picture{
	position: absolute;
	border: 5px solid var(--c-gris_fonce);
	border-radius: 10px;
	width: 80%;
}

section.introduction .introduction_images picture:nth-child(1){
	top: 0vh;
	left:15%;
}

section.introduction .introduction_images picture:nth-child(2){
	top: 15vh;
	left:-10%;
}

section.introduction .introduction_images picture:nth-child(3){
	top: 40vh;
	left:10%;
}

section.description {
	background: var(--c-gris_clair);
	margin: 0;
	font-size: 2rem;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

section.steps{
	font-size: 1.1rem;
	min-height: 48rem;
}

section.steps > div{
  padding-bottom: 2.7rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

section.steps h3{
	font-size: 2rem;
	margin-bottom: 5rem;
}

section.steps .icon{
	display: inline-block;
	width: 45px;
	margin-right: 20px;
	vertical-align: middle;
}

section.steps picture{
	border: 5px solid var(--c-gris_fonce);
	border-radius: 10px;
}

section.steps .step_text{
	margin-top: auto;
	margin-bottom: 1rem;
}

section.highlight{
	margin:0;
	font-size: 1rem;
	border-top: 1px solid var(--c-gris_fonce);
	border-bottom: 1px solid var(--c-gris_fonce);
}

section.highlight .highlight_el{
	min-height: 45vh;
	margin:0;
}

section.highlight .highlight_el:nth-child(even){
	flex-direction: row-reverse;
}

section.highlight .highlight_content{
	padding: 25px 34px;
	display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.highlight h3{
	font-size: 2rem;
	margin-bottom: 5rem;
}

section.highlight .highlight_text{
	margin-top: auto;
	width: 80%;
}

.highlight_color_jaune { background: var(--c-orange); }
.highlight_color_vert { background: var(--c-bleuvert); }
.highlight_color_bleu { background: var(--c-bleu); }
.highlight_color_rouge { background: var(--c-rouge); }

section.exemples{
	margin-left: 0;
	margin-right: 0;
}

section.exemples h3{
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	padding-left: 30px;
}








