<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Template Name: Tempo - v2.1.0
* Template URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{box-sizing: border-box;}
body{font-family: "system-ui", sans-serif; src: url(../Fonts/Umunu/umunu.otf) format('opentype');color: #444444;text-align: justify;width: 100%;}
img{max-width: 100%;height: auto;object-fit: cover;}
video{max-width:100%;height:auto;object-fit: cover;}
.VideoPres{width: 100%;height: 500px;}
.VideoPresMob{width: 100%;height: 250px;}
.VideoRubri{width: 98%;height: auto;}
a{color: #444444;}
a:hover{color: #000000;text-decoration: none;}
h1,h2, h3, h4, h5, h6 {font-family: 'radley', serif;src: url(../Fonts/Umunu/umunu.otf) format('opentype');font-size: 1.5rem;color: black;}
p{font-size: 15px;text-align: justify;}
.text-slider-items{display: none;}
.intro-subtitle{font-size: 1.5rem;font-weight: 300;}
.intro-subtitle{font-size: 2.5rem;}
.Sous-Title{text-align: center;margin-bottom: 70px;}
.Sous-Title &gt;h3{font-size: 30px;}
#ModeVR{width: 35%;}
#Map{max-width: 100%;height: auto;}
#contactfin p{text-align: center;margin: 14px;margin-left: 25px;}
#services{background: linear-gradient(rgb(255 255 255 / 30%), rgb(218 218 218 / 74%));padding-bottom: 200px;}
.flip-card {background-color: transparent;width: 100%;height: 300px;perspective: 1000px;}
.flip-card-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.6s;transform-style: preserve-3d;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.flip-card-front, .flip-card-back {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.flip-card-front {background-color: #bbb;color: black;}
.flip-card-back {background-color: #e5ff00;color: white;transform: rotateY(180deg);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top{position: fixed;display: none;right: 15px;bottom: 15px;z-index: 99999;transition: 0.5s;}
.back-to-top i{display: flex;align-items: center;justify-content: center;font-size: 18px;width: 40px;height: 40px;border-radius: 50px;background: #3a58bb;color: #fff;transition: all 0.4s;}
.back-to-top:hover{bottom: 19px;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{transition: all 0.5s;z-index: 997;padding: 1px 0;}
#header .logo{font-size: 32px;margin: 0;padding: 0;line-height: 1;font-weight: 600;letter-spacing: normal;text-transform: uppercase;}
#header .logo a{color: #fff;}
#header .logo img{max-height: 25px;margin: 1px;margin-bottom: 5px;}
#header.header-scrolled, #header.header-inner-pages{background: #fff;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);padding: 2px 0;}
#header.header-scrolled .logo a, #header.header-inner-pages .logo a{color: #493c3e;}
#Logo2{display: none;}
#header.header-scrolled #Logo2{display: none;}
#header.header-scrolled #Logo1{display: flex;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul{margin: 0;padding: 0;list-style: none;}
.nav-menu &gt; ul{display: flex;}
.nav-menu &gt; ul &gt; li{position: relative;white-space: nowrap;padding: 10px 0 10px 25px;}
.nav-menu a{display: block;position: relative;color: #fff;transition: 0.3s;font-size: 15px;padding: 0 4px;letter-spacing: 0.4px;font-family: "ralewayregular", sans-serif;}
.nav-menu &gt; ul &gt; li a:before{content: "";position: absolute;width: 100%;height: 2px;bottom: -6px;left: 0;background-color: #000000cc;visibility: hidden;transform: scaleX(0);transition: all 0.3s ease-in-out 0s;}
.nav-menu a:hover:before, .nav-menu li:hover &gt; a:before, .nav-menu .active &gt; a:before{visibility: visible;transform: scaleX(1);}
.nav-menu .drop-down ul{display: block;position: absolute;left: 0;top: calc(100% + 30px);z-index: 99;opacity: 0;visibility: hidden;padding: 10px 0;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;}
.nav-menu .drop-down:hover &gt; ul{opacity: 1;top: 100%;visibility: visible;}
.nav-menu .drop-down li{min-width: 180px;position: relative;}
.nav-menu .drop-down ul a{padding: 10px 20px;font-size: 14px;text-transform: none;color: #493c3e;}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active &gt; a, .nav-menu .drop-down ul li:hover &gt; a{color: #3a58bb;}
.nav-menu .drop-down &gt; a:after{content: "\ea99";font-family: IcoFont;padding-left: 5px;}
.nav-menu .drop-down .drop-down ul{top: 0;left: calc(100% - 30px);}
.nav-menu .drop-down .drop-down:hover &gt; ul{opacity: 1;top: 0;left: 100%;}
.nav-menu .drop-down .drop-down &gt; a{padding-right: 35px;}
.nav-menu .drop-down .drop-down &gt; a:after{content: "\eaa0";font-family: IcoFont;position: absolute;right: 15px;}
.header-scrolled .nav-menu &gt; ul &gt; li a, .header-inner-pages .nav-menu &gt; ul &gt; li &gt; a{color: #493c3e;}


/*--------------------------------------------------------------
# Mobile Navigation 
--------------------------------------------------------------*/
.mobile-nav-toggle{position: fixed;right: 5px;z-index: 9998;border: 0;background: none;font-size: 24px;transition: all 0.4s;outline: none !important;line-height: 1;cursor: pointer;text-align: right;}
.mobile-nav-toggle i{color: black;}
.mobile-nav{position: fixed;top: 55px;right: 15px;bottom: 15px;left: 15px;z-index: 9999;overflow-y: auto;background: rgb(255, 255, 255);transition: ease-in-out 0.2s;opacity: 0;visibility: hidden;border-radius: 10px;padding: 10px 0;}
.mobile-nav *{margin: 0;padding: 0;list-style: none;}
.mobile-nav a{display: block;position: relative;color: #493c3e;padding: 10px 20px;font-weight: 500;outline: none;}
.mobile-nav a:hover, .mobile-nav .active &gt; a, .mobile-nav li:hover &gt; a{color: #3a58bb;text-decoration: none;}
.mobile-nav .drop-down &gt; a:after{content: "\ea99";font-family: IcoFont;padding-left: 10px;position: absolute;right: 15px;}
.mobile-nav .active.drop-down &gt; a:after{content: "\eaa1";}
.mobile-nav .drop-down &gt; a{padding-right: 35px;}
.mobile-nav .drop-down ul{display: none;overflow: hidden;}
.mobile-nav .drop-down li{padding-left: 20px;}
.mobile-nav-overly{width: 100%;height: 100%;z-index: 9997;top: 0;left: 0;position: fixed;background: rgba(45, 37, 38, 0.6);overflow: hidden;display: none;transition: ease-in-out 0.2s;}
.mobile-nav-active{overflow: hidden;}
.mobile-nav-active .mobile-nav{opacity: 1;visibility: visible;}
.mobile-nav-active .mobile-nav-toggle i{color: #fff;}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero{width: 100%;height: auto;margin: 0;margin-bottom: -6px;padding: 0;background-size: cover;position: relative;}
#hero:before{content: "";position: absolute;bottom: 0;top: 0;left: 0;right: 0;}
#hero .hero-container{position: absolute;bottom: 0;top: 0;left: 0;right: 0;display: flex;justify-content: center;align-items: center; flex-direction: column;text-align: center;padding: 0 15px;}
#hero h3{background: rgba(255, 255, 255, 0.1);color: #fff;font-size: 26px;padding: 10px 30px;margin-bottom: 30px;border-radius: 50px;}
#hero h1{margin: 0 0 10px 0;font-size: 48px;font-weight: 700;line-height: 56px;text-transform: uppercase;color: #fff;}
#hero h2{color: #eee;margin-bottom: 40px;font-size: 24px;}
#hero .btn-get-started{font-family: "open-sans", sans-serif;text-transform: uppercase;font-weight: 400;font-size: 13px;letter-spacing: 1px;display: inline-block;padding: 8px 30px 9px 30px;border-radius: 50px;transition: 0.5s;border: 2px solid rgb(7, 7, 7);color: rgb(14, 13, 13);}
#hero .btn-get-started:hover{background: #f5f5f8;border: 2px solid #3a58bb;}
.Scroll{margin: 0;margin-left: 15px;margin-top: 40%;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section{padding: 0;/* border: 0.1px solid red; */}
/* .SectionAbout{padding-top: 0px;margin: 70px auto 150px auto;} */
.about{background: linear-gradient(rgb(255 255 255), rgb(214 214 214 / 43%));}
.section-bg{background-color: white;}
.section-title{text-align: center;}
.section-title h2{font-size: 13px;letter-spacing: 1px;font-weight: 700;padding: 8px 20px;line-height: 1;margin: 0;background: #ebebeb;color: #3a58bb;display: inline-block;text-transform: uppercase;border-radius: 50px;/* border: 0.1px solid red; */}
.section-title h3{font-size: 40px;margin: 50px 0;font-weight: 700;/* border: 0.1px solid red; */}
.section-title h3 span{}
.section-title p{margin: 15px auto 50px auto;font-weight: 600;/* border: 0.1px solid red; */}
.section-title h3{font-size: 40px;margin-bottom: 100px;}
#introabout p{padding: 15px;}
.TitreH3{font-size: 13px;letter-spacing: 1px;font-weight: 700;padding: 8px 20px;line-height: 1;margin: 0;background: #ebebeb;color: #3a58bb;display: inline-block;text-transform: uppercase;border-radius: 50px;}
.IconServices{padding: 5px;margin: 0;/* border: 1px solid red; */}
.TitreGras{font-size: 30px;font-weight: bold;margin-top: 60px;}
#Pservice{margin: 0 10px;}
.Pservice1{font-size: 15px;margin-left: 0px;}
.Pservice2{font-size: 15px;grid-column-end: span 2;margin-left: 0px;margin-top: 15px;}
.IconServices a{color: blue;}
.IconServices a:hover{color: blue;}
ul{padding: 0;margin-left: 10px;}
#Paragraphe1{width: 100%;height: auto;margin-top: 5px;padding: 10px;background-color: #ffffff;color: #110e0e;box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);transition: all 0.3s ease-in-out;border-radius: 8px;/* border: 1px solid red; */}
#Paragraphe2{width: 100%;height: auto;margin-top: 5px;padding: 10px;background-color: #ffffff;color: #110e0e;box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);transition: all 0.3s ease-in-out;border-radius: 8px;/* border: 1px solid red; */}
#Paragraphe3{width: 100%;height: auto;margin-top: 5px;padding: 10px;background-color: #ffffff;color: #110e0e;box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);transition: all 0.3s ease-in-out;  border-radius: 8px;/* border: 1px solid red; */}
#Paragraphe4{width: 100%;height: auto;margin-top: 5px;padding: 10px;background-color: #ffffff;color: #110e0e;box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);transition: all 0.3s ease-in-out;border-radius: 8px;/* border: 1px solid red; */}
.btnclose{position: absolute;left: 98%;width: 14px;height: 14px;margin: 0 0;}
/* iframe{width: 500px;height: auto;border: 0px;margin: 0;} */

/*--------------------------------------------------------------
Animation CSS
---------------------------------------------------------------*/

.conditionalOpen {
        -webkit-animation: conditionalOpen 1s normal forwards ease-in-out;
           -moz-animation: conditionalOpen 1s normal forwards ease-in-out;
                animation: conditionalOpen 1s normal forwards ease-in-out;
        -webkit-transform-origin: 50% 0%;
           -moz-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
    }

  .conditionalClose {
        -webkit-animation: conditionalClose 1s normal forwards ease-in-out;
           -moz-animation: conditionalClose 1s normal forwards ease-in-out;
                animation: conditionalClose 1s normal forwards ease-in-out;
        -webkit-transform-origin: 100% 0%;
           -moz-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
    }

    // Opening and closing motion for conditional fieldset
    @-webkit-keyframes conditionalOpen {
        from { transform: scaleY(0) }
        to { transform: scaleY(1) }
    }
    @-moz-keyframes conditionalOpen {
        from { transform: scaleY(0) }
        to { transform: scaleY(1) }
    }
    @keyframes conditionalOpen {
        from { transform: scaleY(0) }
        to { transform: scaleY(1) }
    }

    @-webkit-keyframes conditionalClose {
        from { transform: scaleY(1) }
        to { transform: scaleY(0) }
    }
    @-moz-keyframes conditionalClose {
        from { transform: scaleY(1) }
        to { transform: scaleY(0) }
    }
    @keyframes conditionalClose {
        from { transform: scaleY(1) }
        to { transform: scaleY(0) }
    }


/*---------------------------------------------------------------
Fin Animation CSS
----------------------------------------------------------------*/
.hide{display: none;padding: 0;}
.Servicescacher{display: none;}
.PhotoService{width: 98%;height: auto;object-fit: inherit;border-radius: 3px;padding: 0;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3{font-weight: 600;font-size: 26px;/* border: 0.1px solid red; */}
.about .content ul{list-style: none;padding: 0;/* border: 0.1px solid red; */}
.about .content ul li{padding-left: 28px;position: relative;/* border: 0.1px solid red; */}
.about .content ul li + li{margin-top: 10px;/* border: 0.1px solid red; */}
.about .content ul i{position: absolute;left: 0;top: 2px;font-size: 20px;color: #3a58bb;line-height: 1;/* border: 0.1px solid red; */}
.about .content p:last-child{margin-bottom: 0;/* border: 0.1px solid red; */}
.about .content .btn-learn-more{font-family: "ralewayregular", sans-serif;font-weight: 600;font-size: 14px;letter-spacing: 1px;display: inline-block;padding: 12px 32px;border-radius: 50px;transition: 0.3s;line-height: 1;color: #3a58bb;-webkit-animation-delay: 0.8s;  animation-delay: 0.8s;margin-top: 6px;border: 2px solid #3a58bb;/* border: 0.1px solid red; */}
.about .content .btn-learn-more:hover{background: #3a58bb;color: #fff;text-decoration: none;}
/* .ContainerApropos{display: grid;grid-template-columns: auto auto;margin: 0px;margin-top: 0px;padding: 0px;} */
/* .ImageApropos{width: 50%;height: auto;} */
/* .ImageApropos2{width: 50%;height: auto;} */
/* .SectionApropos{display: flex;flex-wrap: wrap;justify-content: left;margin: 0px;/* border: 0.1px solid red; */} */
/* .TitreApropos{font-family: 'Radley', serif;font-size:70px;margin-left: 0px;padding: 0;text-align: left;} */
/* .Apropos{font-size: 20px;margin-top: 95px;text-align: left;/* border: 0.1px solid red; */} */
/* .TexteApropos{display: flex;flex-direction: column;margin: 50px;margin-left: 0;padding: 0;text-align: left;font-size: 20px;/* border: 0.1px solid red; */} */
/* .TexteApropos2{display: flex;flex-direction: column;margin: 50px;padding: 0;text-align: left;font-size: 20px;/* border: 0.1px solid red; */} */

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{padding-bottom: 30px;margin-bottom: 150px;}
.services .icon-box{width: 100%;margin: 0;padding: 60px 30px 10px 30px;position: relative;overflow: hidden;background: #fff;box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);transition: all 0.3s ease-in-out;border-radius: 8px;z-index: 1;text-align: center;cursor: pointer;/* border: 0.1px solid red; */}
.services .icon-box::before{content: '';position: absolute;background: #fdeff2;right: 0;left: 0;bottom: 0;top: 100%;transition: all 0.4s;z-index: -1;width: 100%;/*border: 0.1px solid red;*/}
.services .icon-box:hover::before{background: #74b5cc;top: 0;border-radius: 0px;width: 100%;}
.services .icon{margin-bottom: 15px;/*border: 0.1px solid red;*/}
.services .icon i{font-size: 130px;line-height: 1;color: #575757;transition: all 0.3s ease-in-out;/* border: 0.1px solid red; */}
.services .title{font-weight: 700;margin-bottom: 15px;font-size: 30px;/* border: 0.1px solid red; */}
.services .title a{color: #111;/* border: 0.1px solid red; */}
.services .description{font-size: 15px;line-height: 28px;margin-bottom: 0;/* border: 0.1px solid red; */}
.services .icon-box:hover .title a, .services .icon-box:hover .description{color: #fff;/* border: 0.1px solid red; */}
.services .icon-box:hover .icon i{color: #fff;/* border: 0.1px solid red; */}
.services .icon-box:hover h4{color: white;}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features{padding-top: 0px;}
.features .icon-box{display: flex;align-items: center;padding: 20px;transition: ease-in-out 0.3s;box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);}
.features .icon-box i{font-size: 32px;padding-right: 10px;line-height: 1;}
.features .icon-box h3{font-weight: 700;margin: 0;padding: 0;line-height: 1;font-size: 16px;}
.features .icon-box h3 a{color: #493c3e;transition: ease-in-out 0.3s;}
.features .icon-box:hover a{color: #3a58bb;}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta h3{color: #fff;font-size: 28px;font-weight: 700;}
.cta p{color: #fff;}
/* #imagecta{;background: linear-gradient(rgba(18, 34, 57, 0.3), rgba(18, 34, 57, 0.5));background-position: center;background-repeat: no-repeat;background-size: cover;padding: 100px 0;margin-top: 10px;} */
/* #imagecta1{background: linear-gradient(rgba(18, 34, 57, 0.3), rgba(18, 34, 57, 0.5)), url('../img/Imagesite/Banniere.jpg');background-position: center;background-repeat: no-repeat;background-size: cover;padding: 50px 0;margin-top: 10px;} */
.cta .cta-btn{font-family: "ralewayregular", sans-serif;text-transform: uppercase;font-weight: 500;font-size: 16px;letter-spacing: 1px;display: inline-block;padding: 8px 28px;border-radius: 25px;transition: 0.5s;margin-top: 10px;border: 2px solid #fff;color: #fff;}
.cta .cta-btn:hover{background: #3a58bb;border: 2px solid #3a58bb;}


/*--------------------------------------------------------------
# SVG
--------------------------------------------------------------*/

svg{height: 150px;margin-top: 10px;}
.st0{fill:#FFFFFF;}
.st1{fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
.icon-checkmark{color: green;}
/* #Calque_2{height: 125px;} */


/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
.Section-Solu{background: linear-gradient(rgb(255 255 255 / 30%), rgb(218 218 218 / 74%));padding-bottom: 30px;margin-top: 95px;}
.TexteSolu{}
.SoluImage{}
#Image1Solu{}
.Imagesolu{}
.IconSolu{max-width: 50%;}
.Modes3{margin-top: 85px;}
.Modes3 &gt;h5{margin-bottom: 30px;}
.Solu .icon i{font-size: 130px;font-weight: bold;line-height: 1;color: #575757;transition: all 0.3s ease-in-out;/* border: 0.1px solid red; */}
.SoluIcons{ margin-bottom: 50px;}
#LogoWeb{}
#LogoMobile{max-width: 30%;margin-top: 35px;}
#LogoNavWeb{}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3a58bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #3a58bb;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f7c2cc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #493c3e;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3a58bb;
  font-weight: 500;
  font-family: "ralewaysemibold", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #493c3e;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3a58bb;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 2px solid #3a58bb;
  color: #3a58bb;
  font-size: 14px;
  font-weight: 400;
  font-family: "ralewayregular", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3a58bb;
  color: #fff;
}

.pricing .recommended {
  border-color: #3a58bb;
}

.pricing .recommended .btn-buy {
  background: #3a58bb;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #d91e42;
  border-color: #d91e42;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #fce6ea;
  color: #3a58bb;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #3a58bb;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #3a58bb;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3a58bb;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  margin-top: 0px;

}

.team .member {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(77, 77, 77, 0.1) ;
}


.team .member .member-img {
  position: relative;
  overflow: hidden;
  
}



/* .Team-info{font-size: 15px;margin: 10px;padding: 0;} */
/* .infoteam{text-align: center;padding: 10px;} */
/* .TitreTeam{font-family: "ralewayregular", sans-serif;} */

/* .Descriptionteam{width: 100%;height: auto;padding: 15px;margin: 0;text-align: left;} */

/* .Descriptionteam2{width: 100%;height: auto;padding: 15px;padding-left: 0;margin: 0;text-align: left;} */


.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #3a58bb;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
  justify-content: right;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}


.rubrique2 a{text-decoration: underline;}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info{margin: 0;padding: 0;background: #fff;/* border: 0.1px solid red; */}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: black;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 68px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email, .contact .info .phone {
  margin-top: 0px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: black;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #3a58bb;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #3a58bb;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d01d3f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f4f4;
  margin-top: 67px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #655356;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3a58bb !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #3a58bb;
}

.blog .entry .entry-meta {
  color: #9a8487;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li {
  margin-bottom: 15px;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #9a8487;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #3a58bb;
  color: #fff;
  padding: 5px 20px 7px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #3a58bb;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #c3b6b8;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #3a58bb;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 36px;
  line-height: 42px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #b1a0a3;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #3a58bb;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #b1a0a3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
  background-color: #493c3e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #3a58bb;
}

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #3a58bb;
  border: 1px solid #3a58bb;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #d3cacb;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 42px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: -1px;
  background: #3a58bb;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #3a58bb;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #655356;
}

.blog .sidebar .categories ul a:hover {
  color: #3a58bb;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b1a0a3;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #110e0e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #3a58bb;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b1a0a3;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8e767a;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ede9e9;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #3a58bb;
  background: #3a58bb;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{color: #444444;font-size: 14px;background: #f6f4f4;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);/* border: 0.1px solid red; */}
#footer .footer-top{padding: 60px 0 30px 0;background: #fff;}
#footer .footer-top .footer-contact{margin-bottom: 30px;}
#footer .footer-top .footer-contact h4{font-size: 22px;margin: 0 0 30px 0;padding: 2px 0 2px 0;line-height: 1;font-weight: 700;}
#footer .footer-top .footer-contact p{font-size: 14px;line-height: 24px;margin-bottom: 0;font-family: "ralewayregular", sans-serif;color: #777777;}
#footer .footer-top h4{font-size: 16px;font-weight: bold;color: #444444;position: relative;padding-bottom: 12px;}
#footer .footer-top .footer-links{margin-bottom: 30px;}
#footer .footer-top .footer-links ul{list-style: none;padding: 0;margin: 0;}
#footer .footer-top .footer-links ul i{padding-right: 2px;color: #ea6981;font-size: 18px;line-height: 1;}
#footer .footer-top .footer-links ul li{padding: 10px 0;display: flex;align-items: center;}
#footer .footer-top .footer-links ul li:first-child{padding-top: 0;}
#footer .footer-top .footer-links ul a{color: #777777;transition: 0.3s;display: inline-block;line-height: 1;}
#footer .footer-top .footer-links ul a:hover{text-decoration: none;color: #3a58bb;}
#footer .footer-newsletter{font-size: 15px;}
#footer .footer-newsletter h4{font-size: 16px;font-weight: bold;color: #444444;position: relative;padding-bottom: 12px;}
#footer .footer-newsletter form{margin-top: 30px;background: #fff;padding: 6px 10px;position: relative;border-radius: 50px;text-align: left;border: 1px solid #f7c2cc;}
#footer .footer-newsletter form input[type="email"]{border: 0;padding: 4px 8px;width: calc(100% - 100px);}
#footer .footer-newsletter form input[type="submit"]{position: absolute;top: 0;right: -2px;bottom: 0;border: 0;background: none;font-size: 15px;padding: 0 22px;background: #3a58bb;  color: #fff;transition: 0.3s;border-radius: 50px;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}
#footer .footer-newsletter form input[type="submit"]:hover{background: #d01d3f;}
#footer .credits{padding-top: 5px;font-size: 13px;color: #444444;}
#footer .social-links a{font-size: 18px;display: inline-block;background: #3a58bb;color: #fff;line-height: 1;padding: 8px 0;margin-right: 4px;border-radius: 50%;text-align: center;width: 36px;  height: 36px;transition: 0.3s;}
#footer .social-links a:hover{background: #d01d3f;color: #fff;text-decoration: none;}


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

                                          VERSION MOBILE
 
 ------------------------------------------------------------------------------------------------*/


@media screen and (min-height: 500px) {
  #hero {width: 100%;}
  video{max-width:100%;height:auto;}
  #hero h3{font-size: 22px;}
  #hero h1{font-size: 28px;line-height: 36px;}
  #hero h2{font-size: 18px;line-height: 24px;margin-bottom: 30px;}
  .Scroll{margin: 0;margin-left: 10px;margin-top: 50px;text-align: center;}
  #Suite{display: none;}
  .ImageApropos{height: 150vh;}
  #introabout h1{font-size: 6.7vw;text-align: center;margin-top: 30px;}
  /* #imagecta{background:  url("../img/Imagesite/EOSlogoNoirBannieresitelumereflou.jpg") center;background-position: center;background-repeat: no-repeat;background-size: cover;padding: 100px 0;margin-top: 20px;}
  #imagecta1{background: linear-gradient(rgba(18, 34, 57, 0.3), rgba(18, 34, 57, 0.5)),url("../img/Imagesite/Banniere.jpg") center;background-position: center;background-repeat: no-repeat;background-size: cover;padding: 90px 0;margin-top: 150px;} */
  .ContainerApropos{display: flex;}
  .ImageApropos{width: 90%;height: auto;margin-left: auto;}
  .ImageApropos2{width: 100%;height: auto;}
  .TitreApropos{text-align: center;}
  .TexteApropos{margin: 0;padding: 0;text-align: center;}
  .TexteApropos2{margin: 0;padding: 0;text-align: center;}
  .services .icon-box{width: 100%;}
  .dgrid{display: flex;margin: 1px;flex-wrap: wrap;}
  .btnclose{position: absolute;left: 95%;width: 14px;height: 14px;margin: 0 0;}
  .infoteam{text-align: center;margin-top: 15px;}
  .teamcontainer p{padding: 20px;}
  .rubrique{display: flex;flex-direction: column;flex-wrap: wrap;}
  .rubrique2{display: flex;flex-direction: column-reverse;flex-wrap: wrap;}
  .cta{background-size: cover;}
  .contact .info{margin: 5px;margin-bottom: 25px;display: grid; grid-template-columns:auto;grid-gap: 22px;margin: 5px}  .contact .info h4{margin: 5px;}
  .contact .info p{justify-content: center;white-space: nowrap;}
  #Map{width: 100%;height: 85vh;}
  section .Solu{display: flex;flex-direction: column;flex-wrap: wrap;text-align: center;}
  section .Solu p{padding: 20px;}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

}

@media screen and (min-width: 576px){
  video{max-width:100%;height:auto;}
  #hero {width: 100%;}
  #hero h3{font-size: 22px;}
  #hero h1{font-size: 28px;line-height: 36px;}
  #hero h2{font-size: 18px;line-height: 24px;margin-bottom: 30px;}
  .Scroll{margin: 0;margin-left: 10px;margin-top: 50px;text-align: center;}
  #Suite{display: none;}
  #introabout h1{font-size: 4.1vw;text-align: left;margin-left: 4%;}
  /* #imagecta{background: url("../img/Imagesite/EOSlogoNoirBannieresitelumereflou1.jpg") center;background-position: center;background-repeat: no-repeat;background-size: contain;padding: 100px 0;margin-top: 20px;}
  #imagecta1{background: linear-gradient(rgba(18, 34, 57, 0.3), rgba(18, 34, 57, 0.5)),url("../img/Imagesite/Banniere.jpg") center;background-position: center;background-repeat: no-repeat;background-size: cover;padding: 90px 0;margin-top: 150px;} */
  .ImageApropos{height: 150vh;}
  .ContainerApropos{display: flex;}
  .ImageApropos{width: 90%;height: auto;margin-left: auto;}
  .ImageApropos2{width: 100%;height: auto;}
  .TitreApropos{text-align: center;}
  .TexteApropos{margin: 0;padding: 0;text-align: center;}
  .TexteApropos2{margin: 0;padding: 0;text-align: center;}
  .services .icon-box{width: 100%;}
  .dgrid{display: flex;margin: 1px;flex-wrap: wrap;}
  .btnclose{position: absolute;left: 96%;width: 14px;height: 14px;margin: 0 0;}
  .infoteam{text-align: center;margin-top: 15px;}
  .teamcontainer p{padding: 20px;}
  .rubrique{display: flex;flex-direction: column;flex-wrap: wrap;}
  .rubrique2{display: flex;flex-direction: column-reverse;flex-wrap: wrap;}
  .cta{background-size: cover;}
  .contact .info{display: grid; grid-template-columns:auto;grid-gap: 22px;margin: 5px}
  .contact .info h4{margin: 5px;}
  .contact .info p{justify-content: center;}
  #Map{width: 100%;height: 85vh;}
  /* section .Solu{display: flex;flex-direction: column;flex-wrap: wrap;text-align: center;} */
  section .Solu p{padding: 20px;}

@-webkit-keyframes animate-loading{0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}
}

@keyframes animate-loading{0% {transform: rotate(0deg);}100%{transform: rotate(360deg);}}
}
@media screen and (max-width: 767px){
  .video1{margin-top: 37px;padding-bottom: 10px;}
  #header .logo img{max-height: 17px;}
  .video0{display: none;}
  .PhotoService{display: none;}
  .VideoRubri{display: none;}
  .VideoPres{display: none;}
  #TitreLoisir{font-size: 20px;}
  section #Mode2{border-bottom: solid;}
  #Calque_2{height: 100px;margin-top: 20px;}  
  #LogoWeb{max-width: 20%;}
  #LogoMobile{max-width: 20%;margin-top: 14px;}
  #LogoNavWeb{max-width: 20%;}
  .SoluIcons h5{font-size: 20px;}
  .SoluIcons{margin-bottom: 10px;}
  #H5solu{margin-top: 20px;}
  section .Solu p{text-align: center;}
  .flip-card {background-color: transparent;width: 100%;height: 660px;perspective: 1000px;}
}
@media screen and (min-width: 768px){
  #hero{width: 100%;height: auto;}
  #introabout{display: flex;flex-wrap: wrap;flex-direction: column;}
  .video1{display: none;}
  .VideoPresMob{display: none;}
  .VideoMobile{display: none;}
  #introabout div{text-align: center;margin: 0;}
  #introabout h1{font-size: 4.1vw;text-align: left;margin-left: 4%;}
  #introabout p{padding: 8px;margin: 0 20px;font-size: 15px;}
  section .Solu{display: flex;flex-direction: row;flex-wrap: wrap;margin: 0;padding: 0;}
  section .Modes{width: 50%;align-self: flex-end;}
  section .Modes3{width: 100%;}
  section #Mode2{border-right: solid;}
  section .Solu p{padding: 10px 50px;font-size: 17px;}
  section .Imagesolu{width: 97%;}
  #TextSolu2{margin-bottom: 30%;}
  #Visite360{display: grid;grid-template-columns: 33% 33% 33%;}
  .teamcontainer p{padding: 20px;}
  .teamimage{min-width: 100%;margin-top: 16px;}
  .rubrique{display: flex;flex-direction: column;flex-wrap: wrap;}
  .rubrique2{display: flex;flex-direction: column-reverse;flex-wrap: wrap;}
  .rubrique .infoteam{margin: 15px;}
  .infoteam{text-align: center;margin-top: 15px;}
  #ImageResponsive{display: none;}
  #hero h3{font-size: 22px;}
  #hero h1{font-size: 28px;line-height: 36px;}
  #hero h2{font-size: 18px;line-height: 24px;margin-bottom: 30px;}
  .Scroll{margin: 0;margin-left: 10px;margin-top: 50px;text-align: center;}
  #Suite{margin: 0;margin-left: 0;margin-top: 40%;text-align: center;}
  #header .logo{font-size: 28px;width: 100px;}
  #hero{width: 100%;}
  #ImageResponsive{display: none;max-width: 100%;z-index: 1;}
  /* #imagecta{background: url("../img/Imagesite/EOSlogoNoirBannieresitelumereflou1.jpg") center;background-position: center;background-attachment: fixed;background-repeat: no-repeat;background-size:contain;padding: 200px 0;margin-top: 90px;}
  #imagecta1{background: url("../img/Imagesite/Banniere.jpg") center;background-position: center;background-repeat: no-repeat;background-attachment: fixed;;background-size: cover;padding: 200px 0;margin-top: 90px;} */
  #hero h3{font-size: 22px;}
  #hero h1{font-size: 28px;line-height: 36px;}
  #hero h2{font-size: 18px;line-height: 24px;margin-bottom: 30px;}
  .Scroll{margin: 0;margin-left: 10px;margin-top: 50px;text-align: center;}
  .Suite{display: inline-block;/* margin-top: 41%; */text-align: center;}
  .ImageApropos{width: 100%;}
  .dgrid{display: flex;flex-direction: column;margin: 1px;}
  .ImageApropos{width: 90%;height: auto;margin-left: auto;margin-top: 90px;}
  .ImageApropos2{width: 98%;height: auto;margin-top: 50px;}
  .TitreApropos{text-align: center;}
  .Apropos{text-align: center;}
  .TexteApropos{margin: 0;text-align: center;}
  .TexteApropos2{margin: 0;text-align: center;}
  .dgrid{display: flex;margin: 1px;}
  .btnclose{position: absolute;left: 97%;width: 14px;height: 14px;margin: 0 0;}
  .MobileResponsive{display: none;}
  .TeamContainer{display: grid;grid-template-rows: auto;}
  .Team-info{margin: 25px;}
  .Descriptionteam{width: 100%;height: auto;padding: 15px;margin: 0;text-align: center;}
  .contact .info{display: grid;grid-template-columns: auto;}
  .contactinfo{}
  .contact .info h4{margin: 5px;}
  .contact .info p{margin: 10px;}
  #Map{width: 100%;height: 85vh;}
  .breadcrumbs{margin-top: 50px;}
  .portfolio-details .portfolio-info{position: static;margin-top: 30px;}
  #TexteVisite{padding-left: 18%;margin-bottom: 40px;font-size: 17px;}
  

}
@media screen and (min-width: 1024px){
  #introabout{display: grid; grid-template-columns: 50% auto;}
  #introabout div{text-align: center; margin-left: 5%;margin-top: 10%;}
  #introabout p{width: 85%;padding: 8px;font-size: 15px;}
  #introabout h1{font-size: 4.1vw;text-align: left;margin-left: 4%;}
  .services .title {font-weight: 700;margin-bottom: 15px;font-size: 25px;}
  .btnclose {position: absolute;left: 98%;width: 14px;height: 14px;margin: 0 0;}
  .team {width: 100%;background: #fff;padding: 60px 0;margin-top: 0;}
  .section-title p{width: 100%;padding: 0;margin: 0;text-align: left;font-size: 16px;}
  #TextSolu2{margin-bottom: 12%;}
  .teamcontainer{display: grid;grid-template-rows: 50% auto;grid-gap: 20px;}
  .teamcontainer p{padding: 5px;}
  .rubrique{display: grid;grid-template-columns: 35% auto;}
  .rubrique2{display: grid;grid-template-columns: auto 35%;}
  .infoteam{text-align: center;margin: 0 15px;}
  .contact .info div{margin-bottom: 15px;}
  .contact .info{display: flex}
  #pt5{justify-content: center;}

}
@media screen and (min-width: 1200px){
  #introabout{display: grid; grid-template-columns: repeat(2,1fr);}
  #introabout div{width: 85%;text-align: center;margin-left: 15%;}
  #introabout h1{text-align: left;margin-left: 20px;}
  #introabout p{width: 85%;}
  #services{margin-top: 95px;}
  #focus{flex-basis: auto;z-index: -1;}
  #focus #aboutbutton{text-align: center;margin-top:0 ;}
  /* #imagecta{background: url("../img/Imagesite/EOSlogoNoirBannieresitelumereflou1.jpg") center;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;padding: 150px 0;margin-top: 190px;}
  #imagecta1{background: url("../img/Imagesite/Banniere.jpg") center;background-position: center;background-attachment: fixed;;background-repeat: no-repeat;background-size: cover;padding: 150px 0;margin-top: 190px;} */
  .dgrid{display: flex; flex-wrap: wrap;}
  .btnclose{position: absolute;left: 98%;width: 14px;height: 14px;margin: 0 0;}
  .section-title p{width: 100%;padding: 0;margin: 0;text-align: left;font-size: 16px;}
  .teamcontainer{display: grid;grid-template-rows: 50% auto;grid-gap: 20px;}
  .teamcontainer p{padding: 5px;}
  .rubrique{display: grid;grid-template-columns: 30% auto;}
  .rubrique2{display: grid;grid-template-columns: auto 30%;}
  .rubrique .infoteam{margin: 15px;}
  .contact .info div{ margin: 0 20px;}
  #Map{width: 100%;height: 55vh;}
  /* section .Solu{display: grid;grid-template-columns: repeat(2,1fr);text-align: center;} */
  #Image1Solu{}

}
@media screen and (min-width: 1366px){
  #introabout{display: grid; grid-template-columns: repeat(2,1fr);}
  #introabout div{width: 75%;text-align: center;margin-left: 15%;margin-top: 0;}
  #introabout p{font-size: 1.1vw;}
  .nav-menu .drop-down .drop-down ul{left: -90%;}
  .nav-menu .drop-down .drop-down:hover &gt; ul{left: -100%;}
  .nav-menu .drop-down .drop-down &gt; a:after{content: "\ea9d";}
}

@media screen and (min-width: 1400px){
  .video0{width:100%;height:auto;}
  img{width: 100%;height: auto;object-fit: cover;}
  #introabout p{}
}</pre></body></html>