/*
Theme Name: Promothalasso
Author: GrégoireOhanessian
Description: Based tinyTheme blakslate
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: promothalasso
*/

/** REset **/

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}



/** **/
body {
    font-family: ProximaNova;
    font-size: 16px;
    padding-top: 80px;

    --text-primary--dark: #0A485D;
    --secondary: #1f5e74;
    --primary: #32BCA6;

}


a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color:var(--primary);
}

/*** Header ***/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 74px;
    max-width: 1140px;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    background: #fff;
    padding: 17px 21px;
    z-index: 1570;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.header .logo {
    cursor: pointer;
    -webkit-box-flex: 0;
    flex: 0 5 auto;
    margin-right: 86px;
}

.header .logo img {
    max-width: 195px;
    width: 100%;
    height: auto;
    outline: none;
}

.btn-burger {
    display: none;
    flex: 0 0 auto;
}

.menu-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 5 4 auto;
}

.menu-mobile .menu-mobile__menu {
    display: flex;
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    margin-right: 10px;
    justify-content: flex-end;
}

.menu-mobile .menu-mobile__call {
    flex: 0 0 auto;
}

.close-menu, .overlay-menu-mobile {
    display: none;
}

.btn-call {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: white;
    border-radius: 24px;
    border: solid 1px #78b2c9;
    color: #1f5e74;
}

.btn-call:hover {
    background: #1F5E74;
    color: white;
}

.btn-call:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #1F5E74;
    -webkit-mask-image: url(./assets/img/ux/phone.svg);
    mask-image: url(./assets/img/ux/phone.svg);
    background-repeat: no-repeat;
    transition: 250ms;
}

.btn-call:hover:before {
    background-color: white;
}

.btn-call img {
    margin-left: 8px;
}

/** Responsive Header**/
@media screen and (max-width: 576px) {
    .header {
        padding: 10px;
    }

    .logo .logo__img {
        max-width: 122px;
        height: 26px;
        outline: none;
    }

    .close-menu {
        position: absolute;
        display: block;
        top: 21px;
        right: 23px;
        color: var(--text-primary--dark);
        cursor: pointer;
        font-size: 20px;
    }

    .overlay-menu-mobile {
        position: fixed;
        display: block;
        transition: background 250ms;
    }

    .overlay-menu-mobile.open {
        background: rgba(0, 0, 0, 0.7);
        top: -150px;
        bottom: -150px;
        left: -150px;
        right: -150px;
        width: auto;
        height: auto;
        z-index: 1600;
    }

    .btn-burger {
        display: flex;
        cursor: pointer;
        font-size: 25px;
    }

    .menu-mobile {
        z-index: 1700;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        right: -304px;
        width: 300px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        background: white;
        transition: 250ms;
    }
    .menu-mobile.open {
        right: 0;
    }
}


/** Menu **/
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    width: 100%;
}
@media (max-width: 768px) {
    .menu {
        max-width: 220px;
    }
}
.menu .menu__item{
    font-family: CenturyGothic;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: right;
    color: #1f5e74;
    padding: 0 4px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}
.menu .menu__item:hover {
    color: var(--primary);
}

@media (max-width: 860px) {
    .menu .menu__item.menu__item--notablette {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .menu .menu__item.menu__item--notablette2 {
        display: none !important;
    }
}

.menu .dropdown [data-toggle]{
    font-family: CenturyGothic;
    font-size: 14px;
    font-weight: bold;
    color: #1f5e74;
}


.menu .dropdown.show [data-toggle] {
    color: var(--primary);
}
.menu .dropdown-toggle::after {
    display: none;
}
.menu [data-toggle] + div:not([data-toggle]) {
    padding: 0;
    padding-top: 50px;
    left: -45px !important;
    top: 14px;
    background: transparent;
    box-shadow: none;
    border: none;
}
.menu [data-toggle] + div:not([data-toggle]) > div {
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(144, 144, 144, 0.5);
    background-color: #ffffff;
    border: 0;
}
.menu div > a {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    padding: 13px 18px;
    text-align: left;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu div > a:active {
    background: var(--primary);
    color: white;
}
.menu div > a:before {
    position: absolute;
    width: auto;
    height: 1px;
    background: rgba(151, 151, 151, 0.24);
    left: 18px;
    right: 18px;
    top: 0;
    content: "";
    display: block;
}
.menu div > a:first-child {
    border-top: 0;
}
.menu div > a:first-child:before {
    display: none;
}
.btn-call {
    border-radius: 24px;
    border: solid 1px #78b2c9;
    color: #1F5E74;
}
.btn-call:hover {
    background: #1F5E74;
    color: white;
}

@media (max-width: 576px) {
    .menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 40px;
        bottom: 0;
        overflow: auto;
    }
    .menu .menu__item {
        display: block;
        text-align: left;
        padding: 0 30px;
        line-height: 44px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.8px;
        width: 100%;
    }
    .menu .menu__item:hover {
        color: var(--primary);
    }
    .menu .menu__item div > a {
        padding: 0;
        line-height: 40px;
    }
    .menu .menu__item.dropdown.show .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        padding: 0;
        box-shadow: none;
    }
    .menu .menu__item.dropdown.show .dropdown-menu.show > div {
        display: flex !important;
        flex-direction: column !important;
        box-shadow: none;
    }
    .menu .menu__item.menu__item--notablette, .menu .menu__item.menu__item--notablette2 {
        display: block;
    }
}



/** Footer **/

#footer{
    padding-top:50px;
    padding-bottom:60px;
    background:#0a485d;
}

.logo {
    position: relative;
    cursor: pointer;
}
.logo img {
    max-width:195px;
    width:100%;
    height:auto;
}

.title-footer{
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.nav-footer {
    display: block;
    margin: 0;
    padding: 0;
}
.nav-footer .nav-footer-item {
    display: block;
    list-style: none;
    font-family: ProximaNova;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 6px;
}
.nav-footer .nav-footer-item a{
    color: #ffffff;
}

.contact-footer{
    font-family: ProximaNova;
    font-size: 16px;
    line-height:1.29;
    color: #ffffff;
}
.contact-footer a{
    font-size: 23px;
    font-weight: 600;
    color:var(--primary);
}

.icon-group-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-group-footer > a {
      display:block;
      margin-right:15px;
      margin-top:10px;
      font-size:28px;
      color:white;
  }


#footer  .input-group {
    border: 0;
    border-radius: 6px;
    max-width: 309px;
}
#footer  .input-group  .form-control{
    border-radius:6px 0 0 6px;
    height:52px;
    padding:0 15px;
}

#footer  .input-group .input-group-append .btn{
    border-radius: 0 6px 6px 0;
    height:52px;
    width:52px;
    background-color:var(--primary);
    border-color:var(--primary);
}


/** Ujnderlay **/
.underlay{
    display:block;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    right: 0;
    height:418px;
    width:100%;
    background: #75abbb;
}


/** Content **/
#container{
    position: relative;
    z-index: 10;
    padding-top:90px;
}

.main_home{
    padding-bottom:90px;
}

#content{
    position:relative;
    z-index:100;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog__title{
    display:block;
    max-width:500px;
    margin:0 auto;
    margin-bottom: 80px;
    font-family: CenturyGothic;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.blogArticle{
    display: block;
    background:#f3f3f3;
    max-width:367px;
    width: calc((100% - 40px) / 3);
    margin-bottom: 10px;
}

.blogArticle__thumbnail{
    display:block;
    width:100%;
}
.blogArticle__thumbnail img{
    display:block;
    width:100%;
    height: auto;
}

.blogArticle__body{
    padding:30px 25px;
}

.blogArticle__date{
    display:block;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0a485d;
}
.blogArticle__title{
    display:block;
    font-family: CenturyGothic;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0a485d;
    text-decoration: none;
}

.blogArticle__content{
    display:block;
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0a485d;
}

.blogArticle__link{
    display:block;
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #32bca6;
    margin-top:15px;
}

.blogArticle__link:hover{
    color: var(--text-primary--dark);
}

@media screen and (max-width: 960px) {

    .blogArticle{
        width: calc((100% - 15px) / 2);
    }

    .blogArticle__title{
        font-size:20px;
    }
}

@media screen and (max-width: 576px) {

    .blogArticle{
        width: calc((100% - 10px) / 2);
    }

    .blogArticle__body {
        padding: 15px;
    }

    .blogArticle__title{
        font-size:18px;
    }

}

@media screen and (max-width: 480px) {

    .blogArticle{
        max-width: 100%;
        width: calc((100% - 10px) / 1);
    }

    .blogArticle__title{
        font-size:18px;
    }

}
/** Page article full **/
.pageArticle .container_content{
    display:block;
    max-width:760px;
    margin:0 auto;
}

.pageArticle__title{
    display:block;
    font-family: CenturyGothic;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #0a485d;
    margin-bottom:31px;
}

.pageArticle__date{
    display:block;
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a485d;
    margin-bottom:40px;
}

.pageArticle__introduction{
    display:block;
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #0a485d;
}

.pageArticle__social{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:170px;
    margin:40px auto;
}

.pageArticle__social__share i{
    font-size:22px;
    color:#75abbb;
    cursor:pointer;
}
.pageArticle__social__share i:hover{
    color:var(--primary);
}

.pageArticle__social__title{
    display:block;
    width:100%;
    margin-bottom:30px;
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #0a485d;
}

.pageArticle__social--footer{
    margin-top:60px;
}

.pageArticle__thumbnail{
    margin-bottom:40px;
}

.pageArticle__thumbnail img{
    object-fit: contain;
    margin-left: -15px;
    width: calc(100% + 30px);
    height: auto;
}

.pageArticle__content{
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #0a485d;
}

.pageArticle__content h2,
.pageArticle__content h3,
.pageArticle__content h4,
.pageArticle__content h5,
.pageArticle__content h6
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom:50px;
    margin-top:40px;
}

.pageArticle__content h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
    margin-top:40px;
}

.pageArticle__content a,
.pageArticle__content strong,
.pageArticle__content b {
    font-weight: 600;
    color: #32bca6;
}


/**
Article similaires
 */

.articleSimilaires{
    width:100%;
    padding:0;
    background-color: #6095a4;
}

.articleSimilaires__content{
    display:block;
    max-width:1200px;
    margin:0 auto;
    padding:50px 15px;
    padding-bottom: 80px;

}

.articleSimilaires__articles{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articleSimilaires__title{
    position:relative;
    font-family: CenturyGothic;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom:90px;
}
.articleSimilaires__title:after{
    position:absolute;
    top:65px;
    left:0;
    right:0;
    margin:0 auto;
    content:"";
    width: 47px;
    height: 6px;
    background-color: #32bca6;
}



/** Breadcrumb **/

.breadcrumbContainer{
    position:relative;
    top:-70px;
    color: #0a485d;
}

@media screen and (min-width:960px) {
    .breadcrumbContainer.container {
        padding: 0;
    }
}

.breadcrumbContainer .breadcrumb{
    padding:0;
    margin:0;
    flex-wrap: nowrap;
}

.breadcrumbContainer .breadcrumb .breadcrumb-item:not(.active){
    flex:0 0 auto;
}
.breadcrumbContainer .breadcrumb .breadcrumb-item.active{
    flex:1 5 auto;
}

.breadcrumb-item + .breadcrumb-item::before{
    color: #0a485d;
}

.breadcrumbContainer--light .breadcrumb-item + .breadcrumb-item::before{
    color: white;
}

.breadcrumbContainer .breadcrumb-item,
.breadcrumbContainer .breadcrumb-item a{
    font-family: ProximaNova;
    font-size: 13px;
    font-weight: normal;
    color: #0a485d;
}



.breadcrumb-item.active{
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbContainer--light .breadcrumb-item,
.breadcrumbContainer--light .breadcrumb-item a{
    color: white;
}
