*{
  margin: 0;
  padding: 0
}

/* POLICE STYLES */
@font-face {
  font-family: Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: CondensedBold;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
  font-family: CondensedWebFont;
  src: url(../fonts/Roboto-Condensed-webfont.ttf);
}
@font-face {
  font-family: Light;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Thin;
  src: url(../fonts/Roboto-Thin.ttf);
}

.bold{
  font-family: Bold;
}

.medium{
  font-family: Medium;
}

.regular{
  font-family: Regular;
}

.light{
  font-family: Light;
}

.condensed-bold{
  font-family: CondensedBold;
}


/*FOND DU CONTAINER EN DESSOUS DU MENU*/
.fond{
  background-image: url(../img/homepage/fichier1.png);
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*FOND DU MAIN CONAINER*/
.fond2{
  background-image: url(../img/homepage/fichier4.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* STYLE DU MENU*/

.navbar-fixed-top{
    transition: 0.2s ease-out;
    background: white;
}
nav ul {
  list-style-type: none;
  overflow: hidden;
  font-family: Light;
  font-weight: bold;
}

nav li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #333 !important;
}

.nav>li>a:focus{
  background-color: none !important;
  color: white !important;
}

li a:hover {
  background-color: #86817e17;
  border-radius: 5px;
}

a:link
{
  text-decoration:none;
}

a:active, a:focus, a:hover {
    color: #ff6e00c7 !important;
}

ul{
  list-style-type: none;
}

.ul-li::before {
  content: "\2022";
  color: #ff6e00;
  font-weight: bold;
  display: inline-block; 
  margin: 0 5px 0 20px;
}

.first{
  background-color: #000000c7;
  height: 22em;
}

.description{
  padding: 1% 0% 0% 3%;
}

.whitetext{
  color: white;
}

.orangetext{
  color: #ff6e00;
}

.blacktext{
  color: black;
}

.greytext{
  color:#555555;
}

.borderwhite{
  border: solid white 10px;
  border-radius: 5px;
  background-color: white;
  position: absolute;
  right: 10%;
  margin: 60px 0 0 0;
}

#plateforme {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#video_home {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#video {
  height:330px;
}

.lesplus{
  background-color: #eeeeee;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.font-text{
  font-weight: bold;
}

.btn{
  background-color: #ff6e00 !important;
  border-color:#ff6e00 !important;
  padding: 1rem;
}

.btn-two{
  background-color: #ff6e00 !important;
  border-color: #ff6e00 !important;
  padding: 1rem;
  color: white;
  border-radius: 3px;
  transition: 0.2s ease-out;
  padding: 1.5vh 6vw;
}

.btn-two:hover{
  background-color: #ff7600 !important;
  border-color: #0000002b !important; 
}

.btn-box{
  margin: 3rem 0 3rem 0;
}

.border-bottom{
  border-bottom: solid 1px #04040414;
}

.border-left{
  border-left: solid 1px #04040414;
}

.padding-top{
  padding-top: 8px;
}

.float-left{
  float: left;
}

.float-right{
  float: right
}

/*Pour le responsive des images*/
.responsive-sgs {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.responsive-emat{
  width: 100%;
  max-width: 130px;
  height: auto;
}

.responsive-icons {
  width: 100%;
  max-width: 453px;
  height: auto;
}

.responsive-screen {
  width: 100%;
  max-width: 465px;
  height: auto;
}

.icon-bar {
    background-color: black !important;
}

video {
    outline: 0;
}

/*Pour cacher une image en responsive*/
@media screen and (max-width: 1024px) {
  #hiddenImg {
    display: none;
  }
}

/*Pour le responsive des titres*/
@media (max-width:530px){
  h1{
    font-size:24px;
  }
  h2{
    font-size:22px;
  }
  h3{
    font-size:20px;
  }
  h4{
    font-size:18px;
  }
  h5{
    font-size:16px;
  }
  h6{
    font-size:16px;
  }
}

@media (max-width:650px){
  .btn-two{
    font-size:12px;
    width: 150px;
  }
}

.infos{
    background-color: white;
    border-radius: 5px;
    padding: 20px 0 20px 0;
    margin: 0 auto 20px auto;
}

@media (max-width:991px){
  .infos{
    width: 50vw;
  }
}

@media (max-width:530px){
  .infos{
    width: 50vw;
  }
}

@media (max-width:400px){
  .infos{
    width: 70vw;
  }
}


.margin-top{
  margin-top: 5%;
}

/*Style pour le plus circled*/
.circle{
  background: #ff6e00;
  width:40px;
  height:40px;
  border-radius:100%;
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
.circle.plus:before,
.circle.plus:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background:white;
}
.circle.plus:before{
    width: 7px;
    margin: 2px auto;
}
.circle.plus:after{
    margin: auto 2px;
    height: 7px;
}

/*Responsive pour le plus circled*/
@media (max-width:530px){
  .circle{
    background: #ff6e00;
    width:30px;
    height:30px;
    border-radius:100%;
    position:relative;
    display:inline-block;
    vertical-align:middle;
  }
  .circle.plus:before,
  .circle.plus:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      background:white;
  }
  .circle.plus:before{
      width: 4px;
      margin: 2px auto;
  }
  .circle.plus:after{
      margin: auto 2px;
      height: 4px;
  }
}


.footer-third{
 padding-top: 3rem;
}

.margin-third{
margin-bottom: 3rem;
}

@media (max-width:991px) and (min-width: 960px){

  #text-footer{
    margin-left: 20vh;
  }
}

@media (max-width:992px){
  #border-bottom-footer{
    border-bottom: solid 1px #04040414;
  }

  #border-top-footer{
    border-top: solid 1px #04040414;
  }

  #center-footer{
   text-align: center;
  }
} 

@media (min-width:992px){
    #border-left{
    border-left: solid 1px #04040414;
  }
}
.inline-block{
  display: inline-block;
}

#img-footer{
    margin-bottom: 22px;
  }

.padding-right{
  padding: 1rem 5rem;
}

.marginNav{
  padding: 15px;
}

footer{
  background: black;
  color: white;
  padding: 15px 0px 15px 10px;
  font-family: CondensedWebFont;
}

@media (max-width:765px){
  footer{
      background: black;
      color: white;
      padding: 10px 0px 10px 10px;
      font-family: CondensedWebFont;
  }

  #video {
    height:200px;
  }
}
