@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

* {
    font-family: "Open Sans";
}

/* Overload bootstrap style for animation on buttons */
button,
a {
    border: none !important;
    transition: all 0.3s linear !important;
}

button:focus,
button:hover,
a:focus,
a:hover {
    box-shadow: none !important;
    filter: saturate(160%) !important;
    transition: all 0.3s linear !important;
    border: none !important;
}

.btn-primary:focus,
.form-control:focus {
    box-shadow: none !important;
    border: none !important;
}

input::placeholder {
    font-size: 13px !important;
}

ul {
    list-style: none;
    padding: 0;
}

select {
    cursor: pointer;
}

.min-height-200 {
    min-height: 200px;
}

@media screen and (max-width: 768px) {
    .min-height-400 {
        min-height: 400px;
    }

    .min-height-200 {
        min-height: 50px;
    }

}

@media screen and (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .vh-md-100 {
        height: 100vh;;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px;
}

.fs-9 {
	font-size: 9px;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.opacity-7 {
    opacity: 0.7;
}

.height-inherit {
    height: inherit;
}

.height-100 {
    height: 100%;
}

.height-130 {
    height: 130px;
}
@media screen and (min-width: 576px) {
    .height-sm-auto {
        height: auto;
    }
}

.max-height-353 {
    max-height: 353px;
	height: auto;
}

.height-fit-content {
    height: fit-content;
}
.width-fit-content {
    width: fit-content;
}

.object-fit-cover {
    object-fit: cover;
}

.z-index-1 {
    z-index: 1;
}

.z-index-n-1 {
    z-index: -1;
}

.z-index-n-2 {
    z-index: -2;
}

.mt-130 {
    margin-top: 130px;
}

.mt-170 {
    margin-top: 170px;
}

@media screen and (min-width: 576px) {
    .mt-sm-100 {
        margin-top: 100px;
    }

    .mt-sm-140 {
        margin-top: 140px;
    }
}

.py-6 {
    padding: 6rem 0;
}

.px-6 {
    padding: 0 6rem;
}

.pe-6 {
    padding-right: 6rem;
}

.pe-7 {
    padding-right: 8rem;
}

.p-6 {
    padding: 6rem 0;
}

.end-12 {
    right: 12px;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-semi-bold {
    font-weight: 600;
}

.rounded-3 {
    border-radius: 3px !important;
}

.rounded-4 {
    border-radius: 4px !important;
}

.rounded-6 {
    border-radius: 6px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-top-10 {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.rounded-bottom-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.rounded-bottom-and-right-top-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rounded-bottom-and-left-top-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.full-rounded {
	border-radius: 2rem;
}


@media screen and (min-width: 768px) {
    .rounded-md-10 {
        border-radius: 10px !important;
    }
}

.card {
    height: fit-content;
}

.card-body {
    flex: unset;
}

.card-1 {
    width: 520px;
    margin: auto;
}

.card-2 {
    width: 550px;
}

.card-3 {
    width: 340px;
}

.card-4 {
    width: 300px;
}

.card.card-img {
    display: flex;
    justify-content: center;
}

.relative-bottom-60 {
    position: relative;
    bottom: 60px;
}

@media screen and (min-width: 576px) {
    .relative-sm-bottom-90 {
        position: relative;
        bottom: 90px;
    }
}

@media screen and (max-width: 1400px) {
    .card {
        width: 310px;
        min-height: 175px;
    }
}

@media screen and (min-width: 1300px) {
    .justify-content-xll-between {
        justify-content: space-between;
    }

    .mb-xxl-0 {
        margin-bottom: 0;
    }

    .card.card-img {
        height: 220px;
    }
}

@media screen and (max-width: 768px) {
    .card {
        width: 300px;
    }
}

.btn-close {
    background: none;
    opacity: .7;
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 4rem auto;
    }
}



/* Custom Latelier */

.slider-brands svg {
    max-height: 50px;
    max-width: 100px;
}

.tns-outer {
    position: relative;
}

.tns-outer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 15;
    width: 200px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    height: 100%;
}

.tns-outer::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15;
    width: 200px;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
    height: 100%;
}

.slider {
    position: relative;
}

.prev-slide {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: none;
}

.next-slide{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: none;
}

@media screen and (max-width: 768px) {
    .tns-outer::before {
        width: 100px;
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

    .tns-outer::after {
        width: 100px;
        background: linear-gradient(90deg,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    }
}

.hero-section {
    height : 100vh;
}

@media screen and (max-width: 1600px) {
    .hero-section {
        padding-top: 200px !important;
        height: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        padding-top: 200px !important;
    }
}

.code-barre {
    max-width: 780px !important;
}

.code-barre form {
    display: none;
}

.code-barre form.active {
    display: flex;
}

.nav-tabs ~ .tab-content .tab-pane.active {
    display: flex !important;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .nav-tabs ~ .tab-content .tab-pane.active {
        flex-direction: column;
    }
}

.tab-pane {
    min-height: 90px;
}

.autoComplete_wrapper {
    width: 100%;
}

.autoComplete_wrapper input {
    background-image: none;
	font-size: 12px;
}

.autoComplete_wrapper li:hover {
    background-color: transparent !important;
}

.site-content .site-main > p > a > mark{
    text-decoration: underline;
}

/* Fancy box  */

.fancybox__button--zoom,
.fancybox__button--fullscreen {
    display: none;
}

/* Progress */

.progress {
    height: 4px !important;
}

/* Btn play and stop / video */

.play,
.stop {
    transition: all 0.2s linear;
}

/* Menu */

.primary-menu-list li {
    font-size: 0;
}

/* Language switcher */

select#gtranslate_selector {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    outline: 0;
    font-weight: 300;
}

select#gtranslate_selector option {
    color: #000;
}

/** Form */
.block-form-contact.slide-contact .content-nav-contact{display: flex!important;}
.block-form-contact #acf-form .acf-fields .acf-notice{ font-size: 13px;color: var( --color-danger ); background-color: var(--background-danger); padding: 8px; margin-bottom: 6px;}
.block-form-contact #acf-form .acf-fields .acf-notice p {margin: 0;}
.block-form-contact #acf-form .acf-field .acf-label{ padding-left: 25px; font-weight: 600; font-size: 13px; color: var( --color-black )}
.block-form-contact #acf-form .acf-field-group .acf-fields{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(-1 * var(--bs-gutter-y));}
.block-form-contact #acf-form .acf-field-group .acf-fields .acf-field {max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);}
.block-form-contact #acf-form .acf-field .acf-label .description{ font-weight: 300; color: var( --placeholder-input ); }
.block-form-contact #acf-form .acf-field .form-control::placeholder { color: var( --placeholder-input ); }
.block-form-contact #acf-form .acf-field-message { color: var( --color-primary );}
.block-form-contact #acf-form .acf-field-file .acf-label{ padding-left: 0px; }
.block-form-contact #acf-form .file-wrap, .block-form-contact .acf-image-uploader .hide-if-value, .block-form-contact #acf-form > .acf-error-message, .block-form-contact > #message{ display: none;}
.block-form-contact #acf-form .acf-field-file .acf-input input[type=file]::-webkit-file-upload-button {font-weight: 400;font-size: 14px;padding: 0.5rem 1.5rem;border-radius: 0.2rem;border: none;margin-right: 30px;background-color: var( --color-primary );color: var( --color-white );cursor: pointer;}
.block-form-contact #acf-form input[type="file"]{ font-weight: 600;font-size: 13px;color: var( --color-white );margin-left: 40px;cursor: pointer; }
.block-form-contact #acf-form .acf-field .form-select, .block-form-contact #acf-form .form-check-input, .block-form-contact #acf-form .form-control{ resize: none;border: 1px solid var( --boder-color-input );background-color: var( --background-color-input );}
.block-form-contact #acf-form .acf-field-true-false input.form-check-input:checked{ background-color: var( --color-primary ); }
.block-form-contact #acf-form .acf-field-true-false label .message { font-size: 12px;margin-left: 15px; color: var( --color-black );}
.block-form-contact #acf-form .message a { color: var( --color-primary );}
.block-form-contact #acf-form .acf-form-submit {display: flex;justify-content: flex-end;}
.block-form-contact .acf-field-true-false .acf-label{ padding-left:0 !important }
.block-form-contact .acf-field-image .acf-label{display:none !important}
.block-form-contact .acf-field-image img{padding-left: 29px;max-height: 77px !important;width: auto;object-fit: contain;}
@media screen and (max-width: 767px) {
    .block-form-contact .acf-field-image img{padding-left: 0;}
}


/** AutoComplete js */
.autoComplete_wrapper > ul > li {border-radius:0 !important;white-space: unset !important;margin:0 !important;font-size: 12px;}

.autoComplete_wrapper .no_result{font-size: 12px;}

.info {
    width: 15px;
    height: 15px;
    background-color : var( --color-primary );
}

.info span {
    opacity: 0 !important;
    transition: all 0.3s linear;
    border: 1px solid rgba(239, 239, 239, 0.6);
}

.info:hover span {
    opacity: 1 !important;
    transition: all 0.3s linear;
}

.loader-search {
	display: none;
    width: 30px;
    height: 30px;
	position: absolute;
    right: -45px;
    bottom: 50%;
    transform: translateY(50%);
}

.loader-search:after {
	content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid var( --color-primary );
    border-color: var( --color-primary ) transparent var( --color-primary ) transparent;
    animation: loader-search-animation 1.2s linear infinite;
}

@keyframes loader-search-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Tooltip */

 span.btn-primary.fs-9.full-rounded {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
	cursor:pointer;
 }

 span.btn-primary.fs-9.full-rounded:hover {
	 background-color: transparent;
 }

 .tooltip .tooltip-arrow {
	display: none;
}

 .tooltip > .tooltip-inner {
	 background-color: #fff;
	 font-size: 13px;
	 line-height: 18px;
	 color: #6F6F6F;
	 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	 border-radius: 10px;
	 padding: 15px;
 }


 .acf-field[data-name="clientTicket"] .acf-label label {
	 display: flex;
	 justify-content: space-between;
 }

 .acf-basic-uploader input[type="file"] {
	color: #000 !important;
 }

 .acf-field-file .acf-input {
	 position: relative;
 }

 .acf-field-file .close {
	width: 20px;
	height: 20px;
	background-color: var( --color-primary );
	color: #fff;
	border-radius: 2rem;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	cursor: pointer;
	justify-content: center;
    align-items: center;
    font-size: 11px;
 }
