.clear{
	clear: both;
}

.fond_static{
	position: relative;	
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

body:not(.home_interedition) #fond_static{
	min-height: 100vh;
}


.fond_static.fixed{
    background-attachment: fixed;
}

body.home_interedition .fond_static{
	padding-top: 0px !important;
}

.weglot_switcher {
  display: none !important;
}

#topnav{
position: fixed;
top:0px;
left:0px;

/*height:65px;*/
width:100%;
display: block;
box-sizing: border-box;
color:#5C0F7D;
background-color: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px); /* pour Safari */
height: auto;

}

.headercontain{
	position: relative;
	display: flex;
  align-items: center;
  justify-content: space-between;
}





#full_menu:not( .mm-menu ) {
   display: none;

}

#full_menu{
	max-height: 70vh;
	min-width: 360px;
	background: #FFFFFF;
	backdrop-filter: blur(15px);
	border-radius: 24px 0px 0px 24px;
	overflow: hidden;
	color: #5C0F7D;
}




.mm-navbar .mm-btn:last-child {
	text-align:left;
	right: 38px;
	top: 42px;
}

#mm-blocker{
	background-color: rgba(0,0,0,.4);
}

#mm-1{
	padding-top: 120px;
}

.mm-menu{
	color: #5C0F7D;
	
}

.mm-page{
	overflow-x: hidden;
}


.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
	color: #5C0F7D !important;
}
.mm-navbars-bottom > .mm-navbar{
  padding-left: 30px;
  padding-right: 30px;	
	display: flex;
	gap:10px;
}


.mm-navbars-bottom  .fa-stack {
  color: #FFFFFF;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #5C0F7D;
  border-radius: 500px;
	
}

.mm-navbar .mm-title {
    font-size: 18px;
    font-weight: 600;
}

.mm-listview > li{
    margin: 0px 10px 10px 20px;
	box-sizing: border-box;
}

.mm-listview > li > span{
	padding: 0px 10px 0px 20px !important;
	font-weight: 600;
}

.mm-listview > li > a {
    font-family: "Ronzino";
    padding: 0px 10px 0px 20px;
	line-height: 43px;
	box-sizing: border-box;
	height: 43px;
	font-weight: 600;
	font-size: 20px;
}


.mm-navbar{
	line-height: 44px;
	height: 64px;
	padding-right: 10px;
	padding-left: 40px;
	border: 0px;
}


.mm-listview>li:not(.mm-divider):after{
	border-bottom-color: #FFFFFF;
	left:0px;
}
.mm-navbars-bottom{
	border: none;
	
}




.videobackcountainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.videobackcountainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.container_media {
  overflow: hidden;
  line-height: 0px;
  width: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  aspect-ratio: 783 / 440;
}





a.button {
  line-height: 40px;
}

button.simplelinkbtn, a.button {
  font-family: "Ronzino";
  color: #FFF !important;
  background-color: #5C0F7D !important;

  box-shadow: none;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  padding: 0px 18px;
  font-weight: 700;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
}

.sociallinks .fa-stack-1x {
  font-size: 14px;
}
.sociallinks .fa-stack {
  color: #5C0F7D;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #FFF;
  box-shadow: 0px 2px 0px rgba(22, 21, 24, 0.8);
  border-radius: 500px;
  margin-bottom: 10px;
}

body, html{
    
    background-color: #FFF;	
    font-family: "Ronzino";
    font-size: 18px;

    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;

    font-weight: 400;
    line-height: 24px;
    color: #5C0F7D;
    overflow-x: hidden;
    min-height: 100%;
    overflow-y: auto;
}


body {
    height: auto;
}

#batie {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.footer_full_container {
    margin-top: auto;
	background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
	
 position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
}


.pageinfos_nav{

}

.pageinfos_titre h1{
    transform: rotate(-11deg);
	max-width: 400px;
	padding-right: 40px;
	box-sizing: border-box;
	float: left;
}

.pageinfos {
	width: calc( 100% - 400px);
	box-sizing: border-box;
	float: right;
}

.pageinfos .button{
    margin-bottom: 10px;
}

.archives .archive-item {
  float: left;
  width: calc(100%/5 - 30px);
  margin: 15px;
}
.archives .archive-item h1 {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: .5em;
}
.archives .archive-item h2 {
  font-size: .8em;
  margin-top: 0px;
  margin-bottom: .5em;
}

a {
  color: #5C0F7D;
}


h1 {
  font-family: "Sature Rounded";
  font-size: 80px;
  color: #5C0F7D;
  font-weight: 300;
  line-height: normal;
}

h2 {
  font-family: "Sature Rounded";
  font-size: 40px;
  color: #5C0F7D;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 80px;
}

.archiveslist h2{
	    font-family: "Ronzino";
	
}

.teamitem strong{
	/*font-family: "Harber";
	font-weight: 300;
	font-size: 18px;*/
}

div img{
    max-width: 100%;
    height: auto !important;
}


.container_intro {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #5C0F7D;
    background-image: none;	
}

.container_logo {
  width: 100%;
  padding: 14px 38px 38px 38px;
  box-sizing: border-box;
}

.inter_content_container {
  display: flex;
  justify-content: space-between;
}	
.logo_inter-edition{
width: 444px;

}

#logo {
  display: inline-block;
	margin: 18px 33px;

}

.home_interedition #logo {

}

#navitems {
  font-weight: 600;
  float: right;
  height: 65px;
  line-height: 65px;
  text-align: left;
  font-size: 1.125em;
}

#hamburgerbtn .text {
  display: none;
  font-size: 0px;
}

#hamburgerbtn {
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  float: right;
  background-color: transparent;
  color: #080808;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  padding: 16px;
}

#navitems a {
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.2em;
  color: #5C0F7D;
}
.btn_langue {
  border-top-left-radius: 50000px;
  border-bottom-left-radius: 50000px;
  border-top-right-radius: 50000px;
  border-bottom-right-radius: 50000px;
  border: 1px solid #5C0F7D !important;
  padding: 2px 10px;
  font-size: 14px;
}

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

.inter_content {
  display: inline-block;
    max-width: 710px;
}
	
.inter_content h1{
font-family: "Sature Rounded";
font-style: italic;
font-weight: 300;
}

.logo_inter-edition_footer{
width: 537px !important;
}
	
a.btnred {
  background: #E5612E;
}
	
.inter_phrase {
  display: flex;
  align-items: flex-end;
}

.newsletter_sociallinks_container {
  display: flex;
  justify-content: space-between;
}
	
.newsletter input[type="email"], .footer_container, .sociallinks .fa-stack  {
font-family: "Ronzino";	
color: #5C0F7D !important;
box-shadow: none;
}

.newsletter input[type="email"] {
  float: left;
  font-family: 'Px Grotesk';
  max-width: 100%;
  width: 325px;
  height: 38px;
  line-height: 38px;

  color: #5C0F7D;
  font-size: 18px;
  background: #FFF;
  border-radius: 10px;
  padding: 0px  15px;
    margin-bottom: 10px;
  box-sizing: border-box;
	border-radius: 50px;
}


button.simplelinkbtn{
font-family: "Ronzino";
color: #5C0F7D !important;
background-color: #FFF !important;
font-size: 18px;
box-shadow: none;	
font-weight: 400;
	height: 38px;
	line-height: 38px;
}




.footer_container {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background-size: 16px auto;
	font-size: 12px;
	font-weight: 400;
		padding: 60px 0px;
	gap:40px;
}


.footer_container a{
	color: #5C0F7D !important;	
}

.footer_adresse{	
	font-size: 22px;

	background-image: url('/img/logo_footer2.png');
	background-size: 107px auto;

	background-position: 0px top;
	background-repeat: no-repeat;
	padding-left: 120px
}
.sociallinks{
	display: flex;
	gap:10px;
}

.icon-tiktok {
  font-size: 120%;
  margin-top: 4px;
  display: block;
}

.icon-tiktok::before {
  width: 100%;
}

.footer_credit{
	padding: 10px 0px;
	font-size: 12px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #5C0F7D;
  font-family: 'Px Grotesk';
	font-size: 18px;
	opacity: 1;

}
::-moz-placeholder { /* Firefox 19+ */
		color: #5C0F7D;
  font-family: 'Px Grotesk';
	font-size: 18px;
	opacity: 1;
 }
:-ms-input-placeholder { /* IE 10+ */
		color: #5C0F7D;
  font-family: 'Px Grotesk';
	font-size: 18px;
	opacity: 1;
  
}
:-moz-placeholder { /* Firefox 18- */
		color: #5C0F7D;
  font-family: 'Px Grotesk';
	font-size: 18px;
	opacity: 1;
  
}


:placeholder-shown{
	font-size:12px !important;
	padding-top:0.8335em !important;
	padding-bottom:0.8335em !important;
}

@media (max-width: 840px) {
#logo{
width: 240px;
	}
	
	
.pageinfos_titre h1 {
  transform: rotate(-11deg);
  max-width: 100%;
  padding-right: 00px;
  box-sizing: border-box;
  float: none;
}
.pageinfos {
  width: 100%;
  box-sizing: border-box;
  float: none;
}
	
.archives .archive-item {
  float: left;
  width: calc(100%/3 - 30px);
  margin: 15px;
}
	
	
}


@media (max-width: 780px) {

body.home_interedition #headerspacer {
  height: 80px !important;
}
#full_menu {
  min-width: 240px;
}
	
#navitems a {
  margin-right: 10px;
}
	
.mm-navbar .mm-btn:last-child {
  text-align:left;
  right: 20px;
	top: 8px;
}
	
.mm-navbars-bottom .fa-stack {
  color: #FFFFFF;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #5C0F7D;
  border-radius: 500px;
  font-size: 15px;
}

.fond_static{
	padding-top: 120px !important;
}
	
.inside {
  padding-left: 20px;
  padding-right: 20px;
}	
	
#logo{
	width: 180px;
	margin: 18px 20px;
}
	
h1 {

  font-size: 60px;
}
	
h2 {

  font-size: 30px;
}
	
.footer_container, .inter_content_container {
	flex-direction: column;
}
	
.archives .archive-item {
  float: left;
  width: calc(100%/2 - 30px);
  margin: 15px;
}
	
}




