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

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

:root {
    --main-bleu: #1C9CD9;
	--main-vert: #E2E032;
	--main-gris: #E2E2E2;
    --main-deg-start: #5A5A5A;
    --main-deg-end: #000000;

  }

html {    overflow-x: hidden;}

body {
    
    
    overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0px;
	color: #000000;
	width: 100%;
    overflow: hidden;
    /*background-color: red;*/
}

h1, .h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 120%;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h1 span {color: #1C9CD9;}
h2, .h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 120%;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0px;
}
h3, .h3 {
	font-size: 35px;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Open sans', sans-serif;
	letter-spacing: 0px;
}

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


article a,
main a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom: 1px dashed #CCC;
    color: #000000;
}
article a:hover,
main a:hover {
    border-bottom: 1px dashed #555;
    color: #555;
}


article .elementor-accordion-item a, main .elementor-accordion-item a  {
    border-bottom: 0;
}
article .elementor-accordion-item a:hover,.elementor-accordion-item a:hover {
    border-bottom: 0;
}
a.jotform-feedback-link {
    transform: rotate(-90deg);
    transition: .5s;
    padding: 7px 15px;
    position: fixed;
    right: 0px;
    font-family: verdana;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-color: #13d7ec;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
    margin-right: -99.5px;
    top: 325px;
    margin-bottom: 99.5px;
    text-shadow: rgba(255, 255, 255, 0.6) 0px 0px 10px;
}
a.jotform-feedback-link:hover {
    background-color: #555;
    color: #FFF;
}
.surtitre {
    font-family: 'Open sans', sans-serif;
    color: #0056A2;
    font-weight: 800;
    letter-spacing: 5px;
}
.sstitreh2 {
    font-size: 25px;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Open sans', sans-serif;
    font-style: italic;

}
.pretitre {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 15px;
    color: #0056A2;
    margin: 5px 0;
}
span.bleu {color: #1C9CD9;}
span.jaune {color: #E2E032;}
.gras {font-weight: 700;}

.liseretjaune {
    background: transparent url(images/liseret_jaune_right.png) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.liseretjaune.aright,
.liseretbleu.aright {
    background-position: right bottom;
}
.liseretbleu {
    background: transparent url(images/liseret_bleu_right.png) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}


.illustre {display: flex;}
.illustre img {
    !important object-fit: contain;
    object-position: center;
    border-radius: 40px;
    -webkit-box-shadow: 11px 3px 45px 0px rgba(0,0,0,0.44);
    box-shadow: 11px 3px 45px 0px rgba(0,0,0,0.44);
    width: 100%;
    max-width: 600px;
}

section {padding: 60px 0;}

.titre, .tit {line-height: 120%;}

.bt {padding: 7px 30px;border-radius: 12px; display: inline-block;margin: 15px 0;font-size: 15px;font-weight: 700;display: block;
    width: fit-content; white-space: nowrap;}
.btn:hover {border: 0 !important;}

.bt.bg {background-position: left 10px center; padding-left: 50px;background-repeat: no-repeat;background-size: 30px;}

.bt.btvert {background-color: #BDCD25;color: #FFF;font-weight: 700;}
.bt.btvert:hover {background-color: #BDCD25bb;}
.bt.btbleu {background-color: #014B6C;color: #FFF !important;font-weight: 700;}
.bt.btbleu:hover {background-color: #014B6Cbb;color: #FFF !important;}

.bt.btblanc {background-color: #ffffff;color: #014B6C;font-weight: 700;}

.bttop .bt {display: inline-block;margin-left: 10px;}
.btreadmore {
    background: rgb(11,111,159);
    background: linear-gradient(90deg, rgba(11,111,159,1) 0%, rgba(28,156,217,1) 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 15px 30px;
    border-radius: 32px;
    -webkit-box-shadow: 7px 3px 30px 0px #59C4F8;
    box-shadow: 7px 3px 30px 0px #59C4F8;
    transition: .5s;
}
.btreadmore:hover {
    color: #FFF;
    background: rgb(226,224,50);
    /*background: linear-gradient(90deg, rgba(226,224,50,1) 0%, rgba(206,204,18,1) 100%);*/
    -webkit-box-shadow: none;
    box-shadow: none;       
}

.btreadmore.jaune{
    background: rgb(226,224,50);
    /*background: linear-gradient(90deg, rgba(226,224,50,1) 0%, rgba(206,204,18,1) 100%);*/
	box-shadow: 7px 3px 30px 0px #E2E032;  
}
.btreadmore:hover.jaune{
    background: rgb(11,111,159);
    background: linear-gradient(90deg, rgba(11,111,159,1) 0%, rgba(28,156,217,1) 100%);
	box-shadow: 7px 3px 30px 0px #59C4F8; 
}
.btreadmore.blanc {
    background-color: #FFF;
    background: none;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.32);
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.32);
    color: #545454;
    background-color: #FFF;
}
.btreadmore:hover.blanc{
    background: rgb(226,224,50);
    /*background: linear-gradient(90deg, rgba(226,224,50,1) 0%, rgba(206,204,18,1) 100%);*/
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.32);
    color: #FFF;
}

.habjaune img {border-radius: 40px !important;z-index: 1;position: relative;}
.behindjaune img {border-radius: 40px !important;z-index: 1;position: relative;}
.behindbleu img {border-radius: 40px !important;z-index: 1;position: relative;}

.behindjaune{
    border-radius: 40px !important;
    background-color: #E2E032;
    z-index: 1;
}

.behindbleu{
    border-radius: 40px !important;
    background: #1C9CD9 url(images/bghabbleu.jpg) top center no-repeat;
    z-index: 1;
}

.elementor-widget-image.habbleu img, .elementor-widget-image.habjaune img {
    border-radius: 40px !important;z-index: 2;position: relative;
}
.elementor-slideshow__footer {
    min-height: 100px  !important;
    background-image: none !important;
}
.sticky #logoims {
    fill: #222222 !important;
}

/* ----------------------------------------------------- HEADER */
.menutop {
    position: absolute;
    right: 50px;
    /* margin-right: 612px; */
    transition: 0.2s;
    top: 90px;
    border-radius: 40px;
    padding: 10px 40px;
    background-color: #222222;
}
#header {
    position: fixed;
    z-index: 99;
    height: auto;
    padding: 50px;
    width: 100%;
    left: 0;
    padding: 50px;
    transition: 0.2s;
}
#header #logo {max-width: 220px;}	
body.sticky  #header #logo {
    max-width: 95px;
}
#headbar #logo {
    max-width: 169px;

}
body.sticky  #headbar #logo {
    max-width: 95px;
}

.logoheadbar {
    padding: 0 50px;
}
body.sticky #header {
    padding: 10px 50px;
    top: 0;
    height: auto;
    z-index: 999999;
    width: 100%;
    background-color: #FFF;
    padding-bottom: 15px;
    box-shadow: 0px 0px 5px rgb(224 224 224);
}
body.sticky #header .logohead{max-width: 120px;}
body.sticky #header .menutop {
    top: 20px;
}
body.sticky .bttop {
    top: 12px;
    z-index: 999;
}

body.sticky .btsearch {display: none;}
body.sticky .bttop .bt {display: inline-block;}

.logohead {transition:0.2s;max-width: 350px;}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

#widthmegamenu {width: 80vw; height:0; margin: auto;}
/*.mega-sub-menu .mega-sub-menu .mega-menu-item{background-color: #404040  !important;border-radius: 10px !important;padding: 5px !important;}*/

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {margin-top: 20px;border-radius: 40px !important;margin-left: 20px !important;}
ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    border-top: 0 !important;
    padding-top: 0 !important;
    border-left: 5px solid #ff000000 !important;
    border-right: 5px solid #ff000000 !important;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 20% !important;
}



/* -- MENU TOP --*/
.topcontact a {
    background: rgb(11,111,159) !important;
    background: linear-gradient(90deg, rgba(11,111,159,1) 0%, rgba(28,156,217,1) 100%) !important;
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 32px;
    /* -webkit-box-shadow: 7px 3px 30px 0px #59C4F8 !important; */
    /* box-shadow: 7px 3px 30px 0px #59C4F8 !important; */
    transition: .5s !important;
    border-radius: 50px !important;
    padding: 0px 30px !important;
    margin-left: 20px !important;
}

/* FIL */
section.fil {
    padding: 15px 20px;
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
    transition: .3s;
}
section.fil .row {align-items: center;}
section.fil.sticky {
    position: fixed;
    top: 104px;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    padding: 5px 10px 5px 50px;
}

.tsh_breadcrumbs {display: inline-block; padding: 0;margin: 0;}
.tsh_breadcrumbs li {display: inline-block;}
.tsh_breadcrumbs li:before {content: none !important;}
.tsh_breadcrumbs li:last-child {color: #494949 !important;}
.tsh_breadcrumbs li:first-child {padding-left: 0 !important;}
.tsh_breadcrumbs li, .tsh_breadcrumbs li a {
    padding: 2px 8px;
    color: #707070 !important;
    font-size: 15px;
    font-family: 'Quicksand';
}



/* ----------------------------------------------------------------------- SECTION ONE */
.sectionone {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    height: 100vh;
    background-color: #F9F9F9;
    padding: 50px;
    padding-right: 0;
    padding-top: 200px;
}

.sectionone.short {height: 70vh;}

.sectionone .headaccleft {
    padding-left: 10%;
    top: 0;
    bottom: 0;
    margin: auto 0;
	flex: 1 0 50%;
	padding: 0 30px 0 5%;
}

.sectionone.short .headaccleft {
	padding-top: 0;
}

.sectionone .menubottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 47px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    z-index: 99;
}

.sectionone .menubottom .menu1, .sectionone .menubottom .menu2 {
    background-color: #313131;
    padding: 10px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sectionone .menubottom .menu1 a, .sectionone .menubottom .menu2 a {
    padding: 0 12px;
    color: #FFF;
    transition: .3s;
}

.sectionone .menubottom .menu1 a:hover {transform: scale(1.2);}

.sectionone .menubottom .menu2 a {letter-spacing: 2px;font-size: 15px;}
.sectionone .menubottom .menu2 a:hover {color: #CCCCCC;}


/*----- DEFAULT -----------*/
.txtgauche {
    padding: 0 10% 0 2%;
}
.headtxt {
    background-color: #F9F9F9CC;
    padding: 40px;
    border-radius: 50px;
}
/* ------------------- PAGE ACCUEIL  -----------------*/
.page-template-page_accueil .sectionone {
    padding-top: 200px;
    background: #F9F9F9 url(images/homehead.webp) no-repeat top 30px right -311px;
    background-size: 110vh auto;
}
.page-template-page_accueil .swiper-container-head {overflow: hidden;}
/*.page-template-page_accueil .s1 {
    padding: 0;
    background: #F9F9F9 url(images/homehead.webp) no-repeat top 30px right -311px;
    background-size: 110vh auto;
}*/
.swiper-container-head {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container-head .swiper-slide {
    display: flex;
    align-items: center;
}
.swiper-container-head .swiper-slide > div{
width: 50%;
padding-left: 100px;
}
.slideheadtxt {
    background-color: #F9F9F9CC;
    padding: 20px 10px 20px 100px;
    border-radius: 50px;
}
.page-template-page_accueil .sectionone .headtxt {
    width: 50%;
    padding: 0 50px;
    margin-top: 5%;
}

.moteur {
    min-height: 200px;
    background: rgb(90,90,90);
    background: linear-gradient(90deg, rgba(90,90,90,1) 0%, rgba(0,0,0,1) 100%);

}
.titslide {margin: 0 20px;}
.slidewhocontent {
    display: flex;
    justify-content: center;
}
.square {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 20px;
    min-height: 140px;
    min-width: 140px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-size: 80px auto;
    background-position: top 15px center;
    background-repeat: no-repeat;
    transition: 0.3s;
}
.square.whoru {background-image: url(images/whostudent.png);}
.square.whatfor {background-image: url(images/whatmoteur.png);}
.square .title  {
    font-size: 14px !important;
    font-weight: 700;
    color: #000000;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    text-transform: none;
    text-align: center;
    line-height: 110%;
    transition: 0.3s;
}

.propal {
    border-left: 3px solid #FFF;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.slidechoicewho {
    display: block;
    background-color: #FFF;
    border-radius: 20px;
    padding: 8px 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.secrecherche {padding: 10px 0;padding-bottom: 50px;}
.contai {
    max-width: 900px;
    margin: auto;
    margin-top: -30px;
    border-radius: 80px;
    height: 80px;
    background: rgb(226,224,50);
    /*background: linear-gradient(90deg, rgba(226,224,50,1) 0%, rgba(129,128,12,1) 100%);*/
}
.titse {
    color: #313131;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}
.contai input {
    width: 90%;
    height: 45px;
    border: 0;
    border-radius: 22px;
    padding: 0 30px;
    background: #ffffff url(images/loupe.png) no-repeat center right 20px;
    background-size: 30px;
    color:#000;
}
.contai input:focus-visible, .contai textarea:focus-visible {
    outline: 2px solid #E2E032;
}


.motwrapper {display: flex;color: #FFF;}
.motwrapper .mottxt {
    width: 50%;
    padding-left: 100px;
    padding-right: 30px;
    text-align: right;
}
.motwrapper .motslider {width: 50%;}
#swipMoteur {
	max-width: auto;
    margin-left: 0;
}

.slidechoicewho {
    cursor: pointer;
    margin: 5px 0;
}
.slidechoicewho:hover {
    box-shadow: 0px 0px 10px 0px #ffffff;
    color: #e2e032;
}

.homelabo {
    min-height: 600px;
    background: transparent url(images/bghomelabo.png) no-repeat center right -259px;
    background-size: auto 660px;
}

.lastnews {
    min-height: 300px;
    background: transparent url(images/bdhomelastnews.png) no-repeat bottom left;
    background-size: 25vw auto;
}
.lastnews .appointment-btn {
    background: #1c9cd9;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    padding: 3px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
    margin: 23px 0 10px 0;
    text-shadow: none;
}

.swiper-home {
    height: 600px;
    margin: 0 10% !important;
    border-radius: 40px;
}
.swiper-home .swiper-slide {
    background-size: cover;
    position: relative;
    background-position: center center;
}
.swiper-home .swiper-slide .contslide {position: absolute; bottom: 100px; color: #FFF;padding-left: 10%;text-shadow: black 0.1em 0.1em 0.2em;}

.swiper-home .swiper-slide .title {
    color: #FFF;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 120%;
}
.swiper-home .swiper-slide p {width: 85%;}
.swiper-home .swiper-slide .datswip {
    color: #E2E032;
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    left: 0 !important;
    right: 0 !important;
    width: 150px !important;
    margin: auto !important;
    bottom: 0 !important;
    padding: 10px 20px;
    background-color: #222222;
    display: inline-block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background: #FFF !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity:1 !important;
    background: #d0ce15 !important;
}

.swiper-home .swiper-button-next {
    background-image: url(images/nextswipper.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 45px;
  }
  
  .swiper-home  .swiper-button-next::after {
    display: none;
  }
  .swiper-home .swiper-button-prev {
    background-image: url(images/nextswipper.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform: rotate(180deg);
    width: 45px;
  }
  
  .swiper-home  .swiper-button-prev::after {
    display: none;
  }

.homethemeresearche .gridtheme {
    margin: 60px auto;
    width: 80%;
    height: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* <-- 3 colonnes fixes */
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.homethemeresearche .gridtheme a {
	display: block;
	color: #FFF;
	box-shadow: 0px 0px 5px rgb(224 224 224);
	border-radius: 15px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
}

.homethemeresearche .gridtheme a.cog {background-image: url(images/ico_cong.png);}
.homethemeresearche .gridtheme a.bio {background-image: url(images/ico_bio.png);}
.homethemeresearche .gridtheme a.engin {background-image: url(images/ico_engi.png);}
.homethemeresearche .gridtheme a.sig {background-image: url(images/ico_sig.png);}
.homethemeresearche .gridtheme a.auto {background-image: url(images/ico_automatics.png);}
.homethemeresearche .gridtheme a.circ {background-image: url(images/ico_design.png);}
.homethemeresearche .gridtheme a.device {background-image: url(images/ico_device.png);}
.homethemeresearche .gridtheme a.nano {background-image: url(images/ico_nano.png);}
.homethemeresearche .gridtheme a.wav {background-image: url(images/ico_wav.png);}
.homethemeresearche .gridtheme a.orga {background-image: url(images/ico_orga.png);}


.homethemeresearche .gridtheme a .btbott {
    position: absolute;
    bottom: -26px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    /* height: 71px; */
}

.homethemeresearche .gridtheme a:hover{
	transform: translateY(-10px);
}
.homethemeresearche .gridtheme a .btbott > div {
    width: 100%;
    display: flex;
    height: 50px;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    background: rgb(90,90,90);
    background: linear-gradient(90deg, rgba(90,90,90,1) 0%, rgba(0,0,0,1) 100%);
    align-content: center;
    align-items: center;
    justify-content: center;
	transition: .3s;
}
.homethemeresearche .gridtheme a:hover .btbott > div {
	color: #373737;
    background: rgb(90,90,90);
    background: linear-gradient(90deg, rgba(226,224,50,1) 0%, rgba(181,180,43,1) 100%);

}

.homethemebando {
	position: relative;
	background-color: #1C9CD9;
	border-radius: 40px;
	text-align: center;
	color: #FFF;
	padding: 40px 60px;
}
.homethemebando .btbando {
    position: absolute;
    bottom: -20px;
    margin: auto;
    width: 300px;
    left: 0;
    right: 0;
}

.homethemeresearche {
    background-color: #FFF;
    background-image: url(images/decohome1.png),url(images/decohome2.png);
    background-position: left 20px top 200px,right 50px top 50px;
    background-repeat: no-repeat, no-repeat;
    background-size: 100px, 40px;
}

/* ACTES */
.homeactes {
    min-height: 720px;
    padding: 80px 0;
    background: url(images/homeactbg.png) right -300px center no-repeat;
    background-size: 40%;
}

.homeactes .ssh2 {
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    color: #666;
    line-height: 110%;
}

.homeactwrapper {
    display: flex;
}
.actcard {
    margin: 0 10px;
    flex-basis: 33.33%;
    position: relative;
    overflow: hidden;
    /* gap: 30px; */
    border-radius: 20px;
    color: #434343;
    flex-wrap: wrap;
    gap: 50px;
    -webkit-box-shadow: 0px 3px 36px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 36px 0px rgba(0,0,0,0.1);
    min-height: 500px;
}
.actcardimg {
    min-height: 300px;
    position: relative;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.actcard .titact {
    position: absolute;
    text-align: center;
    bottom: 5px;
    color: #FFF;
    margin: auto;
    left: 0;
    right: 0;
    font-weight: 900;
    font-size: 40px;
    transition: .5s;
}
.actcardtxt {
    padding: 20px;
    position: relative;
}
.titbottom {
    background-color: #555;
    color: #FFF;
    padding: 10px 20px;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0;
}
.actoverlay {
    /* height: 0; */
    position: absolute;
    top: 100%;
    /* bottom: 0; */
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: justify;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /* background-color: black; */
    /* opacity: 0; */
    border-radius: 20px;
    color: #434343;
    min-height: 100%;
}

.actcard:hover .actoverlay {
    top: 100px;
    opacity: 1;
    color: #434343;
}
.actcard:hover .titact {
 
    top: 76px;
    bottom: auto;
}

.upcommingevent {
    background: transparent url(images/fondjaune.png) center left -150px no-repeat;
    background-size: 625px;
}
.upcommingevent .illustre {height: 480px;margin-left: 60px;}

.upcommingevent .calendar {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 5px 1fr;
    gap: 0px 30px;

}
/*.calitem {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    /* width: 150px; */
	
	.calitem {
  	display: flex;
	overflow: hidden;
	flex-direction: row;
  	align-items: center;
	padding: 20px 0;
  	text-decoration: none;
  	color: inherit;
 	transition: background-color 0.3s ease;
}

.calitem:hover {
  background-color: #f9f9f9;
}

}
.calitemdate {
    display: flex;
    min-width: 100px;
    /* padding: 30px; */
    margin: 0px 30px;
    text-align: center;
    background-color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    -webkit-box-shadow: 0px 0px 7px 5px rgba(189,189,189,0.56);
    box-shadow: 0px 0px 7px 5px rgba(189,189,189,0.56);
    border-radius: 15px;
    height: 90px;
    align-items: center;
    justify-content: center;
}
.calitemdate span {font-size: 17px;}
.calitemtext {font-size: 18px;}
.calitemtext span {
    font-size: 13px;
    line-height: 90%;
}
.bord {
    grid-row: span 3;
    background-color: #E2E032;
    border-radius: 3px;
    margin: 20px 0;
}

.homediscoverims .card {
    color: inherit;
    cursor: pointer;
    width: calc(48% - 2rem);
    min-width: calc(48% - 2rem);
    height: 500px;
    min-height: 500px;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
    border: 0;
    display: inline-block;
}

.homediscoverims .front,
.homediscoverims .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  border-radius: 30px;
}

.homediscoverims .front {
  background-size: cover;
  padding: 2rem;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.homediscoverims .front p {
    position: absolute;
    bottom: -30px;
    background: #444444;
    width: 80%;
    font-weight: 700;
    border-radius: 40px;
    padding: 10px 20px;
}

.homediscoverims .card:hover .front {
  transform: rotateY(180deg);
}
.homediscoverims .card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.homediscoverims .back {
  background: #202020;
  transform: rotateY(-180deg);
  padding: 0 2em;
  color: #FFF;
}

.homediscoverims .back .button:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.homediscoverims .card:hover .back {
  transform: rotateY(0deg);
}
.homediscoverims .card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.homediscoverims .card:nth-child(even) .back .button {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}

.homediscoverims .card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}

.headpubli {
    color: #FFF; background: transparent url(images/homebgpubli.jpg) no-repeat;background-size: cover;border-top-left-radius: 60px;
    border-top-right-radius: 60px;text-align: center;padding: 50px 60px;
    position: relative;
}
.headpubli p {
    max-width: 600px;
    margin: auto;
}
.publicontent {
    -webkit-box-shadow: 0px 13px 39px 14px rgba(230,230,230,0.78); 
    box-shadow: 0px 13px 39px 14px rgba(230,230,230,0.78); 
    min-height: 400px;
    padding: 50px 30px;
}
.contrelatif {    position: relative;}
.nbpubli {
    position: absolute;
    top: 54px;
    left: 43px;
    transform: rotate(16deg);
    text-align: center;
    background-color: #FFF;
    -webkit-box-shadow: 0px 13px 39px 14px rgba(230,230,230,0.78);
    box-shadow: 0px 1px 13px 0px rgb(54 51 51 / 33%);
    border-radius: 20px;
    z-index: 9999;
    max-width: 215px;
    padding: 10px 20px;
}
.nbpubli img {padding-bottom: 10px;}
a.linkpubli {
    position: absolute;
    color: #FFF;
    padding: 15px 100px 15px 20px;
    background: #E2E032 url(images/livre-ouvert.png) no-repeat right 10px center;
    z-index: 10000;
    bottom: -31px;
    right: -27px;
    color: #FFF;
    border-radius: 20px;
    text-align: right;
}

/* ----------------------------------------------------- PAGE DISCOVER IMS  -------------------------------------------------*/
.page-template-page_ims .sectionone {
    /* padding: 0px 30px; */
    /* padding-top: 0px; */
    background: #F9F9F9 url(images/imshead.webp) no-repeat bottom right 5px;
    background-size: auto 77vh;
}
.page-template-page_ims .sectionone .headtxt {
    width: 40%;
    padding: 30px 50px;
    
}

/* ----------------------------------------------------- PAGE COLLABORATION  -------------------------------------------------*/
.page-template-page_collaboration .sectionone {
    padding: 0;
    background: #F9F9F9 url(images/headcollabo.webp) no-repeat bottom right 50px;
    background-size: 60vw auto;
}

.page-template-page_collaboration .sectionone .headtxt {
    width: 60%;
    padding: 0 50px;
    margin-top: 5%;
    background-color: #F9F9F9BB;
    border-radius: 30px;
}

/* ----------------------------------------------------- PAGE COLLABORATION ENFANT  -------------------------------------------------*/
.page-template-page_collaboration-child .sectionone {
    width: 100%;
    background: transparent url(images/bdheadplatform.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 150px;
}
.page-template-page_collaboration-child .sectionecontent {
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.page-template-page_collaboration-child .sectionecontent .titrefilig {
    position: absolute;
    right: 50px;
    top: -23px;
    font-size: 80px;
    color: #707070;
    font-weight: 900;
    opacity: .07;
    white-space: nowrap;
}

.page-template-page_collaboration-child .illwrapper {
    position: relative;
    height: 50vh;
    margin-right: 100px;
}

.page-template-page_collaboration-child .illimg {
    width: 90%;
    height: 80%;
    min-height: 300px;
}

.page-template-page_collaboration-child .illdeco {
    width: 90%;
    height: 80%;
    min-height: 300px;
}



/* ----------------------------------------------------- PAGE RESEARCH GROUP & RESSOURCES  -------------------------------------------------*/
.page-template-page_research-group .sectionone {
    background-size: cover, cover;
    background-position: center center, bottom center;
}
.page-template-page_research-group #logoims{
    fill: #FFFFFF;
}
.encarthead {
    max-width: 773px;
    display: flex;
    /*position: absolute;*/
    bottom: 25%;
}
.encarthead .encartleft {
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 40px;
    /* width: 100%; */
}
.encarthead .encartright {
    /*background: transparent url(images/encartheadright.webp) no-repeat;*/
    /*background-size: contain;*/
    display: flex;
    flex-direction: column;
    width: 60px;
}
.encarthead .encartright .enctop {
    width: 60px;
}

.encarthead .encartright .encbottom {
    background: transparent url(images/encartheadright-bottom.png) no-repeat left bottom;
    flex: 1;
}

.titencarthead {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* ----------------------------------------------------- PAGE PLATFORM  -------------------------------------------------*/
.page-template-page_platform .sectionone  {
    width: 100%;
    background: transparent url(images/bdheadplatform.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 150px;
}
.sectionecontent {
    width: 100%;
}

.illwrapper {
    position: relative;
    height: 60vh;
    margin-right: 100px;
}
.illdeco {
    position: absolute;
    bottom: 65px;
    right: 65px;
    background: white url(images/decoimg.png) no-repeat top 20px left 20px;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 13%);
}
.illimg {
    display: block;
    position: absolute;
    bottom: 0;right: 0;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.5);
}

/* ----------------------------------------------------- PAGE PLATFORM ENFANT  -------------------------------------------------*/
.page-template-page_platform-enfant .sectionecontent .titrefilig {
    position: absolute;
    right: 50px;
    top: -23px;
    font-size: 80px;
    color: #707070;
    font-weight: 900;
    opacity: .07;
    white-space: nowrap;
}
.page-template-page_platform-enfant .textthem {
    position: relative;
}
.page-template-page_platform-enfant .illdeco {
    position: absolute;
    bottom: 65px;
    right: 65px;
    background: white url(images/decoimg.png) no-repeat top 20px left 20px;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}

.page-template-page_platform-enfant .formcontact7 {
    padding-left: 30%;
    padding-right: 20%;
}
.formcontact7 input, .formcontact7 textarea, .formcontact7 select {
    padding: 17px 20px;
    border: 0;
    margin-top: 10px;
    border-radius: 15px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);

    width: 100%;
}

.formcontact7 input:focus-visible, .formcontact7 textarea:focus-visible,.formcontact7 select:focus-visible {
    outline: 2px solid #E2E032;
}

.formcontact7 label {
    display: inline-block;
    text-indent: 20px;
    font-weight: 700;
    width: 100%;
}

.formcontact7 input[type=submit]:not(:disabled) {
    background: rgb(11,111,159);
    background: linear-gradient(90deg, rgb(217 215 50) 0%, rgb(226 224 50) 100%) !important;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 15px 30px;
    border-radius: 32px;
    -webkit-box-shadow: 7px 3px 30px 0px #59C4F8;
    box-shadow: 7px 3px 30px 0px #e2e032;
    transition: .5s;
    min-width: auto;
    height: auto !important;
    border: 0 !important;
    width: auto;
}
.formcontact7 input[type=submit]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 20px 0px !important;
    padding: 10px 30px !important;
    border: 0 !important;
    background-color: #e2e032 !important;
    border-radius: 20px !important;
    color: #FFF !important;
    display: inline-block !important;
    font-size: 20px !important;
}


/* ----------------------------------------------------- PAGE THEMATIC  -------------------------------------------------*/

.page-template-page_group_thematic .sectionecontent {
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.page-template-page_group_thematic .sectionecontent .titrefilig {
    position: absolute;
    left: 55px;
    top: -23px;
    font-size: 80px;
    color: #707070;
    font-weight: 900;
    opacity: .07;
    white-space: nowrap;
}
.page-template-page_group_thematic .illwrapper {
    position: relative;
    height: 80vh;
    margin-right: 100px;
}

.page-template-page_group_thematic .illimg {
    width: 80%;
    height: 40%;
    min-height: 300px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.page-template-page_group_thematic .illico {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.3);
    z-index: 99;
}
.page-template-page_group_thematic .illdeco {
    width: 80%;
    height: 40%;
    min-height: 300px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: translate(0px, -50px);
}

.illico.automatic {background-image: url(images/ico_page/ico_automatic.png);}
.illico.cognitics {background-image: url(images/ico_page/ico_cognitics.png);}
.illico.bioelectronics {background-image: url(images/ico_page/ico_bioelectronics.png);}
.illico.production {background-image: url(images/ico_page/ico_production.png);}
.illico.signal {background-image: url(images/ico_page/ico_signal.png);}
.illico.conception {background-image: url(images/ico_page/ico_conception.png);}
.illico.nanoelectronics {background-image: url(images/ico_page/ico_terahertz.png);}
.illico.terahertz {background-image: url(images/ico_page/ico_nanoelectronics.png);}
.illico.waves {background-image: url(images/ico_page/ico_waves.png);}
.illico.organics {background-image: url(images/ico_page/ico_organics.png);}
.illico.reliability {background-image: url(images/ico_page/ico_reliability.png);}


.page-template-page_group_thematic .textthem{
    position: relative;
}

section.organisation {
    position: relative;
    background: #00000005 url(images/bgteammembers.webp) no-repeat left -50px top 0px;
    background-size: contain;
    padding: 86px 0;
}

.page-template-page_group_thematic .flex-grid-staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 10%;
}

.page-template-page_group_thematic .grid-item-staff {
    /* flex-basis: 18%; */
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 300px;
    background-color: #FFF;
    text-align: center;
    height: 381px;
    padding: 20px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 700;
}

.grid-item-staff .paraph {
    flex-grow: 1;
    font-weight: 400;
    line-height: 110%;
}
.page-template-page_group_thematic .grid-item-staff a {
background: rgb(11,111,159);
background: linear-gradient(142deg, rgba(11,111,159,1) 0%, rgba(28,156,217,1) 100%);
border-radius: 20px;
padding: 10px 30px;
width: 200px;
color: #FFF;
margin: auto;
}

/*------------------------------ PAGE TEAM ---------------------------------------------------------------------*/

.illwrapper {
    position: relative;
    height: 44vh;
    margin-right: 150px;
}
.page-template-page_team .illdeco {
    position: absolute;
    bottom: 0;
    right: 65px;
    background-color: #FFF;
    background-image: none;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 13%);
}
.page-template-page_team .illimg {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 90%;
    height: 90%;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.5);
}
.page-template-page_team .tittheme {
    position:absolute;
    right: -50px;
    bottom: 30px;
    padding: 20px 35px;
    color: #474747;
    font-size: 25px;
    font-weight: 900;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.67);
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.page-template-page_team .illico {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.3);
    z-index: 99;
}


section.members {
    position: relative;
    background: #00000005 url(images/bgteammembers.webp) no-repeat left -274px top 30px;
    padding: 86px 30px;
    background-size: auto 90%;
}
.page-template-page_team .flex-grid-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 10%;
}
.filigrannemembers {
    position: absolute;
    top: 60px;
    right: 71px;
    font-size: 120px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.04);
}
.textmembers {
    padding: 0 20% 0 30%;
}
.page-template-page_team .grid-item-members {
    /* flex-basis: 18%; */
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 20px;
    max-width: 200px;
    background-color: #FFF;
    text-align: center;
    height: 250px;
    padding: 20px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 700;
}
.page-template-page_team .grid-item-members .nom {transition: .2s;}
.page-template-page_team .grid-item-members .itemimg {flex-grow: 1;}
.page-template-page_team .grid-item-members .itemimg img {
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.page-template-page_team .grid-item-members:hover {box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);}
.page-template-page_team .grid-item-members:hover .nom {transform: translateY(-10px);}

section.news {
    position: relative;
}

section.news .filigrannemembers {
    position: absolute;
    top: 150px;
    right: 71px;
    font-size: 120px;
    font-weight: 900;
    z-index: -1;
}

section.news .textmembers {
    padding: 0 10% 0 10%;
}

.flex-grid-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 10%;
}
.grid-item-news {
    flex-basis: 30%;
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #FFF;
    height: 282px;
    padding: 20px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    color: #000;
}

.grid-item-news .tit {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
/*------------------------------ DEFAULT 2 ---------------------------------------------------------------------*/
.page-template-page_default2 .sectionone {
    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}

/*------------------------------ RECRUITMENT ---------------------------------------------------------------------*/

.single-recruitment .sectionone {
    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}


/* ------------------------- SINGLE --------------------------------------*/
.single-post  .sectionone {
    padding: 50px;
    padding-right: 0;
    padding-top: 292px;
    padding-bottom: 84px;
    height: auto;
    min-height: 40vh;
    position: relative;
}

.single-post  .illustr img {
    width: 100%;
    max-height: 500px;
    border-radius: 40px;
}
.single-post .sectionone .filigrannemembers {
    bottom: 83px;
    top: auto;
}

/* ------------------------- SINGLE CHERCHEUR--------------------------------------*/
.single-4884d52fa064a5f48be2 .fonction{margin: 10px 0;font-size: 20px;font-weight: 700;}
.single-4884d52fa064a5f48be2  .illwrapper {
    position: relative;
    height: 44vh;
    margin-right: 0px;
    max-width: 601px;
}


.single-4884d52fa064a5f48be2 .chgroup {margin-top: 10px;}

.single-4884d52fa064a5f48be2 .ws_annuaire_single_content img {width: 100%;}


/* ------------------------- CATEGORY --------------------------------------*/
.category .sectionone {
    padding: 50px;
    padding-right: 0;
    padding-top: 292px;
    padding-bottom: 84px;
    height: auto;
    min-height: 40vh;

}
.category .sectionone .filigrannemembers {
    bottom: 83px;
    top: auto;
}

.category .sectionone .menucat {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}

/* ----------------------------------------------------- PAGE BLOG  -------------------------------------------------*/


.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;
    border-radius: 20px;
}

.blogwrapper .gridart img {border-radius: 20px;min-width: 100%;}

.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, .searchgrid .appointment-btn {
    background: #e2e032;
    color: #000;
    border: 0;
    border-radius: 3px;
    padding: 3px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
    margin: 23px 0 10px 0;
}

.gridcont .appointment-btn:hover,.pt-cv-ifield .appointment-btn:hover, .searchgrid .appointment-btn:hover {
    background: #FFF;
}

.listact {
    padding: 0
}

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

.cat-item a {
    color: var(--color-bgfooter);
    font-size: 18px
}

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

.listcatmen .appointment-btn {
    background: #222222;
    color: #FFF;
    border: 0;
    border-radius: 0;
    padding: 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    margin: 10px 10px 10px 0;
    border-radius: 20px;
}

.listcatmen .appointment-btn.active:hover,.listcatmen .appointment-btn.active {
    background: #FFF;
    color: var(--color-bgrouge);
    border: 1px solid var(--color-bgrouge);
    transition: 0.3s
}

/* pagination */
.blogpagi {
    margin: 0 16px
}

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

.blogpagi span.current {
    border: 1px solid #1a9cd9;
    background-color: #1a9cd9;
    color: #FFF;
}

.wp-pagenavi .pages {display: none;}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 20px;
}

.wp-pagenavi span.current {
    border: 1px solid rgb(226,224,50);
    background: rgb(226,224,50);
    color: #313131;
    border-radius: 20px;
}

.contain-img {
  width: 100%;
  height: 300px; /* adapte selon ton besoin */
  object-fit: contain;
  object-position: center;
  background-color: #f9f9f9; /* optionnel, si tu veux une couleur de fond */
}



/* ----------------------------------------------------- PAGE RECRUITMENT  -------------------------------------------------*/
.page-template-page_recruitment .sectionone {
    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}


/* ----------------------------------------------------- PAGE RESEARCHER & PUBLICATION  -------------------------------------------------*/
.page-template-page_researcher_publication .sectionone,
.post-type-archive-4884d52fa064a5f48be2 .sectionone {
    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}

#resultats {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding: 50px 0;
}
.page-template-page_researcher_publication .grid-item-members,
.post-type-archive-4884d52fa064a5f48be2 .grid-item-members {
    /* flex-basis: 18%; */
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 20px;
    max-width: 200px;
    background-color: #FFF;
    text-align: center;
    height: 250px;
    padding: 20px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 700;
}
.page-template-page_researcher_publication .itemimg,
.post-type-archive-4884d52fa064a5f48be2  .itemimg {
    flex-grow: 1;
}
.page-template-page_researcher_publication .itemimg img,
.post-type-archive-4884d52fa064a5f48be2  .itemimg img{
    border-radius: 100%;
}

.page-template-page_researcher_publication .grid-item-members .equipe,
.post-type-archive-4884d52fa064a5f48be2  .grid-item-members .equipe {
    font-size: 12px;
    font-weight: 300;
}

.page-template-page_researcher_publication .contai {
    margin-top: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.page-template-page_researcher_publication .contai input {
    width: 100%;
    height: 45px;
    margin: 0 22px;
    border: 0;
    border-radius: 22px;
    padding: 0 30px;
    background: #ffffff url(images/loupe.png) no-repeat center right 20px;
    background-size: 30px;
    color: #000;
}

.inputsearch {
    padding: 20px 30px;
    font-size: 20px;
    width: 100%;
    border: 1px solid #EEE;
}


/* ----------------------------------------------------- PAGE RESEARCHER  -------------------------------------------------*/

.page-template-page_researcher .sectionone {

    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
}
.page-template-page_researcher .illwrapper {
    position: relative;
    height: 300px;
    margin-right: 100px;
}
.page-template-page_researcher .illimg {
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
}

.page-template-page_researcher .illdeco {
    bottom: 50px;
    right: 50px;
    background: #FFFFFF url(images/decoimg.png) no-repeat bottom -20px right -20px;
    width: 300px;
    height: 300px;
    border-radius: 20px;
}

.quickaccess {
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
    font-family: 'Quicksand';
}

.quickaccess .smallmenutit{

    color: #000;
    font-size: 20px;
}
.quickaccess.stickyq {
    position: fixed;
    top: 154px;
    left: 60px;
    width: 235px;
}
.smallmenutit.liseretbleu {
    background-size: 80px;
}

.quickaccess a {
    display: block;
    color: #000;
    padding-left: 20px;
    background: transparent url(images/decosmallmenu.png) no-repeat left center;
    background-size: 8px;
    margin: 5px 0;
    font-size: 16px;

}

/* ----------------------------------------------------- 404  -------------------------------------------------*/
.error404 .sectionone {

    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    /*height: auto;*/
    /*padding: 320px 50px 50px 80px;*/
}
.error404 .contai {
    margin-top: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.error404  .contai input {
    width: 100%;
    height: 45px;
    margin: 0 22px;
    border: 0;
    border-radius: 22px;
    padding: 0 30px;
    background: #ffffff url(images/loupe.png) no-repeat center right 20px;
    background-size: 30px;
    color: #000;
}

/* ----------------------------------------------------- SEARCH  -------------------------------------------------*/
.search .sectionone {

    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}



/* ----------------------------------------------------- CONTACT  -------------------------------------------------*/
.page-template-page_contact .sectionone {
    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}

.page-template-page_contact .formcontact7 label {width: 100%; display: block;}
.page-template-page_contact .formcontact7 input,
.page-template-page_contact .formcontact7 textarea {width: 100%; }


/* ----------------------------------------------------- BLOG  -------------------------------------------------*/
.page-template-page_blog .sectionone {
    background: #F9F9F9 url(images/bgpageresearcher.webp) no-repeat bottom center;
    height: 600px;
    padding-top: 250px;
}


.page-template-page_blog .encarthead {
    max-width: 773px;
    display: flex;
    position: absolute;
    bottom: 20%;
}

/* ----------------------------------------------------- FOOTER  -------------------------------------------------*/
.icopartner {
    background-color: #E2E2E2;
    padding: 50px 0;
	
}
.licopartner {padding: 0 40px;
}
.licopartner img {
    filter: grayscale(100%);
    transition: .3s;
   

}
.licopartner:hover img {
    filter: grayscale(0);
}



.resumefrench {
    min-height: 700px;
    display: flex;
    background: transparent url(images/bg_resumefrench.webp) no-repeat left -60px bottom;
    /* background-size: 400px; */
    align-items: center;
    padding: 80px 0;
}
.resumewrapper {
    padding-left: 35%;
    padding-right: 100px;
    width: 80%;
}

.titresume {
    background: transparent url(images/flag.png) no-repeat left center;
    padding-left: 80px;
}

.footcontact {
    min-height: 500px;
    display: flex;
    grid-template-columns: 400px auto;
    padding: 0;

}
.colfootcont {
    background-color: #E2E032;
    background-image: url(images/fontcontactleft.png);
    background-position: bottom 30px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding: 60px 80px;
    color: #000;
    text-align: center;
    flex: 0 0 25%;
}
.formfootcont {
    background: #F8F8F8 url(images/formcontactright.png) top left no-repeat;
    background-size: 120px;
    padding: 60px;
    padding-left: 190px;
    padding-right: 77px;
    flex-grow: 1;
}
.formfootcont .formcontact7 {padding-left: 0;}
footer {
    min-height: 500px;
    background-color: rgb(90,90,90);
    background: url(images/footermaps.png) bottom -175px right -269px, linear-gradient(90deg, rgba(90,90,90,1) 0%, rgba(0,0,0,1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 600px, 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
}
footer a {color: #FFF}
footer .wrapfoot {
    width: calc( 100% - 318px );
    padding: 0 60px;
    display: flex;
}
.logofoot {margin: 30px 0;}
footer #logo {
    min-width: 200px;
}
footer #logo #logoims {
    fill: #FFFFFF;
}

footer #logo {max-width: 220px;}
.menufootwrapper {width: 100%;}
.col3foot {display: flex;width: 100%;}
.col3foot .linkfoot {width: 33%;
	display: flex;
    flex-direction: column;
    align-items: center;

}
.sstitfoot {font-weight: 700;padding-bottom: 20px;font-size: 20px;}
.linkfoot a {display: block;color: #FFF;margin-bottom: 5px;}
.linkfoot a:hover {color: #acacac;}
.footrs {font-size: 16px;}
.footrs a {
    display: inline-block;
    padding: 0 5px;
}


/* ------------------- 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;
  }
  
  .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: #BDCD25;
	}
	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: #BDCD25;
	}
	50%, 100% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: #fff;
	}
  }





/*  BURGER =================================== */
#headbar {
    
    display: none;
    height: 150px;
    padding: 15px;
    position: fixed;
    z-index: 99;
    width: 100%;
    transition: .5s;
	align-items: center;
}
.sticky #headbar {
    height: 100px;
    background-color: #FFF;
    box-shadow: violet;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 5%);
    z-index: 999;
}
.logoheadsmart {max-width: 160px;}

.burger {
    display: none;
    position: fixed;
    width: 25px;
    height: 40px;
    top: 42px;
    right: 40px;
    border-radius: 4px;
    z-index: 1031;
    transition: .3s;
}
.sticky .burger {
    top: 26px;
}
.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: #585858;
	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: 999999;
}

.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: #ffffff;
}

.burger:hover {
	cursor: pointer;
}

.menusmart {
    background-color: #313131;
    background: #313131 url(images/logo-fili.png) no-repeat top -20px right -20px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 5%;
    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.3s 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);
    z-index: 99999;
}

.menusmart ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}
.menusmart a {padding-top: 10px;color: #ddd;text-transform: uppercase;display: block;font-weight: 600;}
.menusmart > li {margin-bottom: 20px;}
.menusmart li.menu-item-has-children > a {font-weight: 600;}
.menusmart li.menu-item-has-children > a::after {font-family: "FontAwesome"; 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 #searchfoot {margin: 28px 32px;}
.menusmart #searchfoot input {max-width: 300px;}

.menusmart #logo {max-width: 200px;opacity: 1;}
.menusmart #logo #logoims {
    fill: #FFFFFF !important;
}

.menusmart input {
    width: 50%;
    height: 45px;
    border: 0;
    border-radius: 22px;
    padding: 0 30px;
    background: #EEE url(images/loupe.png) no-repeat center right 20px;
    background-size: 30px;
}

#menu-top_menu  li.menu-item-has-children > a {border-bottom: 1px solid #818181;padding-bottom: 5px;}
.sub-menu .sub-menu {background-color: #3a3a3a;padding-top: 15px;padding-bottom: 15px;}

.grecaptcha-badge {display: none;}