.no-mb {
	margin-bottom: 0;
}
.section-title-border:after {
	content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #63A096 0%, #63A096 25%, #D5B931 25%, #D5B931 50%, #E698A1 50%, #E698A1 75%, #E2CCBF 75%, #E2CCBF 100%);
}
/********** START HEADER **********/
header#header-wrp {
    position: relative;
    z-index: 999;
	background: #FFFFFF;
}
.admin-bar .header-fixed .bibliotheque-header-main-wrp {
    top: 32px;
}
.header-fixed .bibliotheque-header-main-wrp {
    position: fixed;
    top: 0;
    background: #fff;
    transition: top 0.5s linear;
    width: 100%;
}
.header-fixed .bibliotheque-header-main-wrp .bibliotheque-header-container {
    padding: 10px;
}
.header-fixed .bibliotheque-header-main-wrp .bibliotheque-header-logo img {
    max-width: 130px;
}
.header-fixed .bibliotheque-header-menu .bibliotheque-header-tagline {
    font-size: 2.2em;
}
.bibliotheque-header-main-wrp.home_page {
    box-shadow: 0px 2px 10px 0px rgba(114, 114, 114, 0.5);
}
.bibliotheque-prepost-line {
    line-height: 0;
	position: relative;
    z-index: 99;
}
.bibliotheque-prepost-line span {
	display: inline-block;
	width: 25%;height: 8px;
	line-height: 0;
}
.bibliotheque-prepost-line span.green {
    background: #63A096;
}
.bibliotheque-prepost-line span.yellow {
    background: #D5B931;
}
.bibliotheque-prepost-line span.pink {
    background: #E698A1;
}
.bibliotheque-prepost-line span.sandal {
    background: #E2CCBF;
}
.bibliotheque-header-main-wrp .bibliotheque-header-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    min-height: 85px;
	gap: 30px;
}
.bibliotheque-header-main-wrp .bibliotheque-header-logo img {
    width: 100%;
    max-width: 150px;
}
.bibliotheque-header-main-wrp .menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
/* .bibliotheque-header-main-wrp .bibliotheque-header-menu {
    display: flex;
    align-items: center;
    gap: 50px;
} */
.bibliotheque-header-menu .bibliotheque-header-tagline {
    color: #63A096;
	font-family: 'Super Corn'; 
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 2px;
	text-align: right;
}
.bibliotheque-header-social-grid-icon .bibliotheque-header-social-grid .bibliotheque-header-social-icon {
    width: 36px;
    height: 36px;
	display: inline-flex;
    background-color: #1C4E8A;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 9px;
    border-radius: 50%;
}
.bibliotheque-header-social-grid-icon .bibliotheque-header-social-grid:nth-child(even) .bibliotheque-header-social-icon {
    background: #AC2931;
}
.bibliotheque-header-social-grid-icon .bibliotheque-header-social-grid .bibliotheque-header-social-icon i {
    font-size: 18px;
    color: #FFF;
}
/*********** END HEADER ***********/


/********** START HOME SLIDER WIDGET CSS **********/
/* .bibliotheque-home-slider-container {
    max-width: 1220px;
    margin: auto;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 50px;
}
.bibliotheque-home-slider-img-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.bibliotheque-home-slider-img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: transparent linear-gradient(180deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    opacity: 0.3;
}
.bibliotheque-home-slider-inner {
    max-width: 540px;
}
.bibliotheque-home-slider-inner .bibliotheque-home-slider-sub-title {
    color: #FFFFFF;
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: 1.5em;
    font-family: 'Nunito';
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.bibliotheque-home-slider-inner .bibliotheque-home-slider-title {
    color: #FFFFFF;
    font-size: 3.125em;
    letter-spacing: 0;
    line-height: 1em;
    font-family: 'Super Corn';
    font-weight: normal;
    text-transform: capitalize;
	margin: 10px 0;
}
.bibliotheque-home-slider-inner .bibliotheque-home-slider-content {
    color: #FFFFFF;
    font-size: 1.125em;
    letter-spacing: 0;
    line-height: normal;
    font-family: 'Nunito';
    font-weight: normal;
}
.bibliotheque-home-slider-btn-link {
    background: transparent;
    color: #FFFFFF !important;
    font-size: 1em;
    letter-spacing: 0.75px;
    line-height: 1.5em;
    font-family: 'Nunito';
    font-weight: normal;
    text-transform: uppercase;
    padding: 13px 29px;
    display: inline-block;
    position: relative;
    border: 1px solid #FFF;
    border-radius: 25px;
    margin-right: 30px;
	margin-bottom: 10px;
}
.bibliotheque-home-slider-btn-link:hover {
    background: #113D1C;
    color: #FFFFFF !important;
	border: 1px solid #113D1C;
}
.bibliotheque-home-slider-btn-link:focus {
    outline: none;
}
.bibliotheque-home-slider-shop-link {
    background: #203121;
    color: #FFFFFF !important;
    font-size: 1em;
    letter-spacing: 0.75px;
    line-height: 1.5em;
    font-family: 'Nunito';
    font-weight: normal;
    text-transform: uppercase;
    padding: 13px 29px;
    display: inline-block;
    position: relative;
    border: 1px solid #203121;
    border-radius: 25px;
	margin-bottom: 10px;
}
.bibliotheque-home-slider-shop-link:hover {
    background: #113D1C;
    color: #FFFFFF !important; 
    border: 1px solid #113D1C;
}
.bibliotheque-home-slider-main button.slick-arrow {
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    color: transparent !important;
    outline: none !important;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    transform: translate(0, 0);
    font-size: 0;
    line-height: 0;
}
.bibliotheque-home-slider-main button.slick-prev:before {
    color: #FFFFFF;
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 22px;
}
.bibliotheque-home-slider-main button.slick-next:before {
    color: #FFFFFF;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 22px;
}
.bibliotheque-home-slider-main button.slick-prev {
    top: unset;
    bottom: 51px;
    left: calc(50% - 51px);
}
.bibliotheque-home-slider-main button.slick-next {
    top: unset;
    bottom: 51px;
    right: calc(50% - 51px);
}
.bibliotheque-home-slider-main button.slick-arrow:hover {
    background: #AE2638;
}
.bibliotheque-home-slider-main button.slick-arrow:hover:before {
    color: #FFFFFF;
} */
.bibliotheque-home-slider-main {
    margin-bottom: 0 !important;
	line-height: 0;
}
.bibliotheque-home-slider-repeater-main .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0;
}
.bibliotheque_img_slider_main .slick-dots {
	list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
	padding: 0;
	margin: 20px auto;
}
.bibliotheque-home-slider-repeater-main .slick-dots li button,
.bibliotheque_img_slider_main .slick-dots li button{
    background: #1C4E8A;
	font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    padding: 5px;
	outline: 0;
}
.bibliotheque-home-slider-repeater-main .slick-dots li.slick-active button,
.bibliotheque_img_slider_main .slick-dots li.slick-active button {
	background: #AC2931;
}
.bibliotheque-home-slider-repeater-main .slick-dots li button:before,
.bibliotheque_img_slider_main .slick-dots li button:before {
	opacity: 0 !important;
}
.bibliotheque-home-slider-repeater-main .bibliotheque_slider_arrow_wrap {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.bibliotheque-home-slider-repeater-main .bibliotheque_slider_arrow_wrap .slides-numbers {
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Nunito';
    font-weight: normal;
}
.bibliotheque-home-slider-repeater-main {
    position: relative;
}
/********** END HOME SLIDER WIDGET CSS **********/


/********** START HOME INQURY FORM CSS **********/
.inquiry-form-section .inquiry-form-video-container .inquiry-form-video .e-hosted-video.elementor-wrapper.elementor-open-inline {
    aspect-ratio: auto;
}
.main-bibliotheque-inquiry-wrp.bibliotheque_inquiry_form_main {
    display: flex;
    flex-direction: column;
}
.bibliotheque_inquiry_form_row .main-input-box {
	margin-bottom: 15px;
}
.bibliotheque_inquiry_form_row .main-input-box input,
.bibliotheque_inquiry_form_row .main-input-box textarea {
    border: 0;
    border-radius: 8px;
	padding: 12px;
	background: #00000012;
	font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.2px;
}
.bibliotheque_inquiry_form_row .main-input-box textarea.your-message {
    height: 184px;
}
.main-bibliotheque-inquiry-wrp.bibliotheque_inquiry_form_main br {
    display: none;
}
.bibliotheque_inquiry_form_submit button.wpcf7-submit {
    width: 25%;
    color: #FFFFFF;
    background: #1C4E8A;
    border: 1px solid #1C4E8A;;
    outline: none;
    border-radius: 8px;
	padding: 12px;
	font-family: 'Cormorant Garamond'
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.2px;
}
.bibliotheque_inquiry_form_submit button.wpcf7-submit:hover {
    color: #1C4E8A;
	background: transparent;
}
.bibliotheque_inquiry_form_submit p {
    margin: 0;
}
/*********** END HOME INQURY FORM CSS ***********/


/********** START WORKSHOP CSS **********/
.bibliotheque_img_slider_container {
	max-width: 1120px;
    margin: auto;
    display: flex;
    align-items: center;
}
.bibliotheque_img_slider_main .bibliotheque_img_slider_inner {
	display: flex;
	gap: 50px;
	align-items: center;
}
.bibliotheque_img_slider_main .bibliotheque_img_slider_inner .bibliotheque_slider_img {
    width: 48%;
}
.bibliotheque_img_slider_main .bibliotheque_img_slider_inner .bibliotheque_slider_content {
    width: 48%;
}
.bibliotheque_img_slider_main .bibliotheque_img_slider_inner .bibliotheque_slider_content p {
    font-size: 1.125em;
    line-height: 1.4;
    letter-spacing: 0;
    color: #3E3C33;
    margin-top: 0;
    margin-bottom: 0.9rem;
    font-family: 'Nunito';
}

/*********** END WORKSHOP CSS ***********/


/********** START INSTAGRAN CSS **********/
.instagram-section .instagram-widget .sbi_header_hashtag_icon {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}
/*********** END INSTAGRAN CSS ***********/