/*---------------------------------------*\
	BASE
\*---------------------------------------*/
@media screen and (max-width: 992px) {
    .navbar-nav {
        float: none !important;
    }
        .menu-respons-ce {
        display: none !important;
    }
}
/* Firefox */
/*input[type=number] {
    -moz-appearance: textfield;
}*/

/* Chrome */
/*input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin:0;
}*/

/* Opéra*/
/*input::-o-inner-spin-button,
input::-o-outer-spin-button { 
    -o-appearance: none;
    margin:0
}*/

@font-face {
    font-family: "Assistant";
    src: url('../fonts/Assistant-Regular.ttf');
}
@font-face {
    font-family: "Assistant-bold";
    font-style: bold;
    src: url('../fonts/Assistant-Bold.ttf');
}
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: "Pancho";
    font-style: bold;
    src: url('../fonts/Pancho-Bold.ttf');
}
html, body{
    margin: 0;
    min-height: 100vh;
	margin: 0;
	padding: 0;
    background-color: #efefef24;
    font-family: "OpenSans", Arial, sans-serif ;
}

h1, h2, h3, h4, h5 {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    color:#1d1d1d;
}

h1 {
    font-size:1.6em;
}
h2 {
    font-size:1.45em;
}
h3 {
    font-size:1.3em;
}
h4 {
    font-size: 1.15em;
}
h5 {
    font-size:1em;
}

a { 
	text-decoration: none;
}
.menu-sous-catégorie-fitre > li> .front-subcategory-tourism-li {
    border-top: 0;
    border-radius: 0;
    color:#0065c3;
    border-left:0;
    border-right:0;
    
}
.menu-sous-catégorie-fitre > li > .front-subcategory-tourism-li:hover {
    color:#fff;
}
.container {
    background-color: white;
}
.navbar-inverse .navbar-nav > li > a {
    color: #505050;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
    /*text-shadow: #00000050 1px 1px, #00000050 -1px 1px, #00000050 -1px -1px, #00000050 1px -1px;*/
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #f7931e !important;
    transition: color 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav> li > a:active{
    color: #f7931e !important;
    transition: color 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav >li > a:focus{
    color: #f7931e !important;
    transition: color 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav> .active> a {
    color: #f7931e !important;
    background-color: #ffffff !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-inverse .navbar-toggle:hover {
    background-color: #0165c3;
}
.navbar-toggle:focus {
    background-color: #FFF !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #0165c3;
    transition: background-color 0.4s ease-in-out;
}
hr {
    border-top:1px solid #dadada;
}
/*---------------------------------------*\
	HEADER
\*---------------------------------------*/
.header-login-button {
    background-color: #fafafa;
    border: 1px solid #0365c3;
    color: #0365c3;
    float: right;
    margin-top: 10px;
}
.header-login-button:hover {
    
    background-color: #0365c3;
    border-color: #FFF;
}
.header-login-button:focus:active {
    background-color: #fafafa;
    color: #0365c3;
}
.header-login-button:focus {
    background-color: #fafafa;
    border-color: #fff;
    color: #0365c3;
}
.header-login-button:active {
    background-color: #fafafa;
    border: none;
    color: #0365c3;
}
.header-login-button:active:hover {
    background-color: #fafafa;
    color: #0365c3;
}
/*---------------------------------------*\
	FOOTER
\*---------------------------------------*/

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
	background-color: #866898;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social {
    padding: 10px 0 0 0;
    list-style-type: none;
    text-align:center;
    margin: 0 auto;
}
.social li {
    display:inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
	background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 36px;
    line-height: 34px;
    margin: 0 8px 0 0;
    padding: 0px;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #77bcff;
    background: #0465c3;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 3px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #2d2d2d;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

.img-footer-desktop {
    width:60%;
    display:none;
    margin:0 auto;
}

.img-footer-mobile {
    width:60%;
    margin:0 auto;
}

.footer-color {
	background-color: #e6e6ff;
    padding-bottom: 10px;
}
.footer-color-2{
	background-color: #2d2d2d;
    color: #FFFFFF;
}

.footer-copyright {
    height:48px;
    padding:14px;
    text-align:center;
}
.footer-move-top {
    height:48px;
    padding:4px 0;
    text-align: right;
}
.footer-move-top img {
    height:40px;
}

.footer-move-top span {
    padding:14px;
}

@media screen and (min-width: 768px) {
    .img-footer-desktop {
        display:block;
    }
    .img-footer-mobile {
        display:none;
    }
}

/*---------------------------------------*\
    PAGE D'ACCUEIL
\*---------------------------------------*/

.open-home {
    background-color: #eaeaea;
    margin-top:30px;
    margin-bottom:55px;
    background-image: url(../images/esc.jpg);
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.open-count {
    margin-bottom: 50px;
    background-color: #0465c3;
    color: #FFF;
    font-family: FreeMono, monospace;
    border-radius: 5px;
}
.open-text {
    margin-bottom:40px;
    margin-top:145px;
    display: inline-block;
    color:white;
    text-shadow: 0 0 3px #000000;
}
.transition {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.basic-widgets {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*---------------------------------------*\
	CALENDAR
\*---------------------------------------*/
/*.calendar {    
	margin: 100px 0 100px 0;
    border: 1px solid #866898;
    padding: 10px;
}*/
/*---------------------------------------*\
	LOGIN-FORM
\*---------------------------------------*/
.login-form {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    height: 240px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 355px;
    padding: 17px;
    background-color: #f7f7f7;
}
.submit-form-login{
    display: block;
    margin-top: 15px !important;
    margin: 0 auto;
    border-radius: 7px;
    background-color: #82408D;
    color: white;
}
.error-login {
    color: red;
    text-align: center;
    padding-top: 10px;
}
.panel-login {
    color: #ffffff !important;
    background-color: #0065c3 !important;
    border-color: #c5c5c5 !important;
}
/*---------------------------------------*\
	CADDY
\*---------------------------------------*/




/*---------------------------------------*\
	SEARCH PAGE
\*---------------------------------------*/
.search-result {
    padding: 10px;
}
.search-description {    
	font-size: 15px;
    margin-right: 265px;
    color: #8a8a8a;
}
.search-description p {
	font-size:15px;
}
.navigate-page {
	text-align: center;
	margin-top: 30px;
}
.search-image {
    width: 215px;
    margin: 0 auto;
}
.search-img {
    width: 195px;
    height: 170px;
    margin-bottom: 15px;
}
.descript-search {

}
/*---------------------------------------*\
	REGISTER PAGE
\*---------------------------------------*/
#playground-container {
    height: 500px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}
.form-group{
	margin-bottom: 15px;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
.main-center{
    /*color: #FFF;*/
    border: 2px solid #505050;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.30);
}
span.input-group-addon i {
    color: #505050;
    font-size: 17px;
}
.login-button{
	margin-top: 5px;
}
.login-register{
	font-size: 11px;
	text-align: center;
}
/*---------------------------------------*\
    ADVERT DESCRIPTION PAGE BASIC
\*---------------------------------------*/
.advert-description {
    padding: 20px;
    margin: 0;
    width: 100%;
    float: left;
    background-color: white;
    border-radius: 0 !important;
}
.adv-image {
    padding: 20px;
    padding-top: 0;
    width: 400px;
    float: left;
    margin: 0;
    background-color: white;
    border-radius: 0 !important;
}
.adv-price {    
    text-align: center;
    border: 1px solid #dadada;
    padding: 0px;
}
.adv-price span {
    
}

.adv-info {
    text-align: initial;
    border: 1px solid #dadada;
    padding: 20px;

}
.adv-descript {
    margin: 0;
    overflow:hidden;
}
.adv-descript-loc {
    margin-top: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

/*---------------------------------------*\
    CAROUSEL ADVERT BASIC
\*---------------------------------------*/
.carousel-conso {
    height: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.carousel-img-conso li {
    height: 81px !important;
    width: 98.6px !important;
}
.article-slide .carousel-indicators {
    z-index: 0;
    bottom: 0;
    left: 0;
    margin: 0px;
    overflow-y: scroll;
    width: 100%;
}
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    margin-bottom: 2px;
    margin-right: 0px !important;
    margin-top: 0;
    width: 100px;
}
.article-slide .carousel-indicators li:hover {
    opacity: 0.8;
}
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 100%;
    width: 100%;
    left: 0;
}
.article-slide .carousel-indicators .active img {
    border: 2px solid #d4d4d4;
    opacity: 0.7;
}
.advert-img {
    height: 310px;
    //width: 330px;
    margin-bottom: 20px;
}
.all-slider {
    overflow-y: scroll;
}
/*---------------------------------------*\
    CAROUSEL ADVERT TOURISM
\*---------------------------------------*/
.tourism-style {
    height: 471px;
    position: relative;
    border: 1px solid #0165c3;
    padding: 5px;
}
.advert-img-tourism {
    width:100%;
    margin-bottom: 20px;
}
/*---------------------------------------*\
    ADVERT DESCRIPTION PAGE TOURISM
\*---------------------------------------*/
.advert-tab {
    width: 100%;
    padding: 0px;
}
.advert-tab ul li a{
    color: #505050;
}
.icon-share {
    padding: 6px;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #82408D;
    border: none;
}
.icon-share:hover {
    background-color: #460252;
    border: none;
}
.icon-share:focus {
    background-color: #82408d;
    border: none;
}
.a-icon-share a{
    color: #82408d;
}
.a-icon-share a:hover{
    color: #460252;
}
.adv-price-tourism {
    text-align: center;
    border: 1px solid #dadada;
    margin-bottom: 30px; 
    font-size: 20px;
}
.adv-price-tourism thead{
    border: none;
}
.adv-price-tourism thead tr{
    border: none;
}
.adv-price-tourism thead tr th{
    border: none;
}
.adv-price-tourism thead th{
    border: none;
}
.adv-price-tourism tbody{
    border: none;
}
.adv-price-tourism tbody tr{
    border: none;
}
.adv-price-tourism tbody tr td{
    border: none;
}
.adv-price-tourism tbody td{
    border: none;
}
.adv-price-tourism tbody tr th{
    border: none;
}
.adv-price-tourism .week-1{
    text-align: center;
}
.adv-price-tourism td button{
    display: none;
}
.reservation {
    padding: 0px;
    text-align: center;
    margin-bottom:20px;
}
/*---------------------------------------*\
    SUBCATEGORY PAGE RUBRIQUE
\*---------------------------------------*/
.sub-cat {        
    padding: 5px;
    display: inline-block;
    height: 60px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    color: #868686;
}
.sub-cat:hover {
    text-shadow: 1px 0px 0px #0165c3;
}
.actualities{
    text-align: center;
    position: relative;
    cursor: pointer;
}
/*---------------------------------------*\
    PAGE ANNONCEURS
\*---------------------------------------*/
.advert-ce{
    margin-bottom: 10px;
    padding: 10px;
    width: 260px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
/*---------------------------------------*\
    PAGE COMMANDE STEP 2
\*---------------------------------------*/
.label-order {
    display: block;
}
/*---------------------------------------*\
    PAGE COMMANDE STEP 4
\*---------------------------------------*/
.tilte-price-order-4 {
    display: inline-block;
    margin-bottom: 20px;
}
.name-order-4 {
    margin-left: 20px;
}
/*---------------------------------------*\
    PAGE Weather (météo)
\*---------------------------------------*/
.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.zone-selected {
    position: relative;
    overflow: hidden;
    background: #3D6AA2;
    height: 55px;
}
article {
    position: relative;
    z-index: 2;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.info .humidity,
.weather-description {
    font-size: 24px;
    font-weight: 200;
    position: relative;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.humidity span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;

    text-transform: lowercase;
    text-align: left;
}
.weather-description {
    font-size: 20px;
    text-transform: uppercase;
}
.icon {
    width: 60px;
}
.icon img{
    width: 100%;
}
.temp {
    font-size: 35px;
    padding: 5px;
}
.wind {
    font-size: 20px;
}
.wind span {
    text-transform: uppercase;
}
.city-selected:hover figure {
    opacity: 0.4;
}
figure {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*---------------------------------------*\
    MODAL PROMOTION CATEGORY
\*---------------------------------------*/
.single-blog-item {
  border: 1px solid #dfdede;
  box-shadow: 2px 5px 10px #dfdede;
  margin: 15px auto;
  padding: 5px;
  position: relative;
}
.blog-content {
  padding: 15px;
}
.blog-content h4 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-content h4 a{
    color:#777;
}
.blog-content p{
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3333;
}
.blog-date {
    position: absolute;
      background: #337ab7;
    top: 35px;
    left: 0;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
}
.more-btn {
  background: #337ab7;
  border-radius: 2px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 30px auto auto auto;
  text-align: center;
  width: 110px;
  color: #f1f1f1;
}

/*---------------------------------------*\
   NOMBRE D'ARTICLE PAGE PRODUITS (INPUT)
\*---------------------------------------*/
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
.carousel-category {
    width: initial;
    margin: 0;
}
.search-tourism-category {
    background-color: #0165c3;
    color: #FFF;
    padding: 10px;
    text-align: center;
    height:293px;
    margin-bottom:20px;
}
.search-champ-tourism {
    width: 100% !important;
}

/*---------------------------------------*\
   NOUVEAU CADDY FLOAT
\*---------------------------------------*/
ul.dropdown-cart{
    min-width:250px;
}
.caddy-list-advert > div {
    max-height: 230px;
    /*scrollbar-width: none;  // Firefox*/
}
.caddy-scrollbar {
    scrollbar-color:#eee #fff;
}
.caddy-scrollbar::-moz-range-thumb {
  background-color: red;
}


.caddy-list-advert > div > li > a > span > span > .col-lg-9 > .col-lg-12 {
    text-align: left;
}
/* selection du prix */
.caddy-list-advert > div > li > a > span > span > .col-lg-9 > .col-lg-12 > span {
    text-align: left;
    padding-left: 10px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:7px 10px;
    margin: 0px 0;
    border-bottom: 1px solid #e0e0e0;
    height:100%;
}
.button-validate:hover {
    background-color : #0365c3b8 !important;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}
/*---------------------------------------*\
   MEDIA QUERY
\*---------------------------------------*/


/*---------------------------------------*\
   BOOTSTRAP POINT DE RUPTURE MENU 
\*---------------------------------------*/
/* Change les points de rupture (de bootstrap) par défaut pour le menu */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/*---------------------------------------*\
   TABLE CUSTOM
\*---------------------------------------*/
.table-custom-wd {
    border : 1px solid #FFF;
}

.table-custom-wd  thead {
    background-color: #0065c3;
    border : 1px solid #FFF;
    color:#FFF;
}

.table-custom-wd th, td, tr, {
    height:40px;
    padding:0;
    border : 1px solid #FFF;
}

#advert-price, .euro-symbol {
    font-family: Arial,sans-serif;
    color: #ff0000;
    font-weight: 550;
}


/* Formulaire de conncetion */
#loginbox {
    text-align: center;
}
/* Fin formulaire de conncetion */

.basic-price {
    font-family: Arial,sans-serif;
    color:#ff0000;
    font-weight: 550;
    font-size: 1.6em;
    padding:0px 10px 0px 10px;
    margin-top: 10px;
}

.category-panel {
    margin:0 -10px 20px -10px;
    width:calc(100% + 20px);
}

.basic-advert-container {
    background-color: #ffffff;
    box-shadow:  0px 2px 2px rgba(200,200,200,0.3);
    padding:10px;
    background-color: #ededed;
    position:relative;
}

.square-block {
    width:100%;
    padding-top:100%;
    position:relative;
    /*border-bottom:1px solid #a0a0a0;*/
    overflow: hidden;
    background-color: #fff;
}

.square-block img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-width:100%;
    max-height: 100%;
    margin-bottom:20px;
}

.toursim-index-sponsor-block {
    position:absolute;
    top:12px;
    right:20px;
    padding:5px;
    color:#10d010;
    border:1px solid #10d010;
    font-size: 10px;
}
.strike-out-basic-price {
    font-size: 12px;
    color:#404040;
    text-decoration: line-through;
}
/*.advert-block-fix:active, .advert-block-fix:focus-within,.advert-block-fix:focus {
    border:none;
}*/

.manage-index-sponsor-block {
    position:absolute;
    top:25px;
    right:35px;
    padding:5px;
    color:#10d010;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 10px;
}
.discount-block {
    position:absolute;
    top:20px;
    right:20px;
    text-align:right;
}
.discount-advert-block {
    padding:10px;
    background-color:#f7931e;
    color:#fff;
    position:absolute;
    top:20px;
    right:20px;
    text-align:right;

}
.discount-block .discount-block-1 {
    padding:10px;
    background-color:#fa8000;
    color:#fff;

}
/* Ligne pour les annonces propulsé */
.discount-block .discount-block-2 {
    padding:5px;
    border:1px solid #10d010;
    font-size:10px;
    color:#10d010;
    width:auto;
    float:right;
}

.category-search-submit-button {
    float:left;
    width:34px;
    margin-left:0;
    border-radius:5px;
    margin-left: 20px;
}

.category-search-submit-button button {
    width:34px;
    background-color:#5bc0de;
    display:table-cell;
    text-align:center;
    height:34px;
    color:#fff;
    border-radius:5px;
    border:0;
}
.category-search-submit-button button:active {
    background-color:#4bb0ce;
}
.category-search-input {
    display:none;
}

#keywords-block {
        float:left;
        width:210px;
        height:34px;
        padding:0;
        border-radius:0;
        display:block;
}
#keywordsinput, #target-city {
    width:100%;
}

#target-city > select {
    width:100%;
}
.button-page-search {
    height:34px;
}
#manage_search_city {
    width:100%;
}
#target-city, #keywords-block {
    float:left;
    width: 210px;
    height: 34px;
}

@media (max-width: 1199px) { 
    .bloc-moteur-de-recherche > .container {
        width:100%;
        height:34px;
        padding:0;
        border-radius:0;
        display:block;
}

    .bloc-moteur-de-recherche .container {
        padding:0;
    }
    #keywordsinput, #target-city, .category-search-submit-button, #keywords-block {
        width:calc(100% -34px);
    }
}
@media (max-width: 991px) {
    .bloc-moteur-de-recherche > .container, #target-city, #keywords-block, #targetcategory {
        padding:0;
        width:100%;
    }
    .category-search-submit-button {
        margin-left:20px;
    }
    .category-search-submit-button {
        width:100%;
        margin:0;
    }
    .category-search-submit-button > button {
        width:100%;
    }

}
@media (max-width: 767px) {
    #keywordsinput, #target-city, .category-search-submit-button {
        width:100%;
    }
    .category-search-submit-button {
        margin-left:0;
    }
    .category-search-submit-button > button{
        width:100%;
    }
}
.li-manage-advert {
    display:none;
}
@media (max-width: 767px) {
    .li-manage-advert        {
        display:none;
    }
}
.tourism-search-price, .basic-search-price {
    font-family: Arial,sans-serif;
    color: #ff0000;
    font-weight: 550;
    font-size: 1.6em;
}
.basic-presentation-toggle {
    top:calc(100% - 12px); 
    left:50%; 
    position:absolute; 
    margin:0;
    background-color:#808080;
    color:#fff;
    border:1px solid #dadada;
    padding:2px;
    font-size:12px;
    transform:translate(-50%);
}
.basic-presentation-toggle:hover {
    color:#ffffff;
    cursor:pointer;
}
.basic-presentation-toggle::before {
    position:absolute;
    content:'';
    top:100%;
    left:50%;
    transform:translateX(-50%);
    border:5px solid rgba(255,255,255,0);
    border-top: 5px solid #808080;
}
.basic-presentation {
    border:1px solid #dadada;
    border-top: 0px;
    padding:10px;
}
.basic-presentation h3 {
    margin-top:0;
}
.advert-stock-row {
    padding:5px;
    margin:0;
}
/* select de la page advertiser */
.advert-sort-form > select {
    height:30px;
    border-radius:5px;
    border:1px solid #dadada;
}
.advert-sort-form > select::focus {
    border:1px solid #0065c3;
    outline:0;
}
.advert-sort-form > select::active {
    border:1px solid #0065c3;
    outline:0;
}
.advert-sort-form select::selection {
    outline:0;
}

