/* FONTS
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,700|Open+Sans');

@import url(https://fonts.googleapis.com/css?family=Pacifico|Roboto:400,500);

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');


/* CONTAINER ET BASES
-------------------------------------------------*/
.container{
  width:1000px;
  margin:0 auto;
  text-align:center;
}

a {
  color:#00A8BE;
}

h2{
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  text-transform: uppercase;
  color:#95989A;
  text-align:center;
  font-size:30px;
}

/* DRAPEAU
-------------------------------------------------*/
.flag{
  background:#00A8BE;
  padding-left:15px;
  padding-top:60px;
}

.flag img{
  width:25px;
  display:block;
}

/* HEADER
-------------------------------------------------*/
header{
  background: linear-gradient(#2C2E2D, #0A0A0A);
  padding-top:100px;
  padding-bottom:300px;
  text-align:center;
  height:100px;
  margin-bottom:30px;
}

header img{
  margin-top:70px;
  width:350px;
}

@media (max-width: 1070px) {
  header{
    margin-bottom:30px;
  }

  header img{
    margin-top:110px;
    width:250px;
  }
}
header h1{
  color:#fff;
  font-family: 'Lato', sans-serif;
  font-weight:100;
  margin:100px 0 10px 0;
  padding-top:100px;
  font-size:60px;
}

@media (max-width: 768px) {
  header h1{
    margin-top:80px;
    font-size:30px;
  }
}

header h3{
  font-family: 'Open sans', sans-serif;
  font-weight:500;
  font-size:22px;
  margin-top:100px;
}

header p {
  color:#fff;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  padding:0;
  line-height: 0px;
}

.intro{
  background:#F5F5F5;
  width:900px;
  height:500px;
  margin:0 auto;
  margin-top:50px;
  z-index:3;
  box-shadow: 0px 3px 10px rgba(0,0,1,0.2);
  padding-top:50px;
}

.intro img{
  width:30%;
  display:inline-block;
  vertical-align:left;
}

.more{
  width:160px;
  padding:5px 10px;
  background-color:#2C2E2D;
  color:#fff;
  font-family: 'Open sans', sans-serif;
  font-weight:700;
  margin:0 auto;
}

.more a{
  color:#fff;
}

.more2{
  width:160px;
  padding:5px 10px;
  background-color:#2C2E2D;
  color:#fff;
  font-family: 'Open sans', sans-serif;
  font-weight:700;
  margin:0 auto;
}

.more2 a{
  color:#fff;
}

.introLeft{
  width:40%;
  display:inline-block;
  vertical-align:middle;
}

@media (max-width: 768px) {
  .introLeft{
    display:none
  }
}

/* MENU
-------------------------------------------------*/
.ted{
  width:40px;
}

nav {
  background: #2C2E2D;
  overflow: auto;
  padding: 60px;
  position: relative;
  z-index: 2;
}

nav img{
  margin-top:13px;
  width:120px;
}

@media (max-width: 950px) {
  nav img{
    margin-top:10px;
    margin-left:15px;
    width:120px;
  }
}


nav h1 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  float: left;
}

nav h1>a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 200ms linear;
  margin:0;
  padding:0;
}

nav h1>a:hover {
  color: #fff;
}

nav ul {
  text-align: center;
  float: right;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 10px 0px 10px;
  margin: 0 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  transition: all 200ms linear;
}

nav a:hover,
nav#small a:hover {
  color: #fff;
}

nav#small {
  background: #2C2E2D;
  padding: 0px 40px;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 1;
}

nav#small h1,
nav#small a {
  color: #fff;
}

nav#small h1 {
  font-size: 25px;
  margin-top:10px;
}

nav#small h1>a {
  color: #fff;
}

nav#small h1>a:hover {
  color: #fff;
}

 .hamburger-box {
  display:none;
}

/* a hover */

nav li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
nav li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
nav li a:hover:after { 
  width: 100%; 
  left: 0; 
}


/* FIN */

@media (max-width: 1070px) {
  nav ul li a {
  padding: 10px 10px 0px 10px;
  margin: 0 10px;
  font-size: 12px;
  line-height: 35px;
}
}

@media (max-width: 1000px) {
  nav ul li a {
  padding: 5px 5px 0px 5px;
  margin: 0 10px;
  font-size: 12px;
  line-height: 40px;
}
 nav h1 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  float: left;
}
}

@media (max-width: 950px) {
   .hamburger-box {
  display:block;
  float:right;
}
  .menuComputer{
    display:none;
  }
  
  nav {
    padding: 0px;
  }
  nav h1 {
    display: block;
    float: left;
    text-align: left;
    padding-left: 5px;
  }
  nav ul {
    float: none;
    padding: 20px;
    
  }
  div#content h2 {
    width: 30%;
  }
  nav#small {
    padding: 0px;
  }
  nav#small ul {
    padding: 5px;
  }
  nav#small h1 {
    padding-left: 10px;
    font-size: 28px;
    margin-bottom: 0px;
  }
  nav#small a {
    font-weight: normal;
  }
}


/* BURGER MENU
-------------------------------------------------*/
.right{
  background-color:#2C2E2D;
}

#burgerMenu{
  position: fixed;
  left:-300px;
  top: 50px;
  width: 300px;
  height: 100%;
  z-index: 1;
  transition: linear 0.2s all;
}

#burgerMenu .menu ul{
  list-style: none;
  padding: 0;
  margin-top: 4px;
  margin-left:-5px;
}

#burgerMenu .menu ul li{
  width: 300px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family:'Lato', sans-serif;
  text-align:left;
}

#burgerMenu .menu ul li a{
  display: block;
  padding: 10px 0px 10px 30px;
  color:#fff;
  text-decoration: none;
  transition: linear 0.4s all;
}

#burgerMenu .menu ul li a:hover{
    color:#000;
   
}


.right{
  float: right;
  z-index:2;
}

/* A PROPOS
-------------------------------------------------*/
iframe{
  margin-top: 60px;
  width: 100%;
  height: 600px;
}

@media (max-width: 900px) {
iframe{
  margin-top: 45px;
  width: 100%;
  height: 300px;
}
}


#about2{
  margin-bottom:80px;
  display:none;
}

#about{
  padding-top:10px;
}

#about p span{
  font-weight: bold;
}

#about h2{
  margin-top:0px;
}

section p {
  font-family:'Open sans', sans-serif;
  font-weight:400;
  color:#95989A;
  
}

.teddy{
  display: inline-block;
  width:30%;
  vertical-align: center;
  margin:0 auto;
}

.imgTeddy{
  margin-top:20px;
 overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:150px;
    width:250px;
    border: 1px solid #808080;
}

.text{
  display: inline-block;
  width:55%;
  vertical-align: top;
  margin:0 auto;
  margin-top:30px;
  text-align:left;
  margin-bottom:0px;
}

.auteur{
  color:#000;
  font-size:18px;
}

@media (max-width: 1070px) {
  #about2{
    margin-top:50px;
    display:none;
  }
}

@media (max-width: 430px) {
  #about2{
    margin-top:50px;
    display:none;
  }
}

/* RESUME
-------------------------------------------------*/
#sectionResume {
	background: #ffffff;
	min-height: 600px;
    padding-top:100px;
}
#sectionResume h3 {
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 30px;
    margin-left:30px;
    margin-right:30px;
    color:#95989A;
}
.resumeLeft span, .resumeRight span {
	font-size: 40px;
}
.resumeLeft {
	text-align: right;
	border-right: 1px solid #eee;
    width:45%;
  display:inline-block;
  vertical-align: top;
  margin:0 auto;
}
.resumeRight {
	text-align: left;
    width:45%;
    display:inline-block;
    vertical-align: top;
    margin:0 auto;
}
.resumeList {
	-webkit-padding-start: 0px;
	-moz-padding-start:0px;
	padding: 0 0px;
}
.resumMargin{
  padding-top:67px;
}
.resumMargin1{
  padding-top:87px;
}

.resumeList1 {
	-webkit-padding-start: 0px;
	-moz-padding-start:0px;
	padding: 0 30px 0 5px;
}
.resumeList li{
	list-style: none;
	margin-top: 40px;
	margin-bottom: 60px;
}
.resumeList li h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Montserrat",sans-serif;
	margin-bottom: 12px;
}
.resumeName {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}
.resumeList p {
	font-size: 14px;
  	font-weight: 300;
  	color: #888;
  	font-family: inherit;
  	font-style: italic;
}
.resumePeriod {
	background: #2C2E2D;
	color: #fff;
	padding: 2px 5px;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	border-radius: 0px;
}

.resumeStats {
  	margin-top: 25px;
  	text-align: center;
}
.resumeStats span {
	font-size: 38px;
}
.resumeStats .col-md-2 {
  	padding: 50px;
  	border-left: 1px solid #eee;
  	border-top: 1px solid #eee;
}

.statsIconPerc {
  	font-size: 50px;
  	font-weight: 500;
  	letter-spacing: 1px;
  	font-family: "Montserrat",sans-serif;
}
.statsName {
	font-family: "Montserrat",sans-serif;
  	text-transform: uppercase;
  	font-size: 14px;
  	font-weight: 400;
  	letter-spacing: 1px;
}

/* CENTRES D'INTERET
-------------------------------------------------*/
#interets{
  padding-top:100px;
  margin-bottom:100px;
}

.imgInterets{
  width:18%;
  display:inline-block;
  margin-top:50px;
}

.imgInterets img{
  width:100px;
  margin-bottom:10px;
}

.imgInterets p{
  color:#000;
  text-transform: uppercase;
}

/* CONFIANCE
-------------------------------------------------*/
#confiance{
  background-color:rgb(245, 245, 245);
  width:auto;
  padding-top:60px;
  padding-bottom:60px;
}

#confiance div h2 {
  color:#000;
}

.imgConfiance{
  display:inline-block;
  width:13%;
  height:80%;
  margin-left:30px;
  margin-right:30px;
}

#confiance img{
  margin-top:30px;
  margin-bottom:20px;
  width:90%;
}

/* NOTIONS ET LANGUES
-------------------------------------------------*/
#notions{
  padding-top:100px;
}

#notions h2{
  margin-bottom:30px;
}

.categorieNotions{
  border: 1px solid #eee;
  border-radius:5px;
  margin-bottom:20px;
  padding-top:20px;
  padding-bottom:10px;
  
}

.categorieNotions img{
  width:25%;
  margin-right:10px;
}

.imgNotions{
  display:inline-block;
  vertical-align:middle;
}

.notionsTxt{
  display:inline-block;
  vertical-align:middle;
  font-size:12px;
  width:50%;
}
.notionsTxt h5{
  text-transform: uppercase;
  font-size:13px;
}

.colonne2 .notionsTxt{
  display:inline-block;
  vertical-align:middle;
  font-size:12px;
  width:50%;
}

.colonne1{
  display:inline-block;
  vertical-align:top;
 width:28%;
  margin-right:30px;
}

.colonne2{
  display:inline-block;
  vertical-align:top;
 width:28%;
  margin-right:30px;
}

.colonne3{
  display:inline-block;
  vertical-align:top;
  width:28%;
  
}

/* FORMULAIRE
-------------------------------------------------
#formulaire{
  margin-top:70px;
  text-align:center;
}
.formValue{
  width:40%;
  margin:0 auto;
  margin-bottom:20px;
  color:#95989A;
  font-family:'Montserrat', sans-serif;
}

.couleurFooter{
  background-color:#00A8BE;
}

.button{
  background-color:#fff;
  border:1px solid #eee;
  color:#95989A;
  font-family:'Montserrat', sans-serif;
}

.button:hover{
  background-color:#95989A;
  border:1px solid #eee;
  color:#fff;
  font-family:'Montserrat', sans-serif;
}

.form{
  margin-top:70px;
  text-align:center;
  width:40%;
}

*/

/* EQUIPE
-------------------------------------------------*/
#team{
  margin-top:90px;
  background-color:rgb(245, 245, 245);
  width: auto;
  padding-top:60px;
  padding-bottom:60px;
  margin-left:0;
  margin-right:0;
}

#team h2{
  margin-bottom:30px;
  color:#000;
}

.teamMember{
  display:inline-block;
  width:25%;
  height:70%;
}

.teamMember img{
  margin-top:30px;
  width:50%;
  margin-left:0px;
}

.teamMember h3{
margin-top:15px;
margin-bottom:0;
margin-left:0;
margin-right:0;
 font-size:20px;
}

.teamMember h4{
  margin-top:0px;
  margin-left:0;
margin-right:0;
 font-size:15px;
}

/* ARTICLES
-------------------------------------------------*/
#articles{
  width: auto;
  margin-top:70px;
  padding-top:60px;
  padding-bottom:60px;
  text-align:center;
}

#articles h2{
  margin-bottom:30px;
}

#articles h3{
  font-weight:bold;
  font-size:25px;
}
#articles a{
  font-weight:bold;
  font-size:17px;
}
#articles h5{
  font-weight:bold;
  font-size:15px;
  color:#665;
  text-transform: uppercase;
}

.article{
  display:inline-block;
  padding:30px 25px 25px 25px;
  vertical-align:top;
  margin-right:30px;
  text-align:left;
  width:40%;
  background:#fff;
  border: 1px solid #eee;
}
.article img{
  width:100%;
  text-align:center;
  margin-top:20px;
}



/* CONTACT
-------------------------------------------------*/
#contact{
  margin-top:50px;
}

.buttonContact{
  background-color: #2C2E2D;
  width:100px;
  color:#fff;
}

.email{
  padding-left:300px;
  margin-top:30px;
}
.social{
  display:inline-block;
}

.place{
  display:inline-block;
  margin-right:50px;
}

.buttonContact p{
  color:#fff;
  text-align:center;
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
}

.buttonContact2 p{
  color:#2C2E2D;
  text-align:center;
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
}

.buttonContact2{
  background-color:#fff;
  width:100px;
}

.blueSection{
  background-color:#2C2E2D;
  margin-top:20px;
  padding-top:50px;
  padding-bottom:10px;
  padding-left:300px;
}

#contact h4{
  color:#2C2E2D;
  font-family: 'Montserrat', sans-serif;
}

#contact h5{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  margin-bottom:30px;
}

.linkedin{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
}

.linkedin:hover{
  color:#125784;
}

/* COPYRIGHT
-------------------------------------------------*/
.copyright{
  color:#fff;
  background-color:#2C2E2D;
  margin:0;
  padding-top:10px;
  text-align:right;
  font-size:12px;
  padding-left:3px;
  padding-right:15px;
  padding-bottom:10px;
}

.copyright a{
  color:#fff;
}

.copyright a:hover{
  color:#000;
}

/* RESPONSIVE
-------------------------------------------------*/
.more2{
  display:none;
}
@media screen and (max-width: 1050px) {
      header{
  padding-top:10px;
}
  
  .intro {
    width:700px;
  height:300px;
  padding-top:10px;
  }
  
  .introLeft h3{
    font-size:25px;
  }
  
  .more{
    font-size:15px;
  }
  
  header{
  margin-bottom:10px;
}
  .container{
  width:800px;
  margin:0 auto;
  text-align:center;
}
    #about2{
    display:none;
  }
  
  #about{
    padding-top:30px;
  }
  .notionsTxt{
  width:90%;
}
  .colonne2 .notionsTxt{
  width:90%;
}
  .blueSection, .email{
    padding-left:200px;
  }
  
}

@media screen and (max-width: 950px) {

    header{
  padding-top:40px;
}
  
  .container{
  width:700px;
  margin:0 auto;
  text-align:center;
}
  #about{
    display:none;
  }
    #about2{
    display:block;
    margin-bottom:5px;
    padding-bottom:5px;
}

  .text2{
    margin:0 auto;
    width:80%;
  text-align:left;
  }

  .teamMember{
    display:inline-block;
    width:46%;
    height:80%;
  }


  
  .formValue{
  width:60%;
}
  .blueSection, .email{
    padding-left:150px;
  }
  .more2{
  display:inline-block;
    font-size:12px;
}
  .more{
    display:none;
  }
}
@media screen and (max-width: 769px) {
.article{
  display:block;
  width:100%;
  margin: 30px auto;
}
}

@media screen and (max-width: 700px) {
  .intro {
    width:500px;
  height:300px;
    padding-top:50px;
  }
  
  .intro h3{
    font-size:20px;
  }

#about{
    display:none;
  }
    #about2{
    display:block;
    padding-bottom:0;
      margin-bottom:0;
}
    .teddy2{
  width:100%;
}
.text2{
  width:60%;
  text-align:left;
  margin-top:20px;
}
  .container{
  width:500px;
  margin:0 auto;
  text-align:center;
}
  .imgInterets{
  width:40%;
  margin-top:50px;
}

.imgInterets img{
  width:90px;
  margin-bottom:10px;
}

}
  

@media screen and (max-width: 500px) {
  .intro {
    margin-top:25px;
    width:300px;
  height:200px;
    padding-top:40px;
  }
  
  .intro h3{
    font-size:12px;
  }
  
  .more2{
    width:100px;
  }
  
  header{
  background-color:#00A8BE;
  padding-top:40px;
  padding-bottom:300px;
  text-align:center;
  height:100px;
  margin-bottom:10px;
}
  
  h2{
    font-size:25px;
  }
  header{
  margin-bottom:10px;
}
  .container{
  width:300px;
  margin:0 auto;
  text-align:center;
}
#about{
    display:none;
  }
    #about2{
    display:block;
}
  .text2{
  width:80%;
  text-align:left;
  margin-top:20px;
}
  .resumeLeft {
	text-align: right;
	border-right: 0px solid #eee;
    width:100%;
  margin:0 auto;
}
.resumeRight {
	text-align: left;
    width:100%;
    margin:0 auto;
}

  #sectionResume h3 {
	margin:0;
    color:#95989A;
}
.resumMargin{
  padding-top:0px;
}
.resumMargin1{
  padding-top:0px;
}
  #confiance img{
  margin-left:0px;
}
.imgConfiance{
  display:block;
  width:70%;
  margin:0 auto;
}

.teamMember{
  display:inline-block;
  width:90%;
  height:80%;
}
  .colonne1{
    width:100%
  }
  .colonne2{
    width:100%
  }
  .colonne3{
    width:100%
  }
  
  .notionsTxt{
    padding-left:10%;
    padding-right:10%;
    margin-top:10px;
  }
  .blueSection, .email{
    padding-left:60px;
  }
}