.SVGBaseColorize,
.SVGPageColorize {
  visibility: hidden;
}

a{
  color: inherit;
  text-decoration: none;
}



.round{
  border-radius: 50%;
}

table{
  margin-top: 30px;
  margin-bottom: 60px;
}

table th{
  text-align: left;
  border-bottom:1px solid;
  padding-top: 5px;
  padding-bottom:5px;
}

table th[align=center]{
  text-align: center;
}

table th[align=right]{
  text-align: right;
}

table td{
  border-bottom:1px solid;
  padding-top: 5px;
  padding-bottom:5px;
}

.pretty .state label {
  font-size:inherit;
}

.iziModal .iziModal-header{
  background: #24618f !important;
}

body,
html {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 18px;
  color: #6d6969;
  background-color: #faf7f5;
  min-height: 100%;

  text-rendering: auto;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;

  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

html {
  background-repeat: no-repeat;
  background-position: top center;

  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

h1, h2, h3, h4, button, .button, header nav, #menu, .submenu, .subnav{
  font-family: "presicav";
}

header,
footer,
#content {
  /*overflow: auto;*/
}

img,
iframe {
  max-width: 100%;
}

img{
  height: auto;
}
hr {
  border: none;
  height: 1px;
  background-color: #6d6969;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.fat {
  height: 3px;
}

.withshadow, .withshadowhover:hover{
  box-shadow: -6px 19px 30px 3px rgba(0, 0, 0, 0.28);
}

#content{
  margin-bottom: 120px;
}

.inside {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
}

#content .container ul{
  margin-block-end: 1.2em;
  padding-inline-start: 21px;
}

#content .container ul li{
  padding-bottom: 0.4em;
} 


#content .container p a:not(.button) {
  border-bottom: solid 2px #24618f;
  }
  
  #content .container p  a:not(.button):hover 
  {
  color: #24618f;
  }

h1 {
  font-size: 48px;
  font-weight: 900;
  margin-top: 0px;
}

p {
  margin-top: 0px;
}

.button, button{
	display:inline-block;
	padding:13px;
	padding-left:21px;
	padding-right: 21px;
	color:inherit;
	text-decoration: none;
	border:2px solid;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	box-sizing: border-box;
	border-radius: 100px;
}

.button.small{
  font-size: 10px;
  padding:10px;
  padding-left: 16px;
  padding-right: 16px;
}




/** FOOTER **/

footer{
  padding-top: 40px;
}

.footerend {
  background-color: #f3ecea;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footerend .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerend .annexenav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 60px;
}

footer a {
  text-decoration: none;
  color: inherit;
}

footer .partenairecontainer{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  gap:100px;
}

footer .partenairecontainer .merci{
  font-size: 16px;
  font-weight: bold;
}

footer .partenairecontainer .liste{
  flex:1;
}

footer .partenairecontainer .liste{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:40px;
  flex-wrap: wrap;
}
footer .partenairecontainer .liste div{
  height:85px;
  width:250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .partenairecontainer .liste div img{
  max-width: 100%;
  max-height: 100%;
}

.footerbottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap:120px;
  margin-bottom: 40px;
}

.footerbottom > div{
  flex:1;
}

.footerbottom .rightcol{
  max-width: 350px;
}

.footerbottomcontainer{
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.footerbottomcontainernav{
    display: flex;
    gap: 40px;
}

.newsletterbox{
  border:3px solid;
  border-radius: 100px;
  font-size: 20px;
 
  padding:30px;
  padding-left: 35px;
  padding-right: 110px;
  width:100%;
  max-width:750px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}

.newsletterbox:after{
  display: block;
  content:"\f1d8";
  font-family: FontAwesome;
  font-size: 48px;
  position: absolute;
  right:30px;
  top:50%;
  transform: translateY(-50%);
  width:55px;
  height: 55px;
  background-repeat: no-repeat;
  
}

/** FOOTER **/

/** MENU **/
#menu {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  background-color: #eb2957;
  color: #fff;
  width:calc(100vw - 150px);
  max-width: 500px;
  box-sizing: border-box;
  font-size: 20px;
  transform: translateX(200%);
  transition: all 0.2s;
  padding: 40px;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 600;
}

#menu .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:40px;
  font-size: 14px;
}

.menuopened #menu {
  transform: translateX(0);
}

#menu nav {
  position: relative;
 
}

#menu nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#menu nav ul li {
  margin-bottom: 20px;
}

#menu nav ul li a {
  text-decoration: none;
  color: inherit;
}



.closebutton {
  position: absolute;
  top: -40px;
  left: -58px;
  transform: translateX(-100%);
  display: block;
  color: inherit;
  background-color: #eb2957;
  padding: 20px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  text-decoration: none;
}

#lan_nav ul{
  margin:0px;
  padding: 0px;
  list-style: none;
}

/** MENU **/

/** SUBMENU **/
.submenu{
  display: none;
  position:absolute;
  border:3px solid;
  border-radius: 20px;
  background-color: #f3ecea;
  padding-left:40px;
  padding-right: 40px;
  padding-top:25px;
  padding-bottom:25px;
  max-width: 875px;
  z-index: 500;
}

.submenu > ul{
  columns: 2;
}

.submenu ul{
  list-style: none;
  padding:0px;
  margin:0px;
}

.submenu ul li a{
  color:inherit;
  text-decoration: none;
}

.submenu > ul > li{
  margin-bottom:30px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.submenu > ul > li > ul > li{
  margin-top:12px;
  font-weight: bold;
  font-size: 15px;
  text-transform: none;
}



/** SUBMENU **/

/** HEADER **/

header {
  position: relative;
  background-color: #f3ecea;
  height: 155px;
}

header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

header nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  border: 3px solid;
  width: 200px;
  height: 70px;
  font-weight: 900;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 35px;
}

header nav a i{
  font-size: 30px !important;
  margin-left:3px;
}

header .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}

.buttoncolor_16{
  background-image: url(../img/icon_MembreLog.svg);
  background-repeat: no-repeat;
  background-position: right 17px;
  background-size: 34px 50px;
}

.buttoncolor_menu{
  background-image: url(../img/hamburger_menu.svg);
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: 37px 28px;
  margin-left: 70px;
}

.buttoncolor_16:hover, .buttoncolor_16.active{
  background-image: url(../img/icon_MembreLog.svg) !important;
  border-color:transparent;
}

.buttoncolor_menu:hover, .buttoncolor_menu.active{
  background-image: url(../img/hamburger_menu.svg) !important;
}
/** HEADER **/

/** SUBNAV **/
.subnav {
  border-bottom: 1px solid;
  margin-bottom: 80px;
}
.subnav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 85px;
  font-size: 14px;
  font-weight: 900;
  padding-top: 35px;
  padding-bottom: 35px;
}

.subnav.withbuttons ul{
	gap:10px;
}

.subnav a {
	text-decoration: none;
	color:inherit;
}

.subnav .filters{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom:20px;
}

.subnav .filters .filterscontainer{
  display:flex;
  gap:60px
}

.subnav .filterselect{
  position: relative;
  cursor: pointer;
}

.subnav .filterselectchoice{
  display: none;
  position:absolute;
  z-index: 200;
  
  overflow: scroll;
  box-sizing: border-box;
  width:300%;
  max-width: 400px;
  
}

.subnav .filterselectchoice.bottom{
  top:20px;
  border-top:20px solid transparent;
}

.subnav .filterselectchoice.top{
  bottom:20px;
  border-bottom:20px solid transparent;
}


.subnav .filterselectchoice ul{
  flex-direction: column;
  padding:0px;
  
}

.subnav .filterselectchoice > ul{
  background-color: #FFFFFF;
  padding:20px;
}

.subnav .filterselectchoice ul > li > ul{
  padding-left: 20px;
  color:#6d6969;
  margin-top: 10px;
}

.subnav .filterselectchoice > ul > li > a{
  text-transform: uppercase;
}


.subnav .filterselect:hover .filterselectchoice{
  display: block;
}


/** SUBNAV **/

/** BREADCRUMB **/
.breadcrumb{
  font-size: 16px;
  font-weight: bold;
  border-bottom:3px solid;
  padding-bottom: 20px;
  margin-top:20px;
}
.breadcrumb a{
  color:inherit;
  text-decoration: none;

}

.backlink{
  font-size: 14px;
  padding-bottom:30px;
  padding-top:30px;
  border-bottom:1px solid;
}

.backlink a{
  color:inherit;
  text-decoration: none;
 
}
/** BREADCRUMB **/

/** HOME **/
.homeintro{
  transition: background-color 1s;
  position: relative;
  color:#fff;
  margin-bottom: 60px;
}

#swiperhome{
  height: 70vh;
}

#swiperhome .swiper-slide{
  background-position: left center;
  background-repeat: no-repeat;
  background-size:contain;
}

.homeintro .introtcontent{
  position: absolute;
  left:0px;
  bottom:0px;
  width:100%;
  z-index: 300;
  padding-left:39vh;
  box-sizing: border-box;
}

.homeintro h1{
  font-size: 26px;
  font-weight: 900;
}

.home h2 {
  font-size: 48px;
  font-weight: 900;
}

.home h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.searchbox{
  border:3px solid #fff;
  border-radius: 100px;
  font-size: 18px;
  color:#fff;
  padding:25px;
  padding-left: 30px;
  padding-right: 75px;
  width:100%;
  max-width:750px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.searchbox:after{
  display: block;
  content:"";
  position: absolute;
  right:30px;
  top:50%;
  transform: translateY(-50%);
  background-image: url(../img/icon_recherche.svg);
  background-size: contain;
  width:35px;
  height: 35px;
  background-repeat: no-repeat;
  
}

.searchbox input{
  width:100%;
  color:#FFFFFF;
}

.searchbox input::placeholder {
  color:#FCFCFC;
	opacity: 1;
}

#result{
  display: none;
  position:absolute;
  left:40px;
  right: 40px;
  z-index: 300;
  text-align: left;
  overflow:auto;
  padding:20px;
}

#result.bottom{
  bottom:0px;
  transform: translateY(100%);
  border-top:3px solid #fff;
}

#result.top{
  top:0px;
  transform: translateY(-100%);
  border-bottom:3px solid #fff;
}

.searchitem{
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
  color:inherit;
  text-decoration: none;
}

.searchitem .searchimage{
  width:110px;
  height: 80px;
  border-radius: 200px;
  margin-right: 32px;
}
.searchitem .searchimage .image{
  border-radius: 200px;
  width:110px;
  height: 80px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.searchitem .searchcontent h3{
  font-size: 20px;
  margin: 0px;
  border: none;
}

.searchitem .searchcontent p{
  margin: 0px;
  font-size: 12px;
}

.searchitem .highlight{
  background-color: #96D457;
}


/** HOME **/

/** HOME NEWS HIGHLIGHT **/
.home_newshighlights {
  margin-bottom: 75px;
}

.home_newshighlights .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home_newshighlights .container > div {
  flex: 1;
  box-sizing: border-box;
}

.home_newshighlights .container .text {
  padding-right: 50px;
}

.home_newshighlights .container .news {
  margin-left: 50px;
}

.home_newshighlights .container .news .newsitem{
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
}

.home_newshighlights .container .news .newsitem .newsimage{
  width:220px;
  border-radius: 200px;
  margin-right: 32px;
  background-size: cover;
}

.home_newshighlights .container .news .newsitem .newscontent{
  width:calc(100% - 252px);
}

.home_newshighlights .container .news .newsitem .newsimage:after{
  display: block;
  content:"";
  padding-top:72%;
}

.home_newshighlights .container .news .newsitem .newsimage img{
  border-radius: 200px;
}

.home_newshighlights .container .news .newsitem .newscontent .h3{
  font-size: 20px;
}

.home_newshighlights .container .news .newsitem .newscontent p{
  display: none;
}

/** HOME NEWS HIGHLIGHT **/

/** HOME CALL TO ACTION **/
.home_calltoaction {
  margin-bottom: 75px;
  color:#fff;
}

.home_calltoaction > div{
  padding-top:50px;
  padding-bottom: 50px;
}

.home_calltoaction .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:100px;
}

.home_calltoaction .container > div {
  flex: 1;
}

.home_calltoaction .container .image{
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_calltoaction .container .image .cache{
  position:absolute;
  width: calc(100% + 3px);
  height:calc(100% + 3px);
  top:-1px;
  left:-1px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% 100%;
} 

/** HOME CALL TO ACTION **/

/** ONEPAGE **/
.onepage .intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 155px;
}

.onepage .intro > div {
  flex: 1;
  box-sizing: border-box;
}

.onepage .intro .titre {
  padding-right: 50px;
}

.onepage .intro .text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 50px;
}

.onepage h2 {
  font-size: 48px;
  font-weight: 900;
  margin-top: 0px;
}

.onepage h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
/** ONEPAGE **/

/** ONEPAGE TEXTIMAGE **/
.onepage_textimage {
  margin-bottom: 75px;
}

.onepage_textimage .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.onepage_textimage .container > div {
  flex: 1;
  box-sizing: border-box;
}

.onepage_textimage .container .text {
  padding-right: 50px;
}

.onepage_textimage .container .image {
  margin-left: 50px;
}
/** ONEPAGE TEXTIMAGE **/

/** ONEPAGE 2COL **/
.onepage_2col {
  margin-bottom: 75px;
}
.onepage_2col .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.onepage_2col .container > div {
  flex: 1;
  box-sizing: border-box;
}

.onepage_2col .container .col1 {
  padding-right: 50px;
}

.onepage_2col .container .col2 {
  margin-left: 50px;
}
/** ONEPAGE 2COL **/

/** ONEPAGE PARTENAIRES **/
.onepage_partenaires {
  margin-bottom: 75px;
}
.onepage_partenaires .partenairegrid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.onepage_partenaires .partenairegrid .partenaireitem {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  width: 25%;
  height: 150px;
  min-width: 150px;
}
.onepage_partenaires .partenairegrid .partenaireitem img {
  max-width: 100%;
  max-height: 100%;
}
/** ONEPAGE PARTENAIRES **/

/** MEMBRES **/

.lostform{
  display: none;
}

.membres .intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 155px;
}

.membres .intro > div {
  flex: 1;
  box-sizing: border-box;
}

.membres .intro .titre {
  padding-right: 50px;
}

.membres .intro .text {

  margin-left: 50px;
}

.membres h2 {
  font-size: 48px;
  font-weight: 900;
}

.membres h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
/** MEMBRES **/

/** MEMBRES TOOLS **/
.membres .membres_tools .intro{
  flex-direction: column;
}
.membres .membres_tools .intro > div{
  flex:auto;
}
.membres .membres_tools .intro .text{
  display:flex;
  margin-left: 0px;
  gap:30px;
}

/** MEMBRES TOOLS **/

/** MEMBRES TEXTIMAGE **/
.membres_textimage {
  margin-bottom: 75px;
}

.membres_textimage .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.membres_textimage .container > div {
  flex: 1;
  box-sizing: border-box;
}

.membres_textimage .container .text {
  padding-right: 50px;
}

.membres_textimage .container .image {
  margin-left: 50px;
}
/** MEMBRES TEXTIMAGE **/

/** MEMBRES INSCRIPTION **/
.membres_inscription {
  margin-bottom: 75px;
}
.membres_inscription .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.membres_inscription .container > div {
  flex: 1;
  box-sizing: border-box;
}

.membres_inscription .container .col1 {
  padding-right: 50px;
}

.membres_inscription .container .col2 {
  margin-left: 50px;
}

.membres_inscription .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.membres_inscription .container2 > div {
  flex: 1;
  box-sizing: border-box;
}

.membres_inscription .container2 .col1 {
  padding-right: 50px;
}

.membres_inscription .container2 .col2 {
  margin-left: 50px;
  padding-right:50px;
}
.membres_inscription .container2 .col3 {
  margin-left: 50px;

}

.membres_inscription .form3cols{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap:50px;
  flex-wrap: wrap;
}

.membres_inscription .form3cols > div {
  box-sizing: border-box;
  width:calc((100% - 100px)/3);
}

.membres_inscription .form2cols{
  display: flex;
  align-items: flex-start;
  justify-content:center;
  gap:50px;
}

.membres_inscription .form2cols > div {
  box-sizing: border-box;
  max-width:calc((100% - 50px)/2);
}

.pretty{
  margin-bottom:5px;
}
.pretty .state label{
  text-transform: none;
  color:inherit;
  font-family: inherit;
  margin-top: -5px;
}
/** MEMBRES INSCRIPTION **/

/** MEMBRES 2COL **/
.membres_2col {
  margin-bottom: 75px;
}
.membres_2col .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.membres_2col .container > div {
  flex: 1;
  box-sizing: border-box;
}

.membres_2col .container .col1 {
  padding-right: 50px;
}

.membres_2col .container .col2 {
  margin-left: 50px;
}
/** MEMBRES 2COL **/

/** MEMBRES Profile **/
.membres_profile {
  margin-bottom: 75px;
}
.membres_profile .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.membres_profile .container > div {
  flex: 1;
  box-sizing: border-box;
}

.membres_profile .container .col1 {
  padding-right: 50px;
}

.membres_profile .container .col2 {
  margin-left: 50px;
}

.membres_profile .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.membres_profile .container2 > div {
  flex: 1;
  box-sizing: border-box;
}

.membres_profile .container2 .col1 {
  padding-right: 50px;
}

.membres_profile .container2 .col2 {
  margin-left: 50px;
  padding-right:50px;
}
.membres_profile .container2 .col3 {
  margin-left: 50px;
}

.membres_profile .profilecontainer{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:60px;
}

.cr-slider-wrap input{
  border-color: transparent;
}
/** MEMBRES INSCRIPTION **/


/** News **/
.news .intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 155px;
  }
  
  .news .intro > div {
	flex: 1;
	box-sizing: border-box;
  }
  
  .news .intro .titre {
	padding-right: 50px;
  }
  
  .news .intro .text {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin-left: 50px;
  }
  
  .news h2 {
	font-size: 48px;
	font-weight: 900;
  }
  
  .news h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid;
	padding-bottom: 20px;
	margin-bottom: 60px;
  }


  .newsgrid{
	  display: flex;
	  justify-content: center;
	  align-items: flex-start;
    flex-wrap: wrap;
	  gap:30px;
  }

  .newsitem{
	  color:inherit;
	  text-decoration: none;
	  font-size: 17px;
	  width:calc((100% - 60px)/3);
  }

  

  .newsgrid .newsitem .newsimage{ width:100%; background-size:cover; display:inline-block; }
  .newsgrid .newsitem .newsimage:after{ content:''; display:block; padding-top:66.552315608919%; }

  .newsitem h3{
	  font-size: 18px;
	  border:none;
	  margin: 0px;
	  margin-top: 40px;
	  margin-bottom: 25px;
  }

  .newsdetails{
    
  }
  
  .newsdetails .introdetails {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 55px;
  }
  
  .newsdetails .introdetails > div {
    flex: 1;
    box-sizing: border-box;
  }
  
  .newsdetails .introdetails .text {
    padding-right: 50px;
  }

  .newsdetails .introdetails .text h2{
    font-size:24px;
    font-weight: bold;
  }
  
  .newsdetails .introdetails .image {
    margin-left: 50px;
  }

  .newsdetails .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .newsdetails .container > div {
    flex: 1;
    box-sizing: border-box;
  }
  
  .newsdetails .container .col1 {
    padding-right: 50px;
  }
  
  .newsdetails .container .col2 {
    margin-left: 50px;
  }
  
  .newsdetails .grid{
    margin-top:30px;
  }
  
  .newsdetails .grid-item{
    color:inherit;
    text-decoration: none;
    font-size: 17px;
    width:calc((100% - 60px)/3);
  }
  
  .newsdetails .grid-sizer{
    width:calc((100% - 60px)/3);
  }
  
  .newsdetails .grid-spacer{
    width:30px;
  }
  
  

  /** NEWS **/


/** COURS **/

.cours .intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 155px;
  margin-bottom:40px;
  }
  
  .cours .intro > div {
	flex: 1;
	box-sizing: border-box;
  }
  
  .cours .intro .titre {
	padding-right: 50px;
  }
  
  .cours .intro .text {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin-left: 50px;
  }

.cours h3, .ensemble h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.coursgrid{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:30px;
  flex-wrap: wrap;
}

.coursitem{
  color:inherit;
  text-decoration: none;
  font-size: 17px;
  width:calc((100% - 60px)/3);
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coursitem:after{
  content:"";
  display: block;
  padding-top: 66.9%;
}

.coursitem .backangle{
  position: absolute;
  min-height: 150%;
  width: 100%;
  transform: rotate(-12deg);
  left: -46%;
  top: -7%;
}

.coursitem .content{
  position:absolute;
  left:0px;
  top:0px;
  color:#fff;
  padding:20px;
  box-sizing: border-box;
  width:55%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.coursitem .content > *{
  margin: 0px;
}

.coursitem .content h4{
  color:#fdfdfd;
  font-size: 12px;
  max-width: 75%;
  display: none;
}

.coursitem .content h3{
  font-size: 14px;
  max-width: 80%;
  margin-top: 25px;
  font-weight: normal;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: auto;
  display: none;
}

.coursitem .content h2{
  font-size: 25px;
  max-width: 100%;
  margin-bottom: 10%;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

.coursdetails{
  
}

.coursdetails .introdetails {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 40px;
}

.coursdetails .introdetails > div {
  flex: 1;
  box-sizing: border-box;
}

.coursdetails .introdetails .text {
  padding-right: 50px;
}

.coursdetails .introdetails .text h2{
  font-size:24px;
  font-weight: bold;
}

.coursdetails .introdetails .image {
  margin-left: 50px;
}

.coursdetails .professeuritem{
  border-top:1px solid;
  display: grid;
  grid-template-columns: 1fr  1fr  1fr  1fr  120px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  gap: 20px;
}

.coursdetails .professeuritem .buttoncontainer{
  text-align: right;
}

.coursdetails .professeuritem h2, .coursdetails .professeuritem .bigtext{
  font-size:16px;
  margin-top:0px;
  margin-bottom: 20px;
}

#coursmap{
  display:none;
} 

.profinfos{
  display: flex;
  font-size: 14px;
  gap:100px;
}

.profinfos > div{
  flex: 1;
}

.profinfos  div.bigtext {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.profinfos  div.bigtext i{
  font-size: 30px;
  width:100px;
}

.profinfos .item{
  margin-top:30px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  
}

.profinfos .item p{
  box-sizing: border-box;
  padding-left: 100px;
}
/** COURS **/

/** CONTACT **/
.contactform > div{
  margin-bottom: 40px;
}
.coordonneesfields{
  display: flex;
  width:100%;
  gap:60px;
}
.coordonneesfields > div{
  flex:1;
}

#contactmap, #coursmap{
  width:100%;
  padding-top: 40%;
  margin-bottom:135px;
}
/** CONTACT **/



/* ALERTS */
.alert{
	padding: 20px;
	margin-bottom: 20px;
}

.back-success{
	color:#fff;
	background-color: #96D457;
}

.back-warning{
	color:#fff;
	background-color: #FFAC56;
}

.back-danger{
	color:#fff;
	background-color: #FF565C;
}

.back-success a, .back-warning a, .back-danger a{
    color:#fff;
}
/* ALERTS */

/** CLEARER **/
.nomargin{
	margin:0px !important;
}
/** CLEARER **/

/** membres search **/
.membregrid{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:30px;
  flex-wrap: wrap;
}

.membreitem{
  color:inherit;
  text-decoration: none;
  font-size: 17px;
  width:calc((100% - 60px)/3);
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 20px;
  align-items: align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  gap:20px;
}

.membreitem .imagecontainer{
  width:150px;
}

.membreitem .image{

  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}

.membreitem .image.nopicture{
  border:3px solid #fff;
  background-size: 50% auto;
  background-position: bottom right;
  opacity: .4;
}

.membreitem .image:after{
  content: "";
  padding-top: 100%;
  display: block;
}

.membreitem .content{
  position:relative;
  left:0px;
  top:0px;
  color:#fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  flex:1;
  flex-shrink: 1;
  flex-grow: 1;
}

.membreitem .content > *{
  margin: 0px;
}

.membreitem .content h4{
  color:#fdfdfd;
  font-size: 12px;
  max-width: 75%;
}

.membreitem .content h3{
  font-size: 14px;
  max-width: 80%;
  margin-top: 25px;
  font-weight: normal;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: auto;
}

.membreitem .content h2{
  font-size: 25px;
  max-width: 100%;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

.courshoraires{
  display: flex;
  gap:60px;
  justify-content:space-between;
  align-items:flex-start;
  border-bottom:1px solid;
  margin-bottom:60px;
}
/** membres search **/

.placeholdermobile{
  display: none;
  position: absolute;
  left:28px;
  top:50%;
  transform: translateY(-50%);
  font-family: "presicav";
  text-align: left;
  max-width: calc(100% - 28px - 75px);
  font-size: 14px;
}



@media (max-width: 1500px){
  header nav a {
    width:auto;
    padding-left:20px;
    padding-right:20px;
  }
  .buttoncolor_16{
    padding-right:40px;
  }
  .buttoncolor_menu{
    padding-right:50px;
    background-position: 90px center;
    margin-left: 20px;
  }
  footer .partenairecontainer{
    gap:40px;
  }
  
  .coursitem{
    width: calc((100% - 30px)/2);
  }
}

@media (max-width: 1350px){
  

  footer .partenairecontainer .liste{
    flex-wrap: wrap;
    justify-content: flex-start;
  }

}

@media (max-width: 1250px){
  header nav a {
    font-size: 14px;
  }
  .buttoncolor_menu{
    background-size: 33px 28px;
    background-position: 76px center;
  }

  footer .partenairecontainer{
    flex-direction: column;
  }

  footer .footerbottomcontainernav, footer .footerbottomcontainer{
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footerend .inside{
    flex-direction: column;
    gap:40px;
  }

 
 
}

@media (max-width: 1024px){
  .inside{
    padding-left: 40px;
    padding-right: 40px;
  }

  header{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header nav a {
    display: none;
  }
  .buttoncolor_menu{
    display: flex;
  }

  footer .footerbottom{
    flex-direction: column;
    align-items: flex-start;
    gap:40px;
  }

  .footerbottom .rightcol{
    width:100%;
    max-width: 250px;
  }

  .footerbottom > div{
    width:100%;
  }
}

@media (max-width: 1150px){
  .coursitem .content h2{
    font-size: 24px;
  }
}

@media (max-width: 1150px){
  .coursdetails .professeuritem{
    display:block;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .coursdetails .professeuritem .buttoncontainer{
    text-align: left;
  }
  .membres_profile .profilecontainer{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 1000px){
  #swiperhome{
    height: calc(2200*100vw/3000);
  }

  .homeintro .introtcontent{
    position: relative;
    padding-left: 0px;
    text-align: center;
    padding-top: 20px
  }

  #contactmap, #coursmap{
    padding-top: 60%;
    margin-bottom: 60px;
  }
}

@media (max-height: 750px){
  .homeintro .introtcontent{
    position: relative;
    padding-left: 0px;
    text-align: center;
    padding-top: 20px
  }
}

@media (max-width: 950px){

  .nomobile{
    display: none;
  }

  .courshoraires{
    flex-direction: column;
    gap:20px;
  }

  .membres_inscription .form3cols{
    flex-direction: column;
    gap:0px;
  }

  .membres_inscription .form3cols > div{
    width:100%;
  }

  .membres_inscription .form2cols{
    flex-direction: column;
    gap:30px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .membres_inscription .form2cols > div{
    width:100%;
  }

  .coursdetails .introdetails{
    gap:0px;
    flex-direction: column-reverse;
  }

  .coursdetails .introdetails .text{
    padding-right: 0px;
  }

  .coursdetails .introdetails .image{
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .home_newshighlights .container, .home_calltoaction .container, .cours .intro, .onepage .intro, .onepage_textimage .container, .membres_textimage .container, .onepage_2col .container, .news .intro, .newsdetails .introdetails, .newsdetails .container, .coordonneesfields, .profinfos, .membres_2col .container, .membres .intro{
    flex-direction: column;
    gap:0px;
    margin-top: 40px;
  }

  .cours .intro .titre, .cours .intro .text, .onepage .intro .titre, .onepage .intro .text, .onepage_textimage .container .text, .onepage_textimage .container .image, .membres_textimage .container .text, .membres_textimage .container .image, .onepage_2col .container .col1, .onepage_2col .container .col2, .news .intro .titre, .news .intro .text, .newsdetails .introdetails .image, .newsdetails .introdetails .text, .newsdetails .container .col1, .newsdetails .container .col2, .membres_2col .container .col1,  .membres_2col .container .col2{
    margin:0px;
    padding:0px;
    width:100%;
  }

  .intro .titre h1, .onepage h2, .introdetails h1, .membres_prof_cours h1, .membres_prof_adresse h1{
    font-size: 38px;
  }

  .onepage_textimage .container,  .membres_textimage .container{
    margin-top: 0px;
  }

  .subnav{
    margin-bottom: 20px
  }

  .subnav ul{
    gap:20px;
  }

  .home_newshighlights .container .text{
    padding-right: 0px;
  }
  .home_newshighlights .container .news{
    margin-left: 0px;
    width:100%;
  }
  .newsitem, .coursitem{
    width: calc((100% - 30px)/2);
  }



  

  .home h3{
    margin-bottom: 20px;
  }

  .home h2{
    font-size: 38px;
  }

  .coursitem .content h2{
    font-size: 24px;
  }
}

.tinyMCEContainer{
  width: 100% !important;
}

@media only screen and (min-width: 1000px) {
  .tinyMCEContainer {
     width: 600px !important;
  }
}

@media (max-width: 850px){
  .newsitem, .coursitem{
    width: 100%;
  }
}

@media (max-width: 768px){
  .inside{
    padding-left: 20px;
    padding-right: 20px;
  }

  /*.subnav .filterselectchoice{
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: auto;
    max-height: 100vh !important;
    padding:20px;
  }

  .subnav .filterselect:hover .filterselectchoice {
    display: flex;
}*/
}

@media (max-width: 700px){
  .searchbox input {
    font-size: 14px;
  }
}

@media (max-width: 650px){

  #menu{
    width: calc(100vw - 60px);
  }
  #menu .top{
    flex-direction: column;
    gap:10px;
    align-items: flex-start;
  }
  .closebutton span{
    display: none;
  }
  .newsitem, .coursitem{
    width: 100%;
  }

  footer .footerend .inside{
    align-items: flex-start;
  }

  .footerend .annexenav ul{
    flex-direction: column;
    gap:20px;
  }

  .subnav ul{
    gap:20px;
    flex-direction: column;
  }

  .subnav .filters{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .subnav .filters .filterscontainer{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .subnav .filters .filterscontainer i.fa.fa-long-arrow-right{
    display: none;
  }

  .home_newshighlights .container .news .newsitem .newsimage{
    width:150px;
  }


  .home_newshighlights .container .news .newsitem .newscontent{
    width:calc(100% - 150px);
  }

  #contactmap, #coursmap{
    padding-top: 100%;
  }

  
}

@media (max-width: 500px){
  header{
    height:70px;
    width:100%;
    top:0px;
    left:0px;
    position:fixed;
    z-index: 200;
  }
  body{
    padding-top: 110px;
  }
}

@media (max-width: 550px){
  .searchbox input::placeholder {
    color: transparent;
  }
  .placeholdermobile{
    display: block;
  }
  #result{
    left:0px;
    right: 0px;
    border:none !important;
  }

  #result.top{
    top: -3px;
  }

  #result.bottom{
    bottom: -3px;
  }

}

@media (max-width: 450px){
  #contactmap, #coursmap{
    padding-top: 150%;
  }

  
  .coursitem .content h2 {
    font-size: 18px;
  }
}