@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@1&display=swap');

.entete{
    height: 25em;
    background: linear-gradient(to right,#5360B4,#5C438C);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aPropos {
    background-color: white;
}

.mesCompetences, .mesRealisations{
    background: linear-gradient(to right,#5360B4,#5C438C)!important;
    color: white;
}


.animate__fadeIn{
    --animate-duration: 4s;
}

.animate__fadeInDown{
    --animate-duration: 2s;
}

h1{
    color: white;
    text-align: center;
    position: relative;
    top: 20%;
    font-family: 'Nanum Gothic', sans-serif;
}

h2{
    margin-bottom: 2%;
    padding-top: 5%;
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
}

.styled {
    border: 1px solid white;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #F5FAFD;
    border-radius: 10px;
    background-color: #FF9800;
}

.deux{
    background: transparent!important;
    border: 1px solid white;
}

.deux:hover{
    background-color: seagreen!important;

}
.styled:hover {
    opacity: 1;
    transition: .1s ease-in-out;
    opacity: 98%;
    background: seagreen;
    border: 1px solid white;
}

.aPropos h2{
    margin-bottom: 2%;
}

.aPropos p{
    font-size: 30px;
    font-style: italic;
}

.mesCompetences p, .mesExperiencesPro p, .mesRealisations p, .Contact p, .Contact form{
    text-align: center;
      font-size: 20px;   
 
}

.Contact{
    color: white;
    background-color: brown;
    border-top: 1px solid black;
}

.rub{
    border: 1px solid black;
    color: white;
    background-color: black;
    display: flex;
    flex-direction: row;
    
}

.rub p{
    margin-left: 3%;
    margin-right: 3%;
    font-size: 13px;
    margin-bottom: 0rem;
    cursor: pointer;
}

.svg{
    width: 100%;
    position: relative;
    top: 12%;
}

.experience{
    display: flex;
    flex-wrap: wrap;
}
.exp{
    width: 20%;
    height: 20%;
}

h3{
    font-size: 15px;
    text-align: left;
}

h4{
    font-size: 10px;
    font-style: italic;
}

.exp p{
    font-size:11px;
    text-align: left;
}

#html{
    color: seagreen;
}

.bar{
    text-align: center;
}

.navbar{
display: flex;
flex-direction: column;
background: linear-gradient(to left,#5C438C,#5360B4);
border-bottom: 5px solid white;
}

.navbar ul li a{
    color: white;
}

.nav-link{
    color: white!important;
    font-size: 1.20rem;
}

.nav-link:hover{
    color: #FF9800!important;
	transition: .3s ease-in-out;
}

.navbar-brand{
    color: white!important;
    margin-bottom: 4%;
    margin-top: 2%;
    font-size: 1.40em;
    
}

.navbar-brand:hover{
    color:#FF9800!important;
    transition: .3s ease-in-out;
}


.progress{
    width: 50%;
    height: 2rem;
    margin-bottom: 1%;
    margin-top: 1%;
    margin-left: 20%;
    border-radius: 2em!important;
}

.experience{
    display: flex;
    justify-content: center;
}

.bg-bleu{
    background-color: #2a66a7!important;
}

.bg-rouge{
    background-color: #cc3d3d!important;
}

.LesBoutons{
    position: relative;
    top: 21%;
    z-index: 2;
}

img{
    width: 100%;
    border: 1px solid black;
}

img:hover{
opacity: .9;
transition: 2s;
}

.imaj{
    width: 30%;
    margin-top: 10px;
}


span:hover{
    color: rgb(51, 205, 118);
}

.trait{
    height : 15rem;
    border: 1px solid black;
    margin-left: 1%;
    margin-right: 1%;
 }

 .sub{
     background: transparent;
     border: 1px solid white;
 }

 .sub:hover{
    background: seagreen;
}

.prez{
    font-family: 'Castoro', serif;
}

