@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
    font-family: 'Neuropolitical Rg';
    src: url('fonts/NeuropoliticalRg-Regular.eot');
    src: url('fonts/NeuropoliticalRg-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuropoliticalRg-Regular.woff2') format('woff2'),
        url('fonts/NeuropoliticalRg-Regular.woff') format('woff'),
        url('fonts/NeuropoliticalRg-Regular.ttf') format('truetype'),
        url('fonts/NeuropoliticalRg-Regular.svg#NeuropoliticalRg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {font-family: 'Lato', sans-serif !important;}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-thumb {
  border-right: solid 10px #169d97;
  background: #383737;
}
::-webkit-scrollbar-track {
  border: none;
  background: #383737;
}
header {
    position: absolute;
    width: 85%;
    margin: 0 auto;
    z-index: 99;
    right: 0;
    left: 0;
    top: 30px;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
}
.divNav {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}
.nav_principal {margin-right: 20px;}
.search {
    background: #169d97;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}
footer {
    height: 500px;
    background-image: url('/Files/App_002/Images/bgFooter.jpg');
    position:relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
}
footer:before{content:'';position:absolute;width:100%;height:100%;background: rgba(84, 84, 84, 0.50);}
.linkFooter {width: 90%;margin: 0 auto;float: none;}
.titleFooter{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 2px;
    padding: 90px 0 50px;
    }
.linkFooter a {
    color: #fff;
  /*  text-transform: capitalize; */
    font-size: 14px;
    font-weight: 100;
    transition: 0.2s;
    line-height: 32px;
}
.linkFooter li {list-style: none;}
.linkFooter ul {}
.linkFooter a:hover {
    text-decoration: none;
    color: #169d97;
    transition: 0.2s;
}
.coordonnees .adresse {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #169d97;
    text-transform: capitalize;
}
footer address {
    color: #fff;
    line-height: 30px;
}
.rs em {
    font-size: 24px;
    padding-right: 10px;
}
.copyright {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #717171;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 2px;
}
.copyright a {color: #fff;}
.SearchBox_1_Frame_CssClass{width:90%;}
.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
    font-size:12px;
}
.search ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    font-size:12px;
}
.search :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
    font-size:12px;
}
.search :-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
    font-size:12px;
}
.menu {
    width: calc(100% - 60px);
    background: #ffffff;
    height: auto;
    position: fixed;
    right: 30px;
    z-index: 99999999;
    transition: 0.7s ease transform;
    transform: translateX(-200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 210px;
    left: 30px;
    margin: 0 auto;
    border-radius: 15px;
}
.menu-open {
    transform: translateX(0vw);z-index: 99999999;
}
.menuFixed {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 60px 0 215px;
    height: 100%;
}
.flexitem {
    display: flex;
    margin-left: 30px;
}
.flexinfo {
    display: flex;
    flex-wrap: nowrap;
}
#menu-toggle span {
    display: block;
    background: #0b0b0b;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 23px;
  width: 30px;
  top:30px;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 2px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
.menu {
    width: 100vw;
    background: #ffffff;
    height: calc(100vh - 70px);
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(-200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top:100px;
    padding: 0;
}
.menu-open {
    transform: translateX(0vw);z-index: 9999;
}
.menuFixed {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 60px 0 215px;
    height: 100%;
}

#menu-toggle span {
    display: block;
    background: #231f20;
    border-radius: 2px;
}
#menu-toggle {
  width: 35px;
  height: 70px;
  position: relative;
  cursor: pointer;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 23px;
  width: 35px;
}
#menu-toggle #hamburger span {
  width: 35px;
  height: 2px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
  top: 30px;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 16px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}

body.fixed {overflow: hidden;}
footer .link {
    color: #fff !important;
    font-size: 14px !important;
}
footer .rmItem {width: 100% !important;}
footer .rmSlide {display: none !important;}
footer .pdtFooter {display: none !important;}
footer li a:hover:after {display:none !important;}
footer .link:hover {color: #169d97 !important;transition: 0.2s !important;}
.no-padding{padding:0;}
@media screen and (max-width: 1440px) {
.nav_principal {margin-right: 10px;}
}
@media screen and (max-width: 1024px) {
header {height: 90px;}
.linkFooter a {
    line-height: 24px;
    font-size: 12px;
}
.coordonnees .adresse {font-size: 12px !important;}
footer address {
    line-height: 24px;
    font-size: 12px;
}
.titleFooter {font-size: 15px;}
}
@media screen and (max-width: 991px) {
 .searchdiv  {
    background: #169d97;
    top: 70px;
    z-index: 9999999;
    height: 70px;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50vh);
    transition: 0.4s ease transform;
    z-index:99;
    display: flex !important;
    justify-content: center;
    align-items: center;

}
 .searchdivblock  {
    transition: 0.4s ease transform;
    transform: translateY(0vh);z-index:99;}
header{z-index:999;}
.fa-search {color: #fff;font-size:20px}
    header {height: 90px;width: 100%;top: 0;height: 70px;}
.nav_principal {display: none;}
.lang {display: none;}
.divSearch{display: none;}
.titleFooter {
    text-align: center;
    padding: 50px 0 20px;
}
.rs {text-align: center;}
footer {height: 250px;}
.logo img {
    /**max-width: 60%;**/
}
.menu {
    top: 70px;
    left: 0;
    margin: 0;
    border-radius: 0;
}
.menuFixed {
    margin: 30px 0;
    /* height: auto; */
    display: block;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* height: calc(100vh - 500px); */
}
.nav-top {
    /* margin: 100px auto; */
    align-items: flex-end;
    justify-content: center;
    /* top: 100px; */
}
.navPrincipal{padding-bottom:100px;display: block;overflow: hidden;}
.navmenu {
    width: 100%;
}
.copyright{
    padding-left: 15px;
    padding-right: 15px;}
}
