@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900|Source+Sans+Pro:300,400,700,900');

body{
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  padding: 0;
}

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

a:hover{
  color:#E5060D;
  background-color: #FACDCF;
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -6px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  color: #C9C9C9;
  font-size: 30px;
}



/* -------------------------------------------------------
          MENU NAVBAR 
-------------------------------------------------------- */

.header {
  background-color: #fff;
  width: 100%;
  top: 0;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  text-align: center;

}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 30px;
  text-decoration: none;
}

.header .logo:hover{
  background-color: #fff;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 40px 30px;
  position: relative;
  user-select: none;
  margin-bottom: 0;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 7px;
}

.header .menu-icon .navicon:after {
  top: -7px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 320px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* -------------------------------------------------------
          SECTION HEADER 
-------------------------------------------------------- */
#blocHead{
  top: 500px;
  position: inherit;
}

.blocText{
  padding-right: 40px;
  padding-left: 40px;
}

.blocHead h1{
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 70px;
}

.blocHead .logos img:hover{
  transform: scale(1.1);
}

.blocHead h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  padding-top: 15px;
}

.blocHead hr{
  border: 0;
  border-bottom: 9px solid #FF0000; 
  width: 230px; 
  margin-left: 50px;
}

.blocHead p{
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 20px;
}
.blocHead .imgBack{
  display: block;
  padding: 0;
}

/* -------------------------------------------------------
          SECTION ACTIVITES 
-------------------------------------------------------- */

#activites .titreActivites{
  background-color: #330072;
  color: white;
}

#activites .titreActivites h2{
  color: #FFFFFF;
  font-size: 38px;  
  line-height: 47px;  
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

#activites .titreActivites h3{
  color: #FFFFFF; 
  font-size: 21px;  
  line-height: 21px;  
  text-align: center;
  padding-top: 10px;
}

#activites .blocNoir{
  background-color: black;
  color: white;
  max-width: -webkit-fill-available;
  margin-left: 60px;
  margin-right: 60px;
}

#activites .blocNoir h3{
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 10px;
}

#activites .blocNoir p{
  font-size: 17px;
  line-height: 22px;
}

#activites .iconBlocNoir{
  max-height: 50px;
  margin: auto;
}

#activites .blocTexte{
  background: #EEEEEE;
  font-size: 17px;
  line-height: 30px;
}

#activites .blocActivites2 h4{
  color: #000000; 
  font-weight: 300;  
  font-size: 27px;  
  line-height: 35px;  
  text-align: center;
}

/* -------------------------------------------------------
          SECTION EQUIPES 
-------------------------------------------------------- */

#equipes .titre{
  color: #000; 
  font-weight: 900;
  font-size: 38px;  
  line-height: 47px;  
  text-align: center;
  text-transform: uppercase;
}

#equipes .blueTeam{
  background-color: white;
}

#equipes .flechesTeam{
  padding: 0;
}

#equipes .fleches{
  position: relative;
  transform: rotate(90deg);
}

#equipes .blueTeam img{
  padding-bottom: 30px;
}

#equipes .redTeam img{
  padding-bottom: 30px;
}

#equipes .redTeam{
  background-color: white;
}

#equipes .test{
    background: linear-gradient(
    to bottom, 
    #00B0DE 0%, 
    #00B0DE 50%, 
    #EF3E42 50%, 
    #EF3E42 100%
  );
    height: 100%;
    width: 100%;
}

#equipes .Team{
  margin-left: 10%;
  margin-right: 10%;
}

#equipes .blocLien{
  background-color: #F0F0F0;
}

#equipes .lien{
  background-color: black;
  margin: auto;
}

#equipes .lien h3{
  font-weight: 900;
  font-size: 33px;
  text-transform: uppercase;
  color: white;
  line-height: 50px;
}
#equipes .lien h3:hover{
  color:#E5060D;
  background-color: #fff;
  text-decoration: none;
}


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

#contact{
  background-color: #F0F0F0;
}

#contact .titre{
  font-weight: 900;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 13px;
  text-transform: uppercase;
}

#contact hr{
  border: 0;
  border-bottom: 8px solid #FF0000; 
  width: 175px; 
  margin: 0;
}

#contact p{
  font-size: 17px;
  line-height: 25px;
  padding-top: 24px;
}

#contact button{
  border:1px solid #000;
  background: rgba(0,0,0,0);
  width : 93px;
  height: 24px;
  font-size: 15px;
  line-height: 21px;
  margin-left: 10px;
}

#contact button:hover{
  border:1px solid #000;
  background: rgba(0,0,0,1);
  color: #fff;
}
#contact .download{
  background-color: transparent!important;
}

/* -------------------------------------------------------
          SECTION FOOTER 
-------------------------------------------------------- */

footer .credits{
  font-weight: 400;
  font-size: 13px;
}

footer .credits a{
  color: black;
}


/* -------------------------------------------------------
          Medium devices (tablets, 768px and up)
-------------------------------------------------------- */


@media (min-width: 768px) { 
  
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }

  .header .fr {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0px 10px;
    color: #4A4A4A;
    margin-top: 24px !important;
    font-size: 12px;
  }
  .header a.fr{
    color: #C9C9C9;

  }
  .header a.en{
    color: #C9C9C9;
  }
  .header .en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0px 10px;
    border-left: 1px solid #FF0000;
    color: #4A4A4A;
    margin-top: 24px !important;
    font-size: 12px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #FFF;
  }

  .topnav {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
    height: 100px;
    align-items: center;
    max-width: 1140px;
    margin: auto;
  }

  .blocHead .imgBack{
    display: none;
  }
  .blocHead .logoSG{
    padding-bottom: 3px;
    width: 210px;
  }

  .blocHead{
    background-image: url(img/img-header.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
  }

  #activites .blocNoir{
    color: white;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #activites .blocActivites1 .col-md-6{
    max-width: 47%;
  }

  #equipes .fleches{
    position: relative;
    transform: rotate(180deg);
  }

  #equipes .test{
    background: linear-gradient(
    to right, 
    #00B0DE 0%, 
    #00B0DE 50%, 
    #EF3E42 50%, 
    #EF3E42 100%
  );
    height: 450px;
    width: 100%;
  }

  #equipes .Team{
    margin-left: 5%;
    margin-right: 5%;
  }

  #equipes .blocLien .lien{
    margin-top: -35px;
    max-width: 620px;
  }
}


/* -------------------------------------------------------
          Large devices (desktops, 992px and up)
-------------------------------------------------------- */

@media (min-width: 992px) { 
  


  .blocHead .head{
    max-width: 1140px;
    margin: auto;
  }

  .blocHead .imgBack{
    display: none;
  }

  #activites .titreActivites{
    height: 320px;
  }

  #activites .blocNoir{
    color: white;
    margin-top: -150px;
    margin-left: 10px;
    margin-right: 10px;
    height: 270px;
  }

  #activites .blocActivites1 .col-lg-3{
    max-width: 22%;
  }

  #equipes .fleches{
    position: relative;
    transform: rotate(180deg);
    width: 100%
  }

  #equipes .test{
    background: linear-gradient(
    to right, 
    #00B0DE 0%, 
    #00B0DE 50%, 
    #EF3E42 50%, 
    #EF3E42 100%
  );
    height: 420px;
    width: 100%;
  }

  #equipes .Team{
    margin-left: 12%;
    margin-right: 12%;
  }

  #equipes .blocLien .lien{
    margin-top: -35px;
  }
}

@media (min-width: 1200px) { 
  .blocHead{
    background-image: url(img/img-header.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
