/* GLOBAL */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto+Condensed:300,400&amp;display=swap');





body {

    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #7f8c8d

}

.wrapper {

     padding: 0
}


h1, h2, h3, h4, h5 {

     font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;

}


.light {

     font-weight: 300 !important;
}

a, li, .btn, img {

   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {

     color: #7f8c8d
}

a {

     text-decoration: none !important;
     outline: 0;
     color: #3498db;
}

a:hover {

     color: #d63031
}


.orange {

     color: #27ae60
}


.bg_orange {

     background: #f39c12
}



/* HOME SLIDER */


.shape_bottom {

     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 2
}


.image_slider {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    min-height: 600px;
}


.overlay_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.55);
  }

.carousel-control-next, .carousel-control-prev {
    z-index: 3;
}


/* CAROUSEL CONTENT */


.carousel-item .description p {

     color: #fff;
     font-size: 17px;
    line-height: 30px;
}


.carousel-content h1 {
  
     font-size: 45px;
    font-weight: 300;
    letter-spacing: 1px;
} 

.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}


/* Ken Burns Effect */

.image_slider {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 16s;
   /*  transform: scale(1.2); */
}

.image_slider:nth-child(1) {
    animation-name: kenburns-1;
    z-index: 3;
}
.image_slider:nth-child(2) {
    animation-name: kenburns-2;
    z-index: 2;
}
.image_slider:nth-child(3) {
    animation-name: kenburns-3;
    z-index: 1;
}

@keyframes kenburns-1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
    }
}

@keyframes kenburns-2 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
    }
}

@keyframes kenburns-3 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
    }
}





/* NAVBAR */

.bg-header {

    
   -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.55);
}

header {

 -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .5s linear;
        -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out;

}


.bg-custom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav-down {
  -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out;
}

.nav-up {
     -webkit-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39, 174, 96, 0.70)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
  border-color: rgba(39, 174, 96, 0.70)!important;
  outline: 0 !important
} 



@keyframes nav-bar-slide-in {
    0 % {
        -webkit - transform: translateY(-100 % );
        transform: translateY(-100 % )
    }
    to {
        -webkit - transform: translateY(0);
        transform: translateY(0)
    }
}


.dropdown-menu {

    
    border-radius: 0;
    top: 65px;
    background: rgba(0, 0, 0, 0.55)

}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.navbar-dark .navbar-nav .nav-link, .dropdown-item {
    
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-right: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
}

.scrolling .nav-link, .scrolling .nav-link:focus {

     color: #fff !important
}


.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active>.nav-link {

   color: #27ae60

}


.navbar-dark .navbar-nav .active>.nav-link {

     font-weight: 600
}


/* SECOND SECTOPN */

.link_block a {

     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0
}


.block_danger .vc_column-inner {

     position: relative;
}


#second_section {

     position: relative;
     z-index: 10;

}

#second_section p {

     font-size: 15px;
}

.block_danger .vc_column-inner, #ref_block, #contact_info_inner .vc_column-inner {

     padding: 40px 30px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 40px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}


.block_danger .vc_column-inner:hover, #ref_section a:hover {
  
  -webkit-transform: translateY(-10px);
    transform: translateY(-10px);

}


#ref_section a:hover {

    background-color: #2ecc71
}

.block_danger h2 {

    color: #27ae60;
    font-size: 25px;
    font-weight: 300;
    padding-top: 12px;
    text-transform: uppercase;
}


.block_danger a {

       color: #f39c12;
}



.first {

     position: relative;
    display: inline-block;
    font-size: 60px;
    color: #27ae60;
    letter-spacing: 2px;
}

.border_title {

     display: inline-block;
     position: relative;
}


.first:before, .border_title:before {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #27ae60;
    position: absolute;
    top: 50%;
    width: 80px;
    margin-top: -1px;
    left: -40%;
}

.border_title:before {

     left: -30% !important
}

.border_title:after {

      right: -30% !important
}


.first:after, .border_title:after {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #27ae60;
    position: absolute;
    top: 50%;
    width: 80px;
    margin-top: -1px;
    left: auto;
    right: -40%;
}


/* REFERENCES */


#ref_section a, .download {

    background: #27ae60;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 5px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);

}

#ref_section p {

     font-size: 18px;
}

.slick-slide img {
 
 display: block;
 padding: 15px;
 margin: 0 auto;
 text-align: center;
  -webkit-transition: all .8s ease-in-out;
}


.slick-initialized .slick-slide {

     outline: 0 !important
}

.right_arrow_slick, .left_arrow_slick {
    position: absolute;
    top: 50%;
    padding: 0;
    border: 0;
    cursor: pointer;
    right: 0;
}


.right_arrow_slick .fa, .left_arrow_slick .fa {
    color: #6d8190;
    font-size: 25px;
    opacity: 0.8;
}

.right_arrow_slick {
    right: -50px;
}

.left_arrow_slick {
    left: -50px;
}


/* TOP BANNER */

#top_banner {

      min-height: 400px;
      position: relative;
}

#top_banner:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, rgba(39, 174, 96, 0.63), rgba(255, 255, 255, 0.12) 50%);
    display: block;
}


/* INIT PAGE */

.breadcrumb-container.theme5 a {
   
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;

}

#init_content p {

     font-size: 18px;
     text-align: justify;
}


.his-name:before {

       display: inline;
    content: url(https://www.edimar.tn/wp-content/uploads/2019/09/his-name.png);
    height: 100%;
    position: relative;
    vertical-align: bottom;
    top: 5px;
}


strong {

     font-family: 'Open Sans Condensed', sans-serif;
     font-weight: 700
}

#init_content .blank_page {

    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-align: right;
    display: block;
}


#init_content .blank_page:before {

    font-family: "FontAwesome";
   content: "\f054";
   display: inline-block;
   margin-right: 3px;
   vertical-align: middle;
   font-weight: 300;
   font-size: 13px;
}


#top_banner h1 {

     text-align: center;
     color: #fff;
     font-size: 45px;
     text-transform: uppercase;
}

/* REGLEMENTATION */


#reglementation .col-md-10 {

     border-top: 1px solid #eee;
}


#reglementation .col-md-10 {

     border-top: 1px solid #eee;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.col_reg:hover .col-md-10:not(:hover) {


      opacity: 0.2
}




#reglementation .download {

      float: right;
}

#reglementation .download:hover, #reglementation .download:focus, #reglementation .download:active {

     background: #b5b5ba;
    color: #fff
}

#reglementation p {

     font-size: 17px;
     text-align: justify;
}

#cgv h2 {

    font-weight: 300;
    color: #27ae60;
    font-size: 25px;

}

/* NEWSLETTER FORM */


.mc4wp-form {

     position: relative;
     max-width: 50%;
     display: block;
     margin: 0 auto;
}

.mc4wp-form-fields input[type=email] {

    padding: 14px 28px;
    border-radius: 50px;
    background: rgba(238, 238, 238, 0.74);
    border: 0;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    color: #7f8c8d;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0;
}


.mc4wp-form-fields button[type=submit] {
     position: absolute;
    bottom: 0;
    right: 0;
    padding: 11px 20px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0;
    background: #27ae60;
    color: #fff;
    outline: 0
}


/* CONFIRMED */

.mc4wp-response {

     position: absolute;
     left: 0;
     right: 0;
     display: block;
}


.mc4wp-response p {

     font-size: 14px !important;
     text-align: center !important;
     color: #27ae60;
}


/* INFO CONTACT PAGE */


#info h3 {
   
       text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #27ae60;
    font-size: 25px;

}



#info li {

  line-height: 30px;
    font-size: 18px;
}

/* FOOTER */

#wrapper-footer {

    background: #151515;
    padding: 60px 0 30px;
    color: #7f8c8d;
    margin-top: 60px;
    border-top: 8px solid #27ae60;
}


#wrapper-footer .col-md-4 {

     border-right: 1px dashed rgba(255, 255, 255, 0.20);
     text-align: center;
}

#wrapper-footer .col-md-4:last-child {

     border: 0;
}

#wrapper-footer h3 {

     text-align: center;
     text-transform: uppercase;
     font-weight: 300;
     color: #27ae60;
     font-size: 25px
}

#wrapper-footer li {

      color: #7f8c8d;
      line-height: 35px;
}

#wrapper-footer ul {

     margin: 0;
}


#wrapper-footer p {

     text-align: center;
     line-height: 30px;
    padding: 0px 30px;
}

#wrapper-footer .fa {

     padding-right: 10px;
}


.load-more__btn {

    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    background: #27ae60;
    padding: 10px 40px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}


.load-more__btn:hover, .load-more__btn:focus{
    background: #2ecc71;
    color: #fff;
}


#all_references img {

    min-height: 160px
}



/* CONTACT */

.wpcf7 {

     width: 100%;
    color: #7f8c8d;
}

.wpcf7 input.wpcf7-text, .wpcf7 select {
    
    border: none;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.74);
    font-size: 15px;
    color: #7f8c8d;
}



.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    
    height: 3.125rem;
    margin-bottom: 0;
    margin-top: 15px;
    border-radius: 0;
    font-weight: 300;
}


.wpcf7 label, .label_p {
    
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    transition: top .2s;
    color: #7f8c8d;
}

.label_p  {

     top: 0
}

.wpcf7 label {
  
  top: 40px;
  z-index: 2;
  left: 25px;

}

.wpcf7 p {
    
    font-size: 16px;
    color: #7f8c8d
}

.wpcf7 textarea {
    height: 120px;
    margin-bottom: 20px;
    border: 0;
    background: rgba(238, 238, 238, 0.74);
}

.wpcf7 label.has-value {
  
  top: 5px;
  font-size: 11px;
  color: #f39c12;
}


::-webkit-input-placeholder { /* WebKit browsers */
color: #7f8c8d !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #7f8c8d  !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #7f8c8d  !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #7f8c8d !important;
opacity: 1;
}



.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
    
    box-shadow: none !important;
    border: 0;
    background: rgba(238, 238, 238, 0.74)
}


.wpcf7 input[type=submit] {
      

    color: #27ae60;
    border: 1px solid #27ae60 !important;
    padding: 10px 20px;
    display: inline-block;
     margin: 0 auto;
     font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;

}

.wpcf7 input[type=submit]:hover {
  
  background: #27ae60;
  color: #fff;
  border-color: #27ae60

}

.last_footer a {

     color: #7f8c8d
}


.last_footer li {

     display: inline-block;

}

.last_footer {

     font-size: 12px;
}

.last_footer li:after {

     content: " | ";
     padding: 0 8px;
}

.last_footer li:last-child:after {

     content: " "
}


#page_info iframe {

     border: 5px solid rgba(204, 204, 204, 0.64) !important;
}


.wpcf7 label span {

     color: #dc3545
}

.red {

     color: #dc3545
}




/* ERROR 404 **/

#error-404-wrapper {
    padding: 150px 0 60px;
}

#error-404-wrapper h1 {

      font-weight: 300;
    color: #f39c12;
}

body.error404 .bg-header {

       background: #222
}

body.error404 #searchform, .widget_archive {

     display: none;
}

/* MOBILE ADAPTATION */

@media (min-width: 1024px) {
  
 #all_references img {

     min-width: 160px;
     min-height: 160px;
 }


.again_top {

          margin-top: -50px;
}



.slick-slide img {
 
 filter: gray; /* IE5+ */
 -webkit-filter: grayscale(1); /* Webkit Nightlies &amp; Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}


.slick-slide img:hover {
       

       filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
}

#all_references img {

     filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
}


.colorfull {

    filter: none !important;
    -webkit-filter: grayscale(0) !important;
}
  
}


@media (max-width: 768px)  {


    .vc_row.vc_column-gap-35>.vc_column_container {

         padding: 0
    }

.carousel-content h1 {

     font-size: 30px;
}

body, html {

        overflow-x: hidden;
}

.first:before, .border_title:before, .first:after, .border_title:after {

   display: none;
}

.right_arrow_slick {

     right: 0
}

.left_arrow_slick {

     left: 0;
}

.image_slider {

     animation: none !important;
}

.shape_bottom {

     display: none;
}


#reglementation .download {

     float: none;
     display: table;
     margin: 0 auto;
}


#reglementation .col-md-10 {

     margin-bottom: 50px;
}


#reglementation .col-md-10 img {

     margin-bottom: 20px;
}

#wrapper-footer {

     padding: 25px 0;
}

#wrapper-footer .col-md-4 {
    
    margin-top: 25px;
    border-right: 0

}

.last_footer {

     font-size: 10px;
}

.breadcrumb-container {

     display: none;
}


#top_banner h1 {

     font-size: 30px;
}


.mc4wp-form {

     max-width: 100%;
}


.wpcf7 .wpcf7-form label {

     font-size: 13px;
}
         
}
