 /* STYLES GENERAUX*/
*{
    font-family: Avenir, sans-serif;
    padding: 0px;
    text-align: justify;
    box-sizing: border-box;

}
body{
    background: #ededed;
}
section >div{
	width:90%;
}

p{
    font-size: 1em;
    line-height: 1.5em;
} 
/*a{
    text-decoration: none;
    color: #000;
} */



.navbar{
    background: #4f4f4f;
}

.nav-link{
	color: #fff;
}
/*nav{
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 15px #333; 
    
     width: 100%; 
     height: 10vh; 
    display: flex; 
     justify-content: center; 
     align-items: center; 
     background-color: rgba(0, 0, 0, 0.479); 
    /* position: fixed; */
    

/*}*/



/*nav
    {
        height: 60px;
    }
 
    nav .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #48435C;
        height: 220px;
    }

    nav .main_pages a {
        width: 50%;
    }*/

/*li{display:inline-block;min-width:50px;}
li a {
    text-decoration:none;
    line-height: 70px;
    padding: 0 10px;
    text-align: center;
    font-size: 1.3em;
    color: #444444;
    text-transform: uppercase;
}*/
/*i a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
/*li a:hover:after {
  width: 90%;
  background: #444;
}*/

 
    /*label 
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
    #toggle:checked + .main_pages {
        display: flex;
    }*/
/*.container-fluid{
	background: #4f4f4f;
	
	
}*/


.logo{
    margin-top: 15px;
    margin-left: 15px;

}
/*.logo a{
    color: #fff;
    font-family: 'Redressed', cursive;
    font-size: 30px;

}
/*.menu {
    display: flex;             
     padding:0;                   
    background-color: #ccc;  
    background: url("cv-cover.jpg") #4f4f4f;
     box-shadow: 0px 0px 15px #333; 
    justify-content: space-between ;    /*Alignements des liens dans le menu*/
    /*margin-top: 20px;
    margin-right: 20px;

    

}
.menu li {
    list-style-type: none ;       /* Suppression des puces */
    /*margin-left: 20px;
    font-size: 20px;
    
    
    
}
.menu a {
     display:block;                 
     min-width: 120px;              
     margin: 0.5rem;                
     padding: 0.4rem 0;             
     text-align: center;            
     background-color: #1ABC9C, #ed2794;    
    color: #fff;                
     text-decoration: none;         
	border: 1px solid #fff;      
     border-radius: 4px;   
     box-shadow: 0px 0px 15px #333; 
    /* transition: all 1s ;  */

    /* position:fixed; */
    /* top:0; */
/*margin-left: 50%;
opacity: 0.33;
background: rgba(0, 0, 0, 0);
color: black; */
    

/*}
.menu a:hover {
    background-color: #1ABC9C;
    color: #EA0;
    border-color: #EA0;
}
.menu a.actif {    
    /* background-color: #EA0 ;  */
    /* color: #1ABC9C ; */
    /*border-color: #1ABC9C ;
}
.menu a:hover,
.menu a:hover.actif{
  background-color: #1ABC9C;
  color: #EA0;
  border-color: #EA0;
}*/




footer{
    border-top: 2px solid #fff;
    background-image: url("cv-cover.ipg");
}
footer p{
    width: 90%;
    margin: auto;
    color: #fff;
    text-align: center;
}
/*footer a{
    color: #fff;
}*/

section{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    margin: 20px auto;
    box-shadow: 0px 0px 10px #bbb;
    background-color: #fff;
}

h2{
	padding-top: 20px; 
    width: 90%;
	color:#EA0 !important;

}

.photo{
    text-align: center;
    position: relative;
    left: 350px;
    top: 60px;
    /* position: fixed; */

}
.photo img{
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #777;
    border-radius: 50%;
    margin-top: -80px;
}
/* #container{
    
    margin-top: 150px;
    background: #ededed;

    border: 4px solid red ;
} */

#propos{
        



}

.propos{
    border-bottom: 2px dashed #ccc;
    /* position: relative;
    margin-top:  500px; */
}
.propos a{
    display: block;
    text-align: center;
    padding: 16px;
    margin: 10px auto 30px auto;
    color: #fff;
    background-color: #EA0;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}

.contact-plus{
    display: flex;
    flex-flow: row wrap;
}
.contact-plus p:first-child{
    flex:0 0 40%;
}
.contact-plus p:last-child{
    flex: 0 0 60%;
}

.reseau-social{
    display: flex;
    justify-content: space-around;
    margin: 10px auto 0px auto;
}
.reseau-social img{
    width: 40px;
    height: 40px;
}

.exp{
    
    display: flex;
    flex-direction: column;
    /* flex-flow: row wrap; */
    /* padding-bottom: 10px; */
}
.flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;


}
/* .exp-info p{
    display: flex;
    flex-flow: column wrap;
    flex: 0 0 70%;
    margin-left: 0px;
} */
/* .exp-logo{
    flex: 0 0 25%;
    max-width: 100px;
} */
/* .exp-info p{
    flex: 0 0 70%;
    margin-left: auto;
} */
.exp img{
    width: 100%;
}
.exp h3{
    font-size: 1.2em;
}
.exp h4{
    font-size: 1em;
    font-weight: normal ;
}
/*SECTION COMPETENCES*/

.h3gauche{
    width: 90%;
}
.comp{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;

}
.comp p{
    flex: 0 0 40%;
    font-family: 'Redressed', cursive;
    font-size: 25px;

}
.contenneur-barre{
    flex: 0 0 60%;
    border-radius: 5px;
    background-color: grey;
    border-bottom: 1px ridge grey;
}
.barre{
    display: block;
    /* width: 100%; */
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.niveau50{
    width: 50%;
    background-color: #8B8;
}
.niveau60{
    width: 60%;
    background-color: #8B8;
}
.niveau70{
    width: 70%;
    background-color: #4B8;
}
.niveau75{
    width: 75%;
    background-color: #4B8;
}
.niveau80{
    width: 80%;
    background-color: #4B8;
}
.niveau90{
    width: 90%;
    background-color:#4B8;
    border-radius: 5px;
}

.c80{
    width: 80%;
    background-color: #4B8;
   
}
.c90{
    width: 90%;
    background-color:#4B8;
    border-radius: 5px;
   
}
.comp2 p{
    font-family: 'Redressed', cursive;
    font-size: 25px;}

.comp2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.contenneur-barre2{
    flex: 0 0 100%;
    height: 0.5em;
    margin-bottom: 0.25em;
    border-radius: 5px;
    /* background-color:#4B8; */

    background-color: grey;
}


.projets{
	display: flex;
	overflow: hidden;

}

.card img{
	
    width: 300px;
    height: 250px;

}
.card p{
    font-family: 'Redressed', cursive;
    font-size: 25px;
}


.button{
    background-color: #4B8;
}
/*SECTION INTERETS*/

.interet{
    flex: 0 1 50%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;

}
.interet figcaption{
    font-family: 'Redressed', cursive;
    font-size: 25px;
}
.interet img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #555;
}

/*VERSION BUREAU DU CV*/

@media screen and (min-width: 980px) {
    section{
        width: 80%;
        box-shadow: 0px 0px 10px #bbb;
    }
    a:hover{
        color: #EA0;
    }
    header h1{
        width: 80%;
    }
    .propos, .contact{
        flex: 0 0 45%;
    }
	
	/*nav 
{
    margin: 100px auto;
    width: 50%;
    height: 100px;
    background: #48435C;
}
 
nav .main_pages 
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 
nav .main_pages a 
{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: white;
}
 
nav a:hover 
{
    background: #5A5766
}

label
{
    display: none;
}
label, #toggle
{
    display: none;
}

        display: none;
    }*/
    
	
	
    .propos{
        border-bottom: none;
        border-right: 2px solid #ccc;
        padding-right: 20px;
        margin-left: auto;
    }
    .contact{
        padding-left: 20px;
        margin-right: auto;
    }
    .propos a{
        border: 2px dolide transparent;
    }
    .propos a:hover{
        color: #f28835;
        background-color: #fff;
        border: 2px solid #f28835;
        box-shadow: 0px 0px 20px #666;
    }
    .exp-logo{
        flex: 0 0 10%;
    }
    .exp-info, .exp-desc{
        flex: 0 0 85%;
        margin-left: auto;
    }
    .interet{
        flex: 0 1 25%;
    }
}


#apropos{
	margin-top :70px;
}

.navbar{
background-color:#EA0!important
}

footer{
background:#EA0;
height :55px;
}
