
.card-item-col{
	margin-right:160px;
}
@media screen and (max-width: 1200px){
	.card-item-col{
		margin-right:50px;
	}
}

/*Description*/
.card-recap-long>.card-item-recap {
    padding: 25px 0;
	border-top: 1px solid #F6F7F8;
	border-bottom: 1px solid #F6F7F8;
	margin-bottom: 25px;
}
.card-recap-long .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
}
.card-item {
    flex: 1 1 100%;
}
.card-item-recap .card-item-titre {
    font-weight: 900;
    font-size: 16px;
	display: flex;
	align-items: center;
    padding-bottom: 20px;
}
.card-item-recap .card-item-descr {
    border-top: none;
    border-bottom: none;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}
.card-item .card-item-descr ul {
    margin: 0;
    padding: 0 0 0px 25px;
}
.card-item.prix-comprend, .card-item.prix-comprend-pas {
    padding: 15px;
    border-radius: 15px;
}
.card-item.prix-comprend {
    background-color: #E9D1E1;
	color: #121212;
}
.card-item.prix-comprend-pas {
    background-color: #121212;
	color:#fff;
}
.card-item .card-item-titre {
    font-weight: 900;
    font-size: 16px;
	display: flex;
	align-items: center;
	padding-bottom:18px;
}
.row .card-item .card-item-titre:before {
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
}
.row .card-item.prix-comprend .card-item-titre:before {
    background-image: url(../ico-check.svg);
    background-size: 11px auto;
    background-color: #161616;
}
.row .card-item.prix-comprend-pas .card-item-titre:before {
    background-image: url(../ico-close.svg);
    background-size: 10px auto;
    background-color: #E9D1E1;
}
.row .card-item.prix-comprend .card-item-descr ul li,
.row .card-item.prix-comprend-pas .card-item-descr ul li {
    font-size: 16px;
}
body .card-col {
    flex: 0 0 315px;
    max-width: 315px;    
}
@media screen and (max-width: 767px){
	body .card-col {
		flex: 0 0 100%;
		max-width: 100%;    
	}
}
body .card-col .card-recap{
	box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    
}
body .card-img {
    padding-bottom:0;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
body .card-img .img-sejour {
    height: 140px;
    background-color: #f5f5f5;
    overflow: hidden;
}
@media screen and (max-width: 767px){
	body .card-img .img-sejour {
		height: 220px;
	}
}
.os-content img {
    vertical-align: middle;
    border-style: none;
}
body .card-img .img-sejour img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
body .card-descr{
    padding: 15px 15px 0 15px;
}
body .nom-sejour {
    font-family: "Roc Grotesk", sans-serif!important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 10px;
	color:#0A0C0C;
}
body .commune-sejour,
body .date-sejour {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
body .info-duree-sejour {
    padding-top: 5px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -8px;
    font-size: 14px;
}
body .info-duree-sejour .ico-sejour {
    display: flex;
    padding: 5px 8px;
    align-items: center;
}
body .info-duree-sejour .ico-sejour.ico-pers:before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    background-image: url(../ico-groupe.svg);
}
body .info-duree-sejour .ico-sejour.ico-duree:before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
    margin-right: 5px;
    background-image: url(../ico-nuit.svg);
}
body .card-total {
    padding: 30px 15px 15px 15px;
}
body .card-total .total-sejour {
    font-size: 30px;
    font-weight: 700;
}
body .card-total .info-total-sejour {
    padding-top: 10px;
}
body .card-total {
    padding-top: 20px;
	text-align:right;
}
body .card-total .total-sejour {
    font-size: 18px;
    font-weight: 800;
}
body .card-total .info-total-sejour {
    font-size: 14px;
    font-weight: 300;
    padding-top: 0;
    line-height: 16px;
}
body .btn-secondary, body a.btn-secondary, body * .osw-btn.osw-btn-secondary {
    text-transform: uppercase!important;
}
body .btn-secondary::before, body a.btn-secondary::before, body * .osw-btn.osw-btn-secondary::before {
    display: none!important;
}

body ::-moz-placeholder {
    color: #fff;
}
body :-ms-input-placeholder {
    color: #fff;
}
body ::placeholder {
    color: #fff;
}
body .SaisieInfo {
    margin: 0 -15px;
}
body .SaisieInfo .active-focus.lignecp,body .SaisieInfo .active-focus.ligneville,body .SaisieInfo .active-focus .OsWrapInput input,body .SaisieInfo .active-focus .OsWrapSelect {
    border-color: #000 !important;
}
body .SaisieInfo .active-focus .LibelleSaisie {
    color: #000 !important;
}
body .SaisieInfo .ChampVide label {
	top: 16px;
    font-size: 16px !important;
    color: #aaa !important;
    font-style: normal;
    font-weight: 400 !important;
    font-family: "RooneySans", sans-serif !important;
}
body .SaisieInfo>div label {
    position: absolute;
    top: -4px;
    margin: 0;
    line-height: 1;
    font-size: 10px !important;
    padding: 0 5px;
    background-color: #fff;
    left: 21px;
    text-transform: inherit !important;
    transition: all ease 0.3s;
	z-index: 10;
}
body #bloccommune .OsContactCommune .lignecp,body #bloccommune .OsContactCommune .ligneville {
    margin-bottom: 1rem !important;
}


/*Etape5*/
body .section-recap-confirmation .section-recap-bt a {
	width: auto;
    min-width: 10% !important;
    _width: 10% !important;
    position: relative;
    text-align: left;
    padding: 15px 50px;
    line-height: 1;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    border-color: #161616;
    text-transform: uppercase !important;
    font-size: 9.20px;
    font-family: "Roc Grotesk", sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
	cursor: pointer;
}
body .section-recap-confirmation .section-recap-bt a:hover{
    color: #fff;
    background-color: #283583;
    border-color: #283583;
}
.os-content a:not(.osw-btn):not([href]):not([tabindex]) {
    text-decoration: none;
}
.os-content a:not(.osw-btn):not([href]):not([tabindex]):hover, .os-content a:not(.osw-btn):not([href]):not([tabindex]):focus {
    text-decoration: none;
}
body .section-recap-confirmation #btnmodifdates.modifdatesactive {
    font-size: 0;
    color: #161616;
    background-color: #E9D1E1;
    border-color: #E9D1E1;
}
body .section-recap-confirmation #btnmodifdates.modifdatesactive::before {
    content: attr(data-text-active);
    font-size: 9.20px;
    vertical-align: middle;
}

body .visible {
    visibility: visible !important;
}
body #modifdates {
    display: none;
}
body #modifdates.visible {
    display: block;
}
body .section-recap-confirmation .libelle-recap-confirmation{
	position: relative;
	font-family: "Roc Grotesk",sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    color: #161616;
    margin-left: calc(5px* -1);
    margin-right: calc(5px* -1);
    line-height: 1.1;
    padding: 2px 15px;
    background-image: linear-gradient(to bottom right, transparent 50%, #E9D1E1 53%), linear-gradient(#E9D1E1, #E9D1E1), linear-gradient(to bottom right, #E9D1E1 50%, transparent 53%);
    background-size: 5px 1.2em, calc(100% - 5px* 2) 1.2em, 5px 1.2em;
    background-position: 0, 5px, 100%;
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    overflow-wrap: anywhere;
	display: inline-block;
}
body .SectionPanier {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    body .SectionPanier, body .RassuranceDossier {
		background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
    }
}

body .section-recap-confirmation .descr-recap-confirmation,
body .section-recap-confirmation .descr-recap-confirmation .commune-sejour,
body .section-recap-confirmation .descr-recap-confirmation .date-sejour {
	font-family: "RooneySans",sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #161616;
	line-height: 30px;
}
body .section-recap-confirmation .descr-recap-confirmation .hote-sejour-nom {
	font-family: "Roc Grotesk",sans-serif !important;
    font-size: 15px;
    font-weight: 800;
    color: #161616;
	line-height: 30px;
}
body .content-rassurance-cgv {
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    margin: 40px 0 0;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
    line-height: 2;
}
body .RassuranceDossier {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    background-color: #fff;
    line-height: 1.5;
}
body .libelleRassuranceDossier{
	font-family: "Roc Grotesk",sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    color: #161616;
	line-height: 30px;
}
body .Conditionsdevente {
    border: none;
    padding: 0;
    background-color: #fff;
    line-height: 1.5;
}
body .Conditionsdevente .TextConditionsdevente {
    color: #161616;
    font-weight: 700;
}