@font-face{
    font-family: 'cute_notes';
    src: url('font/cute_notes-webfont.woff');
}

@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";
@import "bootstrap/scss/utilities/api";


html, body {
    height: 100%;
    padding: 0;
    margin: 0;
  }
  body {
    display: flex;
    flex-direction: column;
  }

h1,h2,h3,h4,h5,h6 {
    font-family: 'Varela Round', sans-serif;
}

h1{
    font-size: 1.5cm;
}


.header {
	 position: relative;
    overflow: hidden;
}

.header h1,h2 {
	margin: 0,0;
	padding: 50px;
	position: relative;
	z-index: 2;
    text-align: center;
}



.header:before{
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 370px;
    z-index: 1;
    opacity: 0.6;
    background-image: url("liens/livre1.jpg");
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: cover;
}

.drapeau {
    width: 25px;
    height: auto;
}

.container h3 {
    padding-top: 50px;
    text-align: center;
}

.h4 {
    padding-top: 30px;
}

.blockquote {
    padding-right: auto;
    padding-top: 40px;
    padding-left: auto;
    padding-bottom: 40px;
}

.categories {
   text-align: center;
    padding: 30px;
    padding-left: 300px;
    padding-right: 200px;
    background-color: antiquewhite;
}

.lien{ 
    color:black
}

.lien:hover{
    color:rgb(245, 11, 11)

}

.icone {
    width: 100px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
   margin-left: 30px;
   
}

.portrait {
    padding: 30px;
    width: 300px;
    height: 300px;
    border: none;
  -moz-border-radius : 180px;
  -webkit-border-radius : 180px;
  border-radius : 180px;

}

.competence {
    margin:15px;
}

.bouton-cv {
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
   
}

.fond-couleur {
    background-color: rgb(245, 238, 228);
    width: 100%;
       
}

.experience {
    padding-left : 80px;
    padding-right: 80px;
    padding-bottom: 50px;
}

.articles {
    margin-left:15px;
     margin-right: auto;
 }
 
 .papier {
     padding-bottom: 50px;
 }


footer {
    background-color:rgb(180, 90, 124);
    margin-top: auto;
}

footer h1 {
    margin: 0,0;
    padding: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.logo{
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;

}


.adresse {
    padding-left: 300px ;
   font-family: 'cute_notes';
   font-size: 0.7cm;
}

.reseaux {
    padding-bottom: 50px;
}

.credits {
    text-align:center;
    padding-top : 30px;
    font-size:x-small;
}

.navbar{
    background-color:antiquewhite;
}



