@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'GE_Dinar_One_medium';
    src: url('../fonts/subset-GEDinarOne-Medium.eot');
    src: url('../fonts/subset-GEDinarOne-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-GEDinarOne-Medium.woff2') format('woff2'),
        url('../fonts/subset-GEDinarOne-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



html{ height: 100%;}
body{ margin:0; font-family:'tahoma', sans-serif; font-size: 19px; line-height: 28px; text-align: justify; color: #000; height: 100%; min-height: 100%; position: relative;}
header, section, footer, article, aside{ display:block;}
a{ color: inherit; text-decoration: none;
    transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
a.link{ color: #eb8032; }
h1, h2, h3, h4, h5{ font-weight: normal; font-family: 'GE_Dinar_One_medium';}
*{ box-sizing: border-box; }
#fancybox-wrap, #fancybox-outer, #fancybox-content{ box-sizing: content-box !important; }


.wrapper{ width: 100%; height: 100%; margin: auto;}
.container{ width: 98%; max-width: 1180px; margin: auto; overflow: hidden;}
.max1000{ width: 100%; max-width: 1000px; margin: auto; }
.text_content{ width: 100%; max-width: 950px; margin: auto; }
.text_wrapper{ max-width: 750px; margin: auto; }



/*HEADER*/
header{ width: 100%; height: 90px;}
header .container{ overflow: visible; }
header .logo{ float: right; margin: 15px 0;}
header .logo img{ display: block; border: none; float: right; }
header .logo span{ display: block; float: right; text-transform: uppercase; color: #000; font-family: 'GE_Dinar_One_medium'; font-size: 17px; margin-right: 5px; }


header .rightHeader{ float: left; padding-top: 10px; }
header .languages{
  float: left; text-align: right; border: solid 1px #eb8032; width: 112px; height: 30px;
  font-family: 'GE_Dinar_One_medium'; font-size: 15px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
}
header .languages ul{ margin: 0; padding: 0; list-style-type: none;}
header .languages ul li{ margin: 0; padding: 0; position: relative;}
header .languages a{ display: block; height: 30px; line-height: 30px; padding: 0 2px; border: solid 1px rgba(255,255,255,0); color: #43556b;}
header .languages a span.arrow{ color: #eb8032; display: inline-block; margin-right: 3px;}
header .languages a img{ display: block; float: right; margin: 1px 0 0 5px;}
header .languages a:hover{ border:solid 1px rgba(255,255,255,0.3);}
header .languages ul ul{
  display: none; position: absolute; top: 30px; left: 0; z-index: 3000;
  background: #eb8032; width: 112px; overflow: hidden;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
header .languages ul ul li+li{ border-top: solid 1px rgba(255,255,255,0.3);}
header .languages ul ul a:after{ content: "";}
header .languages ul ul a img{ margin-top: 3px; }
header .languages ul ul a{border: none; color: #FFF}
header .languages ul ul .ar{ font-family: 'GE_Dinar_One_medium'; }
header .languages ul ul a:hover{ border: none;}
header .languages ul li:hover > ul{ display: block;}

header .accoun_nav{ float: left; margin-left: 10px; }
header .accoun_nav ul{ list-style-type: none; margin: 0; padding: 0; }
header .accoun_nav ul li{ display: inline-block; }
header .accoun_nav ul a{
  display: inline-block; width: 30px; height: 30px; line-height: 28px;
  border: solid 1px #eb8032; color: #43556b; text-align: center; font-size: 19px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
}
header .accoun_nav ul a:hover{ background: #eb8032; color: #FFF; }


header nav{
    font-family: 'GE_Dinar_One_medium'; font-size: 18px; color: #43556b;
    margin-top: 15px;
}
header nav .container{ overflow: visible; }
header nav ul{ list-style-type: none; margin: 0; padding: 0;}
header nav ul li{ float: right; position: relative;}
header nav ul li a{
    display: block; height: 35px; line-height: 35px;
    padding: 0 10px; position: relative;
}
header nav ul li a:after{
  display: block; content: ""; width: 100%; height: 3px;
  position: absolute; bottom: 0; left: 0;
  background: rgba(235,128,50,0); transition: 0.3s;
  transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
header nav ul li a:hover:after, header nav ul li a.activ:after{
   background: rgba(235,128,50,1);
}

header nav ul.subMenu{
    width: 180px; position: absolute; right: 0; top: 35px; margin: 0;
    z-index: 3000; font-size: 15px; font-family: 'GE_Dinar_One_medium';
    background: #eb8032; display: none;
}
header nav ul li:last-child ul.subMenu{ right: 0; left: inherit; }
header nav ul.subMenu li{ float: none; margin: 0; width: 100%;}
header nav ul.subMenu li+li{ border-top: solid 1px rgba(255,255,255,0.2); }
header nav ul.subMenu li a{ display: block; width: 180px; height: 35px; line-height: 35px; padding: 0 10px; text-align: right; border-bottom: none; color: #FFF;}
header nav ul.subMenu li a:after{ display: none; }
header nav ul li:hover > ul.subMenu{ display: block; }

header .searchBar{
    width: 100%; position: fixed; top: 0; right: 0;
    background: #eb8032;
    display: none; z-index: 4000;
}
header .searchBar form{ margin: 0; padding: 15px 40px 15px 0;}
header .searchBar .input{
    height: 45px; line-height: 45px; position: relative;
    padding: 0 25px; background: #FFF; border: solid #cacaca 1px; border-radius: 45px; -moz-border-radius: 45px; -webkit-border-radius: 45px; -o-border-radius: 45px;
}
header .searchBar input{
    display: block; width: 100%; height: 43px; line-height: 43px;
    padding: 0 5px; border: none;
    box-sizing:border-box;
}
header .searchBar form a.loop{
    display: block; height: 45px; line-height: 45px;
    position: absolute; top: 0; left: 20px;
    margin-left: 5px; font-size: 22px; color: #43556b;

}
header .searchBar a.close{
    display: block; height: 45px; line-height: 45px;
    color: #FFF; font-size: 22px;
    position: absolute; top: 15px; right: 30px;
}
.bddList{ position: relative; z-index: 3000; display: none;}
.bddList ul{ position: absolute; list-style-type: none; margin: 0; padding: 0; background: #FFF; width: 100%;}
.bddList ul li{ display: block;}
.bddList ul li+li{ border-top: solid #CCC 1px; margin-left: 0;}
.bddList ul li a{
    display: block; padding: 5px 10px; text-decoration: none;
    font-size: 13px; line-height: 1;
}
.bddList ul li a .bddLitMarque{ display: block; text-transform: uppercase; font-size: 11px; margin-top: 5px; }


header .showMenu{ display: none;}
header nav.phoneNav{ display: none;}

header.sticky{
    position: fixed; top: 0; left: 0; z-index: 1000;
    background: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.bannerBlock{ width: 100%; height: auto; margin: auto; position: relative; overflow: hidden;}
.bannerBlock .banner{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.bannerBlock .placeHolder{  width: 100%; visibility: hidden;}
.bannerBlock .banner .item{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.bannerBlock .banner .item+.item{ display: none;}
.bannerBlock .banner .item img{ display: block; width: 100%; height: 100%;}
.bannerBlock .dots{ width: 100%; position: absolute; bottom: 10px; text-align: center;}
.bannerBlock .dots a{ display:inline-block; width:40px; height:3px; background: rgba(0,0,0,0.4); }
.bannerBlock .dots a+a{ margin-right:5px;}
.bannerBlock .dots a:hover,.bannerBlock .dots a.activ{ background: #eb8032;}
.bannerBlock .arrows{ }
.bannerBlock .arrows a{
  display: block; color:#FFF; font-size: 23px; padding: 2px;
  width: 50px; height: 50px; border: solid 1px #eb8032; text-align: center;
  border-radius: 7px; position: absolute; top: 47%;

}
.bannerBlock .arrows a .icon{
  background: #eb8032; color: #FFF; width: 100%: height: 100%;
  border-radius: 5px; line-height: 44px;
}
.bannerBlock .arrows a.previous{ right: -18px;}
.bannerBlock .arrows a.next{ left: -18px;}
.back_img{
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; overflow: hidden;
}
.back_img img{
  display: block; width: 100%; height: 100%;
  margin: auto; object-fit: cover;
}

.home_video{ width: 100%; }
.home_video video{ width: 100%; height: auto; }


.page_header{ width: 100%; height: auto; overflow: hidden; position: relative; text-align: center; }
.page_header:after{
  display: block; content: ""; width: 100%; height: 100%;
  background: rgba(34,64,105,0.6); position: absolute; top: 0; left: 0;
}
.page_header_content{ position: relative; padding: 100px 0; z-index: 999; }
.page_header .back_img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.page_header .back_img img{ display: block; width: 100%; height: 100%; object-fit: cover; }

.page_header h1, .page_header h2{
  font-size: 35px; line-height: 45px; color: #FFF;
  text-align: center; font-family: 'GE_Dinar_One_medium';
}

.breadcrumb{
  position: absolute; bottom: 0; left: 0; right: 0; font-family: 'GE_Dinar_One_medium';
  padding: 5px 0; color: #FFF; z-index: 2000;
}
.breadcrumb ol{
  list-style-type: none; margin: 0; padding: 0 20px;
  font-size: 14px;
}
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li+li:before{
    padding: 0 8px; content: "/";
    font-size: 17px; color: #eb8032;
}
.breadcrumb a{ color: #FFF; }
.breadcrumb a:hover{ color: #eb8032; }


.buttons a{
  display: inline-block; padding: 2px 10px; margin: 20px 0; text-transform: uppercase;
  font-size: 19px; font-family: 'GE_Dinar_One_medium'; border: solid 1px;  
  -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
.buttons a.blue_button{ background: #43556b; color: #FFF; border-color: #43556b;}
.buttons a.blue_button:hover{ background: none; color: #43556b; }
.buttons a.orange_btn{ background: #eb8032; color: #FFF; border-color: #eb8032;}
.buttons a.orange_btn:hover{ background: none; color: #eb8032; }
.buttons a.white_button{border-color: #43556b; color: #43556b;}
.buttons a.white_button:hover{ background: #43556b; color: #FFF; }
.buttons a.tranparent_button{ color: #FFF; border-color: #FFF; }
.buttons a.tranparent_button:hover{ background: #FFF; color: #eb8032; }

section.pageSection{ padding-top: 150px !important;}

article{ padding: 30px 0; }
article p{ margin: 0 0 20px;}
article+article{ margin-top: 35px;}

p.intro{ color: #063348; text-transform: uppercase; font-size: 21px; }

article .title{ margin: 20px 0; position: relative;}
article .title h2, article .title h1{
    margin: 0; padding: 0; text-transform: uppercase;
    font-family: 'GE_Dinar_One_medium'; font-size: 25px; line-height: 33px; color: #43556b;
    margin: 0; text-align: center;
}
article .title p, article .title h1 span{
    font-family: 'GE_Dinar_One_medium'; font-size: 20px; color: #eb8032;
    text-transform: uppercase; text-align: center; display: block;
}
article .title h2:after, article .title h1:after{
  display: block; content: ""; width: 140px; height: 2px;
  background: #eb8032; margin: 7px auto;
}

.description_bdd, .description_bdd p, .description_bdd span{
  font-family:'tahoma', sans-serif  !important; font-size: 19px  !important; line-height: 28px  !important; text-align: justify  !important;
    -webkit-font-smoothing: antialiased; -moz-font-smoothing: grayscale; -ms-font-smoothing: grayscale; -o-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale; font-smoothing: grayscale; 
}

.intro_title h1, .intro_title h2{ text-align: right; color: #43556b; font-family: 'GE_Dinar_One_medium'; font-size: 21px; line-height: 28px; text-transform: uppercase;}

h1{ text-transform: uppercase;}
.pageSection article h2{ font-size: 21px; line-height: 25px; color: #000; margin: 10px 0 20px 0; padding: 0; position: relative;}
.pageSection article h2:after{
    content: ''; display: block;
    width: 80px; height: 1px;
    background: #43556b; margin-top: 10px;
}
h2.aside_title{ color: #000; font-size: 19px; text-transform: uppercase; }
.pageSection h1{ text-align: right;}

article h3{
  font-size: 21px; color: #eb8032; margin: 20px 0 5px 0; text-transform: uppercase; text-align: right;
  font-family: 'GE_Dinar_One_medium';
}


article h4{ font-size: 17px; color: #000; margin: 20px 0 5px 0; text-transform: uppercase;}

article .signature{ font-family: 'GE_Dinar_One_medium'; }
article .signature span{ display: block; font-family: 'GE_Dinar_One_medium' }

.article+.article{ margin-top: 30px; }
.article .article_title h2{
  font-family: 'GE_Dinar_One_medium'; text-transform: uppercase; text-align: center;
  font-size: 29px; color: #000;
}
.border_sep{ width: 100%; border-top: solid 1px #E1E1E1; margin-top: 30px; }

/*director*/
.director{ font-size: 21px; line-height: 33px; }
.img_director{
  display: block; width: 180px; float: right; margin: 0 0 20px 20px;
  padding: 10px;
}
.img_director .img{
  width: 100%; border: solid 2px #eb8032; padding: 1px; overflow: hidden;
  -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px;
}
.img_director img{
  display: block; width: 100%;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
}
.img_director .name{
  text-align: center; color: #000; font-family: 'GE_Dinar_One_medium'; font-size: 17px;
}
.img_director .name span{ font-size: 15px; display: block; font-family: 'GE_Dinar_One_medium'; color: #eb8032; }
.director .mot_icon{ color: #7cc16d; font-size: 40px; }
.director .signature{font-size: 25px; color: #000; line-height: 30px; text-align: right; margin-top: 60px;}
.director .signature span{ display: block;  font-size: 12px; }
/*end of director*/

/*stats*/
article.stats{ padding: 50px 0; }
.stats.oneline_stats{ padding: 20px 0; }
.stats_item+.stats_item{ margin-top: 30px; }
.stats .stats_num{
  float: left; margin-right: 10px;
  font-family: 'GE_Dinar_One_medium'; font-size: 40px; color: #43556b;
}
.stats h3{
  font-family: 'GE_Dinar_One_medium'; font-size: 14px; color: #eb8032;
  margin: 0;
}
.stats h3:after{ display: none !important; }
.stats.oneline_stats h3{ float: none; width: auto; }
/*End Of stats*/

/*service_boxes*/
.service_boxes.row_flex{ flex-wrap: wrap; }
.service_boxes .one_half{ padding: 8px; }
.service_boxes .box_item{
  height: 100%; border: solid 1px #FFF; padding: 15px; font-size: 15px; line-height: 20px;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
.service_boxes .box_item h3{ text-transform: uppercase; }
.service_boxes .box_item .simpleList{ text-align: right; }
/*End Of service_boxes*/


.page_title{ width: 100%; height: auto; overflow: hidden; position: relative; padding-bottom: 30px; }
.page_title_content{ margin-top: 200px; position: relative; }
.page_title .back_img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.page_title img{ display: block; width: 100%; height: 100%; object-fit: cover; }

.page_title h1, .page_title h2{
  font-size: 29px; line-height: 33px; color: #FFF;
  text-align: center; font-family: 'GE_Dinar_One_medium';
}


.grey_bg{ background: #f0f0f0; padding: 30px 0; }


/*features*/
.features{ text-align: center; width: 100%; overflow: hidden; }
.features .one_half{ margin-bottom: 2px; }
.features .one_half:nth-child(2n+2) .features_item .features_img{ border-right: solid 2px #FFF; }
.features_item{ display: block; color: #FFF; height: auto; position: relative;}
.features_item .features_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.features_item .features_img img{
  position: absolute; top: 0; left: 0; width: 100%;
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.features_item .features_img:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background:rgba(0,0,0,0.3);
}
.features .item_title{
  width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 30px;
}
.features_item h2{
  font-size: 21px; margin: 0; padding: 0; text-align: right;
  color: #FFF; text-transform: uppercase;
}
.features_item h2:after{
  display: block; content: ""; width: 100%;
  border-bottom: solid 2px #FFF; margin-top: 7px;
}
.features_item .visaForBlock img{ display: block; }
.features_item .visaForBlock h2{
  margin: 0; font-family: 'GE_Dinar_One_medium'; font-size: 25px;
  text-transform: uppercase;
}
.features_item:hover .features_img img{
  width: 110%; top: -5%; left: -5%;
}
/*end of features*/

/*section_gallery*/
.section_gallery{ width: 100%; overflow: hidden; margin: 30px 0; }
.section_gallery_item{ display: block; position: relative; height: auto; display: block; margin: 3px; }
.section_gallery_item .section_gallery_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.section_gallery_item .section_gallery_img img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.section_gallery_item .section_gallery_img:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background:rgba(34,64,105,0);
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.section_gallery .section_gallery_title{
  width: 100%; position: absolute; bottom: 20px; left: 0;
  text-align: left; padding: 0 30px;
}
.section_gallery_item .section_gallery_title h3{
  font-size: 19px; margin: 0; padding: 0; font-family: 'GE_Dinar_One_medium';
  color: #FFF; text-transform: uppercase;
}
.section_gallery_item:hover .section_gallery_img img{ width: 110%; height: 110%; top: -5%; left: -5%; }
.section_gallery_item:hover .section_gallery_img:after{background:rgba(34,64,105,0.5);}
/*end of section_gallery*/

/*Actualites*/
.actualites_title{ color: #43556b; position: relative; border-bottom: solid 1px #eb8032; }
.actualites_title h2{ text-transform: uppercase; text-align: right; margin: 0 0 10px 0; }
.actualites_title .calendar_menu{ position: absolute; right: 0; bottom: 5px; font-family: 'GE_Dinar_One_medium'; }
.actualites_title .calendar_menu a span{ color: #eb8032; display: inline-block; margin-left: 5px; font-size: 21px; }
.liste_actualites{ margin: 50px 0 70px 0; }
.liste_actualites .one_third, .liste_actualites .one_half{ margin-bottom: 70px; }

.liste_actualites .actualite_item{margin: 0 10px}

.actualite_item{
  background: #f6f6f6; padding: 0 30px 16px 30px; height: 100%; position: relative;
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
  border-bottom: solid 2px #d3aa70;
}
.actualite_item:hover{
  background: #FFF;
  box-shadow: 0 0 10px #AAA;
}
.actualite_box{padding-bottom: 30px; text-align: right;}
.actualite_box h2{
  font-size: 18px; text-align: right; margin: 0; color: #43556b;
  text-transform: uppercase; min-height: 65px;
}
.actualite_item .date{
  text-transform: uppercase; font-family: 'GE_Dinar_One_medium';
  font-size: 15px; margin-bottom: 5px;
}
.actualite_box p{ margin: 0; padding: 0; font-size: 15px; line-height: 22px; }
.actualite_box .buttons{
  position: absolute; bottom: -15px;
}
.actualite_box .buttons a{ font-size: 15px; line-height: 19px; }
.actualite_item .imgFull{ width: 100%; }

.actualite_img{ width: 100%; height: auto; position: relative; overflow: hidden; top: -30px; }
.actualite_img .img{
  display: block; width: 100%; height: 100%; object-fit: cover;
  position: absolute; top: 0; left: 0;
}
.liste_actualites .read_more{
  display: block; width: 140px; height: 30px; line-height: 30px; border: solid 1px #eb8032;
  background: #eb8032; color: #FFF; font-size: 13px; text-align: center; text-transform: uppercase;
}
.liste_actualites .read_more:hover{ background: #FFF; color: #eb8032; }
.actualite_item .read_more{
   position: absolute; left: 0; right: 0; bottom: -14px; margin: auto;
}


.actualite_item_inline+.actualite_item_inline{ margin-top: 30px; }
.actualite_item_inline .actualite_img{ top: 0; }
.actualite_item_inline .actualite_img .img{
  display: block; width: 100%; height: auto; object-fit: inherit;
  position: absolute; top: 0; left: 0;
}
.actualite_item_inline .actualite_box{ padding-right: 20px; text-align: justify; }
.actualite_item_inline .actualite_box h2{ min-height: inherit; }
.actualite_item_inline .read_more{ margin-top: 30px; }
.actualite_item_inline .actualite_box .date{ color: #eb8032; font-size: 15px; }


.actualite_page .title{ margin-bottom: 10px; }
.actualite_page .date{
  float: right; text-transform: uppercase; font-family: 'GE_Dinar_One_medium';
  height: 40px; line-height: 40px;
}
.actualite_page .description{ margin-top: 30px; }
.actualite_page .description img{ max-width: 100%; margin: auto; margin-bottom: 10px; }
.actualites_photos a{ display: block; margin: 15px;}
.actualites_photos a img{ display: block; border: none; width: 100%; }
.video_block iframe{ width: 100%; height: 300px; margin: 10px 0; }

.actualite_page .description p, .actualite_page .description span{
  font-family:'GE_Dinar_One_medium' !important; font-size: 19px !important; line-height: 31px !important;
    -webkit-font-smoothing: antialiased; -moz-font-smoothing: grayscale; -ms-font-smoothing: grayscale; -o-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale; font-smoothing: grayscale; 
}


.all_news_btn{ position: relative; top: -48px; }

.no_results{ text-align: center; font-family: 'GE_Dinar_One_medium'; text-transform: uppercase; font-size: 35px; line-height: 44px; margin: 50px 0; }
/*End Of Actualites*/

/*blog*/
.blog{ max-width: 930px; margin: auto; }
.blog_item+.blog_item{ margin-top: 50px; }
.blog_item_img img{ display: block; max-width: 100%; }
.blog_item_box{ border: solid 2px #f4f4f4; border-top: 0;}
.blog_item_details{ position: relative; padding: 40px;}
.blog_item .cat{
    height: 30px; line-height: 30px;
    position: absolute; right: -2px; top: -15px;
}
.blog_item .cat h3{
    margin: 0; padding: 0; color: #FFF; text-align: right;
    font-family: 'GE_Dinar_One_medium'; text-transform: uppercase;
}
.blog_item .cat a{
    display: inline-block; height: 30px; line-height: 30px;
    background: #eb8032; color: #FFF; padding: 0 25px;
}
.blog_item_details h2, .blog_item_details h1{ text-align: right; font-size: 26px; line-height: 33px; color: #43556b;}
.blog_item .readMore{
    display: inline-block; padding: 3px 10px; color: #FFF;
    background: #eb8032; border: solid 1px #eb8032; margin-top: 20px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
.blog_item .readMore:hover{ background: #FFF; color: #eb8032; }
.blog_item_footer{ padding: 10px 40px; }
.blog_item_footer .date{ color: #eb8032; font-family: 'GE_Dinar_One_medium'; text-transform: uppercase; }

.blog_item_footer .tags span{
  font-family: 'GE_Dinar_One_medium'; color: #000;
  font-size: 19px;
}
.blog_item_footer .tags a{
  display: inline-block; padding: 3px 10px; background: #DFDFDF; margin: 0 5px 6px 5px;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
.blog_item_footer .tags a:hover{ background: #eb8032; color: #FFF; }

.blog_sidebar h3{ margin: 0 0 10px; }
.blog_sidebar_item+.blog_sidebar_item{ margin-top: 50px; }
.blog_sidebar .search_input{ height: 50px; line-height: 50px; position: relative;}
.blog_sidebar .search_input input{
  display: block; width: 100%; height: 50px;
  padding: 6px 50px 6px 20px; border: none; background: #DDD;
}
.blog_sidebar .search_input .searchButton{
  display: block; width: 50px; height: 50px;
  position: absolute; top: 0; right: 0;
  background: #eb8032; color: #FFF; text-align: center;
}

ul.blog_sidebar_categories{ list-style-type: none; padding: 0; margin:0; }
.blog_sidebar_categories li{
  padding: 10px 20px 10px 0;
}
.blog_sidebar_categories li+li{ border-top: solid #DDD 1px; }
.blog_sidebar_categories li:before{content: ''; font-family: 'Font Awesome 6 Free'; font-size: 15px; color: #43556b; position: absolute; right: 0;}
.blog_sidebar_categories a:hover{ color: #43556b; }

.blog_sidebar_post+.blog_sidebar_post{ border-top: solid 1px #DDD; }
.blog_sidebar_post a.blog_sidebar_post_link{ display: block; padding: 20px 0; }
.blog_sidebar_post .img{
  width: 68px; height: 68px; overflow: hidden; float: right;
  -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}
.blog_sidebar_post .img img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.blog_sidebar_post .blog_sidebar_post_details{
   margin-right: 78px;
}
.blog_sidebar_post h4{ font-family: 'GE_Dinar_One_medium'; font-size: 16px; text-align: right; margin: 0 0 5px 0; color: #000; }
.blog_sidebar_post .date{ font-family: 'GE_Dinar_One_medium'; font-size: 15px; }

.blog_sidebar_tags a{
  display: inline-block; padding: 3px 10px; border: solid 1px #DDD; margin: 0 5px 7px 0;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
.blog_sidebar_tags a:hover{ border-color: #eb8032; color: #eb8032; }

.blog_single_date{
  color: #43556b; font-family: 'GE_Dinar_One_medium'; text-transform: uppercase;
  float: right; font-size: 15px;
}

.video_block iframe{ width: 100%; height: 400px; margin: 10px 0; }

.no_result{
  text-align: center; margin: 20px 0; font-family: 'GE_Dinar_One_medium';
  text-transform: uppercase; color: #000; font-size: 25px;
}

.share_block{ float: left;}
.share_block .share_button{
  display: inline-block; width: 40px; height: 40px; overflow: hidden;
  color: #FFF; text-align: center; line-height: 40px;
  -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;

}
.share_block .share_button+.share_button{ margin-right: 4px;}
.share_block i{ font-size: 19px;}
.share_block span{
  display: block; height: 0; width: 0;
  overflow: hidden;
}
.share_block .facebook-share{
  background: #1877f2;
}
.share_block .twitter-share{
  background: #1da1f2;
}
.share_block .whatsapp-share{
  background: #4dc247; display: none;
}
.share_block .linkedin-share{
  background: #0a66c2;
}


/*gallery*/
.gallery{ margin: 20px 0; }
.gallery .img_box{
  height: auto; margin: 2px;
  position: relative; overflow: hidden;
}
.gallery .placeholder{
  display: block; width: 100%; height: auto; visibility: hidden;
}
.gallery .img_box figure{
  display: block; width: 100%; height: 100%;
  margin: 0; box-sizing: border-box; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.gallery .img_box figure img{ width: 100%; height: 100%; display: block; object-fit: cover;}
.gallery .img_box figure a{ display: block; width: 100%; height: 100%; }
.gallery .zoom_link{
  display: block; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0;
  text-align: center; color: #5a61a6; font-size: 50px;
  background: rgba(255,255,255,0.5);
  outline: 1px solid #5a61a6; outline-offset: -5px;
  transform:scale(0,0);
}
.gallery .img_box:hover > .zoom_link{
    transform:scale(1,1);
}
.gallery .zoom_link .icon{ width: 100%; height: 100%; display: table}
.gallery .zoom_link .icon span{ display: table-cell; vertical-align: middle;}

#fancybox-content, #fancybox-wrap{ box-sizing: content-box !important; }
/*end of gallery*/
/*end of blog*/

/*Calendar*/
.calendarBlock{
  width: 100%; margin-top: 20px;
  background: #FFF; border: solid 1px #EFEFEF;
}
.calendar{ position:relative;}
.calendar .nav{
  text-align: center; color: #43556b; font-family: 'GE_Dinar_One_medium'; font-size: 17px; height: 32px; line-height: 32px;
  border-bottom: solid 1px #EFEFEF; text-transform: uppercase;
}
.calendar .nav a{
  display: block; width: 32px; height: 32px; line-height: 32px;
  position:absolute; top:0; font-size: 20px; text-align: center;
  background: #eb8032; color: #FFF;
}
.calendar .nav a.next{ left:0;}
.calendar .nav a.previous{ right:0;}
.calendar table{ width: 100%; font-size: 17px; border-collapse: collapse; }
.calendar th{
  text-align:center; font-weight: normal; font-family: 'GE_Dinar_One_medium'; font-size: 17px;
  background: #43556b; color:#FFF;
}
.calendar td{ text-align:center; padding:2px; color:#000;}
.calendar td a{
  display: inline-block; color: #FFF; background: #eb8032;
  width: 30px; height: 30px; line-height: 30px; text-align: center; border: solid 1px #eb8032;
  -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px;
}
.calendar td a:hover, .calendar td a.activ{background:#FFF; color: #eb8032;}
.calendar .this_date{ display: none; }
/*End of Calendar*/

.fan_block{ padding-right: 50px; }
.login_block{
  background: #43556b; color: #FFF; padding: 5px 10px; margin-top: 25px;
}
.login_block .title h2{ text-align: center; text-transform: uppercase; font-size: 19px; font-family: 'GE_Dinar_One_medium'; margin-bottom: 12px; }
.login_block .title h2:after{
  display: block; content: ""; width: 110px; height: 1px;
  background: #eb8032; margin: 5px auto;
}
.login_buttons{ padding: 20px 10px; }
.login_buttons a{
  display: block; position: relative; width: 100%; margin: auto; padding-right: 60px;
  text-transform: uppercase; font-size: 15px; height: 29px; line-height: 29px;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;
}
.login_buttons a+a{ margin-top: 20px; }
.login_buttons a.register_btn{ background: rgba(255,255,255,0.2); }
.login_buttons a.register_btn:hover{ background: #FFF; color: #eb8032; }
.login_buttons a.login_btn{ background: rgba(235,128,50,0.3); }
.login_buttons a.login_btn:hover{ background: #eb8032; }
.login_buttons a .icon{
  position: absolute; right: 0; top: -3px; background: #eb8032; font-size: 19px;
  width: 35px; height: 35px; line-height: 35px; text-align: center; color: #FFF;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;
}
.login_buttons a .icon:before{
  display: block; content: ""; width: 41px; height: 41px;
  border:solid 1px #eb8032; position: absolute; left: -4px; top:-4px;
  -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px;
}

.fan_block .social_block{ margin-top: 40px; }
.fan_block .social_block .title h2{ text-align: center; font-size: 19px; }
.social_block ul.social{ list-style-type: none; margin: 0; padding: 0; text-align: center; }
.social_block ul.social li{ display: inline-block; }
.social_block ul.social li a{ 
  display: block; width: 35px; height: 35px; line-height: 35px;
  background: #eb8032; color: #FFF; text-align: center; font-size: 17px;
  -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}


.pagination{ margin: 20px; text-align: center;}
.pagination a{
  display: inline-block; font-size: 15px; height: 35px; line-height: 35px; padding: 0 10px;
  background: #FFF; color: #063348; border:solid 1px #063348;
}
.pagination a:hover, .pagination a.activ{background: #FFF; color: #c1c1c1;}

.pagination a:hover, .pagination a.activ{background: #063348; color: #FFF;}

.images_banner{ width: 100%; overflow: hidden; }
.images_banner .imgFull{ margin: 0; }


/*tickets*/
.tickets .priceTicket{ font-family: 'GE_Dinar_One_medium'; font-size: 23px; color: #43556b; }
.tickets .kit{ font-family: 'GE_Dinar_One_medium'; color: #000; }
/*End Of tickets*/


/*jury*/
.jury_item+.jury_item{ margin-top: 30px; }
.jury .jury_img{ width: 30%; float: left; }
.jury .jury_img img{ display: block; width: 100%; }
.jury .jury_description{ width: 70%; float: left; padding-left: 25px;}
.jury .jury_description h3{ margin: 0; font-family: 'GE_Dinar_One_medium'; }
.jury .jury_description h4{ font-size: 13px; margin: 0 0 10px 0; font-family: 'GE_Dinar_One_medium'; }
/*End Of jury*/

/*editions*/
.editions{ text-align: center; }
.editions .edition_item{ width: 150px; display: inline-block; position: relative; margin: 20px; }
.editions .edition_item:before{
  display: block; width: 160px; height: 160px; content: "";
  position: absolute; top: -10px; left: -5px;
  background: rgba(237,162,35,0.5);
  -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}
.editions .edition_img{
  width: 150px; height: 150px; position: relative; overflow: hidden;
  -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}
.editions .edition_img img{ display: block; width: 100%; }
.editions .edition_date{ font-family: 'GE_Dinar_One_medium'; font-size: 15px; color: #000; }
/*End Of editions*/


.tables{ display: table; width: 100%; }
.tables .row + .row{ margin-top: 30px; }
.tables .cell{ display: table-cell;}
.tables .title_cell{width: 30%;}
.tables .text_cell{ padding: 20px;}
.tables .title_cell .imgFull{ margin-top: 0; }
.tables .title_cell h2{
  text-transform: uppercase; text-align: left;
  color: #FFF; font-size: 20px; padding: 20px;
}
.tables .title_cell h2 span{ display: block; font-size: 30px; margin-bottom: 20px; }

.tables .pink_cell{ background: #fe0047; }
.tables .orange_cell{ background: #fca145; }
.tables .green_cell{ background: #5386E4; }

/*parallax*/
.parallax{
    width: 100%; height: auto; padding: 130px 0; position: relative;
    color: #FFF; text-align: center; font-size: 19px; line-height: 30px; overflow: hidden;
    background: url('../img/festival-parallax.jpg') no-repeat fixed;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
}
.parallax-visibilite{
  background: url('../img/festival-visibilite.jpg') no-repeat fixed;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
}
.parallax-presence{
  background: url('../img/festival-presence.jpg') no-repeat fixed;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
}


.parallax:before{
  width: 100%; height: 100%; content: "";
  position: absolute; top: 0; left: 0;
  background: rgba(34,64,105,0.5);
}

.parallax .content{position: relative; max-width: 800px; margin: auto; padding: 0 20px;}
.parallax .header_title h2{
  font-size: 32px; line-height: 40px; color: #FFF;  margin: 0 0 30px 0;
  text-transform: uppercase; font-family: 'GE_Dinar_One_medium';
}
.parallax .buttons a{ padding: 2px 40px; }
/*end of slogan_parallax*/


/*partners*/
.partners_list{ list-style-type: none; margin: 30px 0; padding: 0; }
.partners_list li{ padding: 10px 20px; }
.partners li img{ max-height: 50px; display: block; }
/*end of partners*/

/*contact*/
.contact .map{ width: 100%; height: 450px; margin-bottom: 30px; }
.contact .map iframe, .contact .map #map{ width: 100%; height: 100%; }
.contact label{ display: block; float: right; padding: 10px 5px; text-align: right;}
.contact input{ border:solid #dfdfdf 1px; width:100%; padding:10px 15px; box-sizing: border-box;}
.contact select{ border:solid #dfdfdf 1px; width:100%; padding:8px 15px; box-sizing: border-box;}
.contact input[type="file"]{ width: auto;}
.contact textarea{border:solid #dfdfdf 1px; width:100%; padding:10px 15px; height:100px; box-sizing: border-box; margin-top: 20px;}
.contact .buttons{ float: right;}
.contact .buttons a.formLink{ display: inline-block; color: #b5cf2f; padding: 0 10px;}
.contact input[type="submit"], .contact button{
  background:#43556b; color:#FFF; border:none; margin:10px 0; padding:8px 20px; font-size:15px; width: auto;
  font-family: 'GE_Dinar_One_medium';
  -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
}

.contact .borderSep{ margin: 20px 0; border-bottom: solid 1px #dfdfdf;}
.dateSelector{ position: relative;}
.dateSelector a{ display: block; position: absolute; top: 10px; right: 10px;}
.contact .g-recaptcha{ margin-bottom: 50px; }

.input+.input{ margin-top: 20px; }
.input input, .input textarea, .input select{
  display: block; width:100%;
  border:solid #dfdfdf 1px; padding:10px 15px; box-sizing: border-box;
}
.input input[type="submit"]{
  background: #eb8032; color: #FFF; text-transform: uppercase;
  font-size: 21px; border: none; font-family: 'GE_Dinar_One_medium';
}

/*End of contact*/

/*authentification_box*/
.authentification_box{ width: 600px; max-width: 90%; margin: auto; }
.authentification_title{
  text-align: center; text-transform: uppercase; color: #43556b;
  font-size: 25px; margin: 30px 0; font-family: 'GE_Dinar_One_medium';
}
/*end of authentification_box*/

/*user_account*/
.user_account{ margin: 50px 0; padding-top: 50px; border-top: solid 1px #43556b; }
.user_account .user_img{
  width: 150px; height: 150px; margin: auto; margin-bottom: 10px; overflow: hidden;
  border: solid 3px #eb8032;
  border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%;
}
.user_account .user_img img{
  display: block; width: 100%; height: 100%; object-fit: cover;
}
.user_account_aside{ background: #eff3f7; padding: 30px 0; height: 100%; }
.user_account_aside nav{ text-align: center; font-family: 'GE_Dinar_One_medium'; }
.user_account_aside nav ul{ list-style-type: none; margin: 0; padding: 0; }
.user_account_aside nav ul li a{ display: block; padding: 10px; }
.user_account_aside nav ul li a:hover, .user_account_aside nav ul li a.activ{ background: #eb8032; color: #FFF }
.user_account_aside nav ul li+li{ border-top: solid 1px #DDD; }

.user_account_content{ height: 100%; }
.user_account_content h1{ text-align: right; font-size: 25px; color: #43556b; margin: 0 0 20px 0;}
.user_account_content h1:after{
  display: block; content: ""; width: 100px; height: 2px;
  background: #eb8032; margin-top: 5px;
}


.points_box{ text-align: center; }
.points_box .points_text{ font-size: 23px; }
.points_box .points_text span{ color: #eb8032; font-size: 25px; font-family: 'GE_Dinar_One_medium'; }
.circle_points{
  width: 250px; height: 250px; line-height: 250px; background: #43556b; margin: 50px auto;
  border: solid 5px #eb8032;
  -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}
.points_value{ color: #FFF; font-size: 60px; font-family: 'GE_Dinar_One_medium'; }
/*end of user_account*/

/*errorPage*/
.errorPage{text-align: center;}
.errorPage h1{  text-align: center; font-size: 45px; line-height: 55px; padding-top: 50px; margin: 0;}
.errorPage h2{ font-size: 50px; line-height: 50px;}
/*end of errorPage*/

.construction_page{
  text-align: center; margin: 100px 0; color: #000; text-transform: uppercase;
  font-size: 30px; line-height: 35px; font-family: 'GE_Dinar_One_medium';
}

/*simpleList*/
.simpleList, .description_bdd ul{ list-style-type: none; overflow:hidden; margin: 0;}
.simpleList li, .description_bdd ul li{ position: relative; padding: 5px 10px 5px 0; box-sizing:border-box;}
.simpleList li:before, .description_bdd ul li:before{
  content: ''; font-family: 'Font Awesome 6 Free';
  position: absolute; right: -6px; top: 7px; font-size: 15px;
  color: #eb8032;
}
/*end of simpleList*/

/*simpleTable*/
.simpleTable{ margin: 20px 0; width: 100%;}
.simpleTable th{ border: none; background: #43556b; color: #FFF; font-weight: normal; padding: 15px 10px; text-align: center; color: #FFF;}

.simpleTable tr:nth-child(2n+2){background: #EFEFEF;}
.simpleTable td{ padding: 10px; font-size: 15px;}
/*end of simpleTable*/


/*Accordeon*/
ul.accordeon{ list-style-type:none; margin: 0 auto; padding:0;}
ul.accordeon .accordeonLi{ margin:0; padding: 0; }
ul.accordeon .accordeonLi+.accordeonLi{ margin-top: 2px;}
ul.accordeon .accordeonLi a.accordeonLink{
  display: block; background: #ededed; padding: 0 15px; border: solid 1px #ededed;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
ul.accordeon .accordeonLi a.accordeonLink h2{
  color: #484848; margin: 0; padding: 12px 0; font-size:17px;
  border:none; font-family: 'GE_Dinar_One_medium'; line-height: 1;
}
ul.accordeon .accordeonLi a.accordeonLink i{ display: block; height: 40px; line-height: 40px; float: right; font-size: 20px; color: #43556b; margin-left: 10px;}
ul.accordeon .accordeonLi a.accordeonLink:hover, ul.accordeon .accordeonLi a.current{ color: #FFF; border: solid 1px #43556b; }
ul.accordeon .accordeonLi a.accordeonLink:hover i, ul.accordeon .accordeonLi a.current i, ul.accordeon .accordeonLi a.accordeonLink:hover h3, ul.accordeon .accordeonLi a.accordeonLink.current h2{ color: #43556b;}
ul.accordeon .accordeonItem{ display:none; padding: 10px; margin: 1px 0 5px 0; background: #FFF;}
/*End of Accordeon*/



.msg_ok, .msg_ko{ margin-bottom: 10px; flex-wrap: nowrap !important;}
.msg_ok .icon{
    width: 50px; display: flex;
    background: #3c763d; color: #FFF; font-size: 25px; 
}
.msg_ok .msg_txt{
  background: #dff0d8; padding: 20px; font-size: 15px; line-height: 20px;
  border: solid 1px #3c763d; color: #3c763d; 
}

.msg_ko .icon{ 
  width: 50px; display: flex;
  background: #a94442; color: #FFF; font-size: 25px;
}
.msg_ko .msg_txt{
  background: #f2dede; padding: 20px; font-size: 15px; line-height: 20px;
  border: solid 1px #a94442; color: #a94442;
}

.requiredField{ background:#dd7171; color:#7d0000;}
.requiredFieldTxt{ color:#cf0000; font-size: 11px; font-weight: bold; display: none;}

.imgFull{ display: block; margin: auto; margin-top: 10px; margin-bottom: 10px; max-width: 100%;}
.imgCenter{ display: block; margin: 10px auto; max-width: 100%;}
.imgLeft{ display: block; float: left; margin: 0 20px 20px 0}
.borderImg{ position: relative; }
.borderImg:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; box-sizing: border-box;
  border: solid 8px rgba(97,76,134,0.5);
}
.placeholder{ display: block; width: 100%; visibility: hidden;}
.videoFull{margin: auto; max-width: 100%; }


.row:after{ display: block; content: ""; clear: both; }
.row_flex{ display: flex;}
.flex_wrap{ flex-wrap: wrap; }
.row_flex:after{ display: block; content: ""; clear: both; }
.vcenter{
  -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}
.hcenter{justify-content: center;}
.space_between{ justify-content: space-between; }
.one_half{ width: 50%; float: right;}
.one_third{ width: 33.33%; float: right;}
.one_fourth{ width: 25%; float: right;}
.two_third{ width: 66.66%; float: right;}
.three_fourth{ width: 75%; float: right; }
.one_sixth{ width: 16.66%; float: right; }



.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding20{ padding: 20px;}
.paddingLeft{ padding-right: 20px;}
.paddingRight{ padding-left: 20px;}
.clear{ clear: both;}
.clearRight{ clear: right;}


footer{
  width: 100%; position: relative; background: #43556b;
  color: #FFF; padding-top: 30px;
}
footer .footer_item+.footer_item{ margin-top: 50px; }
footer h3{ margin: 0 0 15px 0; color: #eb8032; font-size: 23px; text-transform: normal; font-family: 'GE_Dinar_One_medium';}
footer p.about{ font-size: 13px; line-height: 20px; }
footer .site_map{border-bottom: solid 1px #eb8032; padding-bottom: 20px; }
footer .site_map h3 a:hover{ color: #FFF; }
footer .site_map ul{ list-style-type: none; margin: 0; padding: 0; font-size: 12px; line-height: 14px; }
footer .site_map ul li+li{ margin-top: 7px; }
footer .site_map ul a:hover{ color: #eb8032; }

footer .logo{ width: 150px; }
footer .copyright{
    text-align: center; background: #eb8032; height: 50px; line-height: 50px;
    font-size: 13px; margin-top: 30px;
}

footer .contacts{ font-size: 15px; }
footer .contacts .contact_item{ padding: 15px 0; }
footer .contacts .contact_item+.contact_item{ border-top: solid 1px rgba(255,255,255,0.1); }
footer .contacts .icon{
  display: block;
  width: 35px; font-size: 20px; text-align: center; color: #eb8032;
}
footer .contacts a:hover{ color: #eb8032;  }
footer .contacts .text{ display: block; margin-left: 5px;}

footer .social ul{
    list-style-type: none; margin: 0; padding: 0; margin-top: 10px;
}
footer .social ul li{ display: inline-block;}
footer .social ul li+li{ margin-left: 5px;}
footer .social ul a{
    display: block; width: 40px; height: 40px; line-height: 40px;
    background: rgba(255,255,255,0.1); color: #eb8032;
    text-align: center; font-size: 18px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}


footer nav{ font-size: 13px; }
footer nav ul{
  list-style-type: none; margin: 0; padding: 0; 
}
footer nav li{
  position: relative; padding: 15px 0;
   -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
footer nav li+li{ border-top: solid 1px rgba(255,255,255,0.1); }
footer nav li:before{
  content: ''; font-family: 'Font Awesome 6 Free'; font-size: 1em; color: #eb8032;
  position: absolute; right: -17px; opacity: 0;
   -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
footer nav li:hover{ text-indent: 17px; }
footer nav li:hover:before{ opacity: 1;}





.social_media{ position: fixed; bottom: 40px; right: 10px; z-index: 4000; }
.social_media ul.social{
    list-style-type: none; margin: 0; padding: 0;
}
.social_media ul.social li{ display: inline-block;}
.social_media ul.social li+li{ margin-left: 5px;}
.social_media ul.social a{
    display: block; width: 38px; height: 38px; line-height: 38px;
    background: #eb8032; color: #FFF;
    text-align: center; font-size: 18px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}

.social a.facebook:hover{ background: #1877f2; color: #FFF;}
.social a.twitter:hover{ background: #1da1f2; color: #FFF;}
.social a.linkedin:hover{ background: #0a66c2; color: #FFF;}
.social a.youtube:hover{ background: #ff0000; color: #FFF;}
.social a.viadeo:hover{ background: #f6876d; color: #FFF;}
.social a.instagram:hover{ background: #c32aa3; color: #FFF;}
.social a.pinterest:hover{ background: #bd081c; color: #FFF;}
.social a.soundcloud:hover{ background: #ff5500; color: #FFF;}
.social a.spotify:hover{ background: #1ed760; color: #FFF;}
.social a.wechat:hover{ background: #7bb32e; color: #FFF;}
.social a.tiktok:hover{ background: #010101; color: #69c9d0;}

.social a.wechat{ position: relative; }
.weChatBlock{
    position: absolute; width: 110px; height: 111px; display: none;
    padding: 5px; bottom: 45px; left: -36px; background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.weChatBlock:after{
    display: block; content: ""; width: 10px; height: 10px;
    position: absolute; bottom: -5px; left: 50px; background: #FFF;
    -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}



/*animations*/
.animation-element{
    opacity: 0; position: relative;
    transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
}
.animation-element.in-view{ opacity: 1;}

.animation-element.slide-left {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0, 100px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view{
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*end of animations*/
