/*
Theme Name: TEAMWAY
URI: http://www.strat-engine.com
Description: Thème site 2023 TEAMWAY
Version: 1.1
Author: Strat Engine
Dernière mise à jour : juin 2023
*/

/*#wpadminbar {bottom: 0 !important;top: auto !important;}*/*/

:root {
    --main-orange: #F47E32;
    --main-bleu: #105D6A;
	--main-vert: #4C6A10;
	--main-violet: #4D254B;
	--main-beige: #C98D13;
	--main-bg: #06171f;

	--main-recuperation: #105D6A;
  }


/* ----------------- FONTS -----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*@import url("css/button.css");*/
html {overflow-x: hidden;}
body {
	font-family: 'Rubik';
	font-size: 17px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #07253B;
	width: 100%;
    overflow-x: hidden;
}

h1, .h1 {
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 0px;
	font-weight: 700;
	color: #07253B;
	text-transform: uppercase;

}
h2, .h2 {
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: 700;
	color: #07253B;
	text-transform: uppercase;
}
h3, .h3 {
    font-size: 1.6rem;
}

h2 span {
    font-size: 18px !important;
    display: block;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 5px;
}


a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #000000;
}
a, a:hover {
	text-decoration: none !important;
    color: #000;

}
sub, sup {
    position: relative;
    font-size: .5em;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.7em;
}
.bg50 {
	width: 50%;
}
.bggris {
    background-color: #ececec;
}
.gras {font-weight: 700;}
.fontblanc {color: #FFF;}
.bgblanc {
    background-color: #FFF;
    color: #041B2C;
}
.fontblanc {color: #FFF;}
svg * {
	transform-box: fill-box;
  }

.fitimg {object-fit: cover; width: 100%; height: 100%;}

.mx5 {padding-left: 5%;padding-right: 5%;}
.mx10 {padding-left: 10%;padding-right: 10%;}

section {padding: 60px 0;}
section.contentpage {
    padding-bottom: 0;
}
section .bggris {background-color: #F8F8F8;}

section.grisgauche,
section.grisdroite {position: relative;}
section.grisgauche:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #F8F8F8;
	z-index: -1;
}

section.grisdroite:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #F8F8F8;
	z-index: -1;
}

img.autoflex {margin: auto;
    max-width: 100%;}

.animescroll {
    opacity: 0;
    transform: translateX(-50px);
    transition: 1s;
    }

.animescroll.gauche {
    transform: translateX(-150px);
    }
.animescroll.droite {
    transform: translateX(150px);
}      
.animescroll.visibleaff {
    opacity: 1;
    transform: translateX(0);
}
    

/******************************************* HEADER **********************************************/
.menutop {
    position: absolute;
    top: 0;
    right: 20px;
    background-color: #F6F6F6;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 10px 20px;
    color: #000;
}
.menutop a {
    color: #333;
    border-right: 1px solid #888;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.menutop a:last-child {
    border-right: 0;

}

.menuprinc {
    position: fixed;
    top: 82px;
    right: 20px;
    transition: .2s;
    z-index: 999999;
}

.menuprinc .topcontact a {
    background: #FFF url(images/btcontacter.gif)center right 1px no-repeat !important;
    /* padding: 15px 30px !important; */
    /* box-shadow: 7px 3px 30px 0px #59C4F8 !important; */
    transition: .5s !important;
    border-radius: 5px !important;
    border: 1px solid #333 !important;
    padding: 0px 44px 0 10px !important;
    margin-left: 16px !important;
    background-size: 43px !important;
}
.menuprinc .topcontact a:hover {transform: translateY(-10px) !important;}
.menusmart .topcontact a {display: none;}
.sticky .menuprinc {
    top: 13px;
}

#headbar {
    height: 160px;
    background-color: #ffffff;
    padding: 0 50px;
}
#headbar .logoheadsmart {max-height: 70px;transition: .3s;}


header {
    display: flex;
	height: calc( 100vh - 110px );
	flex-direction: column;
	overflow: hidden;
}


#headertop {
    flex:2;
    display: flex;
}
#headvid {
    background-color: #FFF;
    flex: 1 1;
	position: relative;
    min-height: 100%;/* chrome needed it a question time , not anymore */
	width: 100%;
}
#headvid video.fullscreen {
	position: absolute;
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  #headvid video.fullscreen::-webkit-media-controls {
	display: none !important;
  }

  #headvid .logovideo {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    /* width: 500px; */
    left: 0;
    right: 0;
    margin: auto;
	display: none;
}

#headencart {
    flex: 0 0 455px;
    min-height: 100%;/* chrome needed it a question time , not anymore */
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 0 3%;
}
#headencart img {
    width: 100%;
    max-width: 253px;
    display: block;
    margin: auto;
    margin-bottom: 44px;
}


#headbandeauvertical {
    background-color: #04598c;
    flex: 0 0 70px;
    min-height: 100%;/* chrome needed it a question time , not anymore */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#headbandeauvertical > div {text-align: center;}
#headbandeauvertical a {display: block;margin: 22px 0;}


#headermenu {
	background-color: #FFF;
	height: 100px;
	display: flex;
	flex-direction: row;
    align-items: flex-start;
}
#headermenu > a {display: flex;min-height: 100%;}
#headermenu .menfisrt {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
}


#headermenu .menfisrt .entete {
    text-align: right;
    background-color: #FFF;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#headermenu .menfisrt .entete > div {
    padding: 20px;
    font-weight: 700;
}
#headermenu .menfisrt .mentdi {flex-grow: 3;background-color: #E4E4E4;position: relative;}

#headermenu .menfisrt .mentdicont {
    position: absolute;
    width: 100%;
    background-color: #E4E4E4;
    transition: .3s;
    top: 1px;
    padding: 0px 20px;
}
#headermenu .menfisrt .mentdi:nth-child(3)  .mentdicont {background-color: #C8C8C8;}
.menuelem {
	transition: .3s;
	cursor: pointer;
	height: 250px;
}
.menuelem span {font-size: 13px;
	display: block;
    font-weight: 400;}

.suite {
    font-size: 12px;
    clear: both;
    margin-top: 20px;
}
.titmenuhead {
    font-weight: 700;
    font-size: 22px;
    margin-top: 28px;
    line-height: 100%;
}

#headermenu .menfisrt .mentdicont img {
	margin-top: -18px;
	padding: 0 19px 0 0;
	float: left;
}

#headermenu .menfisrt .menteam {flex-grow: 3;background-color: #C8C8C8;}

#headermenu .headgroup {width: 525px;background-color: #07253B;}
#headermenu .headgroup img {width: 400px;}




/******************************************* HOME **********************************************/
.page-template-page_accueil header {
    display: flex;
    flex-direction: row;
}


header {
    display: flex;
    min-height: calc( 100vh - 160px );
    flex-direction: column;
    overflow: hidden;
    height: auto;
}

#headright {
    flex: 0 0 525px;
    display: flex;
    flex-direction: column;
}
.page-template-page_accueil #headacchaut {
    display: flex;
    flex-grow: 1;
}
.page-template-page_accueil .headgroup {
    width: 525px;
    background-color: #07253B;
    display: flex;
    padding: 30px 20px;
}

.page-template-page_accueil #headencart {
    flex: 0 0 455px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 6%;
}


/*  MENU HOME Other tread  ----------------------*/
.menuhomesmart {
    padding: 90px 20px;
    background-color: #07253b;
}
.menuhomegrid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-auto-rows: minmax(100px, auto);
    place-items: center;
    grid-gap: 2%;
}
.menuhomegrid .headgroup {
	background-color: #07253B;
	height: 100%;
	width: 100%;
	margin: auto;
	display: flex;
}
.decouvrez {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #f9f9f9;
    /* width: 100%; */
    text-align: right;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.menuhomegrid .linkmenu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.menuhomegrid .linkmenu img {
    position: absolute;
    top: -20px;
    left: 20px;
    max-width: 80px;
    transition: .4s;
}
.linkmenu.inseco {
	background: #E4E4E4;
	min-height: 160px;
}
.linkmenu.tdi {
	background: #E4E4E4;
	min-height: 160px;
}
.linkmenu.teamway {
	background-color: #E4E4E4;
	min-height: 160px;
}
.linkmenu.itstore {
	background-color: #E4E4E4;
	background: #E4E4E4;
	min-height: 160px;
}
.linkmenu .ctent {
	margin-left: 119px;
	width: 100%;
}
.linkmenu .tit {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #07253b;
    height: auto;
    position: relative;
}

.titcomment {
    font-size: 14px;
    line-height: 110%;
}

.linkhomeall {display: grid;}
.linkhomeall a {background-color: #E4E4E4;}
.menuhomedecouvrir {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -17px;
    text-transform: uppercase;
}
.linkmenu:hover img {top: -10px;}

.menuhomedecouvrir.bt.bleu {
    width: 200px;
    text-align: center;
    transition: .4s;
    line-height: 30px;
    margin: auto;
}
.linkmenu:hover .menuhomedecouvrir {bottom: -10px;}

.homebesoing {
    background: transparent url(images/logobg.webp) no-repeat left -150px center;
    background-size: 300px;
}

.homebesoin h3{
    font-size: 1.4rem;
}

.homebesoin .droite img{
    max-width: 20rem;
    margin-bottom: 1.5rem;
}

.homeformation {

	background-image : none, url(images/homebgformation.png);
	background-position: 100%, right center;
	background-size: 100%, 50%;
	background-color: #F8F8F8;
	background-repeat: no-repeat, no-repeat;
}

.homebesoin2 {
    padding: 0;
    background-color: #F8F8F8;
    /*min-height: 500px;*/
}

.homepartenaire {
    background-image: none, url(images/homepartenaire.jpg);
    background-position: 100%, right center;
    background-size: 100%, 50%;
    background-color: #F8F8F8;
    background-repeat: no-repeat, no-repeat;
    min-height: 464px;
}


.homeformation .gridhomeform {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 1rem;
    justify-content: center;
}
.homeformation .gridhomeform a.formitem{
	display: block;
	color: #000;
	background-color: #FFF;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 4px 13px 5px #C4C4C4;
	box-shadow: 0px 4px 13px 5px #C4C4C4;
	--aspect-ratio: 1/1;
	transition: .3s;

}
.homeformation .gridhomeform a.formitem:hover {
    background-color: #f7f7f7;
    box-shadow: 0px 4px 3px 0px #C4C4C4;
}
.titform {
    font-weight: 700;
    font-size: 20px;
    padding-left: 15px;
}
.titform span {display: block;font-weight: 400; font-style: italic;font-size: 12px;}


.bandeaubleu {
	background-color: #04598c;
	color: #FFF;
}


section.homepresta {
	padding: 0;
    display: flex;

}

section.homepresta .homeprestad {padding: 0 10%;}

section.homevosbesoins {min-height: 300px;}

.homevosbesoins #selectbesoin {
	-webkit-box-shadow: 0px 4px 13px 5px #F7F7F7;
	box-shadow: 0px 4px 13px 5px #F7F7F7;
}

.homevosbesoins #selectbesoin:hover {
    box-shadow: 4px 4px 10px 0px #d5d5d5;
}

.homevosbesoins #selectbesoin:hover button:after .accordion-button::after {
    background-image: url( images/select.png);
    transform: rotate(90deg);
}



.homevosbesoins #selectbesoin .accordion-item {
    border: 0;
	border-radius: 0 !important;
}
.accordion-button::after {

    background-image: url( images/select.png);

}
.accordion-button:not(.collapsed)::after {
    background-image: url( images/select.png);
}

.homevosbesoins #selectbesoin .accordion-item a {display: block;margin: 5px 0;color: #000;transition: .3s;}
.homevosbesoins #selectbesoin .accordion-item a:hover {transform: translateX(5px);}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFF;
    box-shadow: none;
}
.homevosbesoins #selectbesoin .accordion-body {
	padding-top: 0;
}
.homevosbesoins #selectbesoin .accordion-body hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgb(0 0 0);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}


.homeref {
    padding: 0;
    /* margin-top: 30px; */
    background-color: #EDEDED;
}
.homeref .reflogo {padding: 0 10%;}
.homeref .citation {
    background-color: #2A2A2A;
    color: #FFF;
    font-weight: 700;
    padding: 272px 0;
}
.homeref .citation .signature {font-weight: 400; font-style: italic;}

.homerejoindre {


	position: relative;

}

.homerejoindre:before {
	content:"";
	position:absolute;
	right:50%;
	width: 100%;
	height: 100%;
	top:0;
	right:0;
	bottom:0;
	background-color: #04598c;
	z-index: -1;


}


.homerejoindre:after {
	content:"";
	position:absolute;
	left:50%;
	top:0;
	right:0;
	bottom:0;
	background: url(images/homebgrejoindre.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;

}


.homecontact{
	background: #F2F4F3 url(images/bghomeformcontact.webp) no-repeat right bottom;
	min-height: 600px;
}

.homeactu {
	background-color: #F2F4F3;
}
.actufiltre {
	margin-top: 20px;
	padding-left: 30px;
	border-left: 2px solid #333;
	font-weight: 700;
}
.actufiltre a {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.actufiltre a img {max-width: 50px;margin-right: 20px;}


.column.column-4 {
    flex: calc(25% - 0px);
    max-width: 25%;
    /* margin: 0px; */
    /* margin-bottom: 20px; */
    border-radius: 20px;
    padding: 1%;
}
.column.column-3 {
    flex: calc(33.33% - 10px);
    max-width: 33%;
    /* margin: 0px; */
    /* margin-bottom: 20px; */
    border-radius: 20px;
    padding: 1%;
}

.homeactu .reacontainer {
    position: relative;
    width: 100%;
    border-radius: 20px;
}

.gridhomeart {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.homeactu .imgreshome {
	display: block;
    width: 100%;
    height: auto;
	border-radius: 20px;
}

.homeactu .text {
    display: flex;
    font-size: 15px;
    transition: 0.5s ease;
    /* text-align: center; */
    padding: 15px 10px 0 0px;
}
.homeactu .text .titreacol {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
    padding-left: 20px;
}

.homeproj {
    background: #04598c url(images/homeprojet.webp) no-repeat center center;
    background-size: cover;
    padding: 5% 15%;
}

.swipProjet .swiper-slide {
	border-radius: 20px;
	text-align: left;
	display: flex;
	flex-direction: column;
	padding: 0 5px;
  }


  .slidetit {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    line-height: 120%;
}
.wraptem {
    background-color: #FFF;
    border-radius: 20px;
    padding: 80px 120px;
    position: relative;
    overflow: hidden;
}
.wraptem .swiper  {overflow: hidden;}
.wraptem .swiper-pagination {
    position: absolute;
    bottom: 8px;
    width: auto !important;
    left: 0;
    right: 0;
    margin: 0;
}
  .wraptem .swiper-pagination-tem {
	text-align: center;

	padding-top: 30px !important;
  }

  .wraptem .swiper-pagination-bullet {
    padding: 5px 1px!important;
    margin: 0 5px;
    text-align: center!important;
    line-height: 30px!important;
    font-size: 0!important;
    opacity: 1 !important;
    background: #d3d3d3 !important;
    width: 25px !important;
    height: 8px !important;
    border-radius: 15px !important;
    transition: all 0.5s ease!important;
}


  .wraptem .swiper-pagination-bullet-active {
	color: #fff;
	background: #9c9c9c !important;
	opacity: 1 !important;
	width: 55px !important;
  }

  .projclient {font-weight: 700;text-transform: uppercase;}

  .swiper-button-next, .swiper-button-prev {
    content: none  !important;
    border: 1px solid #EEE  !important;
    padding: 30px !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50px !important;
    -webkit-box-shadow: 2px 2px 5px 0px #dedede !important;
    box-shadow: 2px 2px 5px 0px #dedede !important;
    background-color: #FFF !important;
    background-image: url(images/before.png);
    background-repeat: no-repeat;
    background-position: center;
}
  .swiper-button-next:after, .swiper-button-prev:after {content: none !important;border: 1px solid red;}

  .swiper-button-next {transform: rotate(180deg);right: 40px !important;}
  .swiper-button-prev {left: 40px !important;}

/*-------------------------- PAGE RECRUTEMENT -------------------------------*/

.page-template-page_recrutement .contentpage{
    padding-top: 0;
}

.page-template-page_recrutement header {
    flex-direction: row;
    height: 600px;
}

.page-template-page_recrutement .headerfirst {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.page-template-page_recrutement .headerfirst .imghead{
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.page-template-page_recrutement .headerfirst .encarthead{
	width: calc( (100vw * 0.3) - 70px );
}
.page-template-page_recrutement .headersecond {
	display: flex;
	height: 160px;
	width: 100%;
}
.headgroup img {
    max-width: 400px;
}
.formsage {background: #fafafa url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}
.formdiv {background: #f4f4f4 url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}
.formdocu {background: #ebebeb url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}
.formlucca {background: #d9d9d9 url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}

.card-deck {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(150px,auto);
}
.card-deck .card {
    margin: 25px;
    padding: 0px 0px 50px 0px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    border-color: #dce2dc;
    /* box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%); */
    transition: transform 300ms ease 0ms;
}

.single-offres-emplois .imghead{
    display: flex;
}
.single-offres-emplois .imghead .offtitre {
    background-color: #07253B;
    background-image: url(https://www.altioremt.fr/wp-content/uploads/2023/05/bg-expertises.png);
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    align-items: center; 
    color: #FFF;   
}
.single-offres-emplois .imghead .offtitre h1 {color: #FFF;}
.single-offres-emplois .imghead .offtitre, .single-offres-emplois .imghead .imgoff{
    flex-basis: 50%;
}
.single-offres-emplois .imghead .imgoff {background-size: contain;}
.single-offres-emplois .imghead .offtitre .offtitrepad {padding: 50px;width: 80%;}

.single-offres-emplois  .paragraphhead {
    height: auto;
    padding: 25px 15%;
    display: block !important;
    background-color: #F6F6F6;
    text-align: center;
}
.single-offres-emplois  .paragraphhead .bt {display: inline;}


/*-------------------------- PAGE CONTACT -------------------------------*/
.page-template-page_contact header {
    flex-direction: row;
    height: 600px;
}

.page-template-page_contact .headerfirst {
    width: 100%;
    display: flex;
    flex-direction: column;
}


/*-------------------------- PAGE SOLUTIONS -------------------------------*/
.page-template-page_formation_detail header {
    display: flex;
    height: calc( 100vh - 110px);
    flex-direction: row;
}

.page-template-page_formation_detail .headerfirst {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.page-template-page_formation_detail .headerinside {
display: flex;
    flex-direction: row;
    height: 100%;
}

.page-template-page_formation_detail .paragraphhead {
    height: 100%;
	width: 45%;
    padding: 0;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}
.page-template-page_formation_detail .formengage {
    height: 240px;
    padding: 0 15%;
    display: grid;
    grid-template-columns: 30% 150px 80%;
    column-gap: 30px;
    align-items: center;
    background-color: #F6F6F6;
}





/*-------------------------- PAGE SOLUTIONS -------------------------------*/
.page-template-page_solution header {
	flex-direction: column;
}
.page-template-page_solution .headerfirst {
	display: flex;
	height: calc( (100vh -160px) - 110px );
	flex-direction: row;
}
.page-template-page_solution .headerfirst .imghead{
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.page-template-page_solution .headerfirst .imghead .tit{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	font-size: 120px;
	color: #FFFFFF;
    opacity: 0.8;
	font-weight: 700;
}
.page-template-page_solution .headerfirst .encarthead{
	width: calc( (100vw * 0.3) - 70px );
}

.page-template-page_solution .headersecond {
	display: flex;
	height: 160px;
	width: 100%;
}
.headersecond .headgroup {
    flex: 0 0 525px;
    background-color: #07253B;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	color: #FFF;
}
.mensec {
	flex-basis: 33%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
    background-position: bottom 7px right 7px;
	color: #07253B;
    padding: 20px;

}
.mensec.compta {background: #F6F6F6 url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}
.mensec.commercial {background: #ECECEC url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}
.mensec.paie {background: #DFDFDF url(images/pastillemensec.png) no-repeat bottom 15px right 15px;}
.mensec p {margin: 0;font-weight: 700;}
.mensec .titmensec {
    font-weight: 700;
    font-size: 25px;
    margin: 5px 0;
    text-align: center;
    line-height: 110%;
}
.mensec .descmensec {
    font-size: 13px;
    width: 70%;
    text-align: center;
	line-height: 105%;
}

.mensec > div {transition: .5s;}

.mensec:hover {color: #07253B;}

.mensec:hover > div {transform : translateY(5px);}
/*-------------------------- PAGE GENERIQUE-------------------------------*/

.page-template-default header {flex-direction: row;}
.headerfirst {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.headerfirst .imghead {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
    min-height: 600px;
}

.headbandeauvertical {
	flex: 0 0 70px;
} 
.tit{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	font-size: 120px;
	color: #FFFFFF;
    opacity: 0.8;
	font-weight: 700;
}

/*-------------------------- PAGE 404 / SEARCH -------------------------------*/
.error404 header, .search header {
    display: flex;
    height: auto;
    flex-direction: row;
}
.error404 .headerfirst, .search .headerfirst  {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.error404 .headerfirst .imghead, .search .headerfirst .imghead  {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.error404 .headbandeauvertical, .search .headbandeauvertica  {
	flex: 0 0 70px;
}


/*-------------------------- PAGE SOLUTIONS DETAILS-------------------------------*/
.page-template-page_solution_detail header {
    display: flex;
    height: calc( 100vh - 110px);
    flex-direction: row;
}
.page-template-page_solution_detail .headerfirst {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.page-template-page_solution_detail .headerfirst .imghead {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.page-template-page_solution_detail header .headbandeauvertical {
	flex: 0 0 70px;
}
.paragraphhead {
    height: auto;
    padding: 25px 15%;
    display: grid;
    grid-template-columns: 50% 2px 50%;
    column-gap: 30px;
    align-items: center;
    background-color: #F6F6F6;
}
.paragraphhead h1 {text-align: right;padding: 0; margin: 0;}
.paragraphhead p {margin-bottom: 0;}
.paragraphhead .separateur {
    width: 3px;
    height: 80%;
    background-color: #07253B;
}

.headgroup img {
    max-width: 400px;
    width: 100%;
}

/*-------------------------- PAGE BLOG ET ARTICLE -------------------------------*/
.page-template-page_blog header, .category header{
    flex-direction: row;
    height: 600px;
}

.page-template-page_blog .tit {	font-size: 90px;}

.listcatmen {
    padding-left: 15px;
    margin: 10px 0
}

.listcatmen .appointment-btn {
    background: #04598c;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    padding: 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    /* font-size: 12px; */
    display: inline-block;
    margin: 10px 10px 10px 0;
    /* border: 2px solid #000; */
}
.listcatmen .appointment-btn.active:hover,.listcatmen .appointment-btn.active {
    background: #FFF;
    color: #000;
    border: 1px solid #04598c;
    transition: 0.3s
}

.blogwrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(150px,auto)
}

@media screen and (max-width: 992px) {
    .blogwrapper {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 550px) {
    .blogwrapper {
        grid-template-columns:1fr
    }
}

.blogwrapper .gridart {
    margin: 10px 15px;
    border: 1px solid #f6f6f6
}

.terms a {
    display: inline-block;
    padding: 5px 15px;
    color: #555;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    font-weight: 100;
    font-size: 11px
}

.listcat a {
    display: inline-block;
    padding: 5px 15px;
    color: #555;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    font-weight: 100;
    font-size: 10px
}

.gridcont {
    padding: 15px
}

.gridcont .titgridblog {
    font-size: 18px;
    font-weight: 700
}

.gridcont .txtgridblog {
    font-size: 13px
}

.gridart .dategridblog {
    color: #555;
    font-size: 12px;
    padding-bottom: 10px
}

.gridcont .appointment-btn, .pt-cv-ifield .appointment-btn {
    background: #04598c;
    color: #FFF;
    border: 0;
    border-radius: 10px;
    padding: 3px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0;
}

.gridcont .appointment-btn:hover,.pt-cv-ifield .appointment-btn:hover {
    background: #FFF;
    color: var(--color-bgrouge)
}

.listact {
    padding: 0
}

.cat-item {
    color: #04598b;
    font-size: 12px
}

.cat-item a {
    color: #04598b;
    font-size: 18px
}

.wp-pagenavi span.current {
    font-weight: 700;
    color: #464646;
    border: 0;
    border-color: #04598c !important;
    background-color: #ffffff;
    margin: 5px;
}

.wp-pagenavi a,.wp-pagenavi span {
    padding: 8px 8px!important
}

.blogpagi {
    margin: 0 16px
}

.blogpagi span, .blogpagi a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    margin: 0 5px;
    color: #04598c;
    font-weight: 400;
    border: 2px solid #04598c;
}

.blogpagi span.current {
    border: 2px solid #04598c;
    background-color: #04598c;
    color: #FFF;
}


.single  header {
    flex-direction: row;
    height: 600px;
}
article img {max-width: 100%;}

.single article {padding: 0;}


/*-------------------------- PAGE DE TELECHARGEMENT -------------------------------*/

.page-template-page_telechargement .contentpage{
    padding: 0;
}

.download-section{
    background: #07253b url(images/bghomeformcontact.webp) no-repeat right bottom;
    min-height: 400px;
    color: white;
}

.download-section h3{
    color: white;
}


.download-section form input[type="email"]{
    padding: .2rem;
}

.download-section form input[type="submit"]{
    background-color: #04598c;
    filter: none;
    opacity: 1;
    color: white;
    border: none;
    padding: 0.5rem 0.8rem;
}
/*-------------------------- RECRUTEMENT -------------------------------*/


/*-------------------------- FOOTER -------------------------------*/
.homecarte {
    display: flex;
    padding: 0;
    align-items: center;
    max-height: 800px;
    overflow: hidden;
}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.homecarte .liste { flex: 1 1 0;margin: 0 5%;}
.homecarte .carte {
    /* flex: 1 1 0; */
    background-color: #04598c;
    width: 50%;
}
.homecarte .adresse {
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 5px 0px #dedede;
    box-shadow: 2px 2px 5px 0px #dedede;
    background: #FFF url(images/pins.png) no-repeat center left 15px;
    padding-left: 60px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 120px 5px 1fr;
    text-transform: uppercase;
}

.homecarte .adresse:hover {color:#04598c}
.homecarte .adresse.active {background-color: #7CCEF4;}
.homecarte .adresse .ville {font-weight: 700;}
.homecarte .adresse .trait {
    width: 3px;
    height: 100%;
    background-color: #4d4d4d;
    border-radius: 2px;
}


.scaled-path-svg  {

		transform-origin: center;
		transform: scale(1.1);

  }

footer {
	background-color: #2A2A2A;
	color: #FFF;
	padding: 80px ;
}
footer a {
	color: #FFF;
}
footer .collogo img {
    max-width: 300px;
    width: 100%;
}
.menufoot a {
    text-transform: uppercase;
}
.menufoot a:hover {
    color:#555;
}

/* ------------------- FORM & CO  -----------------*/
#searchfoot input {
    background-color: #e6e6e6 !important;
    border: 0;
    color: rgb(56, 56, 56);
	border-radius: 0;
}
.btfootsearch {
    background-color: #7CCEF4;
    border: 0;
	border-radius: 0;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.wp-pagenavi .pages {border: 0;}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 6px 10px;
    margin: 5px;
}
.wp-pagenavi .page , .nextpostslink, .previouspostslink{background-color: #04598c; border: 1px solid #04598c;color: #FFF;width: 40px;}
.wp-pagenavi .page.current {background-color: transparent; border: 1px solid #04598c;color: #FFF;width: 40px;}

/* ---------------------- ELEMENTOR  ----------------------------*/
.elementor-tab-title {
    padding: 10px 20px 10px 0 !important;
}
.elementor-accordion-title {
    font-size: 16px;
    color: #6D6D6D !important;
}

.elementor-accordion-icon .fas{
    background-color: #04598c;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    border-radius: 4px;
}

.elementor-widget-text-editor a {color: #04598C;font-weight: 700;}
/* MENU GENERAL ----------------------------------------------------------------- */
.menusmart {
    background: #07253BFF url(images/logobg.webp) no-repeat top -20px right -20px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 74px 40px 70px 0px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menusmart.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.menusmart ul {list-style-type: none;margin: 0;}
.menusmart a {padding-top: 10px;color: #ddd;text-transform: uppercase;display: block;font-weight: 600;}
.menusmart p {color: #ddd;}
.menusmart > li {margin-bottom: 20px;}
.menusmart li.menu-item-has-children > a {
    border-bottom: 1px solid #555555aa;
    font-weight: 600;
    padding: 10px 0;
}
.menusmart li.menu-item-has-children > a::after, .menusmart li.menu-item-has-children2 > a::after {font-family: "Font Awesome 6 Free"; font-weight: 600; content: "\f105";display: inline-block;padding-left: 10px;}
.menusmart li.menu-item-has-children .sub-menu li {margin-bottom: 0px;}
.menusmart hr {border-top: 1px solid #ddd;}
.menusmarticone {
	justify-content: space-between;
	padding-left: 35px;
	align-items: center;
}
.menusmarticone a {display: inline-block; margin-left: 5px;}
.menusmart .bttop {
	padding: 10px 25px;
}
.menusmart .bttop a {color: #000;}





/*  BURGER =================================== */

.burger {
    display: none;
    width: 10px;
    height: 40px;
    top: 60px;
    right: 60px;
    position: fixed;
    border-radius: 4px;
    margin-left: 50px;
    transition: .5s;
}

.burger span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	margin-left: -15px;
	margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
	display: block;
	width: 35px;
	height: 4px;
	background-color: #000;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
	position: absolute;
	content: "";
}
.burger span::before {
	top: -13px;
}
.burger span::after {
	top: 12px;
}
.burger.clicked {
		z-index: 999999999;
}

.burger.clicked span {
	background-color: transparent;
}

.burger.clicked span::before {
	-webkit-transform: translateY(13px) rotate(45deg);
	-moz-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.burger.clicked span::after {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-moz-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after {
    background-color: #FFF;
}

.burger:hover {
	cursor: pointer;
}
.menusmart .burger {
    position: fixed;
    right: 64px;
    top: 35px;
}




/* ------------------- PRELOEADER  -----------------*/

#preloader {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
    display: none;
  }

  .preloader {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
  }

  .preloader span {
	position: absolute;
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-animation: preloader 2s infinite ease-in-out;
	animation: preloader 2s infinite ease-in-out;
  }

  .preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
  }

  .preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
  }

  .preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
  }

  .preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
  }

  .preloader span:nth-child(6) {
	left: 55px;
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
  }

  @-webkit-keyframes preloader {
	0% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: rgba(0, 0, 0, 0.1);
	}
	25% {
	  height: 30px;
	  -webkit-transform: translateY(15px);
	  transform: translateY(15px);
	  background: #04598c   ;
	}
	50%, 100% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: rgba(0, 0, 0, 0.1);
	}
  }

  @keyframes preloader {
	0% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: #fff;
	}
	25% {
	  height: 30px;
	  -webkit-transform: translateY(15px);
	  transform: translateY(15px);
	  background: #04598c;
	}
	50%, 100% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: #fff;
	}
  }




  .grecaptcha-badge {display: none !important;}


  /* DOWNLOAD MONITOR */

.dlm-downloads {display: flex; flex-wrap: wrap; justify-content: center; padding: 0;}
.dlm-downloads li {list-style: none !important;}
.download-button {
    background: #fff !important;
    border : none !important;
    line-height: 1 !important;
    font-size: 18px !important;
    padding: 15px !important;
    width: 350px !important;
    height: 120px !important;
    margin: 10px !important;
    color: #07253b !important;
}

.download-button:hover {background: #07253bc9 !important;}