html {
	 height: 100%;
	 display: flex;
	 flex-direction: column;
}
 body {
	 font-family: 'Open Sans', sans-serif;
	 text-align: left;
	 font-size: 14px;
	 word-wrap: break-word;
	 display: flex;
	 flex-direction: column;
	 flex: 1;
}
 .container-fluid {
	 width: 100%;
}



/* #menuMain {
	 padding: 20px 0;
}*/
 #footerSita {
	 width: 100%;
	 margin-top: auto;
}
 .btnBig {
	 color: #52B1EB;
	 background-color: transparent;
	 padding: 8px;
	 border: 2px solid #00A0F0;
	 display: inline-block;
}
 .btnBig:hover {
	 color: #00A0F0;
	 background-color: fff;
	 text-decoration: none;
}
 .btnBleuWeb {
	 color: #fff;
	 background-color: #00A0F0;
	 display: inline-block;
	 border: none;
}
 .btnBleuWeb:hover {
	 color: #ffffff;
	 background-color: #0072CE;
	 display: inline-block;
}
 .btnContact {
	 border: 1px solid #fff;
	 border-radius: 0px;
	 color: #fff;
	 background-color: transparent;
	 min-width: 149px;
	 margin-left: 30px;
}
 .btnContact:hover, .btnContactForm:hover {
	 background-color: #0072ce;
	 color: #fff;
}
 .btn_yellow {
	 color: #fff;
	 background-color: #ffce54;
	 display: inline-block;
	 padding: 7px 20px;
	 margin-left: 45px;
}
 .btn_yellow:hover {
	 background-color: #fff;
	 color: #ffce54;
	 text-decoration: none;
}
 .btn_return_to_homepage {
	 color: #00A0F0;
	 text-decoration: none;
	 padding: 7px 20px;
}
 .btn_return_to_homepage:hover {
	 background-color: #00A0F0;
	 color: #fff;
	 text-decoration: none;
}
 .error, .err {
	 border: 1px solid #ED5565;
	 color: #ED5565;
}
 .selected {
	 border: 0;
}
 a:focus {
	 outline: none;
}
 .bold {
	 font-weight: 600;
}
 .bleuWeb {
	 color: #00A0F0 !important;
}
 .blanc {
	 color: #fff !important;
}
 .margintop70 {
	 margin-top: 70px;
}
 .marginbottom100 {
	 margin-bottom: 100px;
}
 .margintop50 {
	 margin-top: 50px;
}
 .weight300 {
	 font-weight: 300;
}
 .uppercase {
	 text-transform: uppercase;
}
 #loginError {
	 color: red;
}
 header {
	 padding-left: 0 !important;
	 padding-right: 0 !important;
}
 .navbar {
	 border: 0px;
	 border-bottom: 1px solid #d3d3d3;
	 border-radius: 0;
	 background-color: #fff;
	 min-height: 62px;
	 margin-bottom: 0;
	 position: relative;
}
 /*.navbar > .container {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}*/
 .navbar .container:before, .navbar .container:after {
	 content: "";
	 display: none;
}
 header#topmenu {
	 position: sticky;
	 top: 0;
	 z-index: 999;
}
/* #topmenu .navbar-header {
	 display: inline-block;
}*/
 #topmenu .navbar-brand {
	 height: auto;
}
 #topmenu .navbar * a {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 16px;
	 font-weight: 500;
	 color: #525252;
	 text-transform: uppercase;
}
#topmenu .navbar * a:hover {
 color: #007aff !important
}

 #topmenuList, #topmenuList li, #topmenuList li a {
	 display: inline-block;
}
 #topmenuList {
	 float: right;
}
 #topmenuList .dropdown li {
	 display: block;
	 text-align: center;
}
 #topmenuList .dropdown-menu {
	 min-width: fit-content;
}

#topmenu .navbar-default.navbar * a.navbar-toggle {
    border: none;
    font-size: 24px;
}

#topmenu .navbar * a.main-item {
    color: #191919;
}

#topmenu .navbar * a.main-item ~ .dropdown-menu a.main-item {
    font-weight: 600;
}


 .navbar * a:hover {
	 color: #202129 !important;
}

 header #topbarMenu ul.navbar-right {
	 margin-top: 0 !important;
}
 #topbarMenu {
	 border-bottom: 1px solid #d3d3d3;
}
 #topbarMenu .container {
	 justify-content: end;
}
 #topbarMenu .navbar-right {
	 display:flex;
	 justify-content: space-between;
	 float: none;
}
 #topbarMenu .navbar-nav>li {
	 float: left;
}
 #topbarMenu .navbar-nav>li a {
	 color: rgba(60, 60, 67, 0.6) !important;
	 text-transform: uppercase;
	 font-size: 13px;
}

#topbarMenu .navbar-nav>li a > span > span:last-of-type {
    display: inline-block;
    margin-left: 4px;
}
#topbarMenu .dropdown-menu {
	min-width: fit-content;
}


header#topmenu .navbar-brand > img {
    width: 80%;
}
#menuMain img {
    margin-right: 15px;
    width: 30px;
}
 
 #topbarMenu .navbar-nav>li a:hover {
	 color: #00298a !important;
}
 #submenu {
	 width: 100%;
	 min-height: 60px;
	 background: rgba(0,0,0,0.9);
	 border-bottom: 0;
}
 #submenu.navbar-inverse .navbar-nav>li>a {
	 color: #fff;
}
 #submenu.navbar-inverse .navbar-nav>li>a:hover {
	 color: #00A0F0 !important;
}
 #submenu * li.active>a {
	 color: #00A0F0 !important;
	 background-color: transparent;
}
 #submenu * .submenuLogo {
	 padding-top: 5px;
	 min-height: 60px;
}
 #submenu * .submenuLogo img {
	 display: inline-block;
}
 #submenu * .submenuTitle {
	 padding-left: 20px;
	 color: #fff;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 25px;
	 font-weight: 300;
	 display: inline-block;
	 margin-top: 12px;
}
 #submenu.navbar-inverse .navbar-nav>li.submenuItems>a {
	 padding-top: 10px;
}
 #submenu.navbar-inverse .navbar-nav>li.submenuContact>a {
	 color: #00A0F0;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 margin-top: 4px;
	 border: 1px solid #00A0F0;
}
 #submenu.navbar-inverse .navbar-nav>li.submenuContact>a:hover {
	 color: #fff !important;
	 border: 1px solid #fff;
}
 #menuMain * a {
	 text-decoration: none;
}
 #menuMain img {
	 margin-right: 15px;
}
 #menuMain img, #menuMain h2 {
	 display: inline;
}
 #menuMain h2 {
	 text-align: left;
	 color: #00A0F0;
	 text-transform: uppercase;
	 font-size: 15px;
	 font-family: open-sans, sans-serif;
	 font-weight: 400;
	 margin-bottom: 5px;
	 display: block;
	 vertical-align: bottom;
}
 #menuMain h2:hover {
	 color: #fff;
}
 #menuMain * ul {
	 list-style-type: none;
	 background: #fff;
	 width: 100%;
	 max-width: 100%;
}

#menuMain * ul.dropdown-menu {
	padding: 12px 0;
}

#menuMain .dropdown-menu>li>a {
	padding: 8px;
}
 #menuMain * ul li a {
	 color: #7F7F7F;
	 text-transform: uppercase;
	 font-size: 15px;
	 font-family: open-sans, sans-serif;
	 font-weight: 400;
	 text-decoration: none;
}
 #menuMain * ul li a:hover {
	 color: #fff;
	 text-decoration: none;
}
/* @media only screen and (max-width: 992px) {
	 #menuMain * ul, #menuMain * ul li a, #menuMain h2 {
		 text-align: center;
	}
}*/
 .modal-dialog {
	 width: 100%;
}
 #menuModal, #rechercherModal, #loginModal {
	 background: rgba(0,0,0,0.8);
	 width: 100%;
}
 #menuModal * .mgbottom, #loginModal * .mgbottom {
	 margin-bottom: 18px;
}
 #menuModal * .modal-content, #rechercherModal * .modal-content, #loginModal * .modal-content {
	 background-color: transparent;
	 color: #fff;
	 border: none;
	 box-shadow: inherit;
}
 #menuModal * .close span, #rechercherModal * .close span, #loginModal * .close span {
	 color: #fff;
	 font-size: 24px;
}
 #menuModal * .modal-header, #rechercherModal * .modal-header, #loginModal * .modal-header {
	 border-bottom: 0px;
}
 #rechercherModal * h2, #loginModal * h2 {
	 font-weight: 300;
	 margin-bottom: 20px;
}
 #rechercherModal * .rechercherInput, #loginModal * .loginInput {
	 border: 1px solid #bac2c7;
	 color: #fff;
	 background-color: transparent;
	 min-height: 60px;
	 padding: 10px 10px;
	 border-radius: 0px;
}
 #rechercherModal * .rechercherSubmit, #loginModal * .loginSubmit {
	 display: inline-block;
	 border: 1px solid #00A0F0;
	 color: #00A0F0;
	 background-color: transparent;
	 min-height: 60px;
	 padding: 0px 35px 0px 35px;
	 border-radius: 0px;
	 font-size: 20px;
	 text-decoration: none;
}
 #rechercherModal * .rechercherSubmit:hover, #loginModal * .loginSubmit:hover {
	 border: 1px solid #fff;
	 color: #fff;
	 text-decoration: none;
}
/* #home {
	 background-image: url('/ressources/cms/images/template/home_illustration.jpg');
	 background-size: cover;
}*/
 #home .homeTxt {
	 margin-top: 5em;
	 font-size: 14px;
}
 #home h2 {
	 font-weight: 300;
}
 #home * a:not(.btn), #home * a:not(.btn):focus, #home * a:not(.btn):hover {
	 text-decoration: none;
	 color: #000000;
}
 #home .homeTipOfTheWeek {
	 margin-top: 35px;
	 padding: 20px;
	 border-radius: 5px;
}
 .search_no_result_1 {
	 font-weight: 700;
	 color: #023086;
	 margin-bottom: 5px;
}
 .search_no_result_2 {
	 font-weight: 400;
	 color: #023086;
	 margin-top: 5px;
}
 .search_result_title {
	 background-color: #fff !important;
	 border-bottom: 0px !important;
	 padding-top: 20px;
}
 .search_result_desc {
	 padding-bottom: 20px;
}
 .search_percent {
	 color: #BEBEBE;
	 font-style: italic;
}
 .search_result_desc b {
	 color: #00A0F0;
}
 #photoPresentation {
	 min-height: 640px;
}
 #photoSeparatrice, .photoSeparatrice {
	 min-height: 490px;
	 border-top: 1px solid #7f7f7f;
	 border-bottom: 1px solid #7f7f7f;
}
 .bandeauBleu {
	 min-height: 57px;
	 background-color: #00A0F0;
	 padding-bottom: 16px;
	 text-align: center;
	 color: #fff;
	 font-size: 20px;
	 font-weight: 400;
	 padding-top: 16px;
	 margin-top: 50px;
	 width: 100%;
}
 .indexFirst h2 {
	 font-size: 30px;
	 font-weight: 300;
	 color: #fff;
}
 .indexFirst h3 {
	 font-size: 16px;
	 font-weight: 300;
	 color: #fff;
}
 .titre {
	 font-size: 30px;
	 color: #202129;
	 font-weight: 300;
	 text-align: center;
}
 .sousTitre {
	 font-size: 16px;
	 color: #202129;
	 font-weight: 300;
	 text-align: center;
	 line-height: 22px;
}
 .blocModule {
	 background-color: #ffffff;
	 border: 1px solid #202129;
	 margin-top: 70px;
	 margin-bottom: 25px;
}
 .blocModuleGray {
	 background: #fff;
	 border: 1px solid #BAC2C7;
}
 .blocModule:hover {
	 border: 1px solid #00A0F0;
}
 .blocModule:hover .sousTitreModule, .blocModule:hover .titreModule {
	 color: #00A0F0;
}
 .blocModule:hover h3, .blocModule:hover h4 {
	 color: #00A0F0;
}
 .blocHardwareLink {
	 background-color: #fff;
	 display: block;
}
 .blocHardwareLink:hover {
	 background-color: #202129;
	 color: #00A0F0;
	 transition: all 0.5s ease;
	 -webkit-transition: all 0.5s ease;
}
 .blocHardwareLink:hover .blocModuleGray {
	 opacity: 0.6;
	 transition: all 0.5s ease;
	 -webkit-transition: all 0.5s ease;
	 border: 1px solid #000;
}
 #eyeImg {
	 width: 18%;
	 height: auto;
	 position: absolute;
	 top: 1px;
	 border: 1px solid #fff;
	 color: #fff;
}
 #eyeImg:hover {
	 border: 1px solid #00A0F0;
	 color: #00A0F0;
	 transition: all 0.5s ease;
	 -webkit-transition: all 0.5s ease;
}
 .enSavoirPlusModuleCss, .enSavoirPlusModuleCss:hover {
	 font-size: 15px;
	 color: #00A0F0;
	 font-weight: 500;
	 text-align: center;
	 text-decoration: none;
	 margin-bottom: 25px;
	 display: block;
}
 .titreModule, .blocModule h3 {
	 font-size: 16px;
	 color: #202129;
	 font-weight: 600;
	 text-align: center;
	 text-decoration: none;
	 display: block;
	 margin-top: 20px;
	 margin-bottom: 15px;
}
 .titreModule:hover, .titreModule:focus, .sousTitreModule:hover, .sousTitreModule:focus, .blocModule h3:hover, .blocModule h4:hover {
	 color: #00A0F0;
	 text-decoration: none;
}
 .sousTitreModule, .blocModule h4 {
	 font-size: 15px;
	 color: #202129;
	 font-weight: 500;
	 text-align: center;
	 margin-bottom: 15px;
	 text-decoration: none;
	 display: block;
}
 .iconeModule {
	 display: block;
	 width: 85px;
	 margin: -40px auto 0 auto;
	 text-align: center;
	 border: 0;
}
 #moduleModal {
	 background: rgba(255,255,255,0.9);
	 width: 100%;
}
 #moduleModal * .modal-dialog {
	 max-width: 840px;
}
 #moduleModal * #moduleTitle {
	 color: #00A0F0;
	 border-bottom: 1px solid #00A0F0;
	 padding-bottom: 30px;
}
 #moduleModal .modal-header {
	 border-bottom: 0px;
	 background: transparent;
	 -webkit-box-shadow: 0;
	 box-shadow: 0;
}
 #moduleModal .modal-header .close {
	 color: #00A0F0;
	 opacity: inherit;
}
 #moduleModal * .modal-content {
	 border: 0px;
	 border-radius: 0px;
	 outline: 0;
	 -webkit-box-shadow: inherit;
	 box-shadow: inherit;
	 background: transparent;
}
 #moduleModal * .modal-body {
	 background-color: #fff;
	 border: 1px solid #000;
}
 #moduleModal * .modal-body * i {
	 color: #00A0F0;
	 font-size: 22px;
	 cursor: pointer;
}
 #moduleModal * .modal-body * i:hover {
	 color: #000;
}
 #moduleModal * #moduleImage {
	 margin-top: 20px;
}
 #moduleModal #moduleLeftDir, #moduleModal #moduleRightDir {
	 margin-top: 150px;
}
 .pubToWeb {
	 margin-top: 140px;
	 margin-bottom: 130px;
	 background-color: #000000;
	 opacity: 0.7;
	 color: #fff;
	 padding: 0px 20px 20px 20px;
}
 .pubToWeb h2 {
	 font-size: 27px;
	 font-weight: 300;
}
 .pubToWeb p {
	 font-size: 16px;
	 font-weight: 400;
}
 .pubToWeb .btnBig {
	 margin: 30px auto 0 auto;
	 display: inline-block;
	 border: 1px solid #fff;
	 color: #fff;
	 font-size: 18px;
	 opacity: 1;
}
 .pubToWeb .btnBig:hover {
	 text-decoration: none;
	 background-color: #0072CE;
}
 .blocAvantages {
	 background: none;
	 border: none;
}
 .titreAvantages {
	 font-size: 16px;
	 color: #202129;
	 font-weight: 600;
	 text-align: justify;
	 margin-top: 20px;
	 margin-bottom: 15px;
}
 .sousTitreAvantages {
	 font-size: 15px;
	 color: #202129;
	 font-weight: 500;
	 text-align: justify;
	 margin-bottom: 15px;
}
 .iconeAvantages {
	 font-size: 50px;
	 color: #00A0F0;
}
 .blocITperformance {
	 background: rgba(0,0,0,0.8);
	 border: none;
	 font-size: 25px;
	 text-transform: uppercase;
	 color: #fff;
	 margin: 15px;
	 font-weight: 300;
}
 .blocITsoftware {
	 background: none;
	 border: none;
	 font-size: 15px;
	 text-transform: uppercase;
	 font-weight: 600;
	 text-align: center;
}
 .webItem {
	 background-color: #F6F6F6;
	 text-align: center;
	 padding: 50px;
	 margin-bottom: 50px;
}
 .webItem h4 {
	 color: #000;
	 text-transform: none;
}
 .webItem h5 {
	 color: #000;
	 text-transform: uppercase;
	 font-weight: 700;
	 font-size: 13px;
}
 .contactBlue {
	 min-height: 100px;
	 border-bottom: 25px solid #00A0F0;
}
 .btnWebContact {
	 border: 1px solid #00A0F0;
	 border-radius: 0px;
	 color: #00A0F0;
	 background-color: transparent;
	 min-width: 149px;
	 margin-left: 30px;
	 margin-top: 65px;
}
 .btnWebContact:hover {
	 background-color: #0072CE;
	 color: #fff;
}
 .webReference {
	 margin-bottom: 25px;
}
 .webReferenceLink {
	 display: block;
}
 .webReferenceLinkTxt {
	 color: #fff;
	 font-size: 18px;
	 font-weight: 300;
	 display: block;
}
 .webReferenceLinkTxt:hover {
	 font-size: 18px;
	 font-weight: 300;
	 text-decoration: none;
	 color: #fff;
}
 .webReferenceTitle {
	 display: none;
}
 .webReferenceHover:hover {
	 background-color: #000;
}
 .webReferenceHover:hover .webReferenceLink, .webReferenceHover .webReferenceLink .img-responsive:hover {
	 opacity: 0.55;
}
 .btnContactForm {
	 background-color: #fff;
	 border: 1px solid #00A0F0;
	 color: #00A0F0;
	 border-radius: 0;
}
 .btnContactForm:hover {
	 background-color: #00A0F0;
	 border: 1px solid #fff;
	 color: #fff;
}
 #contactPage * h2 {
	 font-weight: 300;
	 margin-left: 0;
	 color: #00A0F0;
}
 #contactPage * h4 {
	 color: #00A0F0;
	 font-size: 16px;
	 font-weight: bold;
	 margin-bottom: 20px;
}
 #contactPage * input {
	 margin: 10px 0;
	 padding: 5px 10px;
	 border-radius: 0;
	 height: 40px;
}
 #contactPage * textarea {
	 margin: 10px 0;
	 padding: 5px 10px;
	 border-radius: 0;
	 height: 160px;
}
 #contactPage * .btnContactForm {
	 margin-top: 25px;
	 margin-bottom: 25px;
	 text-transform: uppercase;
	 padding: 9px 50px;
}
 #contactPage * i {
	 color: #00A0F0;
	 margin-right: 5px;
}
 #hardwareMenu {
	 border: 1px solid #BAC2C7;
}
 #hardwareMenu .hardwareMenuCategories {
	 border-bottom: 1px solid #BAC2C7;
	 font-size: 14px;
	 font-weight: bold;
	 padding: 10px 0 10px 15px;
	 display: block;
}
 #hardwareMenu .panel-default>.panel-heading {
	 background-color: #fff;
	 border: 0px;
}
 #hardwareMenu .panel-default, #hardwareMenu .panel-default>.panel-heading+.panel-collapse>.panel-body {
	 border: 0px;
	 box-shadow: none;
}
 #hardwareMenu .panel-default>.panel-heading>.panel-title a {
	 text-transform: uppercase;
	 font-size: 14px;
	 font-weight: 400;
}
 #hardwareMenu .panel-default>.panel-collapse>.panel-body {
	 padding-top: 0px;
	 padding-bottom: 0px;
}
 #hardwareMenu .panel-default>.panel-collapse>.panel-body>a.hardwareMenuLink {
	 color: #000;
}
 #hardwareMenu .panel-default>.panel-heading>.panel-title:hover a, #hardwareMenu .panel-default>.panel-collapse>.panel-body>a.hardwareMenuLink:hover {
	 color: #00A0F0;
	 text-decoration: none;
}
 .hardwareMenuLink {
	 display: block;
	 margin-left: 20px;
}
 .competenceMenuLink {
	 display: block;
	 margin-left: 20px;
	 font-size: 14px;
	 text-decoration: none;
	 text-transform: uppercase;
	 margin-bottom: 10px;
}
 .competenceMenuLink:hover {
	 color: #00A0F0;
	 text-decoration: none;
}
 .hardwareDetail h1 {
	 margin-top: 70px;
	 margin-bottom: 50px;
	 font-weight: 300;
}
 .hardwareDetail h2 {
	 font-size: 25px;
	 font-weight: 300;
	 margin-top: 0px;
	 color: #00A0F0;
}
 .hardwareDetail.bottom1px {
	 padding-bottom: 45px;
	 border-bottom: 1px solid #BAC2C7;
}
 .hardwareDetail .hardwareImg {
	 border: 1px solid #BAC2C7;
	 min-height: 395px;
}
 .hardwareDetail .hardwareImgs.selected {
	 border: 1px solid #00A0F0;
}
 .hardwareImgs {
	 border: 1px solid #BAC2C7;
	 margin-top: 10px;
	 cursor: pointer;
}
 .AssistanceLinkTxt, .AssistanceLinkTxt:hover, .AssistanceLinkTxt:focus {
	 color: #00A0F0;
	 font-size: 14px;
	 font-weight: 700;
	 text-decoration: none;
}
 #jobsPage .collapse.in, #jobsPage .collapsed {
	 border: 1px solid #EEEEEE !important;
	 background-color: #fff !important;
}
 .post-info {
	 padding: 12px;
	 background: #f2f2f2;
	 border-radius: 0.35rem;
	 margin: 1rem 0 1.25rem;
}
 .post-info p {
	 margin: 0;
}
 .newsPage .media > .col-md-12 {
	 border-bottom: 1px solid;
	 padding-bottom: 30px;
	 border-color: #d3d3d3;
}
 footer>.color_web {
	 background-color: #00A0F0;
	 color: #ffce54;
	 padding: 10px 0 0 0;
}
 footer>.black {
	 background-color: #202129;
	 padding: 25px 0;
	 color: #fff;
	 font-size: 13px;
	 padding: 54px 0px 62px 0px;
}
 footer * .footer_link {
	 text-decoration: none;
	 color: #fff;
}
 .topHome {
	 position: fixed;
	 bottom: 35px;
	 right: 20px;
	 z-index: 5;
	 color: #7f7f7f;
}
 .topHome:hover {
	 color: #00a0f0;
}



/* HOME HERO SECTIONS */

section.hero-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 35px;
    margin: 45px 0;
}

section.hero-section + section.hero-section {
    margin-top: 150px;
}

.hero-section_container.container {
    padding: 80px 15px;
}
.hero-section_container.container.serviceit ,  .hero-section_container.container.web {
    border-top: 1px solid lightgray;
}
section.hero-section > div {
	flex: 1 1 calc(50% - 50px);
	display: flex;
}
section.hero-section > div.hero-section_description {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: 32px;
	opacity: 0;
}
section.hero-section > div.hero-section_image {
	align-items: center;
}
section.hero-section > div.hero-section_image > img, section.hero-section > div.hero-section_image > video {
	opacity: 0;
}

section.hero-section > div.hero-section_image > .video__container > video {
	opacity: 0;
	max-width: 100%;
    border-radius: 10px;
    border: 1px solid lightgray;
    box-shadow: 2px 8px 14px 3px #0000006e;
	position: relative;
	z-index: 2;
}

.video__backdrop {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000091;
    z-index: 1;
}
.video__container {
    position: relative;
}

.video_fullscreen .video__backdrop {
	display: block;
}

.video__container {
    position: relative;
}

.video__expand i {
	cursor: pointer;
    margin-right: 28px;
    font-size: 32px;
    margin-bottom: 16px;
}

.video__container.animated:hover .video__expand {
   opacity: 1;
}

.video_fullscreen .video__expand {
	opacity: 1;
	background: none
}

.video_fullscreen .video__expand i  {
    content: "\f066";
}

.video_fullscreen .topHome {
	display: none;
}
.video__expand {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    bottom: 15px;
    color: white;
    background: linear-gradient(0deg, rgb(0 0 0 / 66%) 0%, rgba(0,0,0,0.31) 24%, rgba(0,0,0,0) 61.8%);
    height: 25%;
    opacity: 0;
	z-index: 3;
	transition: all 300ms ease;
}

.video_fullscreen  .video__container{
    position: fixed;
    z-index: 2;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 130px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_fullscreen  .video__container video {
    max-width: 100%;
    max-height: 80%;
}

section.hero-section > div.hero-section_description .hero-section_description-uptitle {
    background: rgba(165, 207, 254, 0.1);
    display: flex;
    align-items: center;
    padding: 4px 12px 4px 12px;
	font-weight: 300;
    font-size: 12px;
    border-radius: 30px;
    color: #007AFF;
    gap: 12px;
    max-width: fit-content;
	white-space: nowrap;
	position: relative;
	border: 1px solid rgb(241 247 253);
}

.new-badge {
    display: inline-flex;
    position: absolute;
    background: #b7d8b8;
    padding: 8px 12px;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    top: -16px;
    border: 1px solid rgb(176 212 177);
    right: -92px;
}


section.hero-section > div.hero-section_description .hero-section_description-uptitle > .hero-section_description-uptitle-badge {
	display: flex;
    align-items: center;
    padding: 8px 16px;
    background: white;
    border-radius: 30px;
	font-weight: 400;
}
#home section.hero-section > div.hero-section_description .h2.hero-section_description-title {
	margin: 0;
	line-height: 1.35;
	font-weight: 700;
	margin-top: 12px;
}

section.hero-section > div.hero-section_description .hero-section_description-text p:first-of-type {
	font-weight: 600;
}

section.hero-section > div.hero-section_description .hero-section_description-text p:last-of-type {
	color: rgb(102 112 133);
	font-weight: 400;
}
.main-hero section.hero-section > div.hero-section_description .hero-section_description-text p:last-of-type {
	color: rgba(0, 0, 0, 0.35);
}

section.hero-section  .btn {
	transition: all 300ms ease;
}
section.hero-section .btn-primary {
    color: white;
    background-color: #000000;
    border-color: #000000;
}
section.hero-section .btn-primary:hover,
section.hero-section .btn-primary.active.focus,
section.hero-section .btn-primary.active:focus,
section.hero-section .btn-primary.active:hover,
section.hero-section .btn-primary:active.focus,
section.hero-section .btn-primary:active:focus, 
section.hero-section .btn-primary:active:hover {
    color: gray;
    background-color: #000;
    border-color: #000;
    outline: none;
}
section.hero-section  .btn-secondary {
    color: #007aff ;
    background-color: #fff;
    border-color: #007aff;
}

section.hero-section .btn-secondary:hover,
section.hero-section .btn-secondary.active.focus,
section.hero-section .btn-secondary.active:focus,
section.hero-section .btn-secondary.active:hover,
section.hero-section .btn-secondary:active.focus,
section.hero-section .btn-secondary:active:focus, 
section.hero-section .btn-secondary:active:hover {
    color: #fff;
    background-color: #007aff ;
    border-color: #007aff;
}


.main-hero .main-uptitle {
    display: flex;
    align-items: center;
    gap: 24px;
	flex-wrap: wrap;
}

section.hero-section > div.hero-section_description .main-uptitle .hero-section_description-uptitle {
    font-size: 14px;
}

.main-hero .divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.main-hero .divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
    transform: rotateY(180deg);
}

.main-hero .divider .shape-fill {
    fill: #F6FAFE;
}
.main-hero .hero-section_container.container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6fafe;
}

.hero-section_container.myazur section.hero-section.container {padding: 0;/* margin: 0; */}


.hero-section_container.container.myazur {
    background-image: url("/ressources/cms/images/template/grouped-mockup-myazur.svg");
    background-position-x: 140%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 60%;
    background-attachment: fixed;
}

.myazur .hero-section_description-text {
    text-shadow: 0px 0px 0px #000;
}
.hero-section_container.myazur section.hero-section > div.hero-section_description {
	opacity: 1;
	z-index: 2;
}

.hero-section_container.myazur section.hero-section > div.hero-section_image > img {
	opacity: 1;
	transform: scaleX(-1);
}


h3.hero-section_section-title {
    font-size: 14px;
    color: #007AFF;
    font-weight: 600;
}

.hero-section_container.container.myazur {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #000;
	position: relative;
}

.myazur section.hero-section > div {
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
}

.myazur .hero-section_container.container.myazur {
    background: #000;
    width: 100%;
}

.myazur section.hero-section > div.hero-section_description .hero-section_description-uptitle > .hero-section_description-uptitle-badge {
    background: #222931;
}

.myazur section.hero-section > div.hero-section_description .hero-section_description-uptitle {
    border: 1px solid rgb(18 22 25);
    background: rgb(18 22 26);
}

.myazur section.hero-section > div.hero-section_description .h2.hero-section_description-title {
    color: white;
    font-size: 39px;
}

.main-hero h1.hero-section_description-title span:not(.hero-section_description-title_sub), .myazur section.hero-section > div.hero-section_description .h2.hero-section_description-title span {
    color: #017aff;
}
.myazur section.hero-section {
    margin:  0;
}


.myazur section.hero-section > div.hero-section_image {
    position: absolute;
    bottom: 45px;
    z-index: 1;
    left: 0;
	align-items: start;
}
.myazur section.hero-section > div.hero-section_description .h2.hero-section_description-title {
    color: white;
    font-size: 39px;
	text-shadow: 0px 0px 12px #000;
}

.myazur section.hero-section > div.hero-section_description .h2.hero-section_description-title span {
    color: #017aff;
}

.myazur section.hero-section > div.hero-section_description .hero-section_description-text p:last-of-type {
    color: #b3b3b3;
    font-size: 16px;
}




.main-hero section.hero-section.container {
    padding: 0;
    flex-direction: row;
}

section.hero-section.container:before, section.hero-section.container:after {
    display: none;
}

h1.hero-section_description-title {
    font-weight: 600;
    line-height: 1.45;
    font-size: 48px;
}

h1.hero-section_description-title .hero-section_description-title_sub {
	font-weight: 300;
	font-size: 32px;
	color: #667085;
}

.main-hero section.hero-section > div.hero-section_description {
    flex: 1 1 calc(40% - 50px);
	font-weight: 400;
	font-size: 16px;
    line-height: 2;
}
.main-hero section.hero-section > div.hero-section_description p span {
    color: #4757a2;
    margin: 24px 0 16px;
    display: inline-block;
	font-weight: 500;
}
.main-hero section.hero-section > div.hero-section_description p span:first-of-type {
    display: flex;
    align-items: center;
	gap: 16px;
}
.hero-section_description-cta {
    display: flex;
    gap: 8px;
}

.main-hero .hero-section_description-cta {
    display: flex;
    gap: 8px;
}

.main-hero section.hero-section > div.hero-section_description p span:first-of-type img {
	max-width: 45px; 
}

 .main-hero section.hero-section > div.hero-section_image {
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 552px;
}

.main-hero section.hero-section > div.hero-section_image > img:first-of-type {
    position: absolute;
	width: 625px;
    right: -15px;
    top: 10px;
}

.main-hero section.hero-section > div.hero-section_image > img:last-of-type {
    position: absolute;
    top: 425px;
    z-index: 9;
	width: 800px;
	max-width: 1080px;
}

.main-hero .hero-section_description-cta .btn {
    font-size: 16px;
}



/*.hero-section_container.container.peppol {
	padding: 0;
}*/

/* HOMEPAGE - PARTNER / CLIENTS */
#home .partner {
	margin: 0 auto;
	border-bottom: 1px solid lightgray;
	justify-content: center;
	align-items: center;
	padding-top: 64px;
	padding-bottom: 98px;
	background: #f6fafe;
}

#home .partner > .partner__gallery {
	width: 1520px;
    max-width: 100%;
	gap: 45px;
	background: #fff;
	padding: 48px 36px;
	margin-top: 48px;
}

#home .partner .partner__title {
    font-size: 24px;
}
#home .partner__gallery > div {
    display: flex;
    align-items: center;
}

#home .partner__gallery > div > img {
	max-width: 100%;
}

.custom-shape-divider-top-1683543705 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1683543705 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
	background: #f6fafe;
}

.custom-shape-divider-top-1683543705 .shape-fill, .custom-shape-divider-bottom-1683543840 .shape-fill  {
    fill: #fff;
}

.custom-shape-divider-bottom-1683543840 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1683543840 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
    background: #f6fafe;
}

.testimonial_container {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}

.testimonial {
    display: flex;
    align-items: center;
    margin-top: 64px;
    border-radius: 30px;
    padding: 16px 24px;
    gap: 16px;
}

.testimonial blockquote {
    margin: 0;
    padding: 8px 16px;
    font-style: italic;
	border-left: none;
}

.testimonial blockquote small {
    margin-top: 16px;
	color: lightgray;
}

.testimonial .avatar img {
	border-radius: 50%;
    width: 380px;
    box-shadow: 2px 2px 16px -3px #00000047;
    height: auto;
    margin-top: -16px;
}


/* HOMEPAGE -  WEB SECTION */

.web section.hero-section {
    flex-direction: row;
}



/* HOMEPAGE - NEWS SECTION */


.newsList__grid > .indexActu:hover {
    box-shadow: 0px 3px 7px -4px #000;
}

.newsList__grid > .indexActu:hover {
    box-shadow: 0px 3px 12px -4px #000000b3;
}

.homeNewsSection {
    background-color: #f6fafe;
    margin: 0;
    padding: 48px;
}

h2.homeNewsSection__title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 24px;
}

.newsList__grid {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 0;
}

.newsList__grid > .indexActu {
	border: 1px solid lightgrey;
	background: #fff;
	border-radius: 3px;
	width: calc(25% - 40px);
	max-width: 100%;
	box-shadow: 0px 3px 7px -4px #000;
}

.newsList__grid > .indexActu:hover {
    box-shadow: 0px 3px 12px -4px #000000b3;
}

.newsList__grid > .indexActu img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.newsList__grid > .indexActu .indexActuWrapper .indexActuContenuTitres h5 {font-size: 18px;margin: 0;padding: 10px 10px;}

.newsList__grid > .indexActu .indexActuWrapper .indexActuContenuTitres h6 {
    background: #fff;
    margin: 0;
    padding: 10px;
	border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgray;
}

.homeNewsSection__link {
    padding: 20px 0;
    text-align: right;
}

/*.homeNewsSection {
    margin: 40px auto;
}*/


/* HOMEPAGE - AZUR PACKAGES SECTION */

.azur section.hero-section > div.hero-section_image {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 84px 84px;
    gap: 84px;
}

.azur .hero-section_image .iconeModule {
    margin: 0 auto;
}
.azur h3.hero-section_section-title {
	margin-top: 0;
}
.azur .hero-section_image i.fa.fa-plus {
	opacity: 0;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    color: #4681db;
}




.azur section.hero-section {
    flex-direction: row;
}

/* HOMEPAGE - MYAZUR SECTION */

.myazur_section section.hero-section.ff-row {
    flex-direction: row;
}

/*.myazur_section section.hero-section.items-center {
	align-items: center;
}*/

.myazur_section section.hero-section > div.main {
    flex: 1 1 calc(60% - 52px)
}

.myazur_section section.hero-section > div.side {
    flex: 0 1 calc(40% - 52px)
}

.myazur_section img.img-responsive {
    width: 100%;
}

.myazur_section section.hero-section .hero-section_description-title-container {
    display: inline-flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
#home .myazur_section section.hero-section > div.hero-section_description .h2.hero-section_description-title {
	/*font-size: 48px;*/
	font-size: 80px;
	color: #a1a3a5;
	margin: 0;
	white-space: nowrap;
	font-weight: 300;
}

#home .myazur_section section.hero-section > div.hero-section_description > .hero-section_description-title-container > svg {
    max-width: 420px;
    margin-bottom: -20px;
}

.myazur_section .hero__footer {
    margin-top: 0;
}

.myazur_section .hero__footer > p {
    line-height: 1.56 !important;
}

.myazur_section .hero-section_description-cta {
    justify-content: end;
}

/* TAILWIND CSS REPORT */ 


.font-bold {
    font-weight: 700;
}

#home h2.font-semibold, .font-semibold {
    font-weight: 600;
}

.text-14 {
    font-size: 14px;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}


.mt-0 {
	margin-top: 0px;
}
.text-30 {
	font-size: 30px;
}
.gap-16 {
	gap: 16px;
}

.items-center {
	align-items: center;
}

.mt-40px {
	margin-top: 40px;
}

.flex-col {
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.mr-1 {
    margin-right: 0.25rem;
}
@media (min-width: 1280px) {

.xl-pt-90px {
    padding-top: 90px;
	}
}

.pt-150px {
    padding-top: 150px;
}

.pb-40px {
    padding-bottom: 40px;
}

.justify-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}



/* TILT EFFECT */

.tilt_el {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

.tilt_section {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
	    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -webkit-perspective: 1000px;
}

/* Media Query */


@media (min-width: 1200px) {
	.container {
		width: 1520px;
		max-width: 100%;
	}
}

@media only screen and (max-width:1200px) {
	.testimonial_container {
		flex-direction: column;
		gap: 64px;
	}
	.testimonial_container > div {
	 	min-width: 100%;
	}
}

@media only screen and (min-width: 768px) {

    #submenu .container , #topmenu > .navbar > .container  {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }  
	
}
@media only screen and (max-width: 767,99px) {
	.newsList__grid {
		gap: 10px;
	}
	.newsList__grid > .indexActu {
		width: calc(100% - 20px);
	}
}


@media (min-width: 992px) {
	.testimonial_container > div {
		max-width: 50%;
	}
	.navbar-md-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.testimonial_container-img {
		margin: 64px auto;
	}
	.testimonial .avatar img {
		margin-left: 0px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 991.9px) {
	 #topbarMenu .navbar-nav>li a {
		 font-size: 15px;
		 padding: 10px 15px;
	}
	 #topbarMenu .navbar-nav .open .dropdown-menu {
		 position: absolute;
		 float: left;
		 background-color: white;
		 border: 1px solid #ccc;
		 left: auto;
		 right: 0;
		 text-align: center;
		 min-width: fit-content;
	 }
	
	.newsList__grid {
		gap: 20px;
	}
	.newsList__grid > .indexActu {
		width: calc(50% - 20px);
	}
	section.hero-section {
		flex-direction: column;
		gap: 80px;
		max-width: 100%
	}
	section.hero-section > div {
		flex: none;
		flex-direction: column;
		width: 100%;
	}
	section.hero-section > div.hero-section_description .main-uptitle .hero-section_description-uptitle {
		font-size: 10px;
	}
    .main-hero section.hero-section.container {
        flex-direction: column;
    }
	
	#home .myazur_section section.hero-section > div.hero-section_description .h2.hero-section_description-title {
		font-size: 48px;
	}
	
    .main-hero section.hero-section > div.hero-section_image > img:first-of-type,
    .main-hero section.hero-section > div.hero-section_image > img:last-of-type {
        position: relative;
    }
	.main-hero section.hero-section > div.hero-section_image {
		margin-bottom: -200px;
	}
    .main-hero section.hero-section > div.hero-section_image > img:first-of-type {
        right: -15px; 
    }
    .main-hero section.hero-section > div.hero-section_image > img:last-of-type {
        margin-top: -45px;
		top: 0;
		left: -30px;
		max-width: 100%;
    }
	.hero-section_container.container.myazur {
		background-image: none;
	}
	.myazur section.hero-section > div.hero-section_image {
		bottom: 0;
	}
	
	.main-uptitle > img {
		display: none;
	}
	
	.new-badge {
		top: -42px;
		border: 1px solid rgb(176 212 177);
		right: 0;
	}
	
	.myazur_section section.hero-section.ff-row, .myazur_section section.hero-section {
		flex-direction: column-reverse;	
	}
	
	.myazur_section section.hero-section {
		gap: 150px;
	}
	
	h1.hero-section_description-title {
		font-size: 36px;
	}
	
	.azur section.hero-section > div.hero-section_image {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		column-gap: 42px;
	}
}