/* CUSTOM FONTS */

@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

/*  GENERAL */

* {
    margin: 0; 
}

html,
body {
    font-size: 15px;
    height: 100%;
    margin: 0;
    /* background-image: url("/training/css/fond-page.jpg"); */
    scroll-behavior: smooth;
}

html:after {
    content: "";
    background: url("/training/css/fond-page.jpg");
    background-position: center; 
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
  }

.content {
    min-height: calc(100% - 80px);
}

.content-inside {
    padding: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 170px;
}

h1.h-index,
h2.h-index,
h3.h-index,
h4.h-index {
    color: #444;
    text-align: center;
}

.h1-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
}

h2.h-index {
    font-family: 'Ubuntu', sans-serif;
    font-size: 37px;
}

h3.h-index {
    font-size: 28px;
    margin: 20px;
}

h4.h-index {
    font-size: 24px;
}

.uppercase {
    text-transform: uppercase;
}

.p-center {
    line-height: 20px;
    color: #444;
    text-align: center;
}

a {
    text-decoration: none;
    color: #324252;
}


ul {
    list-style: none;
}

.blue {
    color: #0C62A6;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.green {
    color: #0C62A6;
}

.h1-title span.green {
    font-size: 30px;
}

.clear {
    clear: both;
}

small {
    font-size: 13px;
    font-style: italic;
}

/* ENTETE */

#entete {
    display: inline-block;
}

/* #entete h1{
    display:inline; 
} */

#entete h2 {
    display: inline;
    padding-left: 30px;
    font-size: 20px;
}

#entete nav {
    /* float: right; */
    display: inline;

}

#entete nav ul {
    /* display:inline;    */
    float: right;
}

/*  HEADER  */

.header-nav {
    height: 80px;
    background-color: #324252;
    /* background-image: url("/training/css/header-background.png"); */
    background-size: cover;
}

.header-nav .h1-title {
    padding-top: 15px;
    color: #fff;
    display: inline-block;
}

.header-nav nav ul li {
    /*float: left;*/
    display: inline-block;
    padding-top: 25px;
}

.header-nav nav ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
}

.header-nav nav ul li a img{
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}

.header-nav nav ul li a img:hover{    
    transform: scale(1.1);
    transition: 80ms;
}

#linkedin-logo{
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}



.header-nav nav ul li a:hover {
    color: #0C62A6;
    text-decoration: none;
    transition: 220ms;
}


/* NAVBAR */

#header-smartphone {
    display: none;
}

/* HAMBURGER CSS */

.topnav {
    display: none;
  }
  
  @media (max-width: 840px) {
  
      #header-desktop{
        display: none;
      }
  
      #header-smartphone {
        display: block;
     }
  
      .topnav {
        display: block;
        width: 100%;
        background-color: #333;
        background-image: url("/training/css/header-background.png");
        background-size: cover;
      }
      
      #myLinks {
        display: none;
        width: 100vw;
        opacity: 0.9;
      }

      #linkedin-logo{
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
        }
    
      .topnav .h1-title {
        padding: 14px 16px;
        font-size: 17px;
        display: inline-block;
        font-family: 'Ubuntu', sans-serif;
        font-size: 30px;
      }
      
      .topnav a {
        color: white;
        padding: 5px 16px;
        text-decoration: none;
        font-size: 16px;
        display: block;
      }

      .topnav a:hover {
        background-color: #ddd;
        color: black;
      }
      
      .topnav a.ham-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 80px;
        width: 100px;
      }

      .topnav a.ham-icon:hover {
        background-color: transparent;
      }

      #ham-ico {
          height: 60px;
          position: absolute;
          right: 10px;
          top: 10px;
      }

      #cross-ico {
        display: none;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 25px;
      }
      
      .docs-icon {
        margin-bottom: 10px;
        height: 15px;
        }
    }
  
  
  
    @media (max-width: 650px) {
      .gotopbtn{
        display: none;
      }

      .docs-icon {
        margin-bottom: 10px;
        height: 12px;
        }
    }



/* CORPS */

table {
    margin-left:auto; 
    margin-right:auto;
}

tr {
    line-height:35px;
}

progress {
    margin-left: 30px;
}

.progress {
    margin-left: 30px;
    height: 8px;
    width: 150px;
}


.docs-list  h4{
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
}

.docs-icon {
    margin-bottom: 10px;
    height: 20px;
}


/* Progress color for all browsers */

progress::-moz-progress-bar {
    background-color: #0C62A6;
  }


#profil-img{
    max-width: 100px;
    margin: 20px 0 -60px 0;
}

/*  FOOTER  */

footer {
    height: 40px;
    margin-top: -40px;
}

.copyright {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
    color: #777;
}

.copyright a {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
    color: #777;
}

.gotopbtn{
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 30px;
    opacity: 0.8;
}

.gotopbtn:hover{
    transform: scale(1.1);
    transition: 250ms;
    opacity: 0.9;
}