/* definition des bases de la maquette */

:root{
    --bleu:  #2B6182;  
    --jaune: #FFD359;
    --ocre: #C59B55;
    --or: linear-gradient(90deg, #C59B55 0%, #FFD359 16.15%, #C59B55 33.33%, #FFD359 50.52%, #C59B55 67.19%, #FFD359 83.85%, #C59B55 100%);;
    --hover: #EE930A;
    --sara: 'Sarabun', sans-serif;;
    --bgColor:  #EAEFF3;
    --filter : #303030;
}

body {
    background-color:  white;
    position: relative;
}

.error.container{
    width:100vw;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    position: relative;
    left:6vmin;
    text-align: center;
}

.error .cog-wheel1,.error .cog-wheel2{
    transform:scale(0.7);
}

.error .cog1,.error .cog2{
    width:40vmin;
    height:40vmin;
    border-radius:50%;
    border:6vmin solid #FFD359;
    position: relative;
}


.error .cog2{
    border:6vmin solid #2B6182;
}

 .error .top,  .error .down,  .error .left,  .error .right,  .error .left-top,  .error .left-down,  .error .right-top,  .error .right-down{
    width:10vmin;
    height:10vmin;
    background-color: #FFD359;
    position: absolute;
}

.error .cog2 .top,.error .cog2  .down,.error .cog2  .left,.error .cog2  .right,.error .cog2  .left-top,.error .cog2  .left-down,.error .cog2  .right-top,.error .cog2  .right-down{
    background-color: #2B6182;
}

.error .top{
    top:-14vmin;
    left:9vmin;
}

.error .down{
    bottom:-14vmin;
    left:9vmin;
}

.error .left{
    left:-14vmin;
    top:9vmin;
}

.error .right{
    right:-14vmin;
    top:9vmin;
}

.error .left-top{
    transform:rotateZ(-45deg);
    left:-8vmin;
    top:-8vmin;
}

.error .left-down{
    transform:rotateZ(45deg);
    left:-8vmin;
    top:25vmin;
}

.error .right-top{
    transform:rotateZ(45deg);
    right:-8vmin;
    top:-8vmin;
}

.error .right-down{
    transform:rotateZ(-45deg);
    right:-8vmin;
    top:25vmin;
}

.error .cog2{
    position: relative;
    left:-10.2vmin;
    bottom:10vmin;
}

.error h1{
    color:#142833;
}

.error .first-four{
    position: relative;
    left:6vmin;
    font-size:40vmin;
}

.error .second-four{
    position: relative;
    right:18vmin;
    z-index: -1;
    font-size:40vmin;
}

.error .wrong-para{
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom:15vmin;
    padding:3vmin 12vmin 3vmin 3vmin;
    font-weight:600;
    color:#092532;
}


.isdisabled {
    pointer-events: none;
    cursor: none;
}

#invalid_form, #valid_form  {
    display: none;
}

footer {
    background: transparent;
    padding: 45px 0px;
}

footer img {
    width: 140px;
}

footer span::before {
    color: var(--bleu);
}

.footer span:hover::before {
    color: var(--jaune);
}

footer h5 a{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--sara);
    color: #303030;
}

footer a, .phone-footer {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    /* or 208% */
    
    font-family: var(--sara);
    color: #303030;    
}

footer h5 a:hover {
    color: var(--bleu)!important;
}

footer .rs span::before{
   font-size: 15px;
   color: var(--bleu);
}

footer .rs {
    margin-top: 36px;
}

footer .rs a{
    padding-right: 30px;
}

footer .rs a:last-child{
    padding-right: 0px;
}

footer .navigation {
    max-width: 450px;
}

footer .rs {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a:hover {
    color: currentColor;
}

footer h5 {
    padding-right: 30px;
}

footer h5:last-child {
    padding-right: 0;
}

footer ul li a {
    font-family: var(--sara);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #303030;
}

footer p {
    font-family: var(--sara);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    color: #303030;   
}


.subfooter {
    background-color: var(--bleu);
    font-family: var(--sara);
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.39px;
    color: #FFFFFF;
    padding: 3px 0px;
}

.subfooter>.row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.subfooter .annexes {
    padding-right: 23px;
}

.subfooter a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    font-family: var(--mont);
    color: #FFFFFF;  
    position: relative;  
    
}

footer .btn-prim {
    padding: 15px 20px;
    margin-top: 11px;
}

footer h5 {
    font-size: 17px;
    line-height: 22px;
}

.footer>.row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

header {
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

header img {
    width: 162px;
}

header a {
    font-family: var(--sara);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: var(--jaune);
}

.menu {
    padding-top: 75px;
}

.menu>.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>.row .ollapse {
    border-bottom: 1px solid var(--jaune);
    padding-bottom: 18px;
}

header a:hover {
    font-weight: bold;
}

header a::before {
    display: flex;
    position: absolute;
    content: '';
    top: 0;
    bottom: -4px;
    left: -20px;
    margin: auto;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

header a:hover::before {
    background-color: var(--jaune);
}


.assurance h4 {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: var(--bleu); 
}

.assurance span::before {
    color: white;
}

.assurance  span img {
    max-width: 100%;
    max-height: 100%;
}


.assurance span {

    background-color: var(--bleu);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assurance .icons .col-6:hover img {
    display: none;
}


h1 {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
    color: #FFFFFF;    
}


h2 {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bleu);  
}

h3 {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    color: #000000;    
}

h4 {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
    color: #303030;    
}

h5 {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #000000;    
}

p {
    font-family: var(--sara);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;   
    color: #000000;   
}

.contact p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--sara);
    color: #303030;
}

.btn-prim {
    font-family: var(--sara);
    color: var(--bleu);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 17px 24px;
    border: 1px solid var(--bleu);
}

.btn-prim:hover {
    color: white;
    background-color: var(--bleu);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.btn-second {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--sara);
    letter-spacing: 0.1em;
    text-transform: uppercase;    
    padding: 17px 24px;
    border: 1px solid var(--jaune);
    color: var(--jaune);
}

.btn-second:hover {
    color: white;
    background-color: var(--jaune);
    transition: 0.4s;
}

/* espacement section */


.spacer4 {
    padding: 92px 0px;
}

.spacer3 {
    padding: 75px 0px;
}

.spacer2 {
    padding: 65px 0px;
}

.spacer1 {
    padding: 40px 0px;
}



/* header */


header .mobile {
    position: absolute;
    height: 25px;
    width: 40px;
    padding: 0;
    margin-right: auto;
    left: 25px;
}

header .mobile span {
    background-color: var(--jaune);
    height: 2px;
    position: absolute;
}

header .mobile  span:nth-child(1){
    top: 0;
    width: 100%;
}

header .mobile  span:nth-child(2){
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

header .mobile  span:nth-child(3){
    bottom: 0;
    width: 100%;
}


.mobile-on {
    display: none;
    position: fixed;
    left: -100%;
    top: 0;
    background: #FFFFFF;
    box-shadow: -2px 4px 50px rgba(0, 0, 0, 0.15);
    height: 100vh;
    z-index: 1000000;
    flex-direction: column;
}

header .mobile-on.active {
    display: flex;
    left: 0;
    padding: 0px ;
}

.icon-uni {
    color: #000;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid var(--bleu);
  }
  .icon-uni:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 3px;
    width: 21px;
    height: 2px;
    background-color: var(--bleu);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .icon-uni:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 21px;
    height: 2px;
    right: 2px;
    background-color: var(--bleu);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }


.off.hiden {
    z-index: 0!important;
}

.mobile-on.active .turn-on {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    left: 35px;
}

.turn-on {
    position: absolute;
}

header .mobile-on a {
    color: var(--bleu);
}

.mobile-on>.row:nth-child(1) {
    display: flex;
    align-items: center;
    border-bottom: 5px solid var(--white);
    background-color: #EAEFF3;
    height: 80px;
    margin-bottom: 35px;
}

.mobile-on img{
    background-color: var(--bleu);
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 150px;
    height: 105px;
    padding: 20px;
}

.mobile-on>.row:nth-child(1)>.col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-on>.row li:nth-child(1) {
    margin-top: 40px;
}

.mobile-on>.row:nth-child(2) {
    padding: 0px 35px;
}

.mobile-on>.row:nth-child(3) {
    margin-top: auto;
    margin-bottom: 50px;
}

.mobile-on>.row .icon-header .col-auto {
    padding-left: 0;
}

.mobile-on .icon-header .col-12 {
    margin-bottom: 12px;
    padding-left: 0;
}

.mobile-on>.row li {
    margin-top: 30px;
}


.menu .navbar-expand-xl .navbar-nav .nav-item {
    padding-right: 45px;
}

.menu .navbar-expand-xl .navbar-nav .nav-item:last-child {
    padding-right: 0px;
}


.menu .navbar-collapse{
    border-bottom: 1px solid var(--jaune);
    padding-bottom: 18px;
}

.menu.pages .navbar-collapse, .menu.pages-copie .navbar-collapse{
    border-bottom: none;
    padding-bottom: 0;
}

.menu.pages .logo img, .menu.pages-copie .logo img{
    background-color: var(--bleu);
    padding: 20px;
    width: 200px;
    height: 140px;
}


.navbar-expand-xl .navbar-nav .nav-link {
    color: var(--jaune);
    padding: 0;
    display: block;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    position: relative;
}

.navbar-expand-xl .navbar-nav .nav-link::after {
    content: attr(title);
    font-weight: bold;
    overflow: hidden;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    color: var(--jaune);
}

.navbar-expand-xl .navbar-nav .nav-link:hover::after {
    visibility: visible;
    overflow: visible;
    white-space: nowrap;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    visibility: hidden;
}

.menu.pages .navbar-expand-xl .navbar-nav .nav-link, .menu.pages-copie .navbar-expand-xl .navbar-nav .nav-link {
 color: var(--bleu);
}

header .pages-copie .mobile span {
    background-color: var(--bleu);
}


.menu.pages, .menu.pages-copie {
    padding-top: 0;
}
.menu.pages .link, .menu.pages-copie .link {
    margin-top: -58px;
}

.menu.pages, .menu.pages-copie {
    background-color: #EAEFF3;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
}

.menu a:hover::before {
   visibility: visible;
}

/* cta */

.cta {
    position: fixed;
    right: 50px;
    top: 210px;
    z-index: 10;
}

.cta>.row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cta .btn {
    width: 51px;
    height: 51px;
    background-color: var(--jaune);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cta .btn:last-child {
    margin-bottom: 0;
}

.cta .row {
    margin: 0;
}

.cta span {
    display: flex;
    align-items: center;
}

.cta span::before {
    color: white;
    font-size: 28px;
}

.cta .btn:hover {
    width: auto;
}

.cta .btn a{
    display: none;
}

.cta .btn:hover a{
    display: flex;
    text-transform: uppercase;
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    padding: 0px 24px;
}

.cta .btn:hover span{
    display: none;
}

/* Banner */

.banner {
    position: relative;
    padding: 0;
    height: 630px;
    overflow: hidden;
}

.banner .btn {
    position: absolute;
    right: 18%;
    bottom: 18%;
    z-index: 10;      
}

/* .banner .item {
    position: relative;
} */

.banner .owl-carousel .owl-stage-outer, .banner .owl-carousel .owl-stage, .banner .owl-carousel .owl-stage .owl-item , .banner .item, .banner .item>.col-12 {
    height: 100%;
}

.contact-espace {
    margin-top: 190px;
}

.banner .filter {
    background-color: var(--filter);
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-header {
    position: absolute;
    bottom: 14%;
    left: 13%;
    z-index: 10;
    max-width: 944px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

.title-header p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: white;   
    margin-bottom: 25px; 
    margin-top: 13px;
}

.banner img {
    object-fit: cover;
}

/* agence */

.agence {
    position: relative;
    padding-top: 152px;
    padding-bottom: 84px;
}

.agence .col-xl-6 img{
    padding-right: 76px;
}

.agence .filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 41%;
    background-color: var(--bleu);
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
}

.agence h3{
    margin-top: 10px;
    max-width: 600px;
}

.agence img {
    padding-top: 38px;
    height: 100%;
    object-fit: cover;
    min-height: 465px;
}

.agence .chiffre {
    font-family: var(--sara);
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 58px;
    color: var(--bleu);
    margin-bottom: 5px;
}

.agence .col-4 {
    margin-bottom: 20px;
}


.agence .col-6>p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;   
    margin-bottom: 20px;
    max-width: 100px;
}

.agence .col-12>p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;  
    margin-bottom: 35px; 
}

.agence .col-12>a {
    margin-top: 10px;
}


/* assurance */

.assurance>.row {
    display: flex;
    align-items: flex-start;
}

.assurance h3 {
    margin-top: 10px;
}

.assurance .icons {
    padding-left: 0;
    margin-bottom: 50px;
}

.assurance .icons .row {
    margin: 0;
}

.assurance .icons>.row>.col-6>a>.row:hover span:before {
    content: '+'!important;
    font-size: 50px!important;
    color: white!important;
    line-height: 30px!important;
    transform: translate(3%, -4px);
}

.assurance .icons>.row {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.assurance .icons>.row>.col-6>a>.row>.col {
    padding:0;
}


.assurance .icons>.row>.col-6>a>.row {
    padding: 28px 31px;
    background-color: var(--bgColor);
    display: flex;
    align-items: center;
}

.assurance .icons h4 {
    margin-left: 20px;
}

.assurance h3 {
    max-width: 600px;
}

/* contact */

.contact{
    padding-bottom: 55px;
    position: relative;
}

.contact .container {
    z-index: 1;
    position: relative;
}

.contact .filter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #EAEFF3;
    z-index: 0;
}

.contact .images {
    padding-right: 28px;
}

.contact .images>div {
    background-image: url(../img/contact-inflo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

.contact .images img {
    margin-top: -82px;
    width: 100%;
}

.contact h4 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact p {
    margin-bottom: 40px;
    max-width: 650px;
}

.contact a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    font-family: var(--sara);
    color: #303030; 
    display: flex;
    align-items: center;
}

.contact span::before{
    color: #303030;
    line-height: 25px;
}

.contact input::placeholder, .contact textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--sara);
    color: #303030;    
}

.contact input,.contact textarea {
    border-bottom: 1px solid #000000!important;
    border: none;
    background: transparent;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.contact textarea:last-child {
    margin-bottom: 20px;
}
.contact form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.contact button {
    background: transparent;
}
.contact .icons{
    padding-right: 65px;
}

.contact .icons>.col-12{
    display: flex;
    align-items: center;
}

.contact .icons>.col-12:last-child {
    align-items: flex-start;
}


/* page categorie */

.ariane ul {
    display: flex;
}

.ariane li{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    font-family: var(--sara);
    color: #303030;
    padding-bottom: 40px;
    padding-top: 50px;
    position: relative;
}

.ariane li.active:after {
    content: '';
}

.ariane li:after {
    content: ' > ';
    position: absolute;
    right: 8px;
    top: -5px;
    bottom: 0;
    margin: auto;
    color: black;
    width: 1px;
    height: 5px;
}

.ariane li a, .ariane li.active {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    font-family: var(--sara);
    color: #303030;
    margin-right: 13px;
}

.ariane li:last-of-type:after {
    content: '';
}

.categorie h2 {
    text-align: center;
}

.categorie h3 {
    max-width: 570px;
    text-align: center;
    margin: 10px auto 66px;
}

.categorie.blocs h3 {
    max-width: 570px;
    text-align: center;
    margin: 10px auto 0px;
}

.categorie {
    padding: 60px 7%;
    position: relative;
}

.categorie .filter {
    background-color: var(--bleu);
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.categorie>.row {
    position: relative;
    z-index: 1;
}

.categorie .assurance .col-xl-4:nth-child(-n+3) {
    margin-bottom: 57px;
}

.categorie .assurance> .col-xl-4 {
    padding:0px 54px;
}

.categorie .assurance> .col-xl-4>a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 19px 17px;   
    border:  2px solid transparent; 
}


.categorie .assurance> .col-xl-4 .row {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.categorie .assurance a.active, .categorie .assurance a:hover {
    border:  2px solid var(--bleu);
}

.cat-prod {
    padding: 0;
    margin-top: 50px;
}


.cat-prod[data-id="1"] {
    display: flex;
}

.cat-prod .col-xl-3 {
    margin-bottom: 40px;
}

.cat-prod .col-xl-3:nth-child(n+4) {
    margin-bottom: 40px;
}

.cat-prod h5 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.cat-prod p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;    
}

.cat-prod .hoverpages {
    position: relative;
    width: 100%;
    height: 100%;
}

.cat-prod .hover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 0.5s;
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -ms-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
}

.cat-prod .hover span {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bleu);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    position: relative;
}

.cat-prod .hover span::before {
    content: '+';
    font-size: 49px;
    color: white;
    top: -12px;
    position: absolute;
    left: 15px;
    margin: auto;
    right: 0;
    bottom: 0;

}


.cat-prod>.row>.col-xl-3:hover .hover {
    visibility: visible;
    transition: visibility 0.5s;
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -ms-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
}

.cat-prod>.row>.col-xl-3 img {
    opacity: 1;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
}

.cat-prod>.row>.col-xl-3:hover img {
    opacity: 0.6;
}


/* categorie sous pages */


.categorie.sub h3 {
    margin-bottom: 0;
}

.categorie.sub p {
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    /* or 250% */
    
    text-align: center;
    
    color: #000000;
}

.blog>.row {
    display: flex;
    align-items: center;
}

.blog .col-xl-6 img {
    min-height: 600px;
}

.blog p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: #000000 ;
}

.blog>.row>.col-12>p:last-child {
    margin-bottom: 0;
}


.blog h3 {
    margin-bottom: 30px;
    margin-top: 15px;
}


/* page contact */

.contact.pages input[type=checkbox]{
  appearance: auto;
  border: 1px solid black;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-bottom: 0;
  margin-right: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.contact .check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact.pages h5 {
    margin-bottom: 23px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.contact.pages p {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}

.contact .icons>.row>.col-2 {
    padding-right: 0;
}

.contact.pages form .col-xl-6:nth-child(1), .contact.pages form .col-xl-6:nth-child(3) {
    padding-right: 30px;
}

.contact.pages form .col-xl-6:nth-child(2), .contact.pages form .col-xl-6:nth-child(4) {
    padding-left: 30px;
}


@media screen and (max-width:767px){
    .owl-home .item>.col-12 {
        height: 100%;
    }



    .mobile-on


    .assurance .icons h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .menu.pages-copie .logo img {
        width: 140px;
        height: auto;
    }

    
    .pages-copie.menu>.row {
        border-bottom: none;
    }

    .assurance .icons>.row>.col-xl-3:nth-child(1) {
        margin-bottom: 50px;
    }

    .assurance .icons>.row>.col-xl-3:nth-child(2) {
        margin-bottom: 50px;
    }

    .assurance .icons>.row {
        align-items: flex-start;
    }


    footer {
        padding-top: 0px;
    }

    .contact h4 {
        margin-bottom: 20px;
    }

    .contact {
        padding-bottom: 20px!important;
    }

    .contact-espace {
        margin-top: 180px;
    }

    .banner {
        height: 100vh;
    }

    .owl-home h1 {
        font-size: 35px;
        line-height: 45px;
        max-width: 310px;
    }

    .title-header {
        max-width: 92%;
        left: 15px;
        bottom: 9%;
    }

    .contact .icons {
        padding-right: 0;
    }

    .contact a {
        font-size: 11px;
    }

    .banner .btn {
        right: 15px;
        bottom: 15%;
    }

    .cta {
        right: 15px;
        top: 125px;
        padding: 0px 15px;
    }

    .cta .btn {
        width: 35px;
        height: 35px;
    }

    .cta span::before {
        color: white;
        font-size: 15px;
    }

    .menu {
        padding: 0px 15px 20px 15px;
        position: absolute;
        top: 0px;
        left: 0;
        padding-top: 10px;
    }

    .sticky .menu {
        position: fixed;
        background: white;
        padding-bottom: 0;
    }

    .menu.pages {
        position: fixed;
    }

    .menu>.row {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--jaune);
    }

    header img {
        width: 113px;
    }

    header .mobile {
        left: 15px;
    }

    h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .agence .filter {
        width: 59%;
    }

    .agence .chiffre {
        font-size: 35px;
    }

    .contact form {
        margin-top: 20px;
    }

    .assurance h3, .assurance h2 {
        padding: 0px 11px;
    }

    .assurance .icons>.row>.col-6>a>.row {
        flex-direction: column;
        justify-content: center;
        padding: 28px 11px;
    }

    .assurance .icons h4 {
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }

    .assurance .icons {
        padding-left: 12px;
    }

    .assurance .icons.row2 .col-xl-3:nth-child(-n+4) {
        margin-bottom: 50px;
    }

    .contact .images {
        padding: 0;
    }

    .contact {
        padding: 0;
    }

    .contact .images>div {
        padding: 33px;
    }

    .contact form {
        padding: 45px 0px;
    }

    footer .navigation {
        max-width: 50%;
    }

    footer .navigation>.row>.col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    footer h5 {
        margin-bottom: 20px;
    }

    footer .btn-prim {
        padding: 15px 9px;
    }

    .footer>.row>.col-xl-3 {
        margin-bottom: 40px;
    }

    .footer{
        padding: 60px 12px 0px;
    }


    .subfooter>.row {
        flex-direction: column;
        padding: 12px 0px;
    }

    .subfooter a {
        line-height: 25px;
    }

    .subfooter .annexes {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .subfooter .annexes>.col-auto {
        position: relative;
    }

    .subfooter .annexes>.col-auto:last-child:after {
        content: '';
        height: 0;
    }

    .subfooter .annexes>.col-auto::after {
        content: '';
        height: 17px;
        width: 1px;
        position: absolute;
        bottom: -3.5px;
        top: 0;
        margin: auto;
        right: 0;
        background-color: white;
    }

    .menu.pages>.row {
        padding: 0;
        border: none;
    }

    .menu.pages .logo img {
        width: 150px;
        height: 105px;
    }

    header .mobile {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu.pages .mobile span {
        background-color: var(--bleu);
    }

    .categorie {
        padding: 40px 35px;
    }

    .contact form{
        padding: 0px 0px 20px;
    }

    .contact.pages .check label {
        font-size: 12px;
        line-height: 20px;
    }

    .contact.pages .check {
        margin-bottom: 50px;
    }

}


@media screen and (max-width: 1023px) {
    .contact.pages form .col-xl-6:nth-child(2), .contact.pages form .col-xl-6:nth-child(4) {
        padding-left: 12px;
    }

    .contact.pages form .col-xl-6:nth-child(1), .contact.pages form .col-xl-6:nth-child(3) {
        padding-right: 12px;
    }

    .contact {
        padding: 0px 12px;
    }

    .contact.pages h5 {
        margin-top: 40px;
    }

    .owl-home .item>.col-12 {
        height: 100%;
    }

    .banner {
        height: 100vh;
    }

    .owl-home h1 {
        font-size: 35px;
        line-height: 45px;
        max-width: 310px;
    }

    .title-header {
        max-width: 92%;
        left: 15px;
    }

    .banner .btn {
        right: 15px;
        bottom: 15%;
    }

    .cta {
        right: 15px;
        top: 125px;
        padding: 0;
    }

    .cta .btn {
        width: 35px;
        height: 35px;
    }

    .cta span::before {
        color: white;
        font-size: 15px;
    }

    .agence .col-12>p {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .agence .col-xl-6 img {
        padding-right: 0;
        z-index: 1;
        min-height: 0;
        padding-bottom: 30px;
    }

    .agence .col-12>a {
        margin-top: 40px;
    }

    
    .agence .filter {
        width: 59%;
    }

    .assurance h3 {
        margin-bottom: 50px;
    }
    
    .assurance h3, .assurance h2 {
        padding: 0px 11px;
    }

    .assurance .icons>.row>.col-6>a>.row {
        flex-direction: column;
        justify-content: center;
    }

    .assurance .icons h4 {
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }

    .assurance .icons {
        padding-left: 12px;
    }

    .assurance .icons.row2 .col-xl-3:nth-child(-n+4) {
        margin-bottom: 50px;
    }

    .categorie .assurance> .col-xl-4 {
        padding: 0px 12px;   
    }

    .categorie .assurance> .col-xl-4 .row {
        flex-direction: column;
        justify-content: center;
    }

    .assurance h4 {
        text-align: center;
    }

    .categorie .assurance> .col-xl-4>a {
        padding: 12px;
    }

    .categorie .assurance> .col-xl-4 .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .categorie .assurance .col-xl-4:nth-child(-n+4) {
        margin-bottom: 57px;
    }
    .cat-prod {
        padding: 12px;
    }

    .cat-prod>.row>.col-xl-3 img {
        width: 100%;
    }

    .categorie .assurance> .col-xl-4>a {
        display: flex;
        justify-content: center;
    }
    .blog img {
        width: 100%;
    }

}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .title-header {
        max-width: 80%;
        left: 45px;
        /* right: 45px; */
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .menu.pages .mobile span {
        background-color: var(--bleu);
    }

    
    .assurance .icons>.row>.col-xl-3:nth-child(1) {
        margin-bottom: 50px;
    }

    .assurance .icons>.row>.col-xl-3:nth-child(2) {
        margin-bottom: 50px;
    }


    .menu {
        padding-top: 20px;
    }

    .banner .btn {
        right: 45px;
    }

    header .mobile {
        top: 0;
    bottom: 0;
    margin: auto;
    }

    footer h5 {
        margin-bottom: 20px;
    }
    .footer>.row>.col-xl-3 {
        margin-bottom: 40px;
    }



}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .contact.pages h5 {
        margin-top: 40px;
    }

    footer .btn-prim {
        padding: 15px 10px;
        font-size: 12px;
    }

    .assurance .icons>.row>.col-xl-3:nth-child(2), .assurance .icons>.row>.col-xl-3:nth-child(1) {
        margin-bottom: 50px;
    }

    footer h5 a {
        font-size: 13px;
    }

    footer h5 {
        padding-right: 15px;
    }

    .contact .images {
        padding-right: 28px;
        align-items: center;
        display: flex;
    }

    header .pages .mobile span {
        background-color: var(--bleu);
    }

    header .mobile {
        top: 0;
    bottom: 0;
    margin: auto;
    }

    .agence .col-12>p {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .agence .col-xl-6 img {
        padding-right: 0;
        z-index: 1;
        min-height: 0;
        padding-bottom: 30px;
    }

    .agence .col-12>a {
        margin-top: 40px;
    }

    
    .agence .filter {
        width: 59%;
    }

    .assurance h3 {
        margin-bottom: 50px;
    }
    
    .assurance h3, .assurance h2 {
        padding: 0px 11px;
    }

    .assurance .icons>.row>.col-6>a>.row {
        flex-direction: column;
        justify-content: center;
    }

    .assurance .icons h4 {
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }

    .assurance .icons {
        padding-left: 12px;
    }

    .assurance .icons.row2 .col-xl-3:nth-child(-n+4) {
        margin-bottom: 50px;
    }

    .cat-prod>.row>.col-xl-3 img {
        width: 100%;
    }

    .categorie .assurance> .col-xl-4>a {
        display: flex;
        justify-content: center;
    }

    .categorie .assurance> .col-xl-4 .row {
        flex-direction: column;
        justify-content: center;
    }

    .assurance h4 {
        text-align: center;
    }

    .categorie .assurance .col-xl-4:nth-child(-n+4) {
        margin-bottom: 50px;
    }

    .blog img {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    footer .btn-prim {
        padding: 15px 10px;
    }

    .cta {
        right: 0;
    }

    .cta .row {
        margin: 0;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1700px) {
    .assurance .icons>.row>.col-6>a>.row {
        padding: 28px 30px;
    }

    .cta {
        right: 0;
    }

    .menu {
        padding-top: 35px;
    }

    .cta .row {
        margin: 0;
    }
}
