

:root{
    --blue-primary: #0951B9;
    --orange-primary : #FF7D00 ;
    --action-primary : #FFBD00;
    --footer-primary : #2C3D4E;
    --whatsapp-button : #29A71A ;
    --action-backround : #F5F8FA;
    --body-secondary : #F6F9FD ;
    --hero-clair :#FFFEFD;
    --border-blue:#84A8DC



}
.modal{
        left: 7%;
}
.modal-content { 
    width: 350px;
}
.selector-for-some-widget {
    box-sizing: content-box;
}

html, body {
    font-family: montserrat, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    line-height:1.3; 
    font-size: 15px !important;
    color: var(--footer-primary);
    
}
@media (max-width: 575.98px) {
    html, body {
        font-size: 14px !important;
    }
}

section {
    margin-bottom: 40px;
    padding-bottom: 20px;
}
@media (max-width: 575.98px) {
   section {
    margin-bottom: 10px;
    padding-bottom: 10px;
} 
} 

html {
    height: 100%; 
}
body{
    min-height: 100%;
    position: relative;
    margin-bottom: 100px;
}
.dropdown-divider {
    opacity: 0.1 !important;
}
a {
    text-decoration: none;
    color: var(--blue-primary);
}

h2 {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    text-shadow: 1px 7px 4px rgba(100, 100, 100, 0.2);
    padding-bottom: 18px;
    padding-top: 18px;
    color: var(--blue-primary);
    letter-spacing: 1px;

}
h3 {
    font-family: montserrat, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--blue-primary);
    padding-bottom: 10px;
    text-align: left;
    text-shadow: 1px 7px 4px rgba(100, 100, 100, 0.2);
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
}
button {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}


li {
        padding-bottom: 7px;
        line-height: 30px;
        text-align: justify;
}
li::marker {
    color: var(--action-primary); 
    font-size: 20px; 
 }


.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row >*{
    padding-left: 0px !important;
    padding-right: 0px !important;  
} 
.row ul {
    padding-left: 32px !important;
}
@media (max-width: 1199.98px){
html, body   {
    padding-left: 10px;
    padding-right: 10px;
} 

}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
strong{
    font-weight: 500;
}
p  {
    line-height: 30px;
    text-align:justify; 
}
@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
}
}


/*-------------  base --------------- */

/*-------- boutons ------------------*/

.bouton1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .bouton1 {
    margin-bottom: 50px;
    margin-top: 20px;
}
}
.btn0 {
    padding: 4px 25px !important;
    margin-top: 13px;
    font-size: 14px;
    color: var(--action-font);
    background-color: var(--action-primary);
    border: 2px solid var(--action-primary);
    border-radius: 1.5rem;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 2px 5px 12px #dfdede;
}

.btn1 {
    padding: 10px 30px !important;
    font-size: 14px;
    color: var(--action-font);
    background-color: var(--action-primary);
    border: 2px solid var(--action-primary);
    border-radius: 1.5rem;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 2px 5px 12px #dfdede;
    margin-bottom: 20px;
}


.btn2 {
    padding: 10px 30px !important;
    font-size: 12px;
    color: var(--body-secondary);
    background-color: var(--whatsapp-button);
    border: 2px solid var(--whatsapp-button);
    border-radius: 1.5rem;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 2px 5px 12px #dfdede;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .btn1 , .btn2 {
        font-size: 13px;
    }
}

/*---------- header ---------------- */
button {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
.logo {
    width: 100px;
    float: left;
    display:inline;
    filter: drop-shadow(0px -4px 10px rgba(100, 100, 100, 0.15));
}
.navbar {
    margin-top: 40px;
}
.nav-menu{
    background-color: var(--hero-clair);
    border-radius: 8px;
}
.nav-menu-btn {
    padding-left: 30px;
}
.navbar-nav {
    font-size: 14px !important;
    padding-right: 30px;    
}

.navbar-expand-xl .navbar-nav  .nav-link-menu {
        padding: 20px 50px 30px 0px !important;
        text-align: center;
    }
.navbar-toggler {
    margin-right: 30px;
}
.dropdown-menu{
    --bs-dropdown-min-width: 12rem !important;
    --bs-dropdown-border-radius: 2px !important;
    --bs-dropdown-border-color: #A9AFD1 !important;
    background-color: #FDFDFF !important;
    color: #2A2B2A !important;

}
@media (max-width: 1199.96px) {
.dropdown-menu{
    padding-left: 30px !important;
    --bs-dropdown-border-color: #FFFAFF !important;
    background-color: #FDFDFF !important;
    color: #2A2B2A !important;
}
.nav-link-off {
    padding-left: 30px !important;
}

}

.nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 14px;
    color: var(--action-font);
    text-shadow: 1px 7px 4px rgba(100, 100, 100, 0.2);

}

/* ------------------ Footer --------------- */

footer{
    clear: both;
    right: 0px;
    height: 225px;
    margin-top: 15px;
    margin-bottom: 75px;
  }  
.logo_pp {
    background-color: var(--footer-primary);
    text-align: center;
  }
.logo_pp a {
    color: #f4f8fd;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
  }
.logo_a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.link_std_footer {
    background-color: transparent;
    outline : none !important ; 
    border : none !important ;
    color: #f4f8fd !important;  
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
  }

.espace_bas {
    width: 100%;
    height: 1px;
    background-color: transparent;
  }

@media (min-width: 768px){
    .div-mob {
        display: none;
    }

}

@media (max-width: 767.98px){ 
    .div-mob {
    width: 100%;
    }
    .div-mob button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        display: block;
    }
    .logo {
        display: none;
    }
    .logo1 {
        width: 160px;
    }

    .navbar-toggler {
        margin-top: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 767.98px){
    .logo1 {
        width: 90px;
    }
 }

 /*       whatsap     */
.baspage {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, rgba(255,255,254,0.8),rgba(255,255,254,1));
    bottom: -100px;
    position: fixed;
    opacity: 1 ;
    z-index: 90;
    
}
@media (min-width: 992px) {
    .baspage {
    background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,0));
}
}
.whatsapp img {
    height: 25px;
}
.whatsapp .whatsapp-button {

    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    background-color: var(--whatsapp-button);
    border-radius: 0.7rem;
    color: #FBFCFF;
    text-decoration: none;
    padding: 7px 60px !important;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 5px 12px #dfdede;
    -o-box-shadow: 2px 5px 12px #dfdede;
    box-shadow: 2px 5px 12px #dfdede;
    animation: effect 5s infinite ease-in;
} 
@media (max-width: 767.98px){
    .whatsapp .whatsapp-button {
         bottom: 2px;
    }
}

@keyframes effect {

    20%,
    100% {
        width: 46px;
        height: 46px;
        font-size: 30px;
    }

    0%,
    10% {
        width: 50px;
        height: 50px;
        font-size: 35px;
    }

    5% {
        width: 46px;
        height: 46px;
        font-size: 30px;
    }
}


/*-------------- Section Hero -------------------- */


.hero {
    background-color:var(--hero-clair);
    border-radius: 8px;
    margin-top: 10px;
}
.zone0 {
        position: relative;
        max-width: 100%;
        padding-top: 20px; 

}
.sur_titre{
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 18px !important;
    letter-spacing: 1px;
    
}
.zone0 h1 {
    font-family: Raleway, sans-serif;
    color:var(--blue-primary);
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size:36px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 4px 4px rgba(100, 100, 100,0.4);
}

.zone0 h1 > span {
    color: var(--orange-primary);
    font-weight: 400;
}

.zone0 h2 {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-shadow: 1px 7px 4px rgba(100, 100, 100, 0.2);
    padding-bottom: 0px;
    padding-top: 20px;
    color: var(--footer-primary);
    text-align: center;
    letter-spacing: 1px;
    
}

.zone0 .sous_titre p{
    text-align: center;
    padding: 10px 200px 10px 200px;
    font-size: 16px !important;

}

.zone0 p {
    font-size: 14px;
    text-align: center !important;
   /* color:  var(--blue-primary); */
    font-weight: 400; 


}

@media (max-width: 1199.98px) {
    .zone0 .sous_titre p {
    padding-left: 100px;
    padding-right: 100px;
}
.zone0 h1 {
        font-size: 32px;
    }
.zone0 h2 {
        font-size: 18px;
    }
}
@media (max-width: 991.98px) {
    .zone0 .sous_titre p {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 767.98px){
    header{ 
        height: 30px
    }
    .hero {
        padding-top: 10px;
        margin-bottom: 100px !important;
        margin-top: 150px;
    }
    .zone0 h1 {
        font-size: 32px;
    }
    .zone0 {
        padding-top: 10px; 
    }
    .titre1 {
        margin-top: 10px;
    }

}

@media (max-width: 575.98px) {

    .zone0 {
        padding-top: 10px;
}
    .zone0 .sous_titre p{
    font-size: 16px !important;
    padding-left: 3px;
    padding-right: 3px;
}
     header{ 
        background-color: #FFFDFC;
    }
    .hero {
        margin-bottom: 60px !important;
        margin-top: 0px;
        min-height: 700px;
    }
    .zone0 p {
    font-size: 14px;
}
    .zone0 h1 {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .zone0 h2 {
        font-size: 16px;
    }
    .titre1 {
        margin-top: 70px;
    }
    .sur_titre{
        padding-top: 40px;
    }
}
/*-------------------- Zone1 ----------------*/
.zone1 {
    font-size: 14px;
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}
.assurance{
position: relative;
margin-bottom: 10px;
}
.titre-assurence {
    position: absolute;
    top: -31px;
    left: 33px;
    background-color: #fff;
    padding: 6px 16px;
    color: #FF7D00 !important;

}
.cartes-z1 {
    width: 290px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto; 
}
.cartes-z1 .couverture {
   
    padding: 15px;
    background-color:var(--body-secondary);
    border-radius: 5%;
    
}
.cartes-z1 img {
    padding-bottom: 15px;
    width: 50px;
}
@media (max-width: 575.98px) {
    .cartes-z1 {
    width: 350px;
    }
}
@media (min-width: 576px) {
    .cartes-z1 {
    width: 420px;
    }
}

@media (min-width: 768px) {
    .cartes-z1 {
    width: 300px;
    }
}
@media (min-width: 992px) {
    .cartes-z1 {
    width: 225px;
    }
}
@media (min-width: 1200px) {
    .cartes-z1 {
    width: 250px;
    }
}
@media (min-width: 1400px) {
    .cartes-z1 {
    width: 300px;
    }
}


/*-------------------- Zone2 -------------*/

.breadcrumb {
    font-size: 14px;
    background-color: var(--body-secondary);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    max-width: fit-content;
    margin-bottom: 30px;
}
.breadcrumb li { 
padding-top: 7px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--orange-primary);
    content: var(--bs-breadcrumb-divider, ">");
    font-size: 18px;
}


/*-------------  Zone Contenue ------------------*/

.img-droite img {
        display: block;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 100px;
        padding-top: 18px;
        margin-left: auto;
        margin-right: auto;
        
}

.img-gauche img{
        display: block;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 100px;
        padding-top: 18px;
        margin-left: auto;
        margin-right: auto;
        
}

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .img-gauche img , .img-droite img  {
        
            max-width: 100%;
            padding-bottom: 30px;
    }
    }

    @media (max-width: 991.98px) { 

    .img-gauche img , .img-droite img  {
        padding-right: 0%;
        max-width: 100%;
        padding-bottom: 30px;
    }
 } 


/*----------------- Appel à l'action ------------ */

.appel_act {
    text-align: center;
    background-color:  var(--hero-clair);
    border-radius: 6px;
    border: 1px solid var(--border-blue);
    margin: 70px 0px;
}
.appel_act_sup{
    padding: 30px 100px;
    
}
.appel_act p {
    text-align: center;
}
.appel_act h3 {
    padding-bottom: 20px;
}

@media (max-width: 991.98px) { 
    .appel_act_sup{
    padding: 30px 50px;
    
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.appel_act_sup{
    padding: 30px 50px;
}
}
@media (max-width: 767.98px) { 
    .appel_act_sup{
    padding: 30px 30px;
    
}
}
/* ------------ Swiper ------------------ */
.limit {
    position: relative;
}

.swiper {
  width: 94%;
  height: 100%;
}
 @media (min-width: 768px) {
.clinic .swiper-wrapper {
    justify-content: center !important;
    
}
.limit {
    position: relative;
}
.swiper {
  width: 94%;
  height: 100%;
}
 @media (min-width: 768px) {
.clinic .swiper-wrapper {
    justify-content: center !important;
    
}
 }

.swiper-button-next, .swiper-button-prev {
 background-color: var(--body-secondary) ;
 padding: 15px ;

}

.swiper-button-next:after, .swiper-button-prev:after  {
    font-size: 24px !important;
    color:var(--blue-primary);
}
 }
.cartes3 {
   
    width: 230px;
    padding-top: 20px;
     margin: auto; 
    overflow: hidden;
}


.cartes3 img {
    width: 230px;
}

.cartes3 .couverture {
    float: left;
    height: 51px;
    width: 230px;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    background-color: var(--body-secondary);
    transform: translate(0%, 26%);
}

.cartes3 .couverture  h3 {
    font-size: 12px !important;
    text-align: center;
    padding: 8px !important;
    margin: 0px;
    margin-top: 0px;
    color: var(--action-font);
    font-weight: 500;
}


.lien_h3 {
    color: var(--blue-primary) !important;
}

/* --------------- Modal ------------- */

.modal-boutons {
    text-align: center;
}

.btn-modal{
    
    font-size: 16px;
    border-radius: 0.7rem;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 2px 5px 12px #dfdede;
}
.btn-mail {
    padding: 5px 48px !important;
    color: var(--action-font);
    background-color: var(--action-primary);
    border: 2px solid var(--action-primary);
    margin-right: 25px;
}
.btn-whats{
    padding: 10px 48px !important;
    color: var(--action-font);
    background-color: var(--whatsapp-button);
    border: 2px solid var(--whatsapp-button);
}
.btn-modal img {
    height: 30px;
}
.modal-header{
    border-bottom: transparent;
    background-color: var(--blue-primary);
}
.modal-header p {
    width:100%;
    margin-bottom: 0px;
    text-align: center;
    color: var(--blue-primary);
    text-shadow: 1px 7px 4px rgba(100, 100, 100, 0.3);
    color:var(--body-secondary)
}
.modal-body {
        margin-bottom: 10px;
        margin-top: 10px;
        
}

 .liv {
    padding-left: 5px !important;
    padding-right: 10px !important;
    padding-top: 10px ;
    padding-bottom: 5px;
  }
  @media (max-width: 767.98px){
    .liv {
      margin-bottom: 5px;
    }
    .liv-input {    
      padding-left: 3px ;
      padding-right: 3px;
      padding-top: 5px ;
      padding-bottom: 5px;
    }
  }
  .liv-input {
    width: 100%;
    padding-left: 5px ;
    padding-right: 2px;
    padding: 6px;
    border-bottom: 1px solid #424c92;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0%;
    outline: none !important;  
  }
  .liv-input-msg {
    width: 100%;
    padding-left: 5px ;
    padding-right: 2px;
    padding: 6px;
    border-bottom: 1px solid #424c92;
    border-top: 1px solid #b0b5e0;
    border-left: 1px solid #424c92;
    border-right:1px solid #b0b5e0;
    border-radius: 0%;
    outline: none !important;
  }


  .alerte-perso1 ,
  .alerte-perso2 ,
  .alerte-perso3 ,
  .alerte-perso4 ,
  .alerte-perso5 ,
  .alerte-perso6 ,
  .alerte-perso7 ,
  .alerte-perso8 ,
  .alerte-perso9 ,
  .alerte-perso10
  {
    display:none ;
    color: #FF2E00;
    background-color: #FBFCFF;
    border: 1px solid #FF2E00;
    position: relative;
    padding: 5px 15px;
    margin-top: 2px;  
    border-radius: 0rem;
  }

  .usr-dtl {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .btn_form{
    width: 100%;
    color: var(--action-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--action-primary);
    border: 1px solid var(--action-primary) !important;
    text-shadow: 2px 5px 12px #dfdede;
    /*  padding: 0.15rem 0.75rem;  */
    transition: all .3s ease-in-out;
    padding: 14px 0px 12px 0px;
    border-radius: 0.3rem;
    margin-top: 30px;
}
.btn_form:hover,
.btn_form:focus {
    color: var(--action-primary);
    background-color: transparent;
    border: 1px solid var(--action-primary) !important;
    text-shadow: 2px 5px 12px #dfdede;
}

/* ------------ La Tunisie ------------*/

.tunisie {
    
    background-image: url(/media/tourisme-tunisie.webp);
    min-height: 340px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 0px !important;
    
}

.tunisie .couvert {
    position: relative;
    width: 100%;
    height: 340px;
    left: 0px;
    top: 0px;
    background-color: rgba(9, 81, 185, .7);
}

.tunisie .detail {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.tunisie h2 {
   
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #FFFAFF;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    
   }
@media (max-width: 767.98px){
    .tunisie h2 {
       font-size: 24px; 
    }
}
.tunisie p {
    color: #FFFAFF;
    font-size: 22px;
    text-align: center;
    
}

@media (max-width: 767.98px){
    .tunisie p {
       font-size: 18px; 
    }
}

.blog_img{
    max-width: 100%;

}

/* ------------------- Pays -----------------*/

.cartes4 {
   
    width: 120px;
    padding-top: 20px;
     margin: auto; 
    overflow: hidden;
    text-align: center;
}


.cartes4 img {
    width: 100%;
    border-radius: 5%;
}

.cartes4 .couverture {
    background-color: var(--body-secondary);
    text-align: center;
    border-radius: 8%;
    margin-top: 10px;

}

.cartes4 .couverture  p {
    font-size: 12px !important;
    text-align: center;
    padding: 2px !important;
    margin: 0px;
    margin-top: 0px;
    color: var(--action-font);
    font-weight: 500;
}


/* temoignage */

.carte {    
    border-radius: 0px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
}

.carte1{
        margin: 20px 40px 20px 0px;
        border-left: 2px solid  var(--blue-primary) !important;
}

.carte2{
        margin: 20px 20px 20px 20px;
        border-left: 2px solid var(--orange-primary) !important;

}

.carte3{
        margin: 20px 0px 20px 40px;
        border-left: 2px solid  var(--blue-primary) !important;

}
 @media (max-width: 768px) {
    .carte1, .carte2 , .carte3 {
        margin: 20px auto 20px auto;
    }
 }