/*
Theme Name: LeChatSur API
Theme URI: https://api.lechatsur.fr
Author: Loïc BARBAROUX (ID2Web)
Author URI: https://id2web.fr
Description: Theme dedicated to lechatsur.fr
Version: 0.1
License: Protected
License URI: https://id2web.fr
Tags: Assurance
Text Domain: lcs-api
*/
html, body {
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    /*font-family: Segoe UI Emoji;*/
    overflow-x: hidden;
    padding-right:0 !important;
    font-size:105% !important;
}
.modal-open {
    overflow:auto;
    padding-right:0 !important;
}
.form-rows:nth-child(even) {
    background: #f3f3f3 !important;
}
.form-rows:nth-child(odd) {
    background: #ffffff !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1368px;
}
.bg-orange-fat, .mat-tab-header {
    background-color: #ed6b00 !important;
}
.mat-tab-label {
    opacity: 1 !important;
}
.bg-orange-less-fat {
    background-color: #ff8119 !important;
}
.bg-orange-soft {
    background-color: #fff5ea !important;
}
.border-orange {
    border-color: #ed6b00 !important;
}
.border-orange-soft {
    border-color: #fde2c7 !important;
}
.bg-gray-fat {
    background-color: #333333 !important;
}
.bg-gray-soft {
    background-color: #f3f3f3 !important;
}
.bg-white, .mat-ink-bar {
    background-color:#ffffff !important;
}
*,*:focus,*:hover{
    outline:none;
}
a {
    font-weight: bold;
}
a:hover {
    /*text-decoration:none;*/
}
p a {
    color: #ed6b00 !important;
}
.text-orange, h1, h2, h3, h4, .article strong {
    color: #ed6b00;
}
.text-black {
    color: #000000;
}
.text-white, .mat-tab-label-content {
    color: #ffffff !important;
}
.separator {
    background-color:#ffffff;
    height:2px;
}
.rounded-left-10 {
    border-radius: 10px 0 0 10px;
}
.rounded-10 {
    border-radius: 10px !important;
}
.rounded-15 {
    border-radius: 15px;
}
.rounded-25 {
    border-radius: 25px;
}
.display-6 {
    font-size:25px;
}
.btn {
    min-width:165px;
    font-size:18px;
    font-weight:bold !important;
    transition: unset !important;
}
.btn.bg-orange-fat:hover {
    background: rgb(237,107,0) !important;
    background: linear-gradient(90deg, rgba(237,107,0,1) 0%, rgba(252,222,200,1) 100%) !important;
}
.btn.bg-orange-fat img {
    width:22px;
    margin-left: 5px;
    margin-top:-3px;
}
.border-black {
    border-color:#000000 !important;
}
.border-gray-soft {
    border-color:#e7e7e7 !important;
}
.border-2 {
    border-style:solid !important;
    border-width: 2px !important;
}
.border-5 {
    border-style:solid !important;
    border-width: 5px !important;
}
.border-hover img {
    border:1px solid transparent;
}
.border-hover img:hover {
    border:1px solid #00ccee;
}
/* Liens */
a.text-orange {
    text-decoration:none
}
a.text-orange:hover {
    color: #ff8119 !important;
}
a.text-black:hover {
    text-decoration:none;
    color: #ff8119 !important;
}

/* Header */
.header .parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
/* Accueil */
.header .parallax {
    min-height:680px
}
.header.home .block {
    max-width:600px;
}

.header.article .block {
    max-width:360px;
}
.header.article .block .row .col {
    line-height:27px;
}

.euros {
    max-width:70px;
}
.how-it-works .number {
    width:75px;
    height:75px;
    font-size:50px;
}

/* Explicatif assurance santé*/
.header.explainer .block {
    max-width:360px;
}
.header.explainer  .block .row .col {
    line-height:27px;
}

/* Navbar et Menu primaire */
header {
    position:relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.navbar-header .navbar {
    height:90px;

}
.navbar-header .logo {
    top:10px;
    position:absolute;
    height:70px;
    width:auto;
    padding:8px 0 8px 0;
}
.navbar-header .sign-in {
    position:absolute;
    right:30px;
}
.navbar-header .dropdown .dropdown-menu {
    border:none !important;
}
.navbar-header .dropdown:hover .dropdown-menu {
    display:block;
    cursor:pointer;
    margin-top:-1px;
}
.navbar-header .dropdown-toggle {
    /*padding:32px 0 32px 0;*/
}
.navbar-header .dropdown-toggle::after {
    display:none;
}
.navbar-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left:10px;
    padding-right:10px;
}

/* Carousel */
.carousel-indicators {
    position: unset;
    margin-top: 20px;
}
.carousel-indicators li {
    background-color: #606060;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 5px;
}
.carousel-indicators li.active {
    background-color: #ed6b00;
}
.summary ul {
    list-style-type: none;
}
.summary a:not(.summary a.btn) {
    color: #000000 !important;
}
input.datepicker:read-only {
    background-color: #ffffff !important;
}

/* Articles */
.article-single .container {
    padding:0 !important;
}
p {
    line-height:27px;
}
.article p, .article ul{
    margin-top:30px;
    margin-bottom:30px;
}
.article ul li{
    margin-bottom:3px;
    line-height:27px;
}
.article h1 {
    /*margin-bottom:25px;*/
}
.article h2, .article h3, .article h4, .article h5 {
    padding-top:15px;
    padding-bottom:0px;
    font-size:25px;
}

.display-h1-5 {
    font-size: 2.5rem !important;
}

blockquote {
    border-left:3px solid black;
    padding-left:10px;
    font-style: italic;
}

/* Footer */
.footer ul {
    list-style-type: none;
    padding-left: 0px;
}
.footer .bg-logo {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 105px;
}
.font-small {
    font-size:75%;
}
.pb-for-footer {
    padding-bottom:100px;
}

input, textarea, select, .btn, .wpcf7-response-output {
    /*border-radius: 25px !important;*/
}
input, textarea, select {
    border:1px solid #dadada;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], select {
    height: 45px;
    padding-left:20px;
    padding-right:20px;
}
input[type="text"], input[type="tel"], input[type="email"] {
    height: 45px;
    padding-left:20px;
    padding-right:20px;
}
textarea {
    padding:10px 20px 10px 20px;
    resize: none;
    box-sizing:border-box !important;
    width:100% !important;
}
.wpcf7-form label, .wpcf7-form input:not(.btn), .wpcf7-form select {
    width:100%;
}
.wpcf7-form label br {
    margin-bottom:5px;
}
.wpcf7-form span[role="alert"] {
    margin-top:5px;
}

.wpcf7-quiz-label {
    display:block;
    margin-bottom:5px;
}

/* media queries */
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer .border-right:nth-child(2) {
        border-right: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (max-width: 1280px) {
    /* Header */
    .header .parallax {
        background-attachment: unset;
        height: unset;
        min-height: unset;
    }
    .border-0 {
        border:none !important;
    }
}
@media (max-width: 992px) {
    .navbar-header .navbar {
        height:unset;
    }
    .navbar-header .logo {
        position:unset;
    }
    .navbar-header .sign-in {
        position:unset;
        right:unset;
    }
    .tips img {
        max-width:75px;
    }
}
