body{
    overflow-x: hidden;
}
.Clear {
	clear: both;
}
/**** header ****/

.navbar {
  background: #161616;
  height: 80px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 1s ease;
}
.logo {
  z-index: 4;
  margin: 0;
  padding: 0 15px;
}
.logo img {
  height: 41px;
  transition: all 0.5s ease-in-out;
}
.logo .logodesktop {
  display:block;
}
.logo .logomobile {
  display:none;
}
.tools {
  z-index: 2;
}



/*LVDossier*/
body .LVDossier {
    font-size: 16px!important;
    font-family: "Roc Grotesk", sans-serif!important;
    padding: 25px 0 25px 0!important;
    margin: 0 -15px;
    display: flex;
    background-color: #E9D1E1;
    margin-bottom: 30px;
}
body .LVDossier:before {
    content: "";
    background-color: #E9D1E1;
    position: absolute;
    left: -100%;
    right: -100%;
    height: 80px;
    top: 80px;
}
body .LVDossier .FdLVDossier>.ColLVDossier {
    padding: 0 50px!important;
}
body .LVDossier .FdLVDossier>.ColLVDossier::after {
    display: none!important;
}
body .LVDossier .FdLVDossier.EtapeTransition2 .ColLVDossier:nth-child(2)::after {
    display: none!important;
}
body .LVDossier .FdLVDossier>.ColLVDossier.Valide::before {
    width: 14px;
    height: 14px;
    background-size: auto 7px;
}

/*Btn Delete*/
body .btn-supprimer:link, body .btn-supprimer:active, body .btn-supprimer:visited {
    background-image: url(../ico-poubelle-22.svg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e9d1e1!important;
    background-size: auto 17px!important;
    height: 30px!important;
    width: 30px!important;
    line-height: 1.5;
    border-radius: 30px!important;
    padding: 0 !important;
}
body .btn-supprimer:hover {
    background-image: url(../ico-poubelle-22-white.svg)!important;
    background-color: #283583!important;
}


/*Titre*/
.card-chapo-libelle {
    position: relative;
	font-family: "Roc Grotesk",sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    z-index: -1;
    margin-left: calc(5px* -1);
    margin-right: calc(5px* -1);
    line-height: 1.1;
    padding: 0 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;
}

/*Etape4*/

body #widget-boutique-livraison .OsWrapSelect, body .OsWrapSelect, body .OsWrapInput input, body .OsWrapInput.EltNonModif, body #OsCodePaysBoutique {
    border: solid 1px #161616 !important;
    background-color: #fff !important;
}
body .OsWrapInput input.error {border: solid 1px red !important;}
body #widget-boutique-livraison .OsWrapSelect select, body .OsWrapSelect select {
    text-align: left !important;
}
body .OsWrapInput input, body .OsWrapInput.EltNonModif, body #OsCodePaysBoutique {
    text-align: left !important;
    background-color: #fff !important;
}
body .libelle-nbpers {
    font-weight: 700;
    font-size: 16px;
}
body .info-nbpers {
    font-style: italic;
    color: #7b7b7b;
    font-size: 14px;
}
body .osw-qt {
    display: flex;
    align-items: center;
}
body .osw-qt .osw-btn-qt {
    border: solid 2px #161616;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 17px;
}
body .osw-qt .osw-btn-qt.qt-moins {
    line-height: 18px;
}
body .osw-qt .osw-value-qt {
    width: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    font-family: "Roc Grotesk", sans-serif;
}
body .osw-qt .osw-value-qt:before {
    content: attr(data-value);
}
body .osw-qt .osw-btn-qt.qt-inactif {
    cursor: not-allowed;
    opacity: 0.2;
    border-color: #000;
}
body .osw-qt .osw-btn-qt svg {
    width: 11px;
}
body .osw-qt .osw-btn-qt svg path {
    fill: #161616;
}
body .osw-qt .osw-btn-qt.qt-inactif:hover svg path, body .osw-qt .osw-btn-qt.qt-inactif svg path {
    fill: #000;
}
body .Skincheckbox input {
    display: none !important;
}
body .Skincheckbox input+label {
    padding-left: 30px;
    font-size: 13px;
}
body .Skincheckbox input+label:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    border: solid 1px #666;
    margin-right: 5px;
    cursor: pointer;
    margin-left: -30px;
}
body .Skincheckbox input:checked+label:before {
    border-color: #E9D1E1;
    background: #E9D1E1 url('../ico-check-newsletter.svg') center center no-repeat;
    background-size: auto 10px;
}
body .os-content .txt-rgdp {
    font-style: normal;
    font-size: 13px;
    padding: 10px 10px 0 47px;
}


/*Etape5*/
body .ItemHautDossier{	
    border-bottom: solid 1px #e4e7e9 !important;
	margin-bottom: 40px;
	padding-bottom: 50px;
}
body .TxtIntroDossier .OsInstruction {
    color: #161616;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    padding: 30px 0;
    vertical-align: baseline;
    text-align: left;
}
body .TxtIntroDossier .OsInstruction .OsTxtInfoIntruction {
    color: #161616;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    display: block;
    padding-top: 5px;
}
body .DetailCoordonneeClient {
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
    line-height: 2;
	width: calc(100% - 475px);
}
body .DetailCoordonneeClient.classic {
	width: calc(100% - 600px);
}
@media screen and (max-width: 1200px){
	body .DetailCoordonneeClient,
	body .DetailCoordonneeClient.classic{
		width: 100%;
	}
}
body .DetailCoordonneeClient .NomCoordonneeClient {
    color: #161616;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    line-height: 2;
}
body .DetailCoordonneeClient .NomCoordonneeClient b {
    text-transform: uppercase;
}
body .ModifierCoordonnee.section-recap-bt a{
    width: auto;
    min-width: 10% !important;
    _width: 10% !important;
    position: relative;
    text-transform: none;
    text-align: left;
    padding: 15px 50px;
    line-height: 1;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #E9D1E1;
    border-color: #E9D1E1;
    text-transform: uppercase !important;
	font-size: 9.20px;
    font-family: "Roc Grotesk", sans-serif;
    color: #161616;
	text-decoration: none;
	font-weight: 700;
}
body .ModifierCoordonnee.section-recap-bt a:hover{
    color: #fff;
    background-color: #283583;
    border-color: #283583;
}

/**** footer ****/
body .os-footer {
    background: #E9D1E1!important;
}
body .os-footer .footer {
    color: #fff!important;
    border-top: 2px solid #919191!important;
    margin: 30px 0 15px!important;
    padding-top: 24px!important;
}
body .os-footer .footer a {
    color: #000!important;
}
.baselinefooter {
	font-family: "Roc Grotesk", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 18.25px;
	text-align: center;
	text-transform: uppercase;
}
.os-footer .os-content{
	padding: 0!important;
}
@media screen and (max-width: 767px) {
    body .os-footer .os-content {
        background: transparent !important;
    }
.os-footer .os-content .title{
	font-family: "Roc Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 700;	
	line-height: 18.25px;
}
.os-footer .os-content .description{
	font-family: "Roc Grotesk", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 18.25px;	
}

/**** responsive ****/

@media screen and (max-width: 800px){
	.logo .logodesktop {
	  display:none;
	}
	.logo .logomobile {
	  display:block;
	}
}
@media screen and (max-width: 575px){
	body .os-content .OsContactCommune .ligneville {
		margin-top: 1rem !important;
	}
}











