#accordion.detLocAccess .card {
	margin-bottom: 0.5rem;
}

#accordion.detLocAccess {
	/*border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;*/
}
#accordion.detLocAccess .card-body {
	text-align: left;
    padding: 1rem 1.25rem 1.25rem 1.5rem;
}
#accordion.detLocAccess .card-header {
    background: #f3f3f3;
    /*border-top: 1px solid rgba(0,0,0,.125);*/
    border-bottom: none;
    padding: 0;
    border-radius: 0;
}
#accordion.detLocAccess h5 {
	text-align: left;
}
#accordion.detLocAccess button {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    line-height: 1rem;
    background: url("../img/commun/arrowcollapse.svg") no-repeat calc(100% - 1rem) center #ff3600;
    background-size: 15px auto;
    border-radius: 0;
}
#accordion.detLocAccess button.collapsed {
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    background: url("../img/commun/arrownocollapse.svg") no-repeat calc(100% - 1rem) center;
    background-size: 15px auto;
}
#accordion.detLocAccess label, #accordion.detLocAccess li {
	font-weight: 500;
}
#accordion.detLocAccess #accfournis ul {
    padding: 0px;
    margin: 0 2rem 0 0;
}
#accordion.detLocAccess #accfournis ul li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color:#000;
}
#accordion.detLocAccess #accfournis ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url("../img/svg/checkred.svg") no-repeat left top;
    background-size: auto;
    background-size: contain;
}

#pointFortT {
    background: #fff;
    color: #fff;
    padding: 25px 0 0px 0;
    border-top: solid 1px #f6f6f6;
}
.row#pointFortH {
    background: #fff;
    margin-bottom: 0rem;
}

#gamLocDet {
    padding: 4rem 0rem 3rem 0rem;
}
@media all and (min-width: 1400px) {
    #gamLocDet {
        padding: 4rem 3rem 3rem 3rem;
    }
}
#gamLocDet h1 {
	margin-top: 2rem;
}
#gamLocDet .marq {
    max-width: 120px;    
    border-left: 1px solid rgba(0,0,0,.125);
}
#gamLocDet .btnLoc {
    text-align: left;
    color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    background-color: #ff3600;
    padding: 0.5rem 0.25rem 0.5rem 1rem;
    text-transform: uppercase;
    margin: 0 0 2rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
}
#gamLocDet .btnLoc i {
    font-size: 2rem;
    line-height: 29px;
    margin-right: 0;
    float: right;
}
#gamLocDet .btnLoc:hover {
    background-color: #212529;
}
#gamLocDet #boxInfoLoc {
    color: #fff;
    padding: 0;
}
@media all and (min-width: 1200px) {
    #gamLocDet #boxInfoLoc {
        margin-top: -3rem;
    }
}

#gamLocDet #boxInfoLoc h3 {
    padding: 1rem;
    margin-bottom: 0;
    background: rgb(15, 20, 24);
    background: linear-gradient(0deg, rgb(15, 20, 24) 0%, rgb(54, 54, 54) 100%);    
}
#gamLocDet #boxInfoLoc h3 strong {
    color: #ff3600;
}
#gamLocDet #boxInfoLoc h4 {
    background: #404040;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
#gamLocDet #boxInfoLoc p {
    padding: 0.25rem 1rem;
    background: 243,243,243;
    background: -webkit-linear-gradient(rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#gamLocDet #boxInfoLoc p span {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #13181b;
}
#gamLocDet #boxInfoLoc p a {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .8s ease-in-out;
    font-family: 'Oswald', sans-serif;
    color: #ff3600;
    margin-bottom: 0.25rem;
}
#aSelectLoc {
    position: absolute;
    display: block;
    background: url("../img/svg/bgkmaselectloc.svg") no-repeat center -1px;
    background-size: contain;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    height: 40px;
    transition: all .8s ease-in-out;
    min-width: 360px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
}
@media all and (max-width: 991px) {
    #aSelectLoc {
        background: url("../img/svg/bgkmaselectlocr.svg") no-repeat left -1px;
        background-size: cover;
        top: 0px;
        right: 0;
        transform: none;
        text-align: right;
        min-width: auto;
        left: initial;
        padding-left: 2.5rem;
        padding-right: 1.5rem;
        height: 40px;
        width: auto;
    }
}
#aSelectLoc strong {
    font-weight:500;
}
#aSelectLoc:before {
   display:none;
}
#aSelectLoc:after {
   display:none;
}
ul#ulPdfLoc li {
    list-style-type: none;
    position: relative;
    font-weight:400;
    padding-left: 0;
}
ul#ulPdfLoc li:before {
    content: "";
    display: none;
    width: 25px;
    height: 18px;
    background: url("../img/commun/pdf.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 1px;
}
ul#ulPdfLoc li a {
    color: #212529;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}
ul#ulPdfLoc li a:hover, #ulPdfLoc li a:focus {
    color: #ff3600;
}
ul#ulPdfLoc li a i  {
    color: #ff3600;
    margin-right: 0.5rem;
    font-size: 3rem;
    display: block;
    margin-left: -5px;
}
.detMainDesc .logoMark {
    margin: 0.5rem 0;
    max-width: 150px;
    float: right;
}
.detRef {
    color: #181716;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0rem;
    margin-top: 2.6rem;
    float: left;
}
#pdtEpi {
    box-shadow: rgba(59, 59, 59, 0.2) 0px 25px 20px -20px;
    padding-top: 4rem;
}
@media all and (max-width: 999px) {
    #pdtEpi {
        padding-bottom: 2rem;
    }
}
#pdtEpi h2 {
    font-size: 2rem;
    padding: 4rem 1rem 1.5rem 1rem;
    margin: 0px 0px 0px 0px;
    color: #1f1f1f;
    line-height: 2rem;
    position: relative;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
#pdtEpi h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: contain;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#pdtEpi .owl-pdtAssocie .owl-stage-outer {
    margin: 0 auto;
}
#pdtEpi .owl-pdtAssocie .item img {
    margin: 0 auto;
    padding: 2rem 2rem 0 2rem;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
#pdtEpi .owl-pdtAssocie .item > a {
    /*margin-bottom: 1.5rem;*/
    display: block;
    color: #1f1f1f;
}

#pdtEpi .owl-pdtAssocie .item a > div {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    padding: 0rem 1.25rem 0rem 1.25rem;
    /*height: 0;*/
}
#pdtEpi .owl-pdtAssocie .item > div > h3 {
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    font-size: 1.35rem;
    text-align: center;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#pdtEpi .owl-pdtAssocie .item > div > p {
    text-align: center;
}
.boxAddEpiLoc {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 1rem;
}
.boxAddEpiLoc > div {
    display: flex;
    align-items: center;
    align-items: stretch 
}
.boxAddEpiLoc > div a.qtePlus {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #212529;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align:center;
    font-size:1rem;
}
.boxAddEpiLoc > div a.qteMoins {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #212529;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align:center;
    font-size:1rem;
}
.boxAddEpiLoc > div a.qtePlus:hover,
.boxAddEpiLoc > div a.qteMoins:hover {
    color: #ff3600;
}
.boxAddEpiLoc > a {
    background: #ff3600;
    height: auto;
    display: flex;
    padding: 0 0.5rem;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    margin-left: 0.5rem;
}
.boxAddEpiLoc > a:hover {
    background: #181716;
}
.boxAddEpiLoc select {
    margin: 0 !important;
    width: 90px;
    margin-right: 0.5rem !important;
    border-radius: 0px;
    border-color: #d1d1d1;
    font-weight: 500;
    color: #212529;
}
.boxAddEpiLoc input {
    width: 50px;
    border-radius: 0px;
    border-color: #d1d1d1;
    font-weight: 500;
    color: #212529;
    text-align: center;
}

.boxAddEpiLoc .form-control:focus {
  border-color: #d1d1d1;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
/* W3C */
.boxAddEpiLoc ::placeholder {
    font-weight: 500;
    color: #212529;
}
 /* Mozilla Firefox 4 to 18  */
.boxAddEpiLoc :-moz-placeholder {
    font-weight: 500;
    color: #212529;
}
/* Mozilla Firefox 19+*/
.boxAddEpiLoc ::-moz-placeholder {
    font-weight: 500;
    color: #212529;
}
/* Safari, Google Chrome, Opera 15+, nternet Explore 13+ */
.boxAddEpiLoc ::-webkit-input-placeholder {
    font-weight: 500;
    color: #212529;
}
/* Internet Explore 10+ */
.boxAddEpiLoc :-ms-input-placeholder {
    font-weight: 500;
    color: #212529;
}


#locDetContact {
    margin-left: 0;
    box-shadow: 0 0px 20px #e1e1e1;
}
@media all and (min-width: 1400px) {
    #locDetContact {
        margin-left: 2rem;
    }
}
#locDetContact h3 {
    background: #ff3600;
    color: #fff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 0rem;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
}
#locDetContact h3 strong {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: 0rem;
}
#locDetContact h4 {
    background: #212529;
    color: #fff;
    padding: 8px 15px 8px 15px;
    font-size: 1rem;
    margin: 0rem 0 10px 0;
    display: flex;
    align-items: center;
}
#locDetContact h4 i {
    color: #ff3600;
    font-size: 1.5rem;
    display: block;
    margin-right: 0.5rem;
}
#locDetContact h4 span {
    display: block;
}
#locDetContact a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all .8s ease-in-out;
    font-family: 'Oswald', sans-serif;
    color:#ff3600;
    margin-bottom: 0.25rem;
}
#locDetContact a:hover {
	font-family: 'Oswald', sans-serif;
	color:#212529;
}
#locDetContact p {
    font-size: 0.9rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 1.75rem;
}
#locDetContact p strong {
    font-weight:500;
    color: #ff3600;
    font-size: 1.25rem;
    display: block;
}
#locDetContact form {
    background: #fff;
    padding: 0rem 1rem 1rem 1rem;
}
 #locDetContact .form-control[readonly] {
  background-color: #fff;
}
#locDetContact form label {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
    font-weight: 500;
    margin-top: 0.5rem;
}
#locDetContact .custom-select, #locDetContact .input-group-text, #locDetContact .form-control {
    border-radius:0px;
    border-color: #d1d1d1;
    font-weight: 500;
    color: #212529;
}
#locDetContact .input-group-text {
    background-color: #f6f6f6;
    border-color: #d1d1d1;
}
#locDetContact .btn-danger{
    background-color: #ff3600;
    width:100%;
    text-transform: uppercase;
    border-radius:0px;
    font-family: 'Oswald', sans-serif;
    margin-top: 0.25rem;
}
#locDetContact ul {
    margin-bottom: 0.5rem;
}
#locDetContact li {
    list-style-type: none;
    padding-left: 22px;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;;
    line-height: 1.25rem;
}
#locDetContact li:before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../img/svg/checkred.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 3px;
}
.locDetTel {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 1rem;
}
.locDetTel > div  {
    line-height: 1.5rem;
    margin-bottom: 0.35rem;
}
.locDetTel > div > span {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
}
.locDetTel > div > a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all .8s ease-in-out;
    font-family: 'Oswald', sans-serif;
    color: #ff3600;
    margin-bottom: 0.25rem;
}
#ulEpiOptions {
    margin-bottom: 0.5rem;
}
#ulEpiOptions li {
    list-style-type: none;
    padding-left: 22px;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
}
#ulEpi li {
    position: relative;
    padding-left: 22px;
    display: flex;
}
#ulEpiOptions li:before,
#ulEpi li:before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../img/svg/checkred.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 5px;
}
#ulEpi li > strong {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    flex-grow: 1;
}
#ulEpi li > strong > em {
    font-weight: 400;
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1rem;
}#ulEpi li > span {
    font-weight: 500;
    display: block;
    margin: 0 1rem;
    font-size: 0.9rem;
}
#ulEpi li > a:hover {
    color:#ff3600;
}
#ulEpi li > a {
    display: block;
    margin-bottom: 0px;
    color:#212529;
}
#ulEpi li > a > i {
    display: block;
}

/* ==========================================================================
   MA SELECTION LOCATION
========================================================================== */

#demandLoc .card-body {
    padding: 0rem 2rem 1.25rem 2rem;
    font-size: 0.95rem;
}
#demandLoc .card-body img {
    height: 60px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
#demandLoc .card-body h2 {
    margin: 0 0 1rem 0;
    font-weight: 500;
}
#demandLoc .card-body p  {
    font-weight:500;
    margin-bottom: 0;
}
#demandLoc .card-body p strong   {
    font-weight:600;
}
#demandLoc .collapse {
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
}
#demandLoc .collapse > div {
    padding: 1.25rem 1.5rem 0rem 1.5rem;
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
}
#demandLoc .collapse ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}
#demandLoc .collapse span  {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
    font-weight: 500;
    margin: 0rem 0 0.5rem 0;
    display: block;
}
#demandLoc .locInfos button {
    font-size: 1rem;
    width: 70px;
    text-align: center;
    color: #212529;
    border: none;
    background: #fff;
    outline: none;
}
#demandLoc .locInfos button:hover {
    color: #ff3600;
}
#demandLoc .card-body > div:last-of-type {
    padding-top: 0.5rem;
}
#demandLoc .card-body > div:last-of-type > a:first-of-type {
    font-size: 2rem;
    color: #212529;
    padding:0.5rem;
}
#demandLoc .card-body > div:last-of-type > a:first-of-type:hover {
    color: #ff3600;
}
#demandLoc .card-body > div:last-of-type > a:last-of-type {
    font-size: 1.5rem;
    color:#ff3600;
    padding:0.5rem;
}
#demandLoc > img {
    margin-bottom:0;
}