body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/*----------------Header CSS ---------------------*/
-header
{
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(img/background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


/*-------------TEST--------------*/

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
    margin-top: -350px;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://cdn.pixabay.com/photo/2015/07/17/22/42/typing-849806_1280.jpg') black no-repeat center center scroll;
    position: relative;
    margin-top: auto;
    opacity: 0.9;
  }
  header video {
    display: none;
  }
}


/*------------- FIN TEST--------------*/

.user-box
{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;    
}
.user-box img
{
    border-radius: 50%;
    width: 270px;
    border: 2px solid #fff;
}
@media (pointer: coarse) and (hover: none) {
  .user-box img {
    border-radius: 50%;
    width: 200px;
    border: 2px solid #fff;
  }
}


.user-box h1
{
    color: #fff;
    font-weight: bold;
    margin: 10px;
}
.user-box p
{
    color: #fff;
}
.scroll-btn
{
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    padding: 10px 10px 20px;
    border-radius: 30px;
}

.scroll-bar span
{
    border: 2px solid #fff;
    font-size: 10px;
    border-radius: 30px
}

.scroll-bar
{
    animation: mover 1s infinite alternate;
}
@keyframes mover
{
    0%{transform: translateY(0);}
    100%{transform: translateY(10px);}
}

/*--------------- A propos ---------------------*/

.A-propos
{
    padding-top: 100px;
    margin-bottom: -100px;
}

.profile-img
{
    height: 400px;
    margin-top: 50px;
}
@media (pointer: coarse) and (hover: none) {
  .profile-img {
    height: 350px;
    margin-top: -70px;
    margin-bottom: 15px;
  }
}


.nav-bar
{
    top: 0;
    position: sticky;
    z-index: 2;
}
.navbar
{
    background: #253B40;
    
}



.navbar-brand img
{
    height: 50px;
    
}
.nav-bar .fa-bars
{
    font-size: 35px;
    color: #fff;
}
.navbar-toggler
{
    outline: none !important;
}
.navbar-nav
{
    float: center;
    text-align: center;
}
.nav-link
{
    color: #fff !important;
}
.skills-bar p
{
    margin-bottom: 6px;
    font-weight: 600;
}
.Progress
{
    border-radius: 16px !important;
    margin-bottom: 10px;
}
.Progress-bar
{
    border-radius: 16px;
    background: #A68863!important;
}

/*----------------------RESUME---------------------------*/

.resume
{
    margin-top: 120px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #f9f9f9
}
.resume h3
{
    margin-bottom: 50px;
    margin-top: 12px;
}
.timeline
{
    list-style-type: none;
    position: relative;
}

.timeline:before
{
    content: '';
    background: #253B40;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 1;
}
.timeline li
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #fff;
}
.timeline li b
{
    color: #8C5B49;
}

.timeline h4
{
    background-color: #253B40;
    padding: 5px 0 5px 20px;
    color: #fff;
    font-size: 15px;
}

.timeline h4 span
{
    font-weight: bold;
    color: #D9C8B4;
}

.timeline li:before
{
    content: '';
    background: #253B40;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #253B40;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

/*-------------------SERVICES---------------------*/
.services
{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.services h1
{
    margin-bottom: 15px;
}

.checked 
{
  color: orange;
}

.services-box
{
    background: #F2F2F2;
    padding: 10px;
    margin-top: 20px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.services-box .fa
{
    margin: 0 10px;
    font-size: 20px;    
}
.services-box span
{
    margin: 3px;
    font-size: 20px;
    font-weight: bold;
}
.services-box p
{
    font-size: 15px;
    margin-top: 20px;
    color: #777;
}

.services-box:hover
{
    background: #A68863;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 1s;
}
.services-box:hover p
{
    color: #fff;
}

/*----------------------------CONTACT-----------------------------*/

.contact
{
    background: #282828;
    background: linear-gradient(-45deg, #253B40, #A68863, #D9C8B4, #F2C5BB);
    background-size: 400% 400%;
    animation: Gradient 10s ease infinite;
}

@-webkit-keyframes Gradient {
    0% { 
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100%{
        background-position: 0% 50%
    }
}

.wrapper h1
{
    font-weight: lighter;
    font-size: 80px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 0;
}
.wrapper p
{
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 20px;
    margin-top: 0;
}
.wrapper media
{
    position: absolute;
    align-content: center;
    top: 40%;
    left: 50%;
    transform: translate(-53%, -50%);
}
.wrapper li
{
    list-style: none;
    margin: 10px 30px;
    display: inline-block;
    text-align: right;
    font-size: 30px;
    padding: 20px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
}
.wrapper li:hover
{
    color: #292929;
    border: 1px solid #292929;
    transition: .5s;
}

.wrapper h2
{
    color: #fff;
    text-align: left;
    margin-bottom: -40px;
}

.wrapper i
{
    text-align: center;
}




.contact .row
{
    padding: 30px 0;
    font-size: 22px;
}

.contact .col-md-4 .fa
{
    padding: 15px;
    font-size: 20px;
}
.contact .btn
{
    padding: 10px 25px 10px 25px;
    margin: 5px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;
}
.contact .btn:focus
{
    box-shadow: none !important;   
}
.contact .btn:hover
{
    border: px solid #000 !important;
    background: #000; !important;
    transition: 2s;
}
.contact .btn .fa
{
    margin-right: 10px;    
}
.footer
{
    background: #253B40;
    height: 50px;
    margin-top: -16px;
    color: #fff;
    padding-top: 10px;
}
.fa-heart-o
{
    color: red;
}
.pageformulaire.html
{
    color: #fff;
}

/*----------------------Social icons----------------------*/

.social-icons
{
    top: 50%;
    position: static;
    z-index: 1;
    width: 80px; 
}
#social-icons ul
{
    display: inline;
    padding: initial;
}
.social-icons ul li
{
    height: 40px;
    width: 40px;
    list-style-type: none;
    padding-left: 12px;
    padding-top: 6px;
    margin-top: 30px;
    color: #fff;
    background: #000; 
}
.social-icons ul li:hover
{
    padding-left: 30px;
    width: 80px;
    transition: 1s;
}

/*------------------Formulaiez de contact----------*/
.contact-title
{
    margin-top: 100px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    transition: all 3s ease-in-out;
}
.contact-title h1
{
    font-size: 40px;
    line-height: 10px;
}
.contact-title h2
{
    font-size: 16px;
    padding-top: 20px;
}
form
{
    margin-top: 50px;
    transition: all 3s ease-in-out;
}
.form-control
{
    width: 600px;
    background: transparent;
    border: none;
    border-bottom: 1px solid gray;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px,;
}
input
{
    height: 45px;
}
textarea
{
    padding-bottom: 80px;
    font-family: sans-serif;
    margin-top: 10px;
}
form .submit
{
    background: #ff5722;
    border-color:transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}
form .submit:hover
{
    background-color: #f44336;
    cursor: pointer;














