/** global **/
#offers_index .disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
}
#offers_index .disabled label,
#offers_index .disabled label:before {
    cursor: not-allowed !important;
}
#offers_index label {
    display: inline-block;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    padding-left: 10px;
    line-height: 20px;
    cursor: pointer;
}


/** index **/
#offers_index .section {
    padding-bottom: 0 !important;
}
#offers .section {
    margin-bottom: 0 !important;
}
/*#offers_index *:last-child,
#offers *:last-child,
#offer *:last-child {
    margin-bottom: 0;
}*/
#offers_index h2 span {
    display: inline-block;
    vertical-align: middle;
}
#offers_index h2 span.number {
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
}
#offers_index h2 span.text {
    max-width: calc(100% - 36px);
}
#offers_index #offers_form div>ul {
    margin: 20px 0;
}


/*** publics ***/
#offers_index .publics ul li {
    padding: 4px 0;
    line-height: 20px;
    vertical-align: middle;
}
#offers_index .publics ul li label,
#offers_index .publics ul li input {
    float: left;
}


/*** experiences ***/
#offers_index .experiences {
    position: relative;
}
#offers_index .experiences ul li {
    width: 33.3333%;
    float: left;
    position: relative;
    box-sizing: border-box;
    color: white;
    padding-bottom: 20px;
    cursor: pointer;
}
#offers_index .experiences ul li {
    padding-left: 10px;
    padding-right: 10px;
}
/*#offers_index .experiences ul li:nth-of-type(3n-1) {
    padding-left: 5px;
    padding-right: 5px;
}
#offers_index .experiences ul li:nth-of-type(3n) {
    padding-left: 10px;
}*/
#offers_index .experiences ul li label,
#offers_index .experiences ul li input {
    float: left;
}
#offers_index .experiences ul li .thumbnail {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}
#offers_index .experiences ul li .thumbnail:hover .copyright {
	display: block;
}
#offers_index .experiences ul li .thumbnail .copyright {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0, 0.4);
}
#offers_index .experiences ul li img {
    width: 100%;
    display: block;
	min-height: 230px;
}
#offers_index .experiences ul li .infos {
    background-color: black;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}
#offers_index .experiences ul li .infos h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    height: 32px;
}
#offers_index .experiences ul li .infos input[type="checkbox"]~label:before {
    border-color: white;
}

#offers_index .experiences ul li .infos input[type="checkbox"]~label:after {
    background: black;
}
#offers .experiences .selectall,
#offers_index .experiences .selectall {
    font-family: 'ProximaNovaRgBold';
    text-transform: uppercase;
}
#offers_index .experiences .selectall {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
}
#offers .experiences .selectall {
    display: block !important;
    margin-bottom: 8px;
}


/*** places ***/
#offers_index .places ul {
    margin-bottom: 40px !important;
}
#offers_index .places ul li {
    width: 20%;
    float: left;
    text-align: center;
    min-height: 150px;
    position: relative;
}
#offers_index .places ul li img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*
#offers_index .places ul li label,
#offers_index .places ul li input {
    float: left;
}*/
#offers_index .places ul li label {
    width: 193px;
    height: 150px;
    padding: 0;
    margin: auto;
    display: block;
}
#offers_index .places ul li label:after,
#offers_index .places ul li label:before {
    bottom: 2px;
}
#offers_index .places input[type="checkbox"]:checked~label:before {
    bottom: 8px;
}
#offers_index .places ul li label span {
    padding: 2px 6px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
#offers_index .places ul li div {
    display: block;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 20px;
}
#offers_index .places ul li div p {
    display: inline-block;
}


/*** periods ***/
#offers_index .periods ul li label {
    width: 241px;
    height: 80px;
    margin: auto;
    padding: 0;
}
#offers_index .periods ul li {
    width: 25%;
    float: left;
    min-height: 80px;
    vertical-align: middle;
    position: relative;
}
#offers_index .periods ul li img {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    width: 30%;
}
/*#offers_index .periods ul li label,
#offers_index .periods ul li input {
    float: left;
}*/
/*#offers_index .periods ul li p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
}*/
#offers_index .places ul li p,
#offers_index .periods ul li p {
    text-align: center;
}
#offers_index .periods ul li input {
    margin-right: 5px;
}
#offers_index .periods ul li label:after,
#offers_index .periods ul li label:before {
    top: 50%;
    left: 50%;
    transform: translatey(-50%);
}
#offers_index .periods input[type="checkbox"]:checked~label:before {
    top: 43%;
}
#offers_index .periods ul li label span {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translateY(-50%);
}
#offers_index .periods .date_range {
    margin-bottom: 20px;
}
#offers_index .periods .date_range label {
    font-family: 'ProximaNovaRgBold';
    text-transform: uppercase;
}

/** offers **/
#offers .section {
    position: relative;
}
#offers #tools {
    top: 0;
}
#offers .selected_publics {
    margin-bottom: 50px;
}
#offers .selected_publics .public {
    display: none;
}
#offers .selected_publics .public:first-child {
    display: block;
}
#offers .selected_publics .expand_publics {
    text-align: center;
    cursor: pointer;
}
#offers aside {
    display: block;
    width: 25%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}
#offers aside h2 {
    margin-bottom: 15px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
#offers aside h2:before {
    content: '';
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    transform: none;
    transition: all 300ms ease;
}
#offers aside h2.open:before {
    transform: rotate(90deg);
}
#offers article {
    position: relative;
}
#offers .headder .experience {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 30px;
}
#offers aside div>ul {
    display: none;
    margin: 15px 0 !important;
}
#offers aside ul li {
    padding: 4px 0;
    line-height: 20px;
    vertical-align: middle;
}
#offers aside ul li label,
#offers aside ul li input {
    float: left;
}
#offers aside ul li label {
	width: 180px;
}
#offers .results {
    width: 75%;
    float: left;
}
#offers .results article {
    background-color: #EBEBEB;
    margin: 30px 0;
}
#offers .results article:first-of-type {
    margin-top: 0;
}
#offers .results article {
    margin-bottom: 0;
}
#offers .results article a {
    display: block;
}
#offers .results article .more_infos {
	margin-top: 5px;
	font-style: italic;
	line-height: 14px;
}
#offers .results .column {
    box-sizing: border-box;
    float: left;
}
#offers .results .column.left {
    width: 225px;
}
#offers .results .thumbnail {
	width: 100%;
	height: auto;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
#offers .results .column.left img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#offers .results .column.left .place {
    display: block;
    color: white;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}

#offers .results .column.right {
    padding: 30px;
    padding-top: 50px;
    width: calc(100% - 225px);
}
#offers .results .column.right .print_infos {
    display: none;
}
#offers .results .column.right .catcher {
    margin-top: 15px;
}
#offers .head {
    height: auto;
}
#offers .head .title {
    height: auto;
}
#offers .head .description {
    float: left;
    width: 100%;
    max-width: 600px;
	margin-left: 10px;
}

#offers .results .column.right .more span:hover {
    color: white;
    background: black;
    padding: 0 4px;
    margin-left: -4px;
}
#offers .results .type {
    text-transform: none !important;
}


/*** offer ***/
#offers .head .title .type {
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 10px;
}
#offer .head .title .place {
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: white;
    padding: 0 4px;
    margin-top: 10px;
}
#offer .infos .title div {
    font-family: 'ProximaNovaRgRegular';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
    /*text-transform: uppercase;*/
}
#offers_index .btn-container {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 10;
}
#offers_index .btn-container button.offers-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
button.offers-btn {
    text-transform: uppercase;
    background-color: black;
    color: white;
    padding: 1em 3em;
    border: none;
    cursor: pointer;
}
button.offers-btn:disabled {
    background-color: #696969;
    color: #E4E4E4;
    cursor: not-allowed;
}

/*#offers_index input[type="radio"],
#offers_index input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
#offers input[type="checkbox"]~label:before,
#offers_index input[type="checkbox"]~label:before {
    content: '';
    position: relative;
    margin: 0 1rem 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#offers input[type="checkbox"]~label:before,
#offers_index input[type="checkbox"]~label:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f2f2f2;
}
#offers input[type="checkbox"]:checked~label:before,
#offers_index input[type="checkbox"]:checked~label:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: black;
    border-top-style: none;
    border-right-style: none;
}
#offers input[type="checkbox"]~label:after,
#offers_index input[type="checkbox"]~label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: white;
    cursor: pointer;
}
#offers input[type="radio"]~label:before,
#offers_index input[type="radio"]~label:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: black;
    border-radius: 50%;
}
#offers input[type="radio"]:checked~label:before,
#offers_index input[type="radio"]:checked~label:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
#offers input[type="radio"]~label:after,
#offers_index input[type="radio"]~label:after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.125rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
}*/
