@import url('https://fonts.googleapis.com/css?family=Tajawal:200,400');
/******************************************************************************

			general

******************************************************************************/
/*importation police*/
/* * pour tout selectionner*/
* {
  /*border: 1px solid red;*/
}
/* b pour selectionner et définir les gras */
b {
  /*font-weight: 400;*/
}
/* i pour selectionner et définir les italics */
i {
  /*border: 1px solid red;*/
}
/* u pour selectionner et définir les sous-lignés */
u {
  /*border: 1px solid red;*/
}
/* p pour selectionner et définir les paragraphes */
p {
  /*border: 1px solid red;*/
}
/*general body personnalisé*/
body.site {
  font-family: 'Tajawal', sans-serif;
  background-color: #000;
  border-top: none;
  padding: 0;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/******************************************************************************

			header bande

******************************************************************************/
/*header general*/
header.header {
  background-color: #000;
  width: 100%;
  height: 150px;
  position: fixed;
  z-index: 100;
  opacity: 0.8;
  font-family: 'Tajawal', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
header.header img {
  width: 100%;
}
/******************************************************************************

			header logo

******************************************************************************/
header.header .brand {
  display: block;
  width: 127px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/******************************************************************************

			header menu

******************************************************************************/
/*disposition barre de menu*/
nav.navigation {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*couleur de fond button*/
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: transparent;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
ul.navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 29px;
  /*border-bottom-color: #1502CE;*/
}
ul.nav li a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  transition: 4s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
ul.nav li a:hover {
  /*transition: 2s;*/
  background-color: #000;
  color: #5D5E62;
  transition: 0.5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
.navigation .nav > li::after {
  position: absolute;
  top: 12px;
  right: 25px;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5D5E62;
  content: '';
  transition: 4s;
  /*border-bottom-color: #1502CE;*/
}
.navigation .nav > li.item-110::after {
  border: none;
  content: '';
  transition: 0.5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
.navigation .nav > li a:hover {
  color: #5D5E62;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
.navigation a:focus {
  outline: none;
  outline-offset: 0;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  background-color: transparent;
}
/******************************************************************************

			header menu déroulant ok

******************************************************************************/
/*curseur*/
.navigation .nav > li > .nav-child::after {
  border-right: inherit;
  border-left: inherit;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*boite*/
.navigation ul.nav-child {
  top: 0px;
  left: 30px;
  z-index: 30;
  min-width: 80%;
  width: 75px;
  margin: 0 0 0;
  background-color: #EF274C;
  border: none;
  border-radius: 0px;
  padding: 10px 10px 10px;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*boite*/
.navigation li.item-101 ul.nav-child {
  box-shadow: -80px 100px 20px 40px #000000;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*boite*/
.navigation li.item-108 ul.nav-child {
  box-shadow: -40px 110px 20px 40px #000000;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*boite*/
.navigation li.item-109 ul.nav-child {
  box-shadow: 0px 120px 20px 40px #000000;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*button*/
.navigation ul.nav-child a {
  font-size: 19px;
  font-weight: 400;
  padding-left: 10px;
  /*border-bottom-color: #1502CE;*/
}
/*button*/
.navigation .nav-child li > a,
.navigation .nav-child li > a:focus,
.navigation .nav-child > a {
  color: #fff;
  transition: 6s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/*button*/
.navigation .nav-child li > a:hover {
  background: none;
  transition: 0.5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
.navigation .nav-child li.divider {
  border-bottom: none;
  background-color: #5D5E62;
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
  background-image: none;
}
/******************************************************************************

			OHD general content

******************************************************************************/
/*mise en page globale*/
.body .container {
  position: absolute;
  width: 100%;
  max-width: none;
  padding: 0;
  border: none;
  /*opacity: 0.8;*/
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .row-fluid .main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site .moduletable {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  opacity: 0.8;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*mise en forme titre globale*/
.site .titre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .chevron {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  z-index: 40;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .chevron a {
  width: 65px;
  height: 65px;
  display: block;
  background: url(chevron.svg) 8px 8px no-repeat;
  /*color: #000;*/
  /*background-color: #fff;*/
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			OHD home top image + titre

******************************************************************************/
/*module home image fond*/
.site .home-photo-profil {
  background-size: cover;
  background-position: center center;
  top: 0px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*module home image profil*/
.site .home-photo-profil > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .home-photo-profil img {
  width: 650px;
  position: relative;
  bottom: 50px;
  left: -50px;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*module home titre text */
.site h2 {
  font-family: 'Tajawal', sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 13px;
  line-height: 50px;
  position: relative;
  z-index: 10;
  font-size: 54px;
  color: #fff;
  transition: 6s;
  font-weight: 200;
  cursor: default;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site h2:hover {
  transition: 0.5s;
  color: #EF274C;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: 100vh;
  z-index: 20;
  cursor: default;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*module home titre button*/
.site .home_titre p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 25px;
  margin-right: 5px;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .home_titre .button_1 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 400;
  margin-left: 20%;
  font-size: 25px;
  margin: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: #fff solid 1px;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .button_1:hover {
  background-color: #EF274C;
  color: #5D5E62;
  transition: 0.5s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .home_text {
  font-family: 'Tajawal', sans-serif;
  font-weight: 400;
  margin-top: 250px;
  margin-right: 22.5%;
  margin-left: 22.5%;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .son_text {
  text-align: center;
  background-color: #EF274C;
  font-weight: 200;
  font-size: 1.75px;
  margin-bottom: 1%;
  text-decoration: none;
  color: #000;
  transition: 6s;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .son_text:hover {
  padding: 5px;
  font-size: 29px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: #fff solid 1px;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .deco_text {
  text-align: center;
  background-color: #EF274C;
  font-weight: 200;
  font-size: 1.75px;
  margin-bottom: 1%;
  text-decoration: none;
  color: #000;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .deco_text:hover {
  padding: 5px;
  font-size: 29px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: #fff solid 1px;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .photo_text {
  text-align: center;
  background-color: #EF274C;
  font-weight: 200;
  font-size: 1.75px;
  margin-bottom: 1%;
  text-decoration: none;
  color: #000;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .photo_text:hover {
  padding: 5px;
  font-size: 29px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: #fff solid 1px;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .video_text {
  text-align: center;
  background-color: #EF274C;
  font-weight: 200;
  font-size: 1.75px;
  margin-bottom: 1%;
  text-decoration: none;
  color: #000;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .video_text:hover {
  padding: 5px;
  font-size: 29px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: #fff solid 1px;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .education_text {
  text-align: center;
  background-color: #EF274C;
  font-weight: 200;
  font-size: 1.75px;
  margin-bottom: 1%;
  text-decoration: none;
  color: #000;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .education_text:hover {
  padding: 5px;
  font-size: 29px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: #fff solid 1px;
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .lieu_text {
  text-align: center;
  background-color: #EF274C;
  font-weight: 200;
  font-size: 1.75px;
  margin-bottom: 1%;
  text-decoration: none;
  color: #000;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .home_titre .lieu_text:hover {
  padding: 5px;
  font-size: 29px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: #fff solid 1px;
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			OHD page top image + titre + text

******************************************************************************/
/*module page image fond*/
.site .page-photo-profil {
  background-size: cover;
  background-position: center center;
  top: 0px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*module page image profil*/
.site .page-photo-profil > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  /*position: absolute;*/
  /*z-index: 30;*/
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .page-photo-profil img {
  width: 650px;
  position: relative;
  /*z-index: 30;*/
  bottom: 50px;
  left: -150px;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*module page titre text*/
.site .page_titre {
  /*position: fixed;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: 100vh;
  z-index: 20;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/*mise en forme page titre*/
.site .page_titre h2 {
  position: fixed;
  z-index: 50;
  font-size: 54px;
  font-weight: 200;
  color: #F2DF28;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .page_titre h2:hover {
  transition: 0.5s;
  color: #EF274C;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
/*module page text */
.site .page_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
  position: fixed;
  z-index: 20;
  top: 150px;
  right: 0px;
  width: 25%;
  height: 100%;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .page_text > div {
  /*background-color: #EF274C;*/
  background-color: #000;
  font-family: 'Tajawal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  /*color: #5D5E62;*/
  margin-bottom: 20%;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .page_text > div:hover {
  transition: 0.5s;
  background-color: #EF274C;
  color: #5D5E62;
}
.site .page_text p {
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  border: #fff solid 1px;
  cursor: default;
  /*border-top: #000 solid 150px;*/
  /*border-bottom: #000 solid 150px;*/
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/******************************************************************************

			OHD home ligne 0

******************************************************************************/
.site .fond_mouvant img {
  height: 100vh;
  width: 100%;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #1502CE;*/
}
/******************************************************************************

			OHD home ligne 1 et 2

******************************************************************************/
.text_h4 h4 {
  box-sizing: border-box;
  font-family: 'Tajawal', sans-serif;
  font-size: 44px;
  font-weight: 200;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  text-decoration: none;
  color: #EF274C;
  background-size: cover;
  width: 100%;
  text-align: center;
  top: 49%;
  /*border: #fff solid 3px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			OHD home ligne 1

******************************************************************************/
.top_line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 40;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.top_line_left {
  background-color: #000;
  position: relative;
  z-index: 50;
  width: 24%;
  overflow: hidden;
  /*border-right: #000 solid 6px;*/
  /*border: #fff solid 10px;*/
  /*border-bottom-color: #CB06BC;*/
}
.top_line_right {
  background-color: #000;
  position: relative;
  z-index: 50;
  width: 76%;
  overflow: hidden;
  /*border-left: #000 solid 6px;*/
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.top_line_left a img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  /*transition: width 2s;*/
  transition: 5s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.top_line_left a img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.2;
  width: 125%;
  transition: 2s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.top_line_right a img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 5s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.top_line_right a img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.2;
  width: 125%;
  transition: 2s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			OHD home ligne 2

******************************************************************************/
.bottom_line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  z-index: 40;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.bottom_line_left {
  background-color: #000;
  position: relative;
  z-index: 50;
  width: 76%;
  overflow: hidden;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.bottom_line_right {
  background-color: #000;
  position: relative;
  z-index: 50;
  width: 24%;
  overflow: hidden;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.bottom_line_left a img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 5s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.bottom_line_left a img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.2;
  width: 125%;
  transition: 2s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.bottom_line_right a img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 5s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.bottom_line_right a img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.2;
  width: 125%;
  transition: 2s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			Page ligne titre

******************************************************************************/
#after_following {
  background-color: #000;
  height: 150px;
}
.pointer {
  cursor: pointer;
  max-width: 800px;
  width: 80%;
}
.titre_line {
  width: 100%;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: relative;
  z-index: 40;
  overflow: hidden;
  border-top: #000 solid 40px;
  /*border-bottom-color: #CB06BC;*/
}
.text_titre_line {
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 50;
  overflow: hidden;
  /*border-bottom-color: #CB06BC;*/
}
.text_titre_line h4 {
  margin-top: -45px;
  line-height: 80px;
  font-size: 84px;
  font-weight: 200;
  color: #fff;
}
.text_titre_line img {
  max-width: none;
  z-index: 50;
  width: 100%;
  transition: 5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_titre_line img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.2;
  width: 125%;
  transition: 2s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.site .dropdown {
  max-height: 0px;
  transition: max-height 1s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
.site .dropdown.open {
  max-height: 100000px;
  transition: max-height 1s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
}
/******************************************************************************

			Products djing set ligne

******************************************************************************/
.set_line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: relative;
  z-index: 40;
  overflow: hidden;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_set_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 50;
  /*border: #EF274C solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
h4 img {
  width: 10px;
  position: relative;
}
.text_set_line img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_set_line img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.2;
  width: 125%;
  transition: 1s;
  /*border: #EF274C solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			Products djing equipment ligne

******************************************************************************/
.titre_line_equipment {
  box-sizing: border-box;
  background-color: #000;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 40;
  border-top: #000 solid 40px;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.equipment_line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  position: relative;
  z-index: 40;
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_equipment_line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  position: relative;
  z-index: 50;
  overflow: hidden;
  border-top: #fff solid 20px;
  /*border-bottom: #fff solid 20px;*/
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_equipment_line a img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_equipment_line a img:hover {
  transform: translate(-10%, 0%);
  position: relative;
  z-index: 50;
  opacity: 0.1;
  width: 125%;
  transition: 1s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			Products photos set ligne

******************************************************************************/
.photos_line {
  /*width: 100%;*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: relative;
  z-index: 40;
  overflow: hidden;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_photos_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 50;
  /*border: #fff solid 10px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_photos_line img {
  max-width: none;
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 6s;
  /*border: #fff solid 20px;*/
  /*border-bottom-color: #CB06BC;*/
}
.text_photos_line img:hover {
  transform: translate(-17.5%, 0%);
  position: relative;
  z-index: 50;
  /*opacity: 0.2;*/
  width: 150%;
  transition: 1s;
  /*border: #fff solid 40px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			Booking ligne

******************************************************************************/
body.itemid-110 main#content.span12 div:nth-child(8) {
  background-color: #000 !important;
  position: relative;
  z-index: 50;
}
body.task-day.listevents main#content.span12 div:nth-child(8) {
  margin-top: 150px !important;
}
main#content.span12 div#jevents div#jevents_body.contentpaneopen.jeventpage.jevbootstrap {
  height: 350px;
}
.booking_line {
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: relative;
  z-index: 40;
  overflow: hidden;
}
/******************************************************************************

			footer

******************************************************************************/
.footer_box {
  box-sizing: border-box;
  position: relative;
  z-index: 80;
  padding-top: 250px;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #000;
  padding-bottom: 500px;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.nav_footer {
  float: left;
  display: block;
  margin-left: 9%;
  margin-right: 10%;
  /*margin-bottom: 10px;*/
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  list-style-type: none;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li {
  margin-left: 20px;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li a {
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li.facebook_bt a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(logo_lien.png) 3px 0 no-repeat;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li.facebook_bt a:hover {
  background: url(logo_lien.png) 3px -100px no-repeat;
  transition: 0.5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li.soundcloud_bt a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(logo_lien.png) -70px 0 no-repeat;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li.soundcloud_bt a:hover {
  background: url(logo_lien.png) -70px -100px no-repeat;
  transition: 0.5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li.mixcloud_bt a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(logo_lien.png) -150px 0 no-repeat;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
ul.nav_footer li.mixcloud_bt a:hover {
  background: url(logo_lien.png) -150px -100px no-repeat;
  transition: 0.5s;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.logo_footer {
  margin-right: 15%;
  opacity: 0.75;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.logo_ohd {
  display: flex;
  justify-content: flex-end;
  align-items: right;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.copyright {
  margin-top: 30px;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.copyright_text {
  float: right;
  text-decoration: none;
  font-size: 12px;
  color: #5D5E62;
  margin-top: 2px;
  cursor: default;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
.reserved {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  text-decoration: none;
  font-size: 12px;
  color: #5D5E62;
  cursor: default;
  /*border: #fff solid 2px;*/
  /*border-bottom-color: #CB06BC;*/
}
/******************************************************************************

			header menu étroit

******************************************************************************/
@media (max-width: 979px) {
  /*barre menu*/
  header.header {
    position: absolute;
    z-index: 100;
    opacity: 1;
  }
  .header .header-inner {
    background-color: #000;
  }
  .header .custom {
    background-color: #000;
  }
  nav.navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*icon menu*/
  .navbar {
    margin-left: 18px;
    margin-top: 0px;
    /*padding: 6px;*/
    /*margin-bottom: 6px;*/
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*button menu*/
  .navbar .btn-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin: 0px;
    background-color: transparent;
    text-shadow: none;
    color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*button menu*/
  .navbar .btn-navbar:hover {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin: 0px;
    background-color: transparent;
    text-shadow: none;
    color: #000;
    background-image: none;
    border: none;
    box-shadow: none;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*barrette menu*/
  .navbar .btn-navbar .icon-bar {
    width: 40px;
    height: 4px;
    margin-top: 7px;
    margin-right: 7px;
    border-radius: 0px;
    background-color: #fff;
    transition: 4s;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*barrette menu*/
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 7px;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*barrette menu*/
  .btn-navbar .icon-bar + .icon-bar:hover {
    /*background-color: #8D8E93;*/
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*barrette menu*/
  .navbar .btn-navbar.grey .icon-bar {
    background-color: #5D5E62;
    /*background-color: #8D8E93;*/
    transition: 1.5s;
    /*background-color: red;*/
  }
  /*menu déroulé*/
  .nav-collapse {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #000;
    width: 100%;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*menu déroulé*/
  .nav-collapse .nav > li > a:hover {
    background-color: #000;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*menu déroulé*/
  .navigation .nav > li::after {
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    color: #fff;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*menu déroulé*/
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    position: block;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  .navigation ul.nav-child {
    padding: 0px;
  }
  .navigation ul.nav-child li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*sous-menu déroulé*/
  /*.navigation .nav ul.nav-child {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		/*border: #fff solid 2px;*/
  /*border-bottom-color: #1502CE;*/
  /*}*/
  /*sous-menu déroulé*/
  .navigation .nav li.deeper ul.nav-child {
    position: relative;
    display: none;
    /*width: 100%;*/
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  /*sous-menu déroulé*/
  .navigation .nav li.opened ul.nav-child {
    position: relative;
    display: block;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #1502CE;*/
  }
  header.header .nav-pills {
    box-sizing: border-box;
    font-size: 44px;
    width: 100%;
  }
  header.header .nav-pills a {
    line-height: 50px;
  }
  header.header .nav-collapse a {
    position: relative;
    height: auto;
  }
  /*menu principal*/
  header.header .nav-pills > li > a {
    border: none;
  }
  /*menu principal*/
  .header .nav-pills > li:last-child > a {
    border-bottom: none;
  }
  /*curseur*/
  .navigation .nav > li::after {
    top: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5D5E62;
  }
  .nav-collapse.in.collapse {
    /*height: auto!important;*/
    height: 5000px!important;
  }
  header.header .nav-child {
    width: 100%;
  }
  header.header .nav-child a {
    font-size: 44px;
  }
  .navigation ul.nav-child {
    left: 0px;
    /*background-size: cover;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100%;*/
  }
  .nav-collapse.in.collapse {
    /*height: auto!important;*/
    height: 10000px !important;
  }
  .navigation .nav li {
    /*height: 100px;*/
  }
  body header .navigation li ul.nav-child {
    box-shadow: none!important;
  }
  .navigation a:focus {
    outline: none;
    outline-offset: 0;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }
  /******************************************************************************

				page line étroit

******************************************************************************/
  #after_following {
    background-color: #000;
    height: 0px;
  }
  .site h2 {
    margin-top: 10px;
    font-weight: 400;
  }
  .site .titre {
    margin-bottom: 100px;
  }
  .site .button {
    display: none;
  }
  .site .home-photo-profil img {
    width: 450px;
    left: 0px;
  }
  .site .page-photo-profil img {
    width: 450px;
    left: 0px;
  }
  .site .page_titre {
    bottom: 0px;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 5px;
    /*border-bottom-color: #1502CE;*/
  }
  .site .page_titre h2 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 0px;
  }
  .site .page_text {
    position: absolute;
    z-index: 10;
    width: 250px;
    background-size: auto;
  }
  .site .page_text > div {
    align-items: flex-start;
    top: 0px;
    /*background-color: #EF274C;*/
    background-color: #000;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
  /******************************************************************************

				page line étroit

******************************************************************************/
  .text_titre_line h4 {
    margin-top: -35px;
    transition: 6s;
    font-weight: 200;
    line-height: 80px;
    font-size: 64px;
    color: #fff;
  }
  /******************************************************************************

			footer

******************************************************************************/
  .footer_box {
    padding-top: 100px;
    padding-bottom: 300px;
    margin-bottom: -150px;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
}
/******************************************************************************

			étroit étroit

******************************************************************************/
/******************************************************************************

			header étroit étroit

******************************************************************************/
@media (max-width: 768px) {
  /******************************************************************************

			ohd home étroit étroit

	******************************************************************************/
  /*mise en forme titre globale*/
  .site .titre {
    /*border: #fff solid 20px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .site h2 {
    font-weight: 400;
    margin-top: 150px;
  }
  .site .home-photo-profil img {
    left: -80px;
  }
  .site .home_text {
    display: none;
  }
  /******************************************************************************

			bottom content top line étroit étroit

	******************************************************************************/
  .top_line {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    position: relative;
    z-index: 40;
    /*margin: auto;*/
    /*padding-top: 6px;*/
    /*border-top: #000 solid 6px;*/
    /*opacity: 1;*/
    /*background-color: #000;*/
    /*border: #fff solid 4px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .top_line_left {
    background-color: #000;
    position: relative;
    z-index: 50;
    width: 100%;
    overflow: hidden;
    /*border-right: #000 solid 6px;*/
    /*border: #fff solid 4px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .top_line_right {
    background-color: #000;
    position: relative;
    z-index: 50;
    width: 100%;
    overflow: hidden;
    /*border-left: #000 solid 6px;*/
    /*border: #fff solid 4px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  /******************************************************************************

				bottom content bottom line étroit étroit

	******************************************************************************/
  .bottom_line {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    position: relative;
    z-index: 40;
    /*margin: auto;*/
    /*padding-top: 6px;*/
    /*border-top: #000 solid 6px;*/
    /*border: #fff solid 4px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .bottom_line_left {
    background-color: #000;
    position: relative;
    z-index: 50;
    width: 100%;
    overflow: hidden;
    /*border-right: #000 solid 6px;*/
    /*border: #fff solid 4px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .bottom_line_right {
    background-color: #000;
    position: relative;
    z-index: 50;
    width: 100%;
    overflow: hidden;
    /*border-left: #000 solid 6px;*/
    /*border: #fff solid 4px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  /******************************************************************************

				page line étroit étroit

	******************************************************************************/
  .site .page_text {
    width: 100%;
    background-size: contain;
  }
  .site .page_titre {
    justify-content: center;
  }
  .pointer {
    max-width: 800px;
    width: 100%;
  }
  .titre_line {
    border-top: #000 solid 0px;
    /*border-bottom-color: #CB06BC;*/
  }
  .text_titre_line h4 {
    margin-top: -55px;
    transition: 6s;
    font-weight: 400;
    line-height: 80px;
    font-size: 37px;
    color: #fff;
  }
  .text_set_line .text_h4 h4 {
    display: flex;
    justify-content: left;
    margin: 0px;
  }
  .text_photos_line .text_h4 h4 {
    display: flex;
    justify-content: left;
    margin: 0px;
  }
  video {
    width: 100%;
    height: auto;
  }
  /******************************************************************************

				footer étroit étroit

	******************************************************************************/
  .footer_box {
    box-sizing: border-box;
    position: relative;
    z-index: 80;
    padding-top: 100px;
    padding-bottom: 300px;
    margin-bottom: -300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #000;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .nav_footer {
    /*float: right;*/
    /*display: block;*/
    /*margin-left: 9%;*/
    /*margin-right: 5%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*justify-content: space-around;*/
    /*margin-bottom: 10px;*/
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  ul.nav_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    /*padding: 0;*/
    list-style-type: none;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .logo_footer {
    margin-right: 0px;
    opacity: 0.75;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .logo_ohd {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .copyright {
    margin-top: 30px;
    /*float: right;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .copyright_text {
    /*float: right;*/
    text-decoration: none;
    font-size: 15px;
    color: #5D5E62;
    margin-top: 2px;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
  .reserved {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
    font-size: 15px;
    color: #5D5E62;
    /*border: #fff solid 2px;*/
    /*border-bottom-color: #CB06BC;*/
  }
}
/******************************************************************************

			end first page

******************************************************************************/
