/*
Theme Name: LAP
Theme URI:
Author: Agence AGORALYS
Author URI: https://www.agoralys.com/
Description: The 2016 responsive theme for L'autre pharmacie WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: gambetta

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    border: 0;
}
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    font-size: 1.2em
}
.center {
    text-align: center;
}
.container-fluid {
    padding: 0 !important;
}
@media (min-width: 768px) {
    .container {
        width: 738px;
    }
}
@media (min-width: 1460px) {
    .container {
        width: 1430px;
    }
}

/*@media (min-width: 1200px) {
  .container {
    width: 880px !important;
  }
}*/

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
a {
    color: #000;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
    text-decoration: none !important;
}
img-responsive {
    width: 100%;
    height: auto;
}
hr {
    border-top: 1px solid #dadada
}
.pad0 {
    padding: 0 !important;
}
.nopad-container {
    padding: 0 !important;
}
@media (min-width: 768px) {
    .nopad {
        padding: 0 !important;
    }
    .nopad div.vc_column-inner {
        padding: 0 !important;
    }
}
@media (min-width: 1024px) {
    .nopad div.vc_column-inner {
        padding: 0 !important;
    }
}

/*---------------------------top header----------------------------*/

.header-top {
    display: block;
    background-color: #f4f2f2;
    color: #000;
    /*padding: 4px 0;*/
}
.header-top .content-header {
    display: none
}
.follow {
    margin-right: 15px;
    font-size: 10px;
}
.coord {
    display: inline-block;
    margin: 0 10px;
}
.coord div {
    display: inline-block;
    align-items: center;
}
.coord div:first-of-type {
    margin-left: 0;
    border-left: 1px solid #e38a14;
}
.coord div:first-of-type a {
    color: #000;
    font-size: 1.2em;
}
.coord div:first-of-type a:hover {
    color: #e38a14;
}
.coord div i {
    display: inline-block;
    margin-left: 22px;
    font-size: 1.3em;
    margin-right: 8px;
    vertical-align: top;
}
.coord div i:after {
    content: '';
    display: inline-block;
    background-coldisplay: inline-block;
    color: #e38a14;
    width: 1px;
    position: absolute;
    height: 80%;
    right: 0;
    top: calc(50% - 40%);
}
.coord div p {
    margin: 0;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
}
.header-top .reseaux {
    display: none;
    line-height: 1;
}
.header-top .reseaux i {
    color: #e38a12;
    font-size: 1.2em;
    transition: all 0.2s ease-in-out;
}
.header-top .reseaux a:hover i {
    color: #d3631c;
    transform: scale(1.2);
}
.coord-tel i {
    color: #e38a12;
}
.lien {
    text-align: center
}
.lien a {
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    margin-left: 10px;
    text-align: center;
    line-height: 19px;
}
.lien a:first-child {
    margin-left: 0px;
}
.lien a:hover {
    color: #fff;
}
.lien .uppercase {
    text-transform: uppercase !important;
    font-size: 13px;
}
.lien a strong {
    font-size: 17px;
}
.lien .inscription {
    background: #444;
}
.lien .connexion {
    background: #e18914;
}
.lien .inscription:hover {
    background: #000;
}
.lien .connexion:hover {
    background: #d4631c;
}
.reseaux span {
    font-size: 1.2em;
}
@media (min-width: 768px) {
    .lien {
        text-align: right;
    }
    .lien a {
        padding: 3px 24px;
    }
    .header-top .content-header {
        display: block;
        justify-content: space-between;
        align-items: center;
        margin: 11px 0;
        color: #000;
    }
    .header-top .reseaux {
        display: inline-block;
    }
    .header-top .reseaux a {
        display: inline-block;
        margin-right: 8px;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }
}
@media (min-width: 1024px) {
    .lien a {
        padding: 3px 43px;
    }
}
@media (min-width: 1200px) {}

/*------------------------- logo nav-----------------------*/

.logo-nav img {
    width: 40%;
}
.logo-nav p {
    margin: 0;
    line-height: 1;
    color: #213683;
    font-weight: 300;
    font-size: 20px;
}
@media (min-width: 576px) {
    .logo-nav img {
        position: relative;
        width: 15em;
        //height: 82px;
        margin-right: 18px;
        //border-right: solid 2px #da2825;
        padding-right: 18px;
        margin-bottom: 0px;
    }
    .navigation.smallnav .logo-nav img {
        width: 21em;
    }
}
@media (min-width: 1024px) {
    .logo-nav img {}
}
@media (min-width: 1200px) {
    .logo-nav img {
        margin-top: 0;
    }
}

/*--------------------menu principal ---------------------*/

@media(min-width:1024px) {
    section.navigation .row {
        height: 100%;
    }
    #masthead + .container > div:first-child {
        margin-top: 138px;
    }
    section.navigation {
        background-color: #fff;
        height: 118px;
        transition: height .1s cubic-bezier(0.47, 0, 0.75, 0.72);
    }
    section.navigation.smallnav {
        height: 68px;
        border-bottom: solid 1px #e6e6e6;
        box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.4);
    }
    section.navigation .container {
        height: 100%;
    }
}
a.logo-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    transition: transform .1s cubic-bezier(0.47, 0, 0.75, 0.72);
}
section.navigation.smallnav a.logo-nav {
    transform: scale(0.5);
    transform-origin: left;
}
#site-header-menu {
    display: inline-block;
}
#site-navigation {
    display: inline-block;
}
.btn {
    display: none;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0:last-of-type a {
    margin-right: 0 !important;
}
.ubermenu .ubermenu-target {
    padding: 14px 4px !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    font-size: 0.98em;
    text-transform: uppercase;
}
#ubermenu-main-2-primary li a {
    font-weight: 600;
    font-size: 40px;
}
.ubermenu-item.ubermenu-current-menu-item.ubermenu-current_page_item a,
.ubermenu-item:hover a {
    color: #e38a14 !important;
}
.ubermenu-item a {
    color: #444 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.ubermenu-item.ubermenu-current-menu-item.ubermenu-current_page_item a {
    color: #e38a14 !important;
}
ul#ubermenu-nav-main-2-primary li a {
    font-size: 1.1em !important;
}
.menu {
    padding: 8px 0;
}

/*---------------*/

.ubermenu-responsive-toggle i {
    color: #e38a14;
}
@media(max-width:767px) {
    nav#site-navigation .ubermenu-responsive-toggle {
        top: -49px !important;
    }
}
@media(max-width:1023px) {
    #site-header-menu,
    nav#site-navigation {
        width: 100%;
    }
    nav#site-navigation .ubermenu-responsive-toggle {
        position: absolute;
        top: -66px;
        right: 19px;
        text-transform: uppercase;
        color: #444;
        font-weight: 600;
    }
    #ubermenu-nav-main-2-primary {
        margin-top: 9px;
        background-color: #444;
        padding: 0 24px 3px;
    }
    #site-header-menu {
        position: absolute;
        left: 0
    }
    #ubermenu-nav-main-2-primary li a {
        color: #fff !important;
    }
    .ubermenu .ubermenu-target {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
    #ubermenu-nav-main-2-primary li:last-child a {
        border-bottom: none !important;
    }
    #ubermenu-nav-main-2-primary li.ubermenu-current-menu-item a {
        color: #e38a14 !important
    }
}
@media (min-width: 1024px) {
    #ubermenu-nav-main-2-primary {
        margin-top: 0px
    }
    .menu {
        padding: 28px 0;
        height: inherit;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 400;
    }
    #site-header-menu {
        display: flex;
    }
    .btn {
        color: #bf2c37;
        cursor: pointer;
        display: inline-block;
        line-height: 28px;
        max-width: 167px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.82em;
        margin: 5px 0 0 0;
    }
    nav#site-navigation {
        display: flex;
    }
    nav#site-navigation nav {
        margin: auto
    }
    .ubermenu .ubermenu-target {
        padding: 5px 4px 2px!important;
        margin: 0 5px !important;
        transition: all 0.3s ease-in-out;
        font-size: 0.85em;
        border: none !important;
    }
    #masthead {
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: #fff;
    }
}
@media (min-width: 1200px) {
    .ubermenu .ubermenu-target {
        margin: 0 10px !important;
        font-size: 0.95em;
    }
}

/*----------------footer-----------------*/

.footer1 .row div,
.footer2 .row #menu-footer,
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

/*footer1*/

section.footer1 {
    padding: 78px 0 48px 0;
    background-color: #fff;
}

/*footer2*/

section.footer2 {
    //padding: 40px 0;
    background: #444;
}
section.footer2 .container {
    padding: 0px 0;
    background: #444;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.footer-menu ul {
    //margin-top: 1em;
}
#menu-footer {
    list-style: none;
    /*justify-content: space-around !important;*/
}
#menu-footer li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
#menu-footer li a:hover {
    color: #e38a14;
}
#menu-footer {
    display: none
}
section.footer2 img {
    width: 44%;
    margin: 15px auto;
}
@media(min-width:768px) {
    #menu-footer {
        display: block;
    }
    section.footer2 .flex {
        display: flex;
    }
    section.footer2 img {
        margin: auto 0;
        width: auto;
    }
    div.menu-footer-container {
        width: 100%;
        margin: auto 0
    }
    ul#menu-footer {
        display: flex;
        justify-content: space-between !important;
        width: 100%
    }
}

/*footer3*/

section.footer3 {
    padding: 30px 0;
    background: #444544;
    color: #fff;
    display: block;
}
section.footer3 .container {
    display: block;
}
section.footer3 i {
    color: #e38a14
}
.follow2 i {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.follow2 a:hover i {
    color: #d3631c;
    transform: scale(1.2);
}
.footer3 p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.footer3 a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    margin-top: -3px;
}
.footer3 a:first-of-type {
    margin-left: 10px;
}
.footer3 a:last-of-type {
    margin-right: 0;
}
.footer3 a:hover {
    color: #e38a14;
}
.footer3 .coord a {
    font-size: 14px;
    color: #000;
}
.footer3 .infos i {
    margin-left: 15px;
    padding-right: 5px;
}
.footer3 .maps i {
    font-size: 20px;
    margin-left: 0;
}
.footer3 .mobile i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.footer3 .mail i {
    font-size: 15px;
}
.footer3 a {
    font-size: 1.09em;
    margin-right: 5px;
}
.footer3 p {
    font-size: 1.09em;
}
.footer3 .social a {
    margin-right: 11px;
}
.footer3 .social a:last-child {
    margin-right: 0;
}
.footer3 .container span {
    display: inline-block;
}
.noborder {
    border: none;
}
.footer3 .infos {
    text-align: center;
}
section.footer3 .social {
    margin-top: 20px;
    text-align: center !important
}
@media(min-width:1024px) {
    section.footer3 .social {
        padding-right: 0;
        margin-top: 0;
        text-align: right !important
    }
    section.footer3 .infos {
        padding-left: 0
    }
    .footer3 .infos {
        text-align: left;
    }
    .footer3 .container span {
        border-right: 1px solid #fff;
        padding-right: 15px;
    }
}

/*footer4*/

section.mentions {
    color: #e38a14;
    background-color: #fff;
    text-align: center;
    padding: 5px 0 10px;
}
section.mentions p {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}
section.mentions a {
    color: #e38a14;
    font-size: 13px;
}
section.mentions a:hover {
    color: #444;
}
section.mentions img {
    margin: auto;
}
@media (min-width: 768px) {
    section.mentions {
        padding: 0px 0
    }
    section.mentions img {
        margin: 0;
    }
    section.mentions p.copyright {
        margin: auto;
        text-align: left;
    }
    section.mentions .flex {
        display: flex
    }
}
@media (min-width: 1200px) {
    /*section.mentions a {
        display: block !important;
    }*/
}

/*----------------barre cookies--------------------*/

#cn-accept-cookie {
    background-color: #e18914;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
}
#cn-accept-cookie:hover {
    text-decoration: none;
    background-color: #d4631c;
    color: #fff;
}
#cn-more-info {
    color: #d4631c;
    transition: all 0.3s ease-in-out;
}
#cn-more-info:hover {
    text-decoration: none;
    color: #8d8492;
}

/*---------------------------general-----------------------*/

@media (min-width: 768px) {}
@media (min-width: 1024px) {}

/*------------------------------home-----------------------------*/

@media (min-width: 1024px) {
    .banner {
        margin-top: 104px;
    }
}
.down {
    position: relative;
}
.up {
    position: relative;
}
.ult_dual_button .middle-text {
    display: none !important;
}
.row-up .box-img .vc_column-inner {
    padding: 100px
}
.pad-up {
    margin-top: -150px
}
@media (min-width: 768px) {
    .row-up {
        min-height: 370px;
    }
    .row-up .box-img .vc_column-inner {
        padding: 0px
    }
    #banner-cta .wpb_column {
        margin-top: -43px
    }
    .ubtn.ult-adjust-bottom-margin.ult-responsive.ubtn-block.ubtn-bottom-bg {
        min-height: 99px;
    }
}
@media (min-width: 1024px) {
    .ulitmate_dual_buttons.ult-dual-btn3.ult_main_dualbtn {
        width: 100%;
    }
    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
        width: 50%;
    }
    .ubtn.ult-adjust-bottom-margin.ult-responsive.ubtn-block.ubtn-bottom-bg {
        min-height: auto;
    }
}

/*----------------fil ariane------------------*/

#breadcrumbs {
    color: #fff;
    font-size: 1em;
}
#breadcrumbs a {
    color: #444;
}
#breadcrumbs a:hover {
    color: #000;
}
#breadcrumbs i {
    margin: 0 8px;
    font-size: 0.8em;
    color: #fff;
}

/*-----------------------page 404------------------------*/

.head {
    background-color: #e38a12;
    margin-top: -76px;
    padding: 1px 30px 16px;
}
header.header-blog {
    background: url("https://dev.lautrepharmacie.com/wp-content/uploads/2017/10/slider.jpg") no-repeat fixed top;
    padding: 80px;
}
section.error-404 .content-404 {
    text-align: center !important;
    margin: 45px 0;
    padding: 20px 50px;
    background-color: #f2f2f2;
}
section.error-404 .content-404 h1 {
    background-color: inherit;
    text-align: center;
}
section.error-404 .content-404 h1:after {
    margin: 10px auto;
}
section.error-404 .content-404 h2 {
    color: #444;
}
section.error-404 .content-404 .search-form {
    margin: 20px 0;
}
section.error-404 .content-404 .search-form .screen-reader-text {
    display: none;
}
section.error-404 .content-404 .search-form input {
    padding: 5px 10px;
}
section.error-404 .content-404 .search-form .search-submit {
    background-color: #e18914;
    color: #fff;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
}
section.error-404 .content-404 .search-form .search-submit:hover {
    background-color: #d4631c;
}
section.error-404 .content-404 .back-home {
    margin: 40px;
    display: inline-block;
    background-color: #444;
    padding: 8px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
section.error-404 .content-404 .back-home:hover {
    background-color: #000;
}
section.error-404 .page-content h1.page-title {
    padding: 0;
    margin: 20px 0 50px 0;
}
.container.page-content.search-results {
    margin-top: 54px;
    margin-bottom: 54px;
}
@media(min-width:768px) {}
@media(min-width:1024px) {
    section.error-404 {
        margin-top: 103px;
    }
    header.header-blog {
        padding: 150px;
    }
}

/*--------------------------------------------*/

.cta-contact {
    color: #e38a12;
}
.cta-contact:hover {
    color: #d4631c;
}
.cta-contact i {
    margin-left: 10px;
}
.cta-support button {
    padding: 11px 53px 10px 15px;
    text-align: left;
}
h1 {
    margin: 25px 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 2.4em !important;
    font-weight: 500 !important;
}
h1::after {
    content: "";
    margin-top: 15px;
    border-bottom: 1px solid #fff;
    width: 50px;
    display: block;
}
.banner-title {
    margin-top: -78px;
}
.row-bottom {
    text-align: center !important;
}

/* plan du site */

.plan-site ul li {
    list-style-type: none;
}
.plan-site ul li:before {
    content: " ";
    font-family: "Fontawesome";
}
.plan-site a {
    color: #444;
}
.plan-site a:hover {
    color: #e18914;
}

/* contact */

.font-contact {
    font-size: 18px;
}
.map-contact {
    border: none !important;
}
body > div.container > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1508000092565.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex > div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-lg-4.vc_col-md-6 > div > div > div.wpb_gmaps_widget.wpb_content_element.vc_custom_1508004781273.map-contact > div {
    padding: 0;
}

/* lien CTA */


/*.cta-inscription, .cta-popup {
    margin: 10px 20px;
    width: 320px;
}*/

.cta-inscription {
    background-color: #e38a12;
    color: #fff;
    padding: 8px 30px 8px 30px;
    text-align: left !important;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 1.2em;
    font-weight: 400;
    position: relative;
    min-width: 323px
}
@media(min-width:768px) {
    .cta-inscription {
        margin-right: 15px;
        margin-bottom: 0px;
    }
}
.cta-inscription:visited,
.cta-inscription:active,
.cta-popup:visited,
.cta-popup:active {
    color: #fff
}
.cta-inscription:hover {
    background-color: #d4631c;
    color: #fff;
}
.cta-popup i,
.cta-inscription i {
    margin-left: 10px;
    color: #fff;
    font-size: 1.3em;
    float: right;
}
.cta-popup {
    background-color: #d4641d;
    color: #fff;
    padding: 8px 30px 8px 30px;
    text-align: left !important;
    display: inline-block;
    margin: auto !important;
    transition: all 0.3s ease-in-out;
    font-size: 1.2em;
    font-weight: 400;
    position: relative;
    min-width: 323px
}
.cta-popup:hover {
    background-color: #cc5500;
    color: #fff;
}
.cta-inscription.home,
.cta-popup.home {
    margin: 10px 0px;
    min-width: 100% !important;
    display: block !important;
    padding-left: 10px!important;
}
.cta-popup.home i,
.cta-inscription.home i {
    position: absolute;
    right: 15px;
    top: 23%;
}
@media(min-width:768px) {
    .col-bottom .vc_column-inner {
        padding: 30px !important;
    }
}

/*.cta-inscription i, .cta-popup i {
    float: right;
    font-size: 22px;
    }*/

@media (max-width: 575px) {
    /*.cta-inscription, .cta-popup {
    margin: 10px 0px !important;
    width: 100% !important;
        font-size: 1em !important;
    }*/
}

/* modal box */


/* newsletter */

#cp-cp_id_e4a4c {
    font-family: 'Source Sans Pro', sans-serif !important;
}
.content-cp_id_e4a4c .cp-form-container .cp-form-field input {
    font-style: italic;
    border: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px!important;
    width: 410px;
}
.content-cp_id_e4a4c .cp-form-container .cp-submit {
    padding-bottom: 7.5px !important;
}
.cp-form-container input:focus:not([type=radio]):not([type=checkbox]):not([type=range]) {
    border-color: none !important;
    box-shadow: none !important;
}
.cp-form-processing-wrap,
.cp-form-after-submit,
.cp-info_bar-inline-end {
    background: #575757;
}
@media (min-width: 768px) {
    .cp-form-container .cp-form-layout-3 .cp-form-field {
        padding: 0px 0px !important;
    }
}
@media (max-width: 767px) {
    .content-cp_id_e4a4c .cp-form-container .cp-form-field input {
        text-align: center !important;
    }
    .cp-input.cp-email.cp-last-field {
        width: 100% !important;
    }
}

/*-------------*/

.membre p {
    color: #e38a12;
    font-size: 1.3em;
}
@media(min-width:768px) {}
@media(min-width:1024px) {
    .membre p {
        font-size: 1.7em;
    }
}
@media(min-width:1200px) {
    .membre p {
        font-size: 1.9em;
    }
}
@media(min-width:1400px) {
    .membre p {
        font-size: 2.1em;
    }
}

/*--------------------*/

#bg-temoignages::before {
    content: url(/wp-content/themes/lap/img/guillemet-h.png);
    position: absolute;
    top: 10px;
    left: 10px;
    display: block
}
#bg-temoignages::after {
    content: url(/wp-content/themes/lap/img/guillemet-b.png);
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block
}

/*--------------------------------*/

.cta-confrere {
    text-align: center !important;
    padding: 50px 16px 18px;
    margin-top: 45px !important;
}
.cta-confrere::before {
   content: url(/wp-content/uploads/2017/10/picto-user.png);
    position: absolute;
    top: -25px;
    left: 39%;
    display: block;
}
