/********************
	Part - Style global
********************/
#wrapper {
    background : white;
    z-index    : 1;
}

.products-section-title {
    text-align    : center;
    margin-bottom : 1.5rem;
}

/********************
	Part - Style général des accordéons
********************/
.js-accordion__container {
    border     : 1px solid var(--color-grey-default);
    box-shadow : 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.js-accordions__wrapper .accordion__title {
    background      : white;
    color           : var(--color-primary);
    padding         : 15px;
    font-weight     : 700;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    width           : 100%;
    border          : none;
    border-bottom   : 1px solid rgba(0, 0, 0, .1);
    cursor          : pointer;
}

/********************
	Part - fix taille mini d'une page à 100vh hors du checkout
********************/
body:not(#checkout) main {
    min-height     : 100vh;
    display        : flex;
    flex-direction : column;
}

body:not(#checkout) #wrapper {
    flex           : 1 0 auto;
    display        : flex;
    flex-direction : column;
}

body:not(#checkout) #wrapper .wrapper__inner {
    flex : 1 0 auto;
}

/********************
	Part - class notransition for js
********************/
.notransition,
.notransition * {
    -webkit-transition : none !important;
    -moz-transition    : none !important;
    -o-transition      : none !important;
    transition         : none !important;
}

/********************
	Part - Style all product link
********************/
.all-product-link {
    color       : var(--color-grey-font-default);
    /*font-weight : 700;*/
    /*padding     : 3px 7px;*/
    display     : inline-block;
}

.section__content .all-product-link {
    margin-top : 1.5rem;
}

.all-product-link:focus,
.all-product-link:hover {
    text-decoration : none;
}

/********************
	Part - Style dropdown
********************/
.dropdown {
    color : var(--color-grey-font-default)
}

.dropdown:hover .expand-more {
    color : #2fb5d2
}

.dropdown .expand-more {
    color               : var(--color-black-default);
    cursor              : pointer;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none
}

.dropdown .active {
    max-height : 200px;
    overflow-y : hidden;
    visibility : visible
}

.dropdown select {
    -moz-appearance : none;
    border          : 0 none;
    outline         : 0 none;
    color           : var(--color-black-default);
    background      : #fff
}

.dropdown-item:focus, .dropdown-item:hover {
    background      : none;
    text-decoration : none;
    color           : #2fb5d2
}


/********************
	Part - Cookie
********************/
.acbCheckboxContainer {
    display : flex;
}

.acbCheckboxContainer .acbConsentLabel {
    text-align  : left;
    margin-left : .33em;
}

/*************************
	Part - Wishlist modals
*************************/
.wishlist-modal.show {
  background: rgba(0,0,0,0.5);
}

.wishlist-modal .modal.fade .modal-dialog.modal-dialog-centered {
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  margin: 0;
}

.js-obflink:hover {
    cursor: pointer;
    font-weight: 600;
}

/*************************
	Part - Zahira et Maxime
*************************/

.section-who-are-us{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 10% 0;
    color: white;
}

.section-who-are-us .name-brand{
    font-family: var(--typo-secondary);
    font-size: var(--font-size-800);
}

.section-who-are-us .name-creator{
    font-family: var(--typo-secondary);
    font-size: var(--font-size-1100);
}

.section-who-are-us p.elementor-heading-title{
    /*font-family: var(--typo-tertiary);*/
    font-size: 16px;
    max-width: 550px;
    margin: 25px auto;
    font-weight: 300;
    line-height: 1.4
}

.sticky__container{
    position: fixed;
    bottom: 60px;
    right: 7.5px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 90%;
}

.tooltip-phone{
    background: white;
    border: 1px solid #EEE9E3;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    width: 280px;
    margin-bottom: 12px;
    display: none;
    max-width: 100%;
}

.tooltip-phone img{
    margin-right: 15px;
    border-radius: 100%;
}


.text__tooltip{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.text__tooltip .text-bold{
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 600;
    line-height: 1.5;
}

.tooltip-phone svg{
    position: absolute;
    right: 0;
    padding: 10px;
    width: 33px;
    height: 33px;
    top: 0;
}

.tooltip-phone svg:hover{
    cursor: pointer;
}

.bubble-phone{
    width: 55px;
    height: 55px;
    background-color : black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.16);
}

.bubble-phone:hover{
    background-color: #151515
}
