/*
* Fonts
*/

@font-face {
font-family: Oswald;
src: url(https://youssel.tn/wp-content/themes/Youssel/assets/fonts/Oswald-Regular.ttf);
}

/*
* Heading
*/

h1,h2,h3,h4 { font-family: 'Oswald', sans-serif; text-transform: uppercase }

.simple-page h1, .simple-page h2, .page-title-area h1 { margin: 0; }

.footer-col h4 { margin-top: 20px; }

a, a:hover { color: #7DA7AD; }

/*
* Globals
*/

.breadcrumb { color: #7DA7AD; text-transform: uppercase; font-size: 14px;}

.breadcrumb .breadcrumb_last{ color: #eb3b2c; font-weight: bold; }

.woocommerce-privacy-policy-text{ display: none; }

li { margin-bottom: 10px; }

.header{

  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  background: white;
  z-index: 100;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

}

.front_hero{

  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  z-index: 1;
  height: 100vh;

}

.front_hero::after{

  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #04040459;
  left: 0;
  top: 0;
  z-index: 0;
}

.hero-content {

  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  gap:10px;
  color:white;
  height:100%;
  width:100%;
  position:relative;
  z-index:100;

}

.hero-content .text {

  text-align: center;

}

/**Content container**/

.front-page {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 200px 0;
  font-size: 20px;

}

.simple-page{

  padding-top:70px;
  padding-bottom: 70px;
  color:#333;
  font-size: 17px;
  min-height: calc(100vh - 220px);

}

.simple-page .image-side {

  text-align: center;

}

.front_page_hr{

  margin: 0;

}

.page-title-area {

  height: 300px;
  width: 100%;
  position: relative;
  margin-top: 93px;
  color:#eb3b2c;
}

.page-title-area h1{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.page-title-area img{

  float: right;

}

.title_separator{

  border-top:1px solid #eb3b2c; 
  width: 100%; 
  margin-left: auto; 
  margin-right: auto;

}

.content-area {

  position: relative;
  min-height: calc(100vh - 100px);

}

/**Navbar**/

.header-logo { width: 58px; }

.navbar-container{

  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;

}

.main-menu{

  margin: 0;
  padding: 0;

}

.main-menu li {

  display: inline-block;
  margin-right: 10px;

}

.menu-item > a {

  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #7DA7AD;

}

.main-menu .current_page_item > a{

  color: #eb3b2c;

}

.ct_info { color: #eb3b2c; }

.ct-infos-icons-flex {

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:10px;

}

.ct-infos-icons-flex i, .ct-infos-icons-flex span {

  text-align: center;
  color:#eb3b2c;

}

.ct-infos-icons-flex i{

  font-size: 25px;

}


footer {

  background-color: #7DA7AD;
  padding-top: 75px;
  padding-bottom: 32px;
  width: 100%;
}

footer .credit{

  text-align: center;

}

footer .flex-footer-infos{

  display: flex;
  align-items: center;
  gap:10px;
  float:left;
  font-size: 20px;

}


 footer .contact_us_footer{

 	gap:10px;

 }

footer .flex-footer-infos i{

  font-size: 25px;

}

footer .flex-footer-infos span{

  font-size: 1rem;

}

footer .social-icons a {

  color:unset;

}

/**Woocommerce Support **/

.woocommerce{

  display: flex;
  flex-flow: wrap;

}

.woocommerce-notices-wrapper {

  width: 100%;

}

.youssel-my-account-menu > ul > li {

  padding: 7px 0px 10px;
}

.youssel-my-account-menu > ul > li > a{

  color: #e9483f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

}

 .youssel-my-account-menu > ul > .is-active {

  text-decoration: underline;

 }

 .woocommerce-Input {

  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

 }

 /**Forms buttons **/

 button {

   all: unset;
   cursor: pointer;

 }

 .woocommerce-Button, .woocommerce-button, .contact_form_btn, .create_order_btn{

   background: #eb3b2c;
   padding: 10px;
   color: white;
   width: fit-content;

 }

 .form-row{

   display: flex;
   flex-direction: column;

 }

 .orders-login-form h2, .orders-register-form h2 {

    color: #eb3b2c;
    margin-bottom: 20px;
    font-size: 25px;

 }

 /**Responsive**/

@media screen and (min-width: 770px) {

  .navbar-container-mobile {

    display: none;

  }

  #mob_menu_container {

    display: none;

  }

}


@media (orientation: landscape) {

  .mob_logo{

    display: none;

  }

  .image-side img{

    width: 80%;
  }

}

 @media screen and (max-width: 770px) {

  .image-side img{

    width: 80%;
  }

  .simple-page {

    padding-top: 10px;

  }

  .page-title-area {

    margin-top: 50px;

  }

  .page-title-area h1 {

  	background: rgb(0 0 0 / 58%);
  	padding: 20px;
	  color: white;
    width: 60%;
    text-align: center;

  }

  .title_separator{

    display: none;

  }

  #mob_menu_container{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    left: -900px;
    z-index: 500;

  }

  .mob_menu_wrapper{

    position: relative;
    width: 100%;
    height: 80%;

  }

  .mob_logo{

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

  }

  .navbar-container {

    display: none;

  }

  .navbar-container-mobile {

    display: flex;
    justify-content: space-between;
    align-items: center;

  }


  .navbar-container-mobile i{

    font-size: 40px;

  }

  .nav-mob{

    text-align: center;

  }


  #mob_menu_container ul {

    margin-top: 50px;
    padding: 0;

  }

  #mob_menu_container ul li a {

    color: #7da8ad;
    font-size: 20px;

  }

  #mob_menu_container ul .current_page_item a {

      color: #e9483f;
  }

   #mob_menu_container ul li  {

    margin-bottom: 20px;

  }

   .footer-col{

    text-align: center;

  }

  .social-icons, .contact_us_footer{

    justify-content: center

  }

  .flex-footer-infos{

    flex-direction: column;
    gap:unset !important;

  }

  .promo_image{

    width:100% !important;

  }

}

/** Promo container **/

.youssel_promo_container{

  display: none;

}

.promo_image{

  width:600px;

}