/*
Theme Name: SDR Coaching
Author: Sophie De Ridder
Author URI: http://pm-vial.com/
Description: Theme pour site de coaching
License: GNU General Public License v2
Text Domain: sdr_coaching
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 3, 2019 */



@font-face {
    font-family: 'indie_flower';
    src: url('fonts/indieflower-webfont.woff2') format('woff2'),
         url('fonts/indieflower-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'josefin_sans';
    src: url('fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'josefin_sans';
    src: url('fonts/josefinsans-light-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'josefin_sans';
    src: url('fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'josefin_sans';
    src: url('fonts/josefinsans-semibold-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}




@font-face {
    font-family: 'josefin_sans';
    src: url('fonts/josefinsans-thin-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 11, 2019 */



@font-face {
    font-family: 'arsenal';
    src: url('fonts/arsenal-bold-webfont.woff2') format('woff2'),
         url('fonts/arsenal-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'arsenal';
    src: url('fonts/arsenal-regular-webfont.woff2') format('woff2'),
         url('fonts/arsenal-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}



/*@font-face {
    font-family: 'fa';
    src: url('fonts/fa-regular-400.woff2') format('woff2'),
         url('fonts/fa-regular-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'fas';
    src: url('fonts/fa-solid-900.woff2') format('woff2'),
         url('fonts/fa-solid-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}*/




@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}


@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

body {
	background-color:#fff;
	font-family: open_sans, josefin_sans, arsenal, indie_flower, fas, fa;
}

/*box-sizing pour eviter que le padding ne change la taille de la boite.*/

*{
	box-sizing: border-box;
}
/*pour centrer la page*/

#main {
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top:160px;
}

header{
	max-width:1024px;
	position:fixed;
	background-color:#fff;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}

.img_logo{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

p{
	font-family:arsenal;
	line-height:1.5em;
	padding-bottom:20px;
	font-size:18px;
}

i{
	color:#8bace1;
}

main section{
	margin-bottom:30px;
}

.section5{
	margin-bottom:0px;
}

.menu {
	display:flex;
	justify-content:space-around; 
	background-color:#303b62;
	padding:15px;
	padding-top:15px;
	position:relative;
}


.menu li a:hover, .menu li.current-menu-item a{
	font-weight:400;
	border-top: 2px solid #fff;

}

.menu li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

.#menu-menu-principal-1 .menu-item-94{
	color:#8bace1;
}

.desktop-nav{
	border-bottom:4px solid #8bace1;

}


.sub-menu{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.sub-menu link:hover a{
	color:black;

}

/*menu mobile*/
.burger-button{
	position:absolute;
	top: 10px;
	left: 400px;
	color:white;
	border-color:white;
}

#aside-menu.hidden{
	margin-left:-350px;
}

#aside-menu{
	z-index:1;
	position:fixed;
	width:350px;
	height:100%;
	left:0px;
	color:#fff;
	background-color:#303b62;
	transition:0.2s;
	padding-top:100px;
}

.aside_menu_style a{
	text-decoration:none;
	text-transform:uppercase;
	font-style:open_sans;
	color:#fff; 
	display:block;
	margin:20px;
	padding:5px;

}

.aside_menu_style li a:hover{
	border-top: 2px solid #fff;
 

}

.logo_small{
	width:30%;
	color:#fff;
}

/*GO TO TOP BUTTON*/

#gototop-button{
	position:fixed;
	bottom:15px;
	right:15px;
	width:64px;
	height:64px;
	opacity:1;
	color:#303b62;
	border-color:#303b62;
	font-size:30px;
	padding-bottom:50px;
	z-index:50;
}

#gototop-button.hidden{
	opacity:0;
}

#gototop-button:hover{
	color:white;
	background-color:#303b62;
	border-color: #303b62;
}

/*hamburger button*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*.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: #000; }

.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: 4px;
    background-color: #000;
    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; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/

.logo{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: auto; 
}

.logo img{
	width: 30%;
	transition:.8s;
}
/*logo se retrecit sur scroll*/
.logo.shrink img {
	width:20%;
	
}


strong {
	font-weight:700;
}

cite{
	font-family:arsenal;
}

h1{
	text-transform:uppercase;
	font-size:28px;
	color:#fff;
	background-color:#303b62;
	padding:10px;
	width:829px;
	padding-left:20px;
	padding-right: 20px
	
}

.h1_special{
	width:1024px;
	position:relative;
	height:56px;
	padding:0px;
}

h1 span{
	display:inline-block;
	padding:15px;
	color:#303b62;
	background-color: white;
	text-align: center;
	padding-left:50px;
	padding-right:50px;

}

#span_accueil{
	margin-left:345px;
}

#span_coaching{
	margin-left:186px;
}

#span_services{
	margin-left:280px;
}

#span_contact{
	margin-left:173px;
}


h2{
	text-transform:uppercase;
	font-size:28px;
	color:#303b62;
	margin-bottom:30px;
}

h3{
	text-transform:uppercase;
	text-align:center;
	font-size:28px;
	color:#303b62;
	background-color:#fff;
}


h4{
	text-transform:uppercase;
	color:#303b62;
	font-size:20px;
	padding:10px;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#8bace1;
	text-align:center;
}

h5{
	text-transform:uppercase;
	font-family:arsenal;
	text-align:center;
	padding:10px;
	font-size:18px;
}

a{
	text-decoration:none;
}

.mise_en_page{
	display:flex;
	position:relative;
	margin-bottom:30px;
}

.titre_mise_en_page {
	padding:10px;
	position:absolute;
	top:0px;
	left:195px;
	right:195px;
	background-color:#fff;
	padding-top:18px;
}

.wrapper .h1_special{
	color:#303b62;
	max-width:1024px;
}

.section2{
	width: 75%;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

#indentation_section2{
	text-align:center;
}

.section3 h1, .coaching_section3 h1, .services_section1 h1, .titre_info{
	text-align:right;
	
}

.coaching_homepage {
	background-color:rgba(139,172,225,0.5);
	padding-bottom:30px;
	
}

.coaching_homepage2 {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:20px;
	padding-top:20px;
}


.coaching_bouton{
	width:49%;
	padding-left:30px;
	margin-top:0px;
}

.coaching_homepage_image{
	
	margin-top:0px;
}



.coaching_homepage a{
	font-family:open_sans;
	text-transform:uppercase;
	color:#303b62;
	background-color:#fff;
	text-decoration:none;
}


.services_homepage a, form #btn_submit{
	font-family:open_sans;
	text-transform:uppercase;
	color:#303b62;
	background-color:#fff;
	text-decoration:none;
}

.logo i{
	font-size:200px;
}

.btn_basdepage, button {
	background-color:#fff;
	border:2px solid #8bace1;
	text-transform:uppercase;
	font-family:open_sans;
	padding:15px;
	border-radius:5px;
	margin:20px;
	outline: 0px;
	display:inline-block;
	margin:auto;
}

form #btn_submit {
	background-color:#fff;
	border:2px solid #8bace1;
	text-transform:uppercase;
	font-family:open_sans;
	padding:15px;
	border-radius:5px;
	margin-top:20px;
	outline: 0px;
}

.btn_basdepage:hover, form #btn_submit:hover, .services_bouton a:hover{
	background-color:#8bace1;
	border:2px solid #8bace1;
	color:#fff;
}

#btn_negatif{
	background-color:#8bace1;
	border:2px solid #8bace1;
	text-transform:uppercase;
	font-family:open_sans;
	padding:15px;
	border-radius:5px;
	margin:20px;
	outline: 0px;
	display:block;
	margin:auto;
}


#btn_negatif:hover{
	background-color:#fff;
	border:2px solid #8bace1;
	color:#000;

}

.section4 h1, .coaching_section4 h1{
	position:relative;
	left:195px;
}

.section1 img{
	background-size: cover;
	background-color: rgba(0,0,0,0.5);
}

.contenu_coaching_section4{
	margin-left:195px;
	margin-bottom:30px
	margin-top:30px;
	
}

.contenu_coaching_section4 p{
	padding-top:30px;
}

.contenu_coaching_section4 ul{
	line-height:1.5em;
	list-style-type:decimal;
}

.contenu_coaching_section4 li {
	font-family: arsenal;
	font-size:18px;
	font-weight:400;
}

.services_homepage {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.services_bouton {
	width:60%;
	margin:25px 0px;
}

.services_section2{
	position:relative;
	overflow: hidden;
}

.contenu_coaching_individuel, .contenu_ateliers{
	padding: 30px 20px;
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	height:150%;
	background-color: white;
	transition: 0.5s;
}

.contenu_coaching_individuel.hidden, .contenu_ateliers.hidden{
	top:0;
}

.contenu_ateliers ul {
	list-style:square;
	line-height:1.5em;
	padding-right:20px;
}

.contenu_ateliers li {
	padding-right:20px;
	font-family:arsenal;
}

/*CLOSING X*/

.contenu_coaching_individuel .close, .contenu_ateliers .close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.close{
	font-size:20px;
	font-weight:bold;
	color: #303b62;
	border: 2px solid #303b62;
	padding:5px;
}


/*.contenu_coaching_individuel .contenu_ateliers .flipcards {
  padding: 5px;
}*/

/*mise en forme des tabs*/
#tabs{
	display:flex;
	align-items:center;
}

.tabelements{
	width:50%;
	padding-right:20px;

}

.tabelements a{
	text-decoration:none;
	color:#303b62;
	display: block;
	padding: 15px 15px;
	outline: 0px;
	position: relative;
	transition:0.35s;
}

.tabelements a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(139, 172, 225, 0);
	border-left-color: #8bace1;
	border-width: 10px;
	margin-top: -10px;
	opacity: 0;
	transition:0.35s;
}

.tabelements li{
	
	border-right:2px solid #8BACE1;
	outline:0px;
}

.tabelements li:hover a{
	color:#fff;
	background-color:#8dace1;
}


.tabelements li.ui-tabs-active a{
	color:#fff;
	background-color:#8dace1;	
}

.tabelements li.ui-tabs-active a:after{
	opacity:1;
}

.tabtexte {
	padding-left: 20px;
}


#brel{
	border:3px solid rgba(139,172,225,0.5);
	padding:15px;
 	width:33%;
 	text-align:center;
 	font-family:indie_flower;
 	line-height:1.5em;
 	font-size:18px;
}

#brel p, #einstein p{
	padding:20px 0px 0px 0px;

}

 #einstein{
 	margin-top:15px;
 	padding:15px;
 	width:400px;
 	text-align:center;
 	font-family:indie_flower;
 	line-height:1.5em;
 	font-size:18px;
 	
 }

.section2 {
	text-align:justify;
}

.section5{
	position:relative;
	background-image:url("images/chemin.jpg");
	min-height: 200px;
	background-position:center;
	background-repeat:no-repeat;
}
 .section5 h2{
 	padding-top:30px;
 	color:white;
 	text-align:center;

 }


.services_section1{
	display:flex;
	align-items:center;
	margin:40px;
}

.services_section1 h1{
	text-align:center;
}


.services_section2_contenu{
	position:relative;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}

.logos{
	display:flex;
	justify-content:space-around;
	margin-top:30px;
	margin-bottom:30px;
}

/*FLIPCARDS*/

.flipcards{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

	.flipcard {
  position: relative;
  width: 470px;
  height: 500px;
  perspective: none;
  margin-bottom:30px;
}
.flipcard.v:hover .front, .flipcard.v.flip .front{
  transform: rotateX(180deg);
}
.flipcard.v:hover .back, .flipcard.v.flip .back{
  transform: rotateX(0deg);
}
.flipcard.v .back{
  transform: rotateX(-180deg);
}
.flipcard.h:hover .front, .flipcard.h.flip .front{
  transform: rotateY(180deg);
}
.flipcard.h:hover .back, .flipcard.h.flip .back{
  transform: rotateY(0deg);
}
.flipcard.h .back{
  transform: rotateY(-180deg);
}
.flipcard .front, .flipcard .back
{
  position:absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  color: white;
  background-color: #303b62;
  padding: 10px;
  backface-visibility: hidden;
}

.flipcard figure{
	position:relative;
}

.flipcard figcaption{
	color:#303b62;
	text-transform:uppercase;
	background: rgba(255,255,255,0.7);
	text-align:center;
	padding:10px;
	position:absolute;
	top:0px;
	left:0px;
}

.back p{
	padding-top:20px;
}

/*.back{
		background-image:url("images/gestion_emotion_web.png");
		opacity:0.2;
}

.back{
		background-image:url("images/gestion_emotion_web.png");
		opacity:0.2;
}

.back{
		background-image:url("images/gestion_emotion_web.png");
		opacity:0.2;
}

.back{
		background-image:url("images/gestion_emotion_web.png");
		opacity:0.2;
}*/


.services_section2{
	height:400px;
}

.services_section2.active{
	height:1200px;
}
/*TP fraise*/
.services_section2_contenu figure{
	position:relative;
	background: #303b62;
	overflow: hidden;
	width:500px;
}

.services_section2_contenu figcaption{
	position:absolute;
	top: 142px;
	left:145px;
	color:#fff;
	text-transform:uppercase;
	background: rgba(48,59,98,0.7);
	text-align:center;
	padding:10px;
	
}

.services_section2_contenu figure:hover img{
	transform: scale(0.9);
}

.services_section2_contenu img{
	max-width: 500px;
 	transition:0.5s;
 	vertical-align: top;
 	transform: scale(1.02);
}

.basdepage{
	text-align:center;
}

.btn_basdepage button {
	margin-top:30px;
}

.qui_suis_je_section2 h1{
	max-width:829px;
	margin-left:-105px;
}


.qui_suis_je_section1, .qui_suis_je_section2, .qui_suis_je_section3, {
	position:absolute;
	top:0px;
	left:100px;
	max-width:676px;
}

/*FOOTER*/

#mastfoot{
	width:1024px;
	margin:auto;
}

.footer {
	color:#fff;
	background-color:#303b62;
	font-family:arsenal;
	height:100px;
	padding:15px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.footer_menu_container{
	width:33%;
}

.logo_footer{
	align-self:center;
}

#img_logo_footer{
	/*width:50%;*/
	max-width: 60px;
	vertical-align: top;
}

footer a {
	
	text-decoration:none;
	color:#fff;
	
	
}

footer li {
	margin-bottom:5px;
}

.icones{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	width:33%;
}

.icones img{
	padding:5px;
}

.icone1, .icone2{
	align-self:right;

}


.contact_section1{
	display:flex;
	position:relative;
}

.titre_parallax{
	position:absolute;
	top:226px;
	left:97px;
	text-align:center;
}


.contact_section2{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.contact, .formulaire {
	width: 50%;
	margin:20px;
	padding:10px;
}

input, textarea {
	margin-bottom:15px;
	padding:10px;
	border:2px solid #303b62;
	outline:0px;
	font-size: 15px;
	font-family: open_sans;
	width:100%;
}
	
input[type="submit"]{
	width:auto;
}

input:focus, textarea:focus {
	border-color:#8dace1;
}

.logos figcaption{
	text-align :center;
	color:#303b62;
	text-transform:uppercase;
	font-weight:700;
	font-size: 20px;
	padding:10px;
	margin-top:20px;
}

.texte_logo {
	display:flex;
	background-color:rgba(139,172,225,0.3);
}

.texte_logo1, .texte_logo2 {
	width:50%;
	margin:20px;
}


.coaching_section2 {
	max-width:651px;
	margin:auto;
	padding-bottom:30px;
	padding-top:30px;
}

.services_section1_contenu{
	max-width:670px;
	margin:auto;
	padding-bottom:30px;
	padding-top:30px;
}

.services_section1_contenu a{
	text-transform:uppercase;
	line-height: 1.5em;
}





.img_background {
	background-image:url("images/main_bebe_big.png");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:300px;
	margin-bottom:30px;
}
.img_background p{
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
}

.texte_quisuisje{
	background-color:rgba(255,255,255,0.5);
	margin-top:44px;
	
}

.qui_suis_je_section1 blockquote{
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
}

.titre_info{
	position:relative;
	left:-300px;
}


.qui_suis_je_section4 {
	margin-left:195px;
	padding-bottom:30px;
}

.un_petit_peu_de_moi{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.texte_section4{
	width:75%;
	margin-left:20px;
	margin-top:30px;
}

.text_section4 p{
	padding-bottom:0px;
	padding-top:0px;
}


#photo, #brel{
	box-shadow:15px 15px rgba(139,172,225,0.5);
}

#callme{
	text-align:center;
}

#tel{
	display:flex;
	justify-content:center;
}

/*MEDIA QUERIES pour adaptation mobile*/

#mobile-header{
	display: none;
	z-index: 90000;
	background-color: #303b62;
	width: 100%;
	position: fixed;
	border-bottom:2px solid #8bace1;
}

.logo_small{
	width:10%;
	padding:5px;
}

#burger-button{
	position:fixed;
	top:17px;
	right:0;
	padding:0px;
}

#burger-button {
	font-size: 32px; 
	padding:10px;
	color: white;
	margin-right:10px;
}

.services_section2{
	display:block;
}


@media screen and (max-width: 829px) {
	h1{
		width:100%;
	}
}

 @media screen and (max-width: 768px) {

	h1, .h1_special,{
		width:100%;

	}


	.logo_small{
		width:80px;
		height:80px;
	}

	#desktop-menu
{height:71px;}

 	#mobile-header{
 		display: block;
 	}
 	#desktop-menu{
 		display:none;
 	}
	#main{
		padding-top: 71px;
	}

	#burger-button a{
	display:block;
	}

	.coaching_homepage2{
		display:block;
	}

	.coaching_bouton{
		width:100%;
	}

	.coaching_homepage_image{
		text-align:center;
	}

	.services_homepage{
		display:block;
	
	}

	#brel{
		width:90%;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;

	}

	.services_bouton{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	}

	.img_background{
		background:none;
		padding-left:0px;
	}

	.coaching_section2{
		padding:20px;
	}

	.coaching_section4{
		text-align:left;

	}

.qui_suis_je_section2 p{
	padding-left:20px;
	padding-right:20px;
}

	.qui_suis_je_section4{
		margin-left:0px;
	}

	.un_petit_peu_de_moi{
		display:block;
	}

	.texte_section4{
		width:100%;
	}

	.texte_section4 p{
		padding-right:20px;
	}

	#photo{
		text-align:center;
	}

	#einstein{
		border:3px solid rgba(139,172,225,0.5);
		padding:15px;
		box-shadow:15px 15px rgba(139,172,225,0.5);

	}

 }

  @media screen and (max-width: 400px) {
 	body{background:white;}

#mobile-header{
 		display: block;
 	}
 	#desktop-menu{
 		display:none;
 	}
	#main{
		padding-top: 40px;
	}

	#burger-button a{
	display:block;
}

 }




 @media screen and (max-width: 768px) |