
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: white;
  text-align: center;
  overflow-x: hidden;
}

  .dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background: #003e7a!important;
    color:  white!important;
    border: 1px solid #003e7a!important;
    text-align: center;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background:#085ca5!important;
    color:#fff!important;
}
.dropdown-menu a{
    color:#fff!important;
} 
.navbar .nav-item .nav-link{
    color:#eee !important; 
    
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    
}



 @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
* {
  box-sizing: border-box;
}

body {
 /* background-image: linear-gradient(to right, #034378, #2d4e68);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  font-family: "Open Sans", sans-serif;*/
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.row {
  /*max-width: 100%;*/
  /*margin: 50px auto 0;*/
}

.card {
  float: left;
  /*padding: 0 1.7rem;*/
  width: 100%;
  margin-bottom: 20px;
  color: #003e7a;
}
.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 340px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  height: 70px;
  margin: 0;
}
.card input[type='checkbox'] {
  display: none;
}
.card input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}



@-webkit-keyframes slideshow {
    
 
    50% { background: url(/web/img/img3d/MOUROUJ3/jc1.jpg); }
    55%, 95% { background: url(/web/img/img3d/MOUROUJ3/jc.jpg); }

  }
.example-1 .wrapper {
  background: url('/web/img/img3d/MOUROUJ3/jc1.jpg');
  -webkit-animation: slideshow 10s infinite 2s;
  -webkit-transform-origin-y:  0;

}



/*.example-1 .wrapper {
  background: url('/web/img/IMAGE 3D/CHABBAOU/2.jpg') 20% 1%/cover no-repeat;

}*/
.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: gray;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}



@-webkit-keyframes slideshow2 {
     
    50% { background: url(/web/img/img3d/MOUROUJ3/sokra.jpg); }
    55%, 95% { background: url(/web/img/img3d/MOUROUJ3/sokra1.jpg); }

  }
.example-2 .wrapper {
  background: url('/web/img/img3d/MOUROUJ3/sokra.jpg');
  -webkit-animation: slideshow2 10s infinite 2s;
  -webkit-transform-origin-y:  0;

}


/*.example-2 .wrapper {
  background: url('/web/img/img3d/NABEUL/2.jpg')20% 1%/cover no-repeat;

}*/

.example-2 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-2 .date span {
  display: block;
  text-align: center;
}
.example-2 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-2 .date .month {
  text-transform: uppercase;
}
.example-2 .date .month,
.example-2 .date .year {
  font-size: 12px;
}
.example-2 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-2 .title a {
  color: gray;
}
.example-2 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-2 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-2 .menu-button span::after, .example-2 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-2 .menu-button span::before {
  left: -10px;
}
.example-2 .menu-button span::after {
  right: -10px;
}
.example-2 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-2 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-2 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-2 .menu-content span {
  top: -10px;
}




@-webkit-keyframes slideshow5 {
     
    50% { background: url(/web/img/img3d/MOUROUJ3/sfax1.jpg); }
    55%, 95% { background: url(/web/img/img3d/MOUROUJ3/sfax.jpg); }

  }
.example-5 .wrapper {
  background: url('/web/img/img3d/MOUROUJ3/sfax1.jpg');
  -webkit-animation: slideshow5 10s infinite 2s;
  -webkit-transform-origin-y:  0;

}


/*.example-2 .wrapper {
  background: url('/web/img/img3d/NABEUL/2.jpg')20% 1%/cover no-repeat;

}*/

.example-5 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-5 .date span {
  display: block;
  text-align: center;
}
.example-5 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-5 .date .month {
  text-transform: uppercase;
}
.example-5 .date .month,
.example-5 .date .year {
  font-size: 12px;
}
.example-5 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-5 .title a {
  color: gray;
}
.example-5 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-5 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-5 .menu-button span::after, .example-5 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-5 .menu-button span::before {
  left: -10px;
}
.example-5 .menu-button span::after {
  right: -10px;
}
.example-5 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-5 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-5 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-5 .menu-content span {
  top: -10px;
}





@-webkit-keyframes slideshow6 {
     
    50% { background: url(/web/img/img3d/MOUROUJ3/gabes99.jpg); }
    55%, 95% { background: url(/web/img/img3d/MOUROUJ3/gabes991.jpg); }

  }
.example-6 .wrapper {
  background: url('/web/img/img3d/MOUROUJ3/gabes99.jpg');
  -webkit-animation: slideshow6 10s infinite 2s;
  -webkit-transform-origin-y:  0;

}


/*.example-2 .wrapper {
  background: url('/web/img/img3d/NABEUL/2.jpg')20% 1%/cover no-repeat;

}*/

.example-6 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-6 .date span {
  display: block;
  text-align: center;
}
.example-6 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-6 .date .month {
  text-transform: uppercase;
}
.example-6 .date .month,
.example-6 .date .year {
  font-size: 12px;
}
.example-6 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-6 .title a {
  color: gray;
}
.example-6 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-6 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-6 .menu-button span::after, .example-6 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-6 .menu-button span::before {
  left: -10px;
}
.example-6 .menu-button span::after {
  right: -10px;
}
.example-6 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-6 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-6 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-6 .menu-content span {
  top: -10px;
}
















@-webkit-keyframes slideshow3 {
    
 
    50% { background: url(/web/img/img3d/MOUROUJ3/mouro638.jpg); }
    55%, 95% { background: url(/web/img/img3d/MOUROUJ3/mouro6381.jpg); }

  }
.example-3 .wrapper {
  background: url('/web/img/img3d/MOUROUJ3/mouro638.jpg');
  -webkit-animation: slideshow3 10s infinite 2s;
  -webkit-transform-origin-y:  0;

}



/*.example-3 .wrapper {
  background: url('/web/img/img3d/NABEUL/3.jpg')20% 1%/cover no-repeat;

}*/
.example-3 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-3 .date span {
  display: block;
  text-align: center;
}
.example-3 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-3 .date .month {
  text-transform: uppercase;
}
.example-3 .date .month,
.example-3 .date .year {
  font-size: 12px;
}
.example-3 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-3 .title a {
  color: gray;
}
.example-3 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-3 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-3 .menu-button span::after, .example-3 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-3 .menu-button span::before {
  left: -10px;
}
.example-3 .menu-button span::after {
  right: -10px;
}
.example-3 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-3 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-3 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-3 .menu-content span {
  top: -10px;
}



@-webkit-keyframes slideshow4 {
    
 
    50% { background: url(/web/img/img3d/MOUROUJ3/sahoul1.jpg); }
    55%, 95% { background: url(/web/img/img3d/MOUROUJ3/sahoul.jpg); }

  }
.example-4 .wrapper {
  background: url('/web/img/img3d/MOUROUJ3/sahoul1.jpg');
  -webkit-animation: slideshow4 10s infinite 2s;
  -webkit-transform-origin-y:  0;

}



/*.example-4 .wrapper {
  background: url('/web/img/img3d/NABEUL/4.jpg')20% 1%/cover no-repeat;

}*/

.example-4 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-4 .date span {
  display: block;
  text-align: center;
}
.example-4 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-4 .date .month {
  text-transform: uppercase;
}
.example-4 .date .month,
.example-4 .date .year {
  font-size: 12px;
}
.example-4 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-4 .title a {
  color: gray;
}
.example-4 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-4 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-4 .menu-button span::after, .example-4 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-4 .menu-button span::before {
  left: -10px;
}
.example-4 .menu-button span::after {
  right: -10px;
}
.example-4 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-4 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-4 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-4 .menu-content span {
  top: -10px;
}

      .lien{
        color: #ffffff!important;
      }
   .lien:hover{
        color: #ffffff!important;
      }
#titleh1{
	color: #003e7a;
}


  .circle{
  border-radius: 60%!important;
  margin: 0.15em!important;
  font-size: 2em!important;
  }

  .fa-facebook{
  background: #3B5998!important;
  color: #FFFFFF!important;
  padding: 0.05em 0.3em!important;
  }

  #lang{
    margin-left: 5px;  
    font-size:15px;

  }

  #lang1{
    margin-right: 5px;
    font-size:15px;
  }

@media only screen and (max-width: 991px) {
#lang{
    margin-left: 5px;  
    font-size:15px;
    float: right;
}
}
@media only screen and (max-width: 991px) {
#lang1{
    margin-right: 5px;
    font-size:15px;
    float: left;
}
}
