/*------------------------ Global CSS --------------------- */

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.home-top-section {
    background-image: url("../img/feprabel.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 250px;
    min-height: 100vh;
    position: relative;
}

.page-top-section {
    margin-top: 90px;
    padding: 80px 0 70px;
    position: relative;
}

.page-top-section img {
    max-width: 300px;
    max-height: 200px;
    /* border-radius: 20px; */
}

.page-top-section.img-type-2 img {
    max-height: 150px;
}

.page-top-section .heading {
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0;
}

a {
    color: #212529;
}

.box {
    padding: 20px;
}

.box .box-content {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 3.75rem 0 rgba(36, 36, 36, .1);
    /* min-height: 314px; */
}

.box .box-content.type2 {
    border: solid 1px #1b55aa;
    background: #ebf2fa;
    /* width: 330px;
    margin: auto; */
}

.box .box-content img {
    width: 50%;
}
/* .box .box-content.type2 img {
    width: 60%;
} */

.box .box-content .box-title {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 20px;
}
/* .box .box-content.type2 .box-title {
    margin: 0 0 10px;
} */

.box .box-content .btn-1 {
    display: block;
    border: solid 1px #1b55aa;
    width: 100%;
    color: #212529;
    padding: 5px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 8px;
}
.box .box-content .btn-1:hover {
    background-color: #00194C;
    color: #ffffff;
}

.box .box-content .btn-2 {
    display: block;
    border: solid 1px #1b55aa;
    background-color: #1b55aa;
    color: #ffffff;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 8px;
}
.box .box-content .btn-2:hover {
    background-color: #00194C;
    color: #ffffff;
}

.txt-blue {
    color: #1b55aa!important;
}

.txt-rouge {
    color: #ed2849!important;
}

.txt-vert {
    color: #23873e!important;
}

.txt-vert-2 {
    color: #27e327!important;
}


.border-blue {
    border: solid 1px #1b55aa!important;
}

.border-vert {
    border: solid 1px #23873e!important;
}

.border-vert-2 {
    border: solid 1px #27e327!important;
}


.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: 100%;
}
/* .page-top-section .circles { */
    /* height: 442px; */
    /* height: 100%;
} */
/* .page-top-section.img-type-2 .circles { */
    /* height: 402px; */
    /* height: 100%;
} */

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /* background: rgba(27, 85, 170, 0.2); */
    background: #E3ECF5;
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}




a:hover {
    text-decoration: none;
}

.sticky-header,
.sticky-header.sticky {
    z-index: 9999;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sticky-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 1px 4px 9px 0px rgba(76, 76, 76, 0.13);
    -webkit-box-shadow: 1px 4px 9px 0px rgba(76, 76, 76, 0.13);
    box-shadow: 1px 4px 9px 0px rgba(76, 76, 76, 0.13);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*
.common-btn {
    background: #ed2849;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
}
*/
.common-btn {
    background: #ed2849;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 30px;
    white-space: normal;
}

.common-btn:hover {
    color: #ffffff;
    background-color: #e01638;
    /* -moz-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2); */
}
.common-btn-2 {
    background: #015FC9;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 20px;
    white-space: normal;
}

.common-btn-2:hover {
    color: #ffffff;
    background-color: #00194C;
    /* -moz-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2); */
}
.common-btn-3 {
    background: #013773;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 20px;
    white-space: normal;
}

.common-btn-3:hover {
    color: #ffffff;
    background-color: #011f40;
    /* -moz-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2); */
}
.common-btn-4 {
    background: #011f40;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 20px;
    white-space: normal;
}

.common-btn-4:hover {
    color: #ffffff;
    background-color: #013773;
    /* -moz-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2); */
}
.common-btn-5 {
    background: #2893c3;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 20px;
    white-space: normal;
}
.common-btn-5:hover {
    color: #ffffff;
    background-color: #12a38d;
    /* -moz-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2); */
}
.common-btn-6 {
    background: #12a38d;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 20px;
    white-space: normal;
}
.common-btn-6:hover {
    color: #ffffff;
    background-color: #2893c3;
    /* -moz-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2);
    box-shadow: 0px 20px 70px rgba(188, 9, 9, 0.2); */
}

.btn-sm {
    padding: 5px;
}

.btn-form {
    padding: 5px 30px;
    width: unset;
}



/*------------------------ Header Section --------------------- */
.header .navbar .navbar-nav .nav-item .nav-link {
    color: #2f281e;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.header .navbar .navbar-nav .nav-item.active .nav-link,
.header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #1b55aa;
}

.header .navbar .navbar-nav .nav-item {
    margin-left: 15px;
}

.header .navbar .navbar-nav .nav-item .common-btn {
    background: #1b55aa;
    color: #ffffff;
    position: relative;
    top: 1px;
    left: 5px;
    padding: 8px 16px !important;
}

.header .navbar .navbar-nav .nav-item .common-btn:hover {
    color: #ffffff;
    -moz-box-shadow: 0px 20px 70px rgba(27, 85, 170, 0.2);
    -webkit-box-shadow: 0px 20px 70px rgba(27, 85, 170, 0.2);
    box-shadow: 0px 20px 70px rgba(27, 85, 170, 0.2);
}

.header .logo {
    height: 65px;
}

.header .btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2f281e;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.header .dropdown-item {
    color: #2f281e;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}


.dropdown:hover>.dropdown-menu {
    display: block;
    margin: 0 0 0 8px;
}

/*------------------------ Footer Section --------------------- */
.footer {
    background: #171827;
    padding: 60px 0 10px;
    color: #cccccc;
}

.footer strong {
    color: #ffffff;
}

.footer .footer-logo {
    max-height: 100px;
}

.footer .heading {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 15px;
}

.footer .important-info,
.footer .useful-links,
.footer .social-media {
    padding: 0;
    margin: 0;
}

.footer .important-info li,
.footer .useful-links li,
.footer .social-media li {
    list-style-type: none;
}

.footer .important-info li a,
.footer .useful-links li a {
    font-family: 'Roboto', sans-serif;
    color: #cccccc;
    font-size: 14px;
    /*    font-weight: 500;*/
}

.footer .important-info li a:hover,
.footer .useful-links li a:hover {
    color: #cccccc !important;
}

.footer .social-media li {
    display: inline;
}

.footer .social-media li a {
    background-color: #919191;
    padding: 8px;
    border-radius: 56px;
}

.footer .social-media li a:hover {
    background-color: #1b55aa;
    color: #919191;
}

.footer .social-media li a i.fa-facebook {
    padding: 8px 5px;
}

.footer .social-media li a i.fa-twitter,
.footer .social-media li a i.fa-instagram,
.footer .social-media li a i.fa-linkedin {
    padding: 8px 3px;
}

.footer .social-media li a i {
    color: #ffffff;
}

/*========================= Home Page CSS ============================ */


.flex-screen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-screen-2 {
    display: flex;
    align-items: center;
}

.flex-screen-3 {
    display: flex;
    justify-content: center;
}

/*------------------------ Four Box Section --------------------- */
.bg-gray {
    background: #F2F5FA;
}
.bg-gray-2 {
    background: #dfe8f7;
}
.bg-gray-3 {
    background: #e6fcfc;
}
.bg-gray-4 {
    background: #f4f2fc;
}

.box-corner {
    background: #ffffff;
    border-radius: 22px;
    padding: 50px;
    margin-top: 50px;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.footer2 {
    background: #00194C;
    color: #cccccc;
    padding: 30px 0 10px !important;
    font-size: 14px;
}

.footer3 {
    background: #012a80;
    color: #cccccc;
    padding: 30px 0 10px !important;
    line-height: 2;
    font-size: 14px;
}

.footer2 a,
.footer3 a {
    color: #ffffff;
}

.footer3 img {
    margin-top: 0 !important;
}

/*------------------------ Comparez Votre Assurance Auto Section --------------------- */
.ils-parlent-de-nous {
    padding: 50px 0;
}

.ils-parlent-de-nous .wrapper .heading {
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 15px;
}


.new-section {
    padding: 80px 0;
}

.new-section.medium-section {
    padding: 30px 0;
}

.new-section.small-section {
    padding: 10px 0;
}

/* .new-section .wrapper {
    margin-left: 30px;
} */

.top-section {
    margin-top: 30px;
}

.new-section .heading {
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 25px;
}
.new-section .medium-heading,
.new-section .medium-heading a {
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 25px;
}
.new-section .small-heading {
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 25px;
}

.new-section .text {
    font-family: 'Roboto', sans-serif;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

.new-section ul li {
    margin-bottom: 10px;
}

.new-section ul.habitation li {
    margin-bottom: 20px;
}

.new-section ul li .ulTitle {
    margin-bottom: 10px;
    font-weight: 600;
}

.new-section .wrapper .heading {
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
}

.new-section .wrapper .text {
    font-family: 'Roboto', sans-serif;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px;
}

.success,
.alert-success {
    color: green;
    text-align: center;
    margin-bottom: 10px;
}

.error,
.alert-danger {
    color: red;
    text-align: center;
    margin-bottom: 10px;
}

.centrer,
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.font20 {
    font-size: 20px !important;
}

.padTop0 {
    padding-top: 0!important;
}

.padTop40 {
    padding-top: 40px;
}

.margTop0 {
    margin-top: 0 !important;
}

.margTop20 {
    margin-top: 20px !important;
}

.margTop40 {
    margin-top: 40px !important;
}

.margBot0 {
    margin-bottom: 0;
}

.margBot20 {
    margin-bottom: 20px;
}

.margBot30 {
    margin-bottom: 30px;
}

.margBot50 {
    margin-bottom: 50px;
}

.margBot80 {
    margin-bottom: 80px;
}

.height100 {
    height: 100px;
}
.height150 {
    height: 150px;
}
.height200 {
    height: 200px;
}

.height350 {
    height: 350px;
}

.width150 {
    width: 150px !important;
}


.tableau-tarifs {
    font-size: 14px;
    width: 100%;
}

.tableau-tarifs th {
    border-bottom: 2px solid #20749c;
    padding: 10px 0;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-align: center;
}

.tableau-tarifs img {
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    margin-top: 0;
    vertical-align: unset;
}

.tableau-tarifs .small {
    font-size: 0.7rem;
    padding-right: 10px;
}

.tableau-tarifs td:nth-child(1) {
    width: 110px;
    padding-right: 0 !important;
}

.tableau-tarifs strong {
    padding-right: 10px;
}

.tableau-tarifs tr:nth-child(2n+0) td {
    background-color: #e8f1fa;
}

.tableau-tarifs .price {
    color: #1fda9a;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.tableau-tarifs td {
    padding: 10px 10px 5px;
    background-color: #ffffff;
}

.tableau-tarifs a {
    color: #1b55aa;
    font-size: 1rem;
}

#tableSante th {
    width: 20%;
    border-bottom: 3px solid black;
}

#tableSante img {
    height: 50px;
}


.box-parrain {
    color: #1a1a1a;
    background-color: #ffffff;
    padding: 20px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #b8b4b4;
    text-align: center;
}


.divTestimonial .stars {
    color: #ffcf70;
    margin-bottom: 10px;
}

.divTestimonial .text {
    color: #484848;
}

.divTestimonial .subheading {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.phone,
.question,
.info {
  margin-left: 5px!important;
}

.phone a {
    display: inline-block;
    background-color: #acd1fc;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.phone a img {
    width: 18px;
    position: relative;
    top: 8px;
    left: 10px;
}

.doc a {
    display: inline-block;
    background-color: #acd1fc;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.doc a i {
    width: 18px;
    position: relative;
    top: 9px;
    left: 14px;
}

.info a,
.question a {
    display: inline-block;
    background-color: #acd1fc;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.info a i {
    width: 18px;
    position: relative;
    top: 9px;
    left: 18px;
}
.question a i {
    width: 18px;
    position: relative;
    top: 9px;
    left: 15px;
}

#modalwindow .modal-dialog {
    max-width: 70% !important;
}

#modalwindow .modal-dialog .modal-body {
    padding: 3rem;
}

#modalwindow .btn-primary {
    max-width: 70% !important;
    background-color: #ed2849;
    border-color: #ed2849;
}

#modalwindow h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

#modalwindow input {
    margin-bottom: 15px;
}

#modalwindow p,
#modalwindow label {
    font-size: 15px !important;
}

.article-blog img{
    /* margin: 0; */
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.article-blog h3{
    font-family: 'Roboto', sans-serif;
    color: #212529;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.article-blog article{
    box-shadow: 0 0 3.75rem 0 rgba(36, 36, 36, .1);
    margin-top: 30px;
    background: #ffffff;
    height: 93%;
}
.article-blog article:hover{
    box-shadow: 0 0 1rem 0 #b8b4b4;
}
.article-blog .content{
    padding: 20px;
    /* min-height: 210px; */
    /* text-align: center; */
}
.article-blog .common-btn{
    margin: 0!important;
    color: #ed2849;
    border: solid 1px #ed2849;
    background: transparent;
}
.article-blog .common-btn:hover{
    box-shadow: unset;
}

.assur-pro img {
    width: 100%;
    height: 80px;
    object-fit: unset;
    margin-top: 15px;
}

#cookies {
    display: block;
    width: 100%;
    background-color: rgba(51, 77, 109, 0.9);
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 10000;
}
#cookies a {
    color: #26aa5f;
}

.header .navbar .navbar-nav .nav-item .show>.btn-secondary.dropdown-toggle,
.header .navbar .navbar-nav .nav-item .btn-secondary:not(:disabled):not(.disabled):active,
.header .navbar .navbar-nav .nav-item .btn-secondary:focus {
    color: #2f281e;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: unset;
}

.w-100p{
  width: 100%;
}
.mw-100p{
  min-width: 100%;
}


.img-icone {
    height: 120px;
    width: auto;
}

.logo-compagnie div {
    text-align: center;
    margin-top: 20px;
}


.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating img {
    width: 18px;
}
.btn-floating i {
    font-size: 22px;
    position: relative;
    top: 1px;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

.btn-floating.phone {
    bottom: 145px;
    background-color: #1b55aa;
}

.btn-floating.phone:hover {
    background-color: #2174ed;
}

.btn-floating.mail {
    background-color: #00194C;
    bottom: 85px;
}

.btn-floating.mail:hover {
    background-color: #032f8a
}

.btn-floating.mail i {
    font-size: 18px;
}

.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.nav-tabs>li {
    margin-bottom: 0!important;
}

.nav-tabs>li>a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}

.content-list {
    list-style: none;
    padding: 0;
}
.content-list li {
    padding-left: 35px;
    margin-top: 20px;
    position: relative;
}
.content-list li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}


.ut-enim-ad-section h4{
    color: #164C8E;
    font-weight: 700;
    text-align: center;
}
.ut-enim-ad-section p{
    color: #2d2d2d;
    font-size: 17px;
    text-align: center;
    margin-top: 18px;
}
.ut-enim-ad-section .button-group{
    text-align: center;
    border: 2px solid #F2F5FA;
    padding: 8px 2px;
}
.ut-enim-ad-section .button-group button{
    background: transparent;
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 32px;
    margin-right: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
}
.ut-enim-ad-section .button-group button:hover{
    background: #F2F5FA;
    color: #000;
    border: 1px solid #F2F5FA;
    cursor: pointer;
}
.ut-enim-ad-section .button-group button:focus{
    border: 1px solid #F2F5FA;
}
.ut-enim-ad-section .button-group .btn-active{
    background: #F2F5FA;
    color: #000;
    border: 1px solid #F2F5FA;
}
.ut-enim-ad-section .price-box{
    position: relative;
    top: 35px;
    background: #fff;
    padding: 50px 5px;
    /*margin: 8px 16px 8px 16px;*/
    border-radius: 8px;
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
}
.ut-enim-ad-section .price-box-1,
.ut-enim-ad-section .price-box-3{
    margin-top: 32px;
}
.ut-enim-ad-section .price-box-1{
    position: relative;
    right: -50px;
    z-index: 0;
    min-height: 285px;
}
.ut-enim-ad-section .price-box-2{
    position: relative;
    z-index: 99;
    min-height: 330px;
}
.ut-enim-ad-section .price-box-3{
    position: relative;
    left: -50px;
    z-index: 0;
    min-height: 285px;
}
.ut-enim-ad-section .price-box h3{
    color: #2d2d2d;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.ut-enim-ad-section .price-box h1{
    color: #2d2d2d;
    text-align: center;
    font-weight: 500;
}
.ut-enim-ad-section .price-box h1 sub{
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}
.ut-enim-ad-section .price-box .price-element-list{
    margin: 0;
    padding: 10px 5px;
    font-size: 15px;
}
.ut-enim-ad-section .price-box .price-element-list li{
    list-style-type: none;
    padding: 5px 0;
    text-align: center;
}
.ut-enim-ad-section .price-box .price-element-list i{
    color: #164C8E;
}

.redTexte {
    color: #ef2a26;
    font-weight: 600;
}

.width-60-p {
    width: 60%;
}


.faq a {
    color: #1b55aa;
    font-weight: 500;
    text-decoration: underline;
    padding-bottom: 10px;
    display: inline-block;
}
.faq a:hover {
    color: #00194C;
}


.liens-utiles a {
    color: #212529;
    font-weight: 500;
    /* text-decoration: underline; */
    padding-bottom: 10px;
    display: inline-block;
}
    
.liens-utiles a u {
    color: #1b55aa;
}
.liens-utiles a u:hover {
    color: #00194C;
}

.main-title {
    font-weight: 600; 
    font-size: 48px;
}

/*------------------------ Media Queries --------------------- */

@media (max-width: 575px) {

    .margBot20-sm {
        margin-bottom: 20px;
    }

    .header .logo {
        height: 50px;
    }

    .main-title { 
        font-size: 35px;
        margin-top: 80px;
    }

    .box .box-content .box-title {
        font-size: 16px;
    }
    

    .page-top-section {
        margin-top: 75px;
    }
    .page-top-section .col-xl-8 {
        text-align: center;
    }
    .page-top-section .heading {
        text-align: center;
    }

    .page-top-section.img-type-2 img {
        margin-top: 40px;
    }

    .new-section .heading,
    .new-section .wrapper .heading {
        font-size: 28px;
    }
    .new-section .medium-heading {
        font-size: 22px;
    }
    .new-section .small-heading {
        font-size: 18px;
    }

    .table-responsive {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }
  
  /* .phone {
    margin-left: 15px!important;
    margin-top: 5px;
  } */
  
  .phone,
  .question,
  .info {
    margin-left: 10px!important;
    /* margin-top: 5px; */
  }
  
  .header .btn-secondary {
    padding-left: 0;
  }

  #modalwindow .modal-dialog {
      max-width: 100% !important;
  }

    /*------------------------ Header Section --------------------- */
    .header .navbar .navbar-nav .nav-item .common-btn {
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: -5px;
    }

    /*------------------------ Footer Section --------------------- */
    .footer {
        padding: 50px 0 10px;
    }

    .footer .heading {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    /*------------------------ Comparez Votre Assurance Auto Section --------------------- */
    .new-section {
        padding: 50px 0;
    }

    
    .ut-enim-ad-section {
        padding: 60px 0 30px;
    }
    .ut-enim-ad-section h4 {
        margin-top: 10px;
        font-size: 18px;
    }
    .ut-enim-ad-section p {
        font-size: 14px;
    }
    .ut-enim-ad-section .button-group {
        border: 2px solid transparent;
    }
    .ut-enim-ad-section .button-group button {
        margin-bottom: 10px;
    }
    .ut-enim-ad-section .price-box-1 {
        right: 0;
    }
    .ut-enim-ad-section .price-box-3 {
        left: 0;
    }
    .ut-enim-ad-section .price-box-1, 
    .ut-enim-ad-section .price-box-2, 
    .ut-enim-ad-section .price-box-3 {
        top: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .ut-enim-ad-section .price-box .price-element-list {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
  
    .table-responsive {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

  .phone,
  .question,
  .info {
    margin-left: 15px!important;
  }
  
  .header .btn-secondary{
    padding-left: 0;
  }

    /*------------------------ Header Section --------------------- */
    .header .navbar .navbar-nav .nav-item .common-btn {
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: -5px;
    }

    
    .ut-enim-ad-section {
        padding: 60px 0 30px;
    }
    .ut-enim-ad-section h4 {
        margin-top: 10px;
        font-size: 18px;
    }
    .ut-enim-ad-section p {
        font-size: 14px;
    }
    .ut-enim-ad-section .button-group {
        border: 2px solid transparent;
    }
    .ut-enim-ad-section .button-group button {
        margin-bottom: 10px;
    }
    .ut-enim-ad-section .price-box-1 {
        right: 0;
    }
    .ut-enim-ad-section .price-box-3 {
        left: 0;
    }
    .ut-enim-ad-section .price-box-1, 
    .ut-enim-ad-section .price-box-2, 
    .ut-enim-ad-section .price-box-3 {
        top: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .ut-enim-ad-section .price-box .price-element-list {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .phone,
  .question,
  .info {
    margin-left: 15px!important;
  }
  
  .header .btn-secondary{
    padding-left: 0;
  }

    /*------------------------ Header Section --------------------- */
    .header .navbar .navbar-nav .nav-item .common-btn {
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: -5px;
    }


    
    .ut-enim-ad-section .button-group {
        border: 2px solid transparent;
    }
    .ut-enim-ad-section .price-box-1 {
        right: 0;
    }
    .ut-enim-ad-section .price-box-3 {
        left: 0;
    }
    .ut-enim-ad-section .price-element-list{
        font-size: 14px !important;
    }
}
