/* GENARAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Sofia Sans", sans-serif;
  display: flex;
  flex-direction: column;
  margin: 40px 40px 0 40px;
  /*padding-bottom: 40px;*/
  overflow-x: hidden;
}

h1, p {
  margin: 0;
  padding: 0;
}

div#citabel_sports {
  padding: 40px;
}

.content-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
  opacity: 0;
  display: none;
}

.content-section.active {
  transform: translateX(0);
  opacity: 1;
  display: block;
}

.content-section.hidden-left {
  transform: translateX(-100%);
  opacity: 0;
}

.content-section.hidden-right {
  transform: translateX(100%);
  opacity: 0;
}
/* END GENERAL */




/* HEADER NAV */
header nav {
  width: 100%;
  height: auto;
}

header ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

header ul li {
  width: 100px;
}

header ul li a.link_citabel {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all ease-in 0.4s;
}

header ul li a.link_citabel:hover {
  text-decoration: underline #000;
  color: #E6007E;
}
/* END HEADER NAV */

/* HOME PAGE */
div.page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 40px;
}

div.container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}

div.row {
  display: flex;
  flex-grow: 1;
}

div.row .marge_padd {
  padding: 0;
  margin: 0;
}

.bloc_1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.bloc_1 h1.title {
  font-size: 90px;
  font-weight: bold;
  color: #E6007E;
}

div.bloc_1 p.text_one {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
  text-transform: uppercase;
}

div.bloc_1 p.retrouvez_nous {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  margin: 10px 0 0 0;
}

div.bloc_1 div.product {
  margin: 30px 0;
}

      /* PRODUCT CAROUSEL */
	  .owl-carousel {
        overflow-x: visible;
	  }

      .owl-carousel .owl-item img {
        height: 250px !important;
        margin-bottom: 20px;
        padding: 20px 10px;
      }

      .owl-stage-outer {
        padding-left: 10px;
    }

      .owl-item {
        border-radius: 20px;
        box-shadow: 0 3px 6px 0 #707070;
        margin: 20px 0px;
      }
      
      .owl-item div.item {
        text-align: center;
      }
      
      .owl-item div.item h4 {
        font-size: 20px;
        font-weight: 400;
        color: #E6007E;
      }
    
      .owl-dots {
        display: none;
      }
      /* END PRODUCT CAROUSEL */

div.bloc_1 div.questions p.text_questions {
  font-size: 15px;
  font-weight: 200;
  color: #5C5C5C;
  line-height: 20px;
}

div.position {
  height: 100%;
  display: flex;
  flex-grow: 1;
}

div.width {
  width: 100%;
  height: 100%;
}

div.col-lg-12 .pictures_sports {
  width: 100%;
  height: 100%;
  background-image: url('assets/sports/bg_sports.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

div.bg_sports {
  background-color:  rgba(230, 0, 126, 0.75);
}

div.position_contact {
  position: relative;
  width: 60%;
  height: 100%;
  top: -100%;
  right: -38%;
}

div.contact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}

div.contact div.logo_contact {
  margin-bottom: 40px;
}

div.contact div.horraire {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

div.contact div.adress_one p a {
  text-decoration: none;
  color: #fff;
  transition: all ease-in 0.4s;
}

div.contact div.adress_one p a:hover {
  text-decoration: underline;
  color: #000;
}

div.contact div.adress_one {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

div.contact div.adress_two p a {
  text-decoration: none;
  color: #fff;
  transition: all ease-in 0.4s;
}

div.contact div.adress_two p a:hover {
  text-decoration: underline;
  color: #000;
}

div.ligne {
  width: 40px;
  height: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

div.contact div.adress_two {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;  
}

div.contact div.button_contact {
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.4s;
}

div.contact div.button_contact a {
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  display: flex;
  width: 100%;
  padding: 10px;
  transition: all 0.4s;
}

div.contact div.button_contact:hover {
  background-color: #000;
}

div.contact div.button_contact a:hover {
  color: #fff;
}
/* END HOME PAGE */


@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 992px) {
  .row.position {
    margin-top: 20px;
  }

  div.col-lg-12 .pictures_sports {
    background-position: center;
  }

  div.position_contact {
    width: 100%;
    top: -30%;
    right: 0;
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  div.col-lg-12 .pictures_sports {
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width: 468px) {
  div.bloc_1 h1.title {
    font-size: 80px;
  }
}