html {
	font-size:100%;
	width:100%;
	margin: 0;
}
body {
	font-size:1em;
	width: 100%;
	margin: 0;
	color: #585756;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.mobile {
	display: none;
}
#main-content {
	width: 80rem;
	margin: 0 auto;
}
header {
	position: relative;
	width: 100%;
	height: 18rem;
}
/*social network*/
header .social-network {
	background: #07aba4;
	height: 53px;
	width: 100%;
	text-align: right;
	font-size: 22px;
	font-weight: lighter;
}
header .social-network,
header .social-network a {
	color: #fff;
}
.social-network a {
	margin-top: 1rem;
	text-decoration: none;
	font-size: 22px;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	color: #585756;
}
.social-network a.no-acitve {
	pointer-events: none;
}
.social-network a:first-child {
	margin-left: 0;
}
.social-network a:last-child {
	margin-right: 2.5rem;
}
.social-network a:hover {
	color: #fab625;
}
header .logo {
	margin: 1.5625rem 2.125rem;
	display: inline-block;
    position: absolute;
    top: 9rem;
}
header .title {
	position: absolute;
    left: 27.375rem;
    top: 1.25rem;
    text-align: center;
}
header .title h1{
	font-family: 'Fjalla One', sans-serif;
	margin: 0;
	text-transform: uppercase;
}
header .group-logo {
	text-align: right;
	margin-right: 2.4375rem;
	display: inline-block;
    position: absolute;
    top: 11rem;
    right: 0;
    z-index: 1;
}
header .group-logo img {
	width: 10rem;
}
/*Hamburger menu*/
#menu-toggle-perso {
	width: 40px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 87px;
	/*margin: 0 auto;*/
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
	background: transparent;
}
.menu-toggle-perso:hover{
	opacity: 0.9;
}
#menu-toggle-perso span {
	display: block;
	position: absolute;
	height: 6px;
	width: 40px;
	background: #07aba4;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#menu-toggle-perso.open span {
	background: #fff;
}
#menu-toggle-perso span:nth-child(1) {
	top: 0px;
}
#menu-toggle-perso span:nth-child(2),
#menu-toggle-perso span:nth-child(3) {
	top: 12px;
}
#menu-toggle-perso span:nth-child(4) {
	top: 24px;
}
#menu-toggle-perso.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#menu-toggle-perso.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-toggle-perso.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu-toggle-perso.open span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#menu-toggle-perso > div {
	position: absolute;
	bottom: 7px;
	left: 14px;
	display: block;
	font-family: 'Lato';
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #07aba4;
}
#main-menu {
	width: 26.875rem;
    position: absolute;
    right: -1px;
    background: #07aba4;
    border: 1px solid #e8f0f4;
    border-top: none;
    top: 3.3125rem;
    padding: 5rem 1rem 2rem;
    display: none;
    z-index: 10;
}
#main-menu ul.list-menu {
	margin: 0;
	padding-right: 1rem;
}
#main-menu ul.list-menu li {
	list-style: none;
	border-bottom: 1px solid #e8f0f4;
	padding: 1rem;
}
#main-menu ul.list-menu li:last-child {
	border: none;
}
#main-menu ul.list-menu li a {
	text-decoration: none;
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
}
#main-menu ul.list-menu li a:hover {
	color: #585756;
}
.bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.red {
	color: #eb681d
}
.maj {
	text-transform: uppercase;
}

#main-content #content .page {
	background: #f9b509;
	text-align: center;
	padding: 3rem 0 1rem;
	background-size:cover;
	z-index: -1;
}
#main-content #content .page .text {
	width: 62.25rem;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1.1875rem;
	font-weight: 300;
}
#main-content #content .page .text h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.375rem;
}
#main-content #content .page .text h2 span {
	color: #585756;
}
#main-content #content .page .text .petit-text {
	width: 55rem;
	margin-left: 3rem;
}
#main-content #content .page .text .bold {
	font-size: 1.4rem;
}
#main-content #content .page .text .bold.red {
	font-size: 1.3rem;
	margin: 0 auto;
	font-weight: 700 !important;
	text-align: center;
}
#main-content #content .page .text .bold.red span {
	display: block;
} 
#main-content #content .shape.desktop {
    display: block;
    width:1280px;
    margin:0 auto;
    background: #f9b509;
}
#main-content #content .shape.mobile {
	display: none;
}
#main-content #content .top {
    height:0;
    border-width:0px 0 60px 1280px;
    border-style:solid;
    border-color:transparent #fff #fff transparent;
}
#main-content #content .bottom {
    height: 0px;
    background-color:#fff;
}
#main-content #content .presentation {
	text-align: center;
	display:block;
	padding: 1rem 0 0;
}
#main-content #content .presentation h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #585756;
	font-size: 2.375rem;
	margin-top: 0;
}
#main-content #content .presentation p {
	font-family: 'Open Sans', sans-serif;
	color: #585756;
	font-size: 2.375rem;
	font-size: 1.1875rem;
}
#main-content #content .presentation .images {
	height: 373px;
	clear: both;
	overflow: hidden;
	width: max-content;
    margin: 0 auto;
}
#main-content #content .presentation .images img {
	height: 100%;
	width: auto;
	object-fit: contain;
	float: left;
}
#main-content #content .monde {
	background: #e8f0f4;
	padding: 1rem 0;
	text-align: center;
}
#main-content #content .monde h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #585756;
	font-size: 2.375rem;
	margin-top: 0.5rem;
}
#main-content #content .monde > div {
	text-align: left;
	width: max-content;
	clear: both;
	overflow: hidden;
	width: 50rem;
	margin: 0 auto;
}
#main-content #content .monde .line {
	height: 0px;
    width: 49rem;
    color: #bfcad0;
    border: 0.5px solid #bfcad0;
}
#main-content #content .monde > div > div {
	text-align: left;
	width: max-content;
	float: left;
	width: 20rem;
}
#main-content #content .monde .chiffres {
    font-size: 5rem;
    color: #f9b509;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
#main-content #content .monde .chiffres span {
	font-size: 3rem;
}
#main-content #content .monde .texte {
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	width: 13.4375rem;
	display: block;
	position: relative;
	top: -10px;
}
#main-content #content .monde .picto-collaborateur,
#main-content #content .monde .picto-brands {
	position: relative;
}
#main-content #content .monde .picto-collaborateur:after {
  content:""; 
  background: #bfcad0; 
  position: absolute; 
  bottom: 29px; 
  right: 0; 
  height: 50%; 
  width: 1px;
}
#main-content #content .monde .picto-brands:after {
  content:""; 
  background: #bfcad0; 
  position: absolute; 
  bottom: 29px; 
  right: 0; 
  height: 45%; 
  width: 1px;
}
#main-content #content .monde .picto-collaborateur {
	background: url('../images/picto-collaborateur.png') no-repeat left;
	padding-left: 6.25rem;
    width: max-content;
    padding-right: 3.125rem;
}
#main-content #content .monde .picto-ca {
	background: url('../images/picto-ca.png') no-repeat left;
	padding-left: 6.25rem;
    width: max-content;
    margin-left: 3.125rem;
}
#main-content #content .monde .picto-brands {
	background: url('../images/picto-brands.png') no-repeat left;
	padding-left: 6.25rem;
    width: max-content;
    padding-right: 3.125rem;
}
#main-content #content .monde .picto-si {
	background: url('../images/picto-si.png') no-repeat left;
	padding-left: 6.25rem;
    width: max-content;
    margin-left: 3.125rem;
}
#main-content #content .monde .link {
	width: max-content;
	margin: 4.0625rem auto 3rem;
	text-align: center;
}
#main-content #content .monde .link a.more {
	 display: table-cell;
	 vertical-align: middle;
	 width: 16.4375rem;
	 height: 4.5rem;
	 background: #e64c24;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: #fff;
	 font-family: 'Fjalla One', sans-serif;
	 font-size: 1.375rem;
}
#main-content #content .point-fort {
	margin-top: 2rem;
	background: #e8f0f4;
	text-align: center;
	padding: 1rem 0;
}
#main-content #content .point-fort h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #585756;
	font-size: 2.375rem;
	margin-top: 1.5rem;
}
#main-content #content .point-fort .red.bold {
	font-size: 1.375rem;
	width: 50.625rem;
	margin: 3rem auto 4rem;
}
#main-content #content .profil {
	background: #1e9669;
	color: #fff;
	clear: both;
	overflow: hidden;
	height: 33.3125rem
}
#main-content #content .profil > div {
	float: left;
}
#main-content #content .profil .left,
#main-content #content .profil .left img {
	height: 100%;
}
#main-content #content .profil .right {
	padding: 1rem 3rem 1rem 2rem;
    width: 42rem;
}
#main-content #content .profil .right h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.1875rem;
}
#main-content #content .profil .right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-content #content .profil .right li {
	/*padding-left: 1.5em; */
	line-height: 25px;
	font-size: 1.25rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 31.25rem;
	margin-bottom: 2rem;
}
#main-content #content .profil .right li::before {
	content: "• ";
	color: #79f1c4;
}
#main-content #content .profil .right .link {
	width: max-content;
	margin: 0 auto;
}
#main-content #content .profil .right .link .link-form {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	width: 14.6875rem;
	height: 4.375rem;
	display: table-cell;
	font-family: 'Fjalla One', sans-serif;
	font-size: 2.1375rem;
	vertical-align: middle;
	background: url('../images/file.png') no-repeat left;
	padding-left: 5rem;
}
#main-content #content .process {
	background: #e8f0f4;
	text-align: center;
	padding: 1rem 0;
}
#main-content #content .process h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #585756;
	font-size: 2.375rem;
	margin-top: 1.5rem;
}
#main-content #content .process .line {
	clear: both;
	overflow: hidden;
	width: max-content;
	margin: 0 auto;
}
#main-content #content .process .line.line1 {
	margin-left: 23rem;
}
#main-content #content .process .line .picto {
	float: left;
	margin: 1rem 3rem;
}
#main-content #content .process .text {
	font-size: 1.25rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
#main-content #content .process .text span {
	display: block;
}
#main-content #content .process .picto-1 {
	margin-right: 3rem !important;
    margin-left: 0 !important;
}
#main-content #content .process .picto-2 {
	margin-right: 0rem !important;
    margin-left: 13rem !important;
}
#main-content #content .process .picto-3 {
	overflow: hidden;
}
#main-content #content .process .picto-3 > div,
#main-content #content .process .picto-4 > div {
	/*float: left;*/
}
#main-content #content .process .picto-3 .text,
#main-content #content .process .picto-4 .text {
	text-align: left;
	position: relative;
	/*top: 2rem;*/
	margin-left: 1rem;
}
#main-content #content .process .picto-4 {
	/*margin-left: 13rem !important;*/
}
#main-content #content .process .picto-6 {
	margin-left: 1rem !important;
}
#main-content #content .journee {
	background: #f9b509;
	text-align: center;
	padding: 1rem 0 0;
}
#main-content #content .journee h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.375rem;
	margin-top: 1.5rem;
}
#main-content #content .journee .list-date {
	clear: both;
	overflow: hidden;
	/*width: 26rem;*/
	width: max-content;
    margin: 0 auto;
}
#main-content #content .journee .date {
	width: 9.375rem;
	height: 10.625rem;
	float: left;
	margin-right: 3.4375rem;
	margin-bottom: 1rem;
}
#main-content #content .journee .date > span {
	display: block;
}
#main-content #content .journee .date .day {
	font-size: 4.203rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #373533;
}
#main-content #content .journee .date .month {
	font-size: 3.1525rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #373533;
}
#main-content #content .journee .date .lieu {
	font-size: 1.1556rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
}
#main-content #content .journee .date .infos {
	color: #373533;
	font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#main-content #content .journee .link {
	width: 100%;
	background: #e64c24;
	height: 15.4375rem;
	text-align: center;
}
#main-content #content .journee .link .link-form {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	width: 14.6875rem;
	height: 4.375rem;
	display: table-cell;
	font-family: 'Fjalla One', sans-serif;
	font-size: 2.1375rem;
	vertical-align: middle;
	background: url('../images/file.png') no-repeat left;
	padding-left: 5rem;
	position: relative;
    top: 2rem;
    left: 31rem;
	text-align: left;
}
#main-content #content .journee .link .next-time {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	width: 30.6875rem;
	height: 4.375rem;
	display: table-cell;
	font-family: 'Fjalla One', sans-serif;
	font-size: 2.1375rem;
	vertical-align: middle;
	/*background: url('../images/file.png') no-repeat left;*/
	padding-left: 5rem;
	position: relative;
    top: 2rem;
    left: 29rem;
	text-align: left;
}
.bloc-offre {
    display: block;
    margin: 4rem auto;
    position: relative;
    overflow: hidden;
    width: 65%;
}
.bloc-offre .offre-left {
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.bloc-offre .offre-right {
	display: block;
	float: right;
	width: 50%;
	box-sizing: border-box;
}
.bloc-offre a {
    background: #e64c24;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.375rem;
}
#main-content #content .actu {
	background: #e8f0f4;
	padding: 1rem 10rem 5rem;
	clear: both;
	overflow: hidden;
}
#main-content #content .actu h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #585756;
	font-size: 2.375rem;
	margin-top: 1.5rem;
	text-align: center;
}
#main-content #content .actu > div {
	float: left;
	margin-right: 5rem;
}
#main-content #content .actu > div:last-child {
	margin-right: 0;
}
#main-content footer {
	padding: 2rem 0;
}
#main-content footer .mentions {
	position: relative;
    text-align: center;
}
#main-content footer .mentions a {
	text-decoration: none;
	font-size: 0.7rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #585756;
}
#main-content footer .top {
	clear: both;
	overflow: hidden;
	margin-bottom: 1rem;
}
#main-content footer .top .logo {
	float: left;
	margin-left: 2rem;
}
#main-content footer .top .social-network {
	float: right;
}
#main-content footer .bottom {
	width: max-content;
	margin: 0 auto;
}
#main-content footer .bottom a {
	margin-right: 1rem;
}
#main-content footer .bottom a:last-child {
	margin-right: 0;
}

/*Formulaire*/
#main-content #content .page-title {
	background: #e64c24;
	text-align: center;
	height: 10.75rem;
}
#main-content #content .page-title h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 5rem;
	margin: 0;
	position: relative;
	top: 2rem;
}
#main-content #content .formulaire {
	padding: 0 10rem 2rem;
}
#main-content #content .formulaire .postuler {
	padding: 5.25rem 1rem 3rem;
	text-align: center;
}
#main-content #content .formulaire .postuler fieldset {
	border: none;
	margin-bottom: 1rem;
}
#main-content #content .formulaire .postuler fieldset label {
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 21.625rem;
	text-align: right;
	display: inline-block;
	margin-right: 1rem;
}
#main-content #content .formulaire .postuler fieldset input {
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 31.875rem;
	height: 3rem;
}
#main-content #content .formulaire .postuler .g-recaptcha {
	margin-left: 24rem;
}
#main-content #content .formulaire .postuler .g-recaptcha iframe .rc-anchor-light {
	background: #fff !important;
}
#main-content #content .formulaire .postuler .form-control {
	visibility: hidden;
}
#main-content #content .formulaire .postuler #button {
	background: #e64c24 url('../images/submit.png') no-repeat 2rem center;
	border: none;
	width: 11.875rem;
	height: 5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.125rem;
	padding-left: 4rem;
	margin-top: 3rem;
}
#main-content #content .formulaire .link {

}
#main-content #content .formulaire .link .back {
	background: #e64c24 url(../images/back.png) no-repeat 4.5rem 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 7rem;
    height: 3rem;
    padding-top: 2.5rem;
    padding-left: 1rem;
}
#main-content #content .reponse {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#main-content #content .ml {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
/*** button back to top ***/
.back-to-top {
  position: fixed;
  left: 50%;
  bottom: 125px;
  width: 100%;
  max-width: 1200px;
  height: 0;
  transform: translate(-50%, 0);
  z-index: 100;
}

.back-to-top-cta {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 54px;
  height: 54px;
  background: #30353a;
  color: #fff;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition: all 0.3s ease-out;
}
.back-to-top-cta.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.back-to-top-cta::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.back-to-top-cta .btt-icon {
  width: 36px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/backtotop.svg") no-repeat top left;
  border: none;
  cursor: pointer;
}

/*MOBILE*/

.langues-mobile{
	display: none;
	}

@media only screen and (max-width: 728px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block;
	}
	#main-content {
		width: 100%;
		margin: 0 auto;
	}
	#menu-toggle-perso {
		position: relative;
	    top: 5%;
	    left: 80%;
	    right: inherit;
	    margin-bottom: 2rem;
	    margin-top: 1rem;
	}
	#main-menu{
		width: 100%;
		position: relative;
		top: 0;
		border: none;
		padding: 0 0 1rem;
	}
	#main-menu ul.list-menu {
		padding: 0 1rem;
	}
	#main-menu ul.list-menu li a {
		font-size: 1rem;
	}
	header {
		height: auto;
	}
	header .social-network,
	header .social-network a {
	    color: #fff;
	    height: 5rem;
	    padding-top: 0.5rem;
	}
	header .logo,
	header .group-logo {
		display: none;
	}
	header .title {
		position: relative;
		left: inherit;
		top: -2.3rem;
	}
	header .title img {
		width: 11.25rem;
	}
	header .title h1 {
    	font-size: 1.3rem;
	}
	#main-content #content .page {
		width: 100%;
	}
	#main-content #content .page img {
		width: 95%;
	}
	#main-content #content .page .text h2,
	#main-content #content .presentation h2,
	#main-content #content .monde h2,
	#main-content #content .point-fort h2,
	#main-content #content .journee h2,
	#main-content #content .actu h2 {
		font-size: 2rem;
	}
	#main-content #content .page .text,
	#main-content #content .presentation p {
		width: 90%;
		margin: 0 auto 1rem;
	}
	#main-content #content .page .text .petit-text {
		width: 100%;
		margin: 0 0 1rem;
	}
	#main-content #content .shape.desktop {
		display: none;
	}
	#main-content #content .shape.mobile {
	    display: block;
	    width:320px;
	    margin:0 auto;
	    background: #f9b509
	}
	#main-content #content .top {
		border-width: 0px 0 30px 319px;
	}
	#main-content #content .presentation .images {
		height: inherit;
		width: 100%;
	}
	#main-content #content .presentation .images img {
		width: 100%;
		height: auto;
	}
	#main-content #content .presentation .images img:last-child {
		display: none;
	}
	#main-content #content .monde > div {
		width: 93%;
		padding: 0 0 0 0.8rem;
	}
	#main-content #content .monde > div > div {
		border-bottom: 1px solid #bfcad0;
		padding-bottom: 1rem;
		padding-right: 0 !important;
		width: 60%;
	}
	#main-content #content .monde .picto-collaborateur:after,
	#main-content #content .monde .picto-brands:after {
		background: unset;
	}
	#main-content #content .monde .picto-ca,
	#main-content #content .monde .picto-si {
		margin-left: 0;
	}
	#main-content #content .monde .picto-si {
		border: none;
		padding-bottom: 0;
	}	
	#main-content #content .monde .chiffres {
		font-size: 3rem;
	}
	#main-content #content .monde .chiffres span {
		font-size: 2rem;
	}
	#main-content #content .monde .texte {
		width: 11rem;
	}
	#main-content #content .monde .line {
		display: none;
	}
	#main-content #content .point-fort {
		margin: 0;
		background: #fff;
	}
	#main-content #content .point-fort .red.bold {
		width: 90%;
		margin: 1rem auto;
		font-size: 1rem;
	}
	#main-content #content .profil {
		height: auto;
	}
	#main-content #content .profil h2{
		font-family: 'Open Sans', sans-serif;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #fff;
	    font-size: 2rem;
	    text-align: center;
	}
	#main-content #content .profil .left, 
	#main-content #content .profil .left img {
		width: 100%;
		height: auto;
	}
	#main-content #content .profil .right {
		padding: 1rem;
		width: 100%;
	}
	#main-content #content .profil .right li {
		width: 90%;
	}
	#main-content #content .profil .right .link .link-form {
		width: 9.6875rem;
	}
	#main-content #content .process .line {
		width: inherit;
	}
	#main-content #content .process .bx-wrapper {
		background: #e8f0f4 !important;
	}
	.bx-wrapper {
		border: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		margin-bottom: 0 !important;
	}
	.bx-wrapper img {
		margin: 0 auto;
	}
	.bx-wrapper .bx-viewport {
		height: auto !important;
	}
	.bx-wrapper .bx-prev {
		background: url('../images/prev.png') no-repeat center !important;
	}
	.bx-wrapper .bx-next {
		background: url('../images/next.png') no-repeat center !important;
	}
	#main-content #content .process .text {
		width: 90%;
		margin: 0 auto;
	}
	#main-content #content .journee .list-date {
		margin: 0;
	}
	#main-content #content .journee .date {
		height: auto;
		padding-bottom: 1rem;
		margin-right: 1.6rem;
	}
	#main-content #content .journee .bx-wrapper {
		background: #f9b509 !important;
	}
	#main-content #content .journee .date .day,
	#main-content #content .journee .date .month {
		font-size: 3rem;
		display: inline-block;
	}
	#main-content #content .journee .date .lieu {
		font-size: 0.9rem;
	}
	#main-content #content .journee .link .link-form{
		left: 13%;
	}
	#main-content #content .actu {
		padding: 1rem 0;
		text-align: center;
	}
	#main-content #content .actu > div {
		margin: 0 auto;
		width: 100%;
	}
	#main-content #content .actu > div img {
		width: 90%; 
		margin: 0 auto;
	}
	#main-content footer .top .logo {
		margin-left: 0.5rem;
		float: none;
	}
	#main-content footer .top .social-network {
		float: none;
		margin: 1rem 0;
		text-align: center;
	}
	.social-network a {
		font-size: 26px;
	}
	#main-content footer .bottom a {
		margin-right: 0;
	}
	.back-to-top-cta {
		width: 44px;
		height: 44px;
	}
	.back-to-top-cta .btt-icon {
		width: 26px;
		height: 16px;
	}
	#main-content #content .page-title {
		height: auto;
	}
	#main-content #content .page-title h1 {
		font-size: 2rem;
		top: inherit;
	}
	#main-content #content .page-title h1 img {
		width: 1.6rem;
	}
	#main-content #content .formulaire {
		padding: 1rem;
	}
	#main-content #content .formulaire .postuler {
		padding: 0;
		margin-bottom: 1rem;
	}
	#main-content #content .formulaire .postuler fieldset label {
		width: 100%;
		text-align: left;
		margin: 0;
	}
	#main-content #content .formulaire .postuler fieldset input {
		width: 100%;
		font-size: 1rem;
	}
	#main-content #content .formulaire .postuler .g-recaptcha {
		margin: 0;
	}
	
	
	.langues-mobile{
		display: block;
		position: absolute;
	}
	.langues-mobile .drapeau-fr{ margin-right: 10px;}
}

/* drapeaux */
.drapeau-fr{
	background-image: url(./../images/flag_fr.png);
	background-repeat: no-repeat;
	background-position: left top;	
    width: 28px;
    height: 18px;
	display: inline-block;
	cursor: pointer;
}
a.drapeau-fr:hover{
	background-position: left bottom;
}
.drapeau-en{
	background-image: url(./../images/flag_en.png);
	background-repeat: no-repeat;
	background-position: left top;	
    width: 28px;
    height: 18px;
	display: inline-block;
	cursor: pointer;
}
a.drapeau-en:hover{
	background-position: left bottom;
}




