@charset "utf-8";
/* CSS Document */

body{
	margin:auto;

	font-size:14px;
	font-family: 'Raleway', sans-serif;
	
}
.arr{
	background:url(images/01-page-entree/ORCO-maquette-site_03-fond.png) no-repeat center;
	background-size: cover;
}
img{
max-width:100%;
height: auto;
}
.gras_bleu{
	color:#0a5e6b;
	font-weight:bold;

}
#entete{
	max-width:80%;
	text-align:left;
}
#entete2{
	max-width:80%;
	text-align:center;
}
.audit{
	width: 50%;
}
.blanc{
	color:#FFF;
}
.titre_rub{
	color:#038a85;
	font-size:36px;
	font-weight:bold;
	text-align:center;
}
.stitre_rub{
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#entete_accueil{
	width:100%;
	height:120px;

	padding-top:15px;
}
#logo{
	width:30%;
	float:left;
	padding-left:10%;
}

* {
    box-sizing: border-box;
    outline: none;
}
.box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.box_cont{
	width:526px;
	height:289px;

}
header {
    text-transform: uppercase;
	float:right;
    padding: 16px 0 16px 32px;
    font-size: 15px;
	display: block;
	vertical-align: baseline;
	
	width:70%;
}
header_bis {
    text-transform: uppercase;
	
    
    font-size: 20px;
	display: block;
	vertical-align: baseline;
	
	
}
nav {
    display: inline-block;
    line-height: 10px;
    vertical-align: top;
	display: inline-block;
	text-align:left;
	margin-right:5%;
}
nav ul{
	vertical-align: top;
}
li {
    margin-left: 32px;
	display: inline-block;
}
nav li {
    margin-left: 0px;
	display: inline-block;
	margin-left: 32px;
}
/* partie positionnement et déco */
/*#menu_inf a { 
	display:block; 
	color: #000; 
	text-decoration:none;
}*/
#menu_inf > li,
#menu_inf > li li {
	position: relative;
	display:inline-block;
	width: 200px;
	padding: 6px 15px;
}
#menu_inf > li li {
	width: 500px;
	padding-top:15px;
	border-bottom: 1px solid #8b9090;
}
#menu_inf > li li { background: transparent none; }
#menu_inf > li li a { 
	color: #2a9fa9;
	font-size:0.7em;
}
#menu_inf > li li:hover { background:#bae0e3; }


/* (presque) fin de la partie positionnement/déco */
/* dans cette déclaration, on fixe le max-height */
#menu_inf ul {
	position: absolute;
	top: 2em; left: 0;
	max-height:0em;	
	margin: 0; padding: 0;
	background-color: #fff;
	
	overflow: hidden;
	transition: 1s max-height 0.3s;
	border-radius: 0 0 8px 8px;
}
/* ici on change la valeur de max-height au :hover */
#menu_inf > li:hover ul {
	/* à adapter, le minimum est le meilleur mais voyez large 😉 */
	max-height: 13em;
}
.inf:hover{
	border:solid #000 1px;
}
.info:hover{
	background:url(images/01-page-entree/maquette-entree-hover-menu-informatique.png) no-repeat bottom;
}
.com:hover{
	background:url(images/01-page-entree/maquette-entree-hover-menu-communication.png) no-repeat bottom;
}
li a, .button {
    text-decoration: none;
    color: #29235d;
}
#menu, #menu-content {
    display: inline;
	margin: 0;
padding: 0;
border: 0;
}

#menu-button {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 40px;
    vertical-align: top;
    padding: 0;
    line-height: 47px;
    float: right;
    margin-right: 32px;
	margin-top: 15px;
	color:#29235d;
}

#menu-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#menu-sidebar {
    display: none;
    position: fixed;
    width: 85%;
    z-index: 100;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
	color:#fff;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}
#menu-sidebar li {
    display: block;
	color:#fff;
}
#menu-sidebar li a{
    
	color:#fff;
	font-size:12px;
}


#menu-sidebar-body li:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 16px;
    width: 24px;
    height: 24px;
}
#menu-sidebar-body li:first-child:before {
    background-image: url(../images/icons/discover.svg);
}
#menu-sidebar-body li:nth-child(2):before {
    background-image: url(../images/icons/how.svg);
}
#menu-sidebar-body li:nth-child(3):before {
    background-image: url(../images/icons/about.svg);
}
#menu-sidebar-body li:last-child:before {
    background-image: url(../images/icons/qna.svg);
}
#menu-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}
#banniere{
width:100%;
}
#contenu{
	width:100%;
	padding-left:0px;
	text-align:left;
	margin-top:5px;
	font-size:16px;
	text-align:center;
	
	
}
#contenu2{
	width:80%;
	background-color:#FFFFFF;
	color:#666;
	font-size:16px;
	text-align:left;
	
	
}
.titre_accueil{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding-top:5%;
}
.stitre{
	color:#636b99;
}
#texte{
	width:80%;
	text-align:left;
}
.bloc1{
	float:right;
	margin-left:10px;
	background:url(images/01-page-entree/maquette-entree-bloc-informatique.png) center center no-repeat;
	width:700px;
	height:429px;
	text-align:left;
	padding-left:60px;
	font-size:20px;
	
}

.bloc2{
	float:left;
	background:url(images/01-page-entree/maquette-entree-bloc-communication.png) center center no-repeat;
	width:700px;
	height:429px;
	text-align:left;
	padding-left:150px;
	font-size:20px;

}
.container_bloc{
	display:flex;
	justify-content:center;
	align-items:center;
	width:70%;
}
.container_bloc div{
	margin: auto;
}
.contact_info{
	background-color:#FFF;
	width:700px;
	padding-top:10px;
}
.text_bandeau2{
		text-align:justify;
		color:#000;
		line-height:30px;
		
}
.bloc_info1{
	color: #fff;
    padding: 15px;
    margin: auto;
    background:#0a5e6b;
	text-align:left;
	line-height:40px;
	
}

.bloc_info2{

	color: #fff;
    padding: 15px;
    margin: auto;
    background:#1b98a3;
	text-align:left;
	line-height:40px;
}
/**
 * ZOOM IMAGE EFFECT ON HOVER // wpRock.fr
 */
 .wprock-img-zoom-hover{
	 width:50%;
	 float:left;
 }
.wprock-img-zoom-hover2{
	 width:50%;
	 float:left;
 }
.wprock-img-zoom-hover2 .wprock-img-zoom {

    position: relative; 
	width:50%px;;
	
}
.wprock-img-zoom-hover2 .wprock-img-zoom div.bloc1{
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.wprock-img-zoom-hover2 .wprock-img-zoom div.bloc2{
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.wprock-img-zoom-hover2 .wprock-img-zoom * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.wprock-img-zoom-hover2:hover .wprock-img-zoom div.bloc1{
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.wprock-img-zoom-hover2:hover .wprock-img-zoom div.bloc2{
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}   



.wprock-img-zoom-hover .wprock-img-zoom {

    position: relative; 
	width:100%;
	
}
.wprock-img-zoom-hover .wprock-img-zoom div.bloc1{
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.wprock-img-zoom-hover .wprock-img-zoom div.bloc2{
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.wprock-img-zoom-hover .wprock-img-zoom * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.wprock-img-zoom-hover:hover .wprock-img-zoom div.bloc1{
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.wprock-img-zoom-hover:hover .wprock-img-zoom div.bloc2{
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
#footer{
	

	width:100%;
	height:50px;
	background-color:#FFF;
	font-size:16px;
	
}
#footer2{

	background-color:#fff;
	
}
#footer_info{

	margin-top:30px;
	color:#FFF;
	background-color:#042d33;
	bottom:0px;
	width:100%;
	height:50px;
	position:absolute;
	
}
#footer_com{

	margin-top:30px;
	color:#FFF;
	background-color:#191918;
	bottom:0px;
	width:100%;
	height:50px;
	position:absolute;
	
}
a{
	text-decoration:none;

}
.formu{
	
	margin:60px auto 0;
	padding:20px;
	width:33%;
	background-color:#3b444b;
	color:#FFFFFF;
	border-radius: 5px 10px 0 5px;
}

.q{
	cursor:pointer;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:5px;
	width:500px;
}
label{
	cursor:pointer;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:5px;
	width:200px;
}
form p:hover label{
	color:#0459b7;
}
form p:hover label:after{
	content:" »";
}
.formu2 input[type=text]{
	width:200px;
}
input[type=text],
input[type=password]
textarea{
	background-color:#e7e7e7;
	border:1px solid #aaa;
	color:#999;

	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;

}
.grande_case{
	width:200px;
}
input[type=text]:focus,
input[type=password]:focus
textarea:focus{

	background-color:#e7e7e
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none; /* Pour enlever le contour jaune lorsque l'on sélectionne un input dans Chrome */
}
textarea{
	width:100%;
	height:250px;
	background-color:#e7e7e
}
select{
	cursor:pointer;
	padding:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
}
select:active,
select:focus{
	border:1px solid #093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none;
}
#test{
    animation: Test 1s infinite;
}
.gauche{
	float:left;
	width:35%;
	text-align:right;
	vertical-align:top;
}
.droite{
	float:left;
text-align: right;
	width:60%
}
/*********************souris*********/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
.bleu_info{
	color:#0a5e6b;
}

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	padding-top: 30px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #000;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #000;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
/***********************************/
mark {
  background-color: #fece17;
  color: black;
}
mark2{
  background-color: #fff;
  color: black;
  height:60px;
}
.titre{
	background:url(images/orco_com/images/bandeau2-bande-jaune-titre.png) no-repeat bottom;
	font-size:36px;
	color:#000;
	
}
.titre2{
	background:url(images/orco_com/images/bandeau2-bande-blanc-titre.png) no-repeat bottom;
	font-size:36px;
	color:#000;
	
}
#header{
		position:fixed;
		height: 150px;
		display:block;
		width: 100%;
		background: #fff;
		z-index:9;

		color: #333;
		padding: 20px 0 0 0;
	}

	#header{
		top:0px;
	}
	
.bloc_contact{
	background-color:#FFF;
	font-family: 'Raleway', sans-serif;
	width:600px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
box-shadow: 8px 8px 12px #aaa;
margin-left:300px;
}

@keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
/* Mise en place des diffÃ©rentes parties / slides */
#slide1, #slide2, #slide3 ,#slide4,#slide5,#slide6{
	height: 900px;
	padding-top:10px;
	padding-left:5px;
	

}


#slide2 {
	background:url(images/orco_com/images/bandeau1-fond.png);
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
}
#slide3{
	background-color:#fff;
}
#slide4{
	background:url(images/01-page-entree/maquette-entree-image-fond.png);
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
}
#slide5{
	background:url(images/orco_com/images/fond_5.png);
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
}
#slide6{
	background:url(images/orco_com/images/contact_fond.png);
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
}
/****************/

/* Gestion du contenu */
.slide_inside {
	width: 980px;
	margin: 0 auto;
}

#slide1  .slide_inside {
	text-align:center;
	width: 100%;
}
#slide2  .slide_inside {
	text-align:center;
	width: 100%;
}
#slide2 .slide_inside p {
	
	text-align:center;
	color:#FFF;
	font-size:24px;
}

#slide3 .slide_inside {
	
	text-align:center;
	width: 100%;
}

#slide4 .slide_inside {
	
	text-align:center;
	width: 100%;
}
#slide5 .slide_inside {
	
	text-align:center;
	width: 100%;
	font-size:24px;
}

#slide5 .slide_inside p {
	width: 60%;
	text-align:justify;
}


#slide6 .slide_inside {
	
	text-align:center;
	width: 100%;
	font-size:18px;
}

#slide6 .slide_inside p {
	width: 60%;
	text-align:justify;
}
.wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }

.inner {

  margin: auto;
  padding-top: 0px;
  padding-bottom: 8px;
}
  .inner h3 {
    text-transform: uppercase;
    font-size: 22px;

    text-align: center;
    margin-bottom: 32px;
    color: #333;
    letter-spacing: 2px; }

form {
  width: 100%;
  padding-left: 45px; }

.form-group {
  display: flex; }
  .form-group .form-wrapper {
    width: 50%; }
    .form-group .form-wrapper:first-child {
      margin-right: 50px; }

.form-wrapper {
  margin-bottom: 6px; }
  .form-wrapper label {
    margin-bottom: 9px;
    display: block; }

.form-control {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;

  background: none; }
  .form-control:focus {
    border: 1px solid #ae3c33; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px; }
  select option[value=""][disabled] {
    display: none; }


.contact_info button {
  border: none;
  width: 152px;
  height: 40px;
  margin: auto;
  margin-top: 29px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #1b98a3;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;

  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .contact_info button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #bfbcbb;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .contact_info button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }










button {
  border: none;
  width: 152px;
  height: 40px;
  margin: auto;
  margin-top: 29px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ff4900;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;

  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f3f3f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.checkbox {
  position: relative; }
  .checkbox label {
    padding-left: 22px;
    cursor: pointer; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;

  color: #000;
  font-size: 10px;
  font-weight: bolder; }
  .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b'; }
	
.child-page-listing{
	width:30%;
	margin-top:5px;
}
	.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1em;
}

.galerie{
	background-color:#FFF;
	color:#333;
	font-size:0.5em;
	font-style:italic;
	width:70%;
}
/* hover styles */
.location-listing {
  position: relative;
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.location-title {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(274,208,0,0.7);
  color: white;
  
  /* position the text in t' middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-listing:hover .location-title {
  opacity: 1;
}

.location-listing:hover .location-image img {
  filter: blur(2px);
}


/* for touch screen devices */
@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
    filter: blur(2px);
  }
}
@media screen and (max-width: 1024px) {
    #contenu{
		width:100%;
		padding-left:0px;
	}
	h1 {
        font-size: 42px;
        line-height: 56px;
    }

    #menu-content {
        display: none;
    }

    #menu-button, #menu-sidebar,
    .menu-activated #menu-overlay {
        display: block;
    }

    .menu-activated #menu-sidebar {
        transform: translateX(0);
    }
	
	.formu{
		width:100%;
	}
}
@media (min-width: 858px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 780px) {
   body  {
        font-size: 18px;
    }
}

@media (min-width: 702px) {
    body  {
        font-size: 18px;
    }
}

@media (min-width: 724px) {
    body  {
        font-size: 18px;
    }
}

@media (max-width: 623px) {
    body  {
        font-size: 10px;
    }
}