@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Oswald&display=swap');
*{
margin: 0;
padding: 0;	
}

html {
   scroll-behavior: smooth;
  width: 100%; 
height: 100%;
}

body{
font-family: 'Open Sans', arial, sans-serif;
font-size: 17px;
background-color: #1E1E1E;
line-height: 28px;
color:#B0B0B0;
height: 100%;
}

/* 	background = 1E1E1E
	gris clair texte = B0B0B0
	gris clair block = D8D7D7
	gris fonce block = 2C2B2B
	vert = 39b54a
	blanc = ffffff
	noir = 000000
	font-family: 'Oswald', sans-serif;
	font-family: 'Merriweather', arial, serif;
	font-family: 'Open Sans', arial, sans-serif;*/

/* Calibration des blocks */
#conteneur {
width: 80%;
max-width: 1280px;
margin: 0 auto;
font-size: 0;
text-align: center;	
}
#footer {
width:100%;
background-color: #2C2B2B
}

#block_vert {
width:100%;
background-color: #39b54a;
}

#block_blanc {
width:100%;
background-color: #ffffff;
}

#block_gris {
width:100%;
background-color: #D8D7D7;
}

#block_noir {
width:100%;
background-color: #000;
font-size: 0;
background-image: url("../img/bg.jpg");
background-repeat: no-repeat;
background-position: center;
}

#block_portrait{
  position: relative;
width: 320px;
   height: 320px;  
    overflow: hidden;
    border-radius: 50%;
   box-shadow: 0px 0px 10px 10px #000;
}

#portrait{
    width: 100%;
   height: 100%;   
   background-image: url("../img/me.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   transition: all 0.5s ease;
   margin:0 auto;
  

}
#portrait:hover
{      
     transform: scale(1.2);
}



#block_noir_bis {
width:100%;
background-color: #000;
font-size: 0;
}


#half{
width:50%;
display: inline-block;
font-size: 17px;
text-align: left;
vertical-align: top;	
}
#marge {
width:95%;
margin: 0 auto;
}

#icone{
width:15%;
display: inline-block;	
vertical-align: top;
}

#comp_texte{
width:75%;
display: inline-block;
vertical-align: top;	
}

#formulaire{
padding-top: 15px;
width:70%;
display: inline-block;
vertical-align: top;
font-size: 17px;	
text-align: left;

}

#adresse{
padding:15px;
width:25%;
display: inline-block;	
vertical-align: top;
font-size: 17px;
text-align: left;
}
#top_link {
position: fixed;
padding:3px 10px 3px 10px;
bottom:0;	
right: 0;
display: block;
margin-right: 30px;
margin-bottom: 30px;
background-color: #000;
border: 1px solid #B0B0B0;
border-radius: 5px;
}

#justleft {
text-align: center;    
width:70%;
margin: 0 auto;
}
/* Calibration des textes */
ul {
margin-left: 40px;	
}

.ico {
	display: block;
    font-size: 60px;
    color:#39b54a;
    margin-top: 20px;
  }

.link_ico {font-size:20px;color: #cccccc;text-decoration: none;margin-right: 18px;}
a.link_ico {font-size:20px;color: #ffffff;text-decoration: none;margin-right: 18px;}
a.link_ico:link  {color: #ffffff;transition: 0.3s;}
a.link_ico:visited {color: #ffffff;}
a.link_ico:hover {color:#39b54a;}
a.link_ico:active {color: #ffffff;}

.vert {
color:#39b54a;
}

.noir {
color:#000;
}

.blanc {
color:#ffffff;
}

.gris {
color:#B0B0B0;	
}

.intro {
line-height: 60px;
font-size: 65px;	
font-weight: bold;
}

p {
font-family: 'Open Sans', arial, serif;
font-size: 18px;
line-height: 38px;	
color:#000;
text-align: left;

}

h1 {
font-size: 50px;
color:#fff;
line-height: 65px;

}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 40px;
line-height: 100px;	
color:#000000;
letter-spacing: 2px;
text-transform: uppercase;
}


h3 {
font-family: 'Oswald', sans-serif;
font-size: 50px;
line-height: 100px;	
color:#39b54a;
}

h4 {
font-size: 20px;	
color:#ffffff;
}

h5 {
font-family: 'Open Sans', arial, sans-serif;
font-size: 14px;
line-height: 100px;	
font-weight: normal;
}
h6 {
font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
line-height: 25px;	
color:#B0B0B0;
font-weight: normal;
}

.h7 {
font-family: 'Open Sans', arial, sans-serif;
font-size: 20px;
line-height: 25px;  
color:#B0B0B0;
font-weight: normal;
}


/* Calibration du menu */
.header {
    display: block;
    width: 100%;
    position: fixed;
    background: #000;
    height: 60px!important;
    overflow: auto;
    z-index: 10;
    top:0;
}



#text_menu{	
width:90%;
line-height: 15px;
font-size: 13px;
margin:0 auto;
color:#B0B0B0;
}


#sidebarMenu {
    height: 100%!important;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(121,125,128,1) 100%);
    overflow: auto;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
	font-family: 'Open Sans', arial, sans-serif;
	letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.sidebarMenuInner li a:hover{
    color: #39b54a;
    cursor: pointer;
    text-decoration: none;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 25px;
    width: 25px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/* Calibration des bouttons */
a.boutton {margin-bottom:35px;text-align:center;max-width:300px;text-transform:uppercase;font-size:15px;color: #ffffff;text-decoration: none;line-height: 30px;padding:10px;border: 2px solid #fff;margin-right: 30px;letter-spacing: 2px;display: inline-block;}
a.boutton:link  {color: #ffffff;transition: 0.3s;}
a.boutton:visited {color: #ffffff;}
a.boutton:hover {color:#000;background-color:#ffffff;border: 2px solid #fff;font-weight: bold;}
a.boutton:active {color: #ffffff;}

#back2Top {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 0;
    margin-right: 15px;
    background-color: #39b54a;
    color: #555;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    border-radius: 5px;
}
#back2Top:hover {
    background-color: #39b54a;
    color: #fff;
}


/* Calibration des separation */
#separation{
height:60px;	
}
hr{
margin:0 auto;
border:1px #cccccc solid;	
width:50%;
}

/* Calibration des formulaires*/
input[type=text], select ,input[type=email]{
  width: 80%;
  padding: 15px;
  margin: 8px 0;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  border:1px solid #39b54a;
  border-radius: 5px;
}

label {
  font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
line-height: 25px;  
font-weight: normal;
color:#39b54a;
}

textarea {
    width: 80%;
  padding: 15px;
  margin: 8px 0;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  border:1px solid #39b54a;
  border-radius: 5px;
}

input[type=submit] {
  width: 200px;
  background-color: #4CAF50;
  color: white;
  font-size: 18px;
  padding: 15px;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Calibration des breakpoints */



@media only screen and (max-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1)
{

#block_portrait{
    display: none;
}

#portrait{
    display: none;
}

  #marge {
width:99%;
margin:0 auto;
}

.header{
 width: 100%;	
 }

hr{	
width:85%;
}

#justleft {
 width: 100%;   
}

#conteneur {
width:94%;
margin:0 auto;
}
#icone{
width:100%;
display: block;	
}

#comp_texte{
width:100%;
display: block;	
}

#formulaire{
width:99%;
display: block;
margin:0 auto;
text-align: center;
}

#adresse{
width:92%;
display: block;
margin:0 auto;
}

#half{
width:95%;
display: block;	
margin:0 auto;
}

h3 {
font-size: 27px;
line-height: 60px;	
color:#39b54a;
}

h2 {
  font-size: 28px;
}

.ico {
	float:left;
    font-size: 40px;
    margin-right: 15px;
    margin-top: 12px;

  }

.intro {
font-size: 45px;	

}

a.boutton {display: block;margin:0 auto;margin-bottom:30px; }

}