/*
Theme Name: FTN Avocats
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 1.0
*/


@media screen and (max-width: 640px) {
  .swiper-slide h1 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

/* H2 */

.main-content h2 {
    padding-left: 15px;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 25px;
}
.main-content:not(.light)  h2 {
    border-left: solid 5px #3d7688;
}

.main-content .light h2 {
    border-left: solid 5px #b9a394;    
}

/* H2 */

/* Fond */
.container-wrap {
  background-image: url('https://www.ftn-avocats.fr/wp-content/themes/ftn/img/fond-ftn-avocats.png') !important;
  background-repeat: repeat;
  background-size: 100% auto;
}

/* Fond */

li.tel a {
font-size: 16px !important;
font-weight: bold;
padding-left: 10px !important;
}
li.tel::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233d7688' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3E%3C/svg%3E");
}

li.tel::before {
font-style: normal;
font-weight: normal;
padding-right: 5px;
content: "";
display: inline-block;
position: absolute;
}
li.tel::before {
height: 13px;
width: 8px;
margin-top: 4px;
}
.tel-link::before {
height: 15px;
width: 10px;
margin-top: 6px;
background-size: 15px 15px;
}


/* Nectar Slider */

.swiper-slide .container {
    display: flex;
    justify-content: center;
}
.swiper-slide .content {
    max-width: 1000px;
    left: auto !important;
    
}

/* Nectar Slider */

/* Nectar Slider Fond clair */
/*
.swiper-slide .container {
    display: flex;
    justify-content: center;
}
.swiper-slide .container h1, .swiper-slide .container p {
    color: #444455 !important;
}
.swiper-slide .container h1 {
    margin-bottom: 15px;
}
.swiper-slide .container p {
    font-weight: bold;
}

.swiper-slide .content {
    background: #FFFFFF99;
    padding: 30px 0;
    max-width: 1000px;
    left: auto !important;
}
*/

/* Nectar Slider Nectar Slider Fond clair */


/* Boutons accueil */

.nectar-fancy-box[data-style="parallax_hover"] .inner {
    padding: 20% 0px;
}

/* Boutons accueil */


/* Icones page Contact */

.iwithtext .iwt-icon [class^="icon-"]:before {
    font-size: 21px !important;
}
.iwithtext .iwt-icon i {
    line-height: 24px;
}
.iwithtext .iwt-text {
    padding-left: 40px !important;
}
/* Icones page Contact */

/* Formulaire de contact */

.wpcf7-form p span.required {
    color: #b9a394;
}

/* Formulaire de contact */

/* Publications */
.post-header h2.title, .post-header h3.title {
    text-transform: uppercase;
}

#author-bio {
    display: none;
}

/* Publications */


/* Google reCaptcha */
.grecaptcha-badge {
    display: none;
}