/* =====[ RESET ]======================================================================== */
body,
h1,
h2,
h3,
h4,
p,
quote,
small,
form,
input,
ul,
li,
ol,
label {
	/* Page reset */
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

/* =====[ SCROLL WATCHER ]======================================================================== */

.scroll_watcher {
	position: fixed;
	height: 6px;
	width: 100%;
	top: 0;
	z-index: 1000;
	background-color: #e6ff00;
	scale: 0 1;
	transform-origin: left;
	animation: scroll_watcher linear;
	-webkit-animation: scroll_watcher linear;
	animation-timeline: scroll(y);
}

@keyframes scroll_watcher {
	to {
		scale: 1 1;
	}
}


/* CSS ANNULATION - DÉBUT */

.toast__container {
	position: relative;
	top: 0;
	background: #332701;
	width: 100%;
	z-index: 10;
}

.toast__shows {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border: 1px solid #ffc007;
	gap: 10px;
}

.toast__icon {
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	padding: 7px;
	border-radius: 50%;
	display: inline-block;
}

.icon_alert {
	display: block;
	width: 2em;
	height: 2em;
	fill: #FFC007;
	border: none;
	animation: myAnim 2s ease-in-out 0s infinite normal none;
}

@keyframes myAnim {

	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}

.toast__type {
	color: #FFC007;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

.toast__message {
	font-size: 1rem;
	text-align: center;
	color: #FFC007;
}

.toast__shows p {
	margin: 0;
	padding: 0;
}

.toast__close {
	position: absolute;
	right: 22px;
	top: 50%;
	width: 14px;
	cursor: pointer;
	height: 14px;
	fill: #878787;
	transform: translateY(-50%);
}

.toast--yellow .toast__icon {
	background-color: #FFC007;
}

.toast--yellow:before {
	background-color: #FFC007;
}

/* CSS ANNULATION - FIN */

/* =====[ GLOBAL STYLES ]======================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

*:not(.icon) {
	font-family: 'Roboto', Arial, sans-serif;
}

a,
input {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

body {
	font-size: 15px;
	color: #55636d;
	z-index: 0;
	font-weight: 400;
	background: #fff;

}

h1 {
	color: #fff;
	font-weight: 700
}

h2 {
	color: #343f48;
	font-size: 24px;
	font-weight: 300
}

h3 {
	color: #182226;
	font-size: 13px;
}

h4 {
	color: #666666;
	font-size: 17px;
	padding: 20px 0;
}

strong {
	font-weight: 700
}


p {
	padding: 10px 0;
	text-align: justify
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #e6ff00;
}

hr {
	height: 1px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #d4d4d5;
	margin: 15px 0;
	width: 100%;
}

.page {
	margin: 0 auto;
	width: 85%;
	position: relative;
}

.center {
	text-align: center
}

.icon {
	font-size: 25px;
	vertical-align: middle;
	padding-left: 10px;
}

/* =====[ Header ]======================================================================== */

.header {
	background: #002140
}

.header .page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

/*.header .page > div{width:60%; }*/

header {
	background: #002140
}

header .icon {
	font-size: 16px;
	padding: 0;
	vertical-align: top;
}

header .petit {
	font-size: 14px;
}

/*header{	border-bottom:1px solid #cccccc;}*/
header ul {
	text-align: right;
	position: relative;
	z-index: 2;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

header ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	color: #161b1d;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
}

/*header ul li:last-child{ padding:10px 0 ;}
header ul li:last-child a{color:#2c2c2c;  border-left:1px solid #2c2c2c; padding-left:15px; font-weight:700 }*/
header ul li a span {
	color: #fff;
}

/*couleur des icones reseau sociaux*/
header ul li a:hover span {
	color: #e6ff00;
	/* color:#002140; */
}

header ul li.deconnexion {
	padding: 4px 15px 10px 0;
	margin-left: 10px;
}

header ul li.deconnexion a {
	color: #002140;
	font-size: 17px;
	background: #e6ff00;
	padding: 5px 10px;
	font-weight: 700;
}

header ul li.deconnexion a:hover,
header ul li.deconnexion a:hover span {
	background: #fff;
}

header ul li.deconnexion span {
	/* color:#deb407;  */
	color: #002140;
	font-size: 17px;
	padding-left: 5px
}

header ul li.deconnexion a:hover span {
	color: #002140 !important;
}

.accueil {
	background: url('back_aga_v2.png') no-repeat bottom center #000000;
	background-size: cover;
	font-size: 26px;
	padding: 5% 0;
	color: #fff;
}

.accueil .page {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
}

.titre-accueil {
	width: 50%;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}

.titre_quick {
	font-size: 1rem;
	margin-top: 5px;
}

.logo {
	display: block;
	max-width: 150px;
	width: 100%;
	height: auto;
}

.accueil h1 {
	font-size: 3rem;
	padding-top: 25px;
}


.titre {
	background-color: rgba(238, 238, 238, 1);
	padding: 25px 0;
	font-size: 17px;
	color: #002140;
}

.titre h1 {
	padding-top: 10px;
	color: #002140
}

.titre a {
	color: #002140
}

.titre span {
	padding-left: 35px;
}

.head {
	padding: 50px 0 0 0;
}


/* Connexion en haut */
.connexion {
	width: 60%;
	z-index: 1;
}

.connexion h2 {
	font-size: 24px;
	text-align: left;
	color: #fff;
}

.connexion form,
.connexion div {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center
}

.connexion input {
	height: 40px;
}

.connexion input[type=submit] {
	padding: 0px 20px;
	width: 60%;
	font-size: 18px;
}

.connexion input[type=email],
.connexion input[type=password] {
	margin: 0 5px 0 0;
}

.connexion ul {
	width: 100%;
}

.connexion ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	padding: 0 20px 0 15px;
	background: url(../2024_v1_11047/point2.png) right 27px no-repeat;
	width: 25%;
	color: #fff
}

.connexion ul li:first-child {
	padding: 0 20px 0 0;
}

.connexion ul li:last-child {
	background: none;
	padding: 0 0 0 15px;
}

.connexion ul li span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	background: #304a63;
	margin: 5px 0 0 0;
	padding: 4px 0;
	width: 100%
}

.decompte2 ul {
	width: 100%;
}

.decompte2 ul li {
	list-style: none;
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 0;
	width: 85%;
	color: #fff;
	margin: 0 auto 10px auto
}

.decompte2 ul li span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	background: #fff;
	padding: 4px 0;
	width: 100%;
	color: #000000
}

/* =====[ INSCRIPTION ]======================================================================== */

.inscription {
	max-width: 450px;
	width: 100%;
	text-align: center;
}

.inscription form,
.inscription .message,
.inscription .decompte2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #002140;
	padding: 35px;
	text-align: center;
	min-height: 540px;
}

.add-calendar {
	background: #e6ff00;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 15px
}

.add-calendar a {
	color: #002140;
}

.add-calendar a:hover {
	color: #135582
}

.inscription a img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	padding-left: 12px;
	margin: 0
}

.inscription img {
	width: 50px;
	height: auto;
	margin-bottom: 20px
}

.inscription h2 {
	font-size: 26px;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px
}

.inscription h2 strong {
	font-size: 50px;
	display: block;
}

.inscription p {
	font-size: 13px;
	text-align: center;
	color: #fff
}

.desactif em,
.desactif h2,
.desactif p,
.desactif label,
.desactif a {
	/* color:#656c7d */
	color: #838da6;
}

.desactif a:hover {
	color: #838da6;
}

.desactif {
	background: #304b64;
	color: #000;
	cursor: Not-Allowed;
	width: 100%;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box
}

.inscription input {
	background: #fff;
	border: none
}

.message h2.icon,
.decompte2 h2.icon {
	font-size: 60px;
	padding: 0
}


.message p {
	font-size: 19px;
	padding: 25px 0 15px 0;
}

.message p span {
	font-size: 22px;
}

.message img {
	width: 50px;
	height: auto;
	padding-bottom: 25px;
}

/* =====[ onglet ]======================================================================== */


/* Style the tab */
.tab {
	border: none;
	background-color: #fff;
	width: 100%;
	height: auto;
	display: flex;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	color: #002140;
	padding: 15px 20px;
	width: 100%;
	border: 1px solid #002140;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #e6ff00;
	color: #fff
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #002140;
	color: #fff
}

/* Style the tab content */
.tabcontent {
	padding: 15px 0 0 0;
	width: 100%;
	border-left: none;
	height: auto
}


/* Style the tab page accueil */

.tab2 {
	border: none;
	background: #fff;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

/* Style the buttons inside the tab */

.tab2 button {
	background: inherit;
	color: #002140;
	padding: 15px 20px;
	flex: 1;
	border: 1px solid #002140;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	/* color: #ef4339; */
}

/* Change background color of buttons on hover */

.tab2 button:hover {
	background: #e6ff00;
	color: #002140;
}

/* Create an active/current "tab button" class */

.tab2 button.active2 {
	background: #002140;
	color: #fff;
}

/* Style the tab content */

.tabcontent2 {
	/* padding: 15px 0 0 0; */
	width: 100%;
	border-left: none;
	height: auto;
}


/* =====[ FORMULAIRE ]======================================================================== */
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #454545;
	opacity: 1 !important;
	font-weight: 300
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #454545;
	opacity: 1 !important;
	font-weight: 300
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #454545;
	opacity: 1 !important;
	font-weight: 300
}

:-ms-input-placeholder {
	color: #454545;
	font-weight: 300
}

form em {
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 15px 0 15px 0
}

form p {
	padding: 10px 0 25px 0
}

input:first-child {
	margin-top: 15px
}

/* label {
	display: none;
} */

select {
	width: 100%;
	/* appearance: none;
	-webkit-appearance: none; */
}


input[type=submit] {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
}

.consens {
	display: flex;
	align-items: flex-start;
	padding: 10px 0 0 0;
}

.consens label {
	text-align: left;
	padding: 0 0 20px 0;
	flex: 1;
	font-size: 14px;
}

.consens input[type=checkbox] {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	min-width: 18px;
	height: 18px;
	background: none;
}

.consens a {
	background: none;
	padding: 0;
	display: inline;
	width: auto;
	text-align: left;
	text-decoration: underline
}

.consens a:hover {
	text-decoration: none;
	background: none
}

.mail {
	color: white;
	text-decoration: underline;
}

.mail:hover {
	color: white;
	text-decoration: underline;
}

input:disabled {
	/* background: #1f3c57; */
	background: #304b64;
}

input:disabled::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #002140;
}

input:disabled:-moz-placeholder {
	/* Firefox 18- */
	color: #002140;
}

input:disabled::-moz-placeholder {
	/* Firefox 19+ */
	color: #002140;
}

input:disabled:-ms-input-placeholder {
	color: #002140;
}

input[type=Submit]:disabled {
	background: #002140;
	border: 1px solid #e6ff00;
	color: #e6ff00;
}

input[type=Submit]:hover:disabled {
	background: #002140;
	border: 1px solid #e6ff00;
	color: #e6ff00;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea,
select {
	background: #f1f1f1;
	padding: 10px;
	border: none;
	font-size: 13px;
	color: #454545;
	/* color: #000; */
	border-radius: 0px;
	margin-bottom: 10px;

}


input[type=text],
input[type=email],
input[type=password] {
	width: 100%;
}

textarea {
	width: 100%;
	font-size: 17px;
}

input[type=Submit] {
	background: #002140;
	border: 1px solid #e6ff00;
	font-size: 20px;
	font-weight: normal;
	color: #e6ff00;
	cursor: pointer;
	padding: 10px 20px;
	margin-bottom: 0;
}

input[type=Submit]:hover {
	background: #e6ff00;
	color: #002140;
	border: 1px solid #e6ff00;
}

a.btn-bdr:hover {
	background: #e6ff00;
	border: 1px solid #e6ff00
}

a.btn-jaune:hover {
	background: #e6ff00;
	color: #002140;
}

a.btn-bdr {
	background: #fff;
	border: 1px solid #002140;
	font-size: 20px;
	font-weight: normal;
	color: #002140;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
}

a.btn-gris {
	background: #55636d;
	border: none;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
}

a.btn-jaune {
	background: #002140;
	border: none;
	font-size: 20px;
	font-weight: normal;
	color: #e6ff00;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
}

.b_connexion {
	background: #e6ff00 !important;
	border: 1px solid #e6ff00 !important;
	font-size: 20px;
	font-weight: normal;
	color: #002140 !important;
	cursor: pointer;
	padding: 10px 40px;
	margin-bottom: 0;
}

.b_connexion:hover {
	background: #002140 !important;
	border: 1px solid #e6ff00 !important;
	color: #e6ff00 !important;
}

a.btn-bdr img {
	width: 30px;
	height: auto;
	vertical-align: middle;
	padding-right: 15px;
}

a.btn-bdr span {
	font-size: 25px;
	padding-right: 15px;
	vertical-align: middle
}



/* =====[ ERROR message ]======================================================================== */


span.error {
	color: #ff0000;
	text-transform: none;
	font-size: 15px;
	padding-bottom: 5px;
}

.error {
	color: #ff0000;
}

.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ff0000;
}

.error::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ff0000 !important;
	opacity: 1 !important;
}

.error:-moz-placeholder {
	/* Firefox 18- */
	color: #ff0000 !important;
	opacity: 1 !important;
}

.error::-moz-placeholder {
	/* Firefox 19+ */
	color: #ff0000 !important;
	opacity: 1 !important;
}

.error:-ms-input-placeholder {
	color: #ff0000 !important;
}

.message_archive_inscription {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 35px;
	color: red;
}

.message_archive {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 35px;
	color: red;
}

.generic_error {
	color: red;
}

.message_champs_requis {
	text-align: right;
}

/* =====[ PLAYER - conf??rence ]======================================================================== */

/* .bg_player{padding:5% 0;}
.player{ max-width:960px; width:100%; margin:0 auto; z-index:5; position:relative; border:1px solid #d4d4d5;} */
.bg_player {
	padding: 5% 0 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.player {
	max-width: 960px;
	width: 100%;
	margin: 0 0 0 0;
	z-index: 5;
	position: relative;
}

/* Section bouton mute/unmute */

.invisible {
	transition: 0.5s;
	opacity: 0 !important;
}

.invisible:after {
	display: none;
}

.imagenonactif {
	background-image: url(icone_unmute.png) !important;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	opacity: 0.7;
}

.imagenonactif:hover {
	opacity: 1;
}

.play-button {
	position: absolute;
	z-index: 5000;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 20px;
	cursor: pointer;
}

.language_btns_container {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 5px;
	gap: 5px;
}

.language_btns_container a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	/* max-width: 300px; */
}

.jw-flag-ads-vpaid:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
.jw-flag-user-inactive.jw-state-buffering:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
.jw-flag-ads-vpaid:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .play-button,
.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .play-button,
.jw-flag-user-inactive.jw-state-buffering:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .play-button {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: 250ms !important;
	transition-delay: 4000ms !important;
}

.onglet {
	padding-left: 5%;
	width: 40%
}

.contenu-player {
	width: 60%;
}

.question {
	max-width: 960px;
	width: 100%;
}

.question input[type=Submit] {
	margin-top: 25px
}

.question input[type=text],
.question input[type=email],
.question input[type=password],
.question select {
	width: 49.5%;
}

.question input:nth-child(2n+2) {
	float: right;
}


.sondage {
	text-align: center;
	margin: 5% 0;
}

.succes {
	text-align: center;
}

.succes .icon {
	font-size: 50px;
	padding: 20px 0;
}

.succes img {
	padding: 10px;
}

.succes p {
	text-align: center;
	margin-top: 20px
}

.span_date {
	padding-left: 0 !important;
}

.breakout {
	padding: 5% 0;
}

.breakout h2 {
	font-weight: bold;
	padding-bottom: 30px;
}

.breakout a {
	text-decoration: underline;
	font-size: 18px;
}

.breakout p {
	padding: 0;
	color: #002140;
}

/* =====[ CONTENU ]======================================================================== */
.bg-info {
	padding: 30px 0;
	background: #fff;
	margin-top: 5%
}

.bg-info h2 {
	color: #002140;
	font-size: 25px;
	border-bottom: 1px solid #838383;
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-weight: 700
}

.conf {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.conf ul {
	width: 30%;
	margin-bottom: 35px
}

.conf ul li {
	list-style: none;
	margin: 0;
	list-style: none;
	text-align: center;
}

.conf ul li:nth-child(3) {
	min-height: 50px;
}

.conf ul li:first-child img {
	padding: 0 0 20px 0;
	width: 140px;
	height: auto
}

.conf ul li img {
	padding: 5px 10px;
	width: 25px;
	height: auto
}

.conf h3 {
	font-size: 20px;
	font-weight: 500
}

.conf .icon {
	font-size: 18px;
	color: #55636d;
	padding: 0 10px
}

.conf .petit {
	font-size: 15px;
}

.conf .icon:hover {
	color: #deb407
}

.info {
	margin-bottom: 50px
}

.info p {
	padding: 0 0 20px 0;
}

.info ul li,
.info ul.load {
	list-style: none;
}

.info ul li:before {
	content: "➝ ";
}

.info ul.load li:before {
	content: none;
}

.info ul.load li {
	/*list-style:url('images/pointeur_list.png');*/
	margin-left: 0;
	padding: 0
}

/*pour une liste de téléchargement*/
.info ul.load li span {
	padding: 0 10px 0 0;
	color: #deb407
}

.showInfo {
	margin: 20px 0 0 0;
}

div.conf1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
	align-items: flex-start;
}

.conf1 ul {
	width: 100%;
	margin-bottom: 0px;
}

.conf1 ul li {
	margin: 0;
	list-style: none;
	text-align: left;
	vertical-align: bottom;
	display: table-cell;
}

.conf1 ul li img {
	padding: 0 30px 0 0;
	width: 140px;
	height: auto;
	float: left;
}

.conf1 h3,
.show {
	font-size: 20px;
	color: #002140;
	text-transform: uppercase;
}

a.show {
	color: #002140;
	font-weight: 700
}

a.show:hover {
	color: #343f48;
}

a.show.minus,
a.linkToggle.minus {
	background: url('plus.png') no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: -3px;
	background-size: 28px 28px;
	padding: 0 0 0 40px;
	display: inline-block;
	height: 28px;
	text-decoration: none;
	margin-bottom: 10px;
}

a.show,
a.linkToggle {
	background: url('moins.png') no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: -3px;
	background-size: 28px 28px;
	padding: 0 0 0 40px;
	display: inline-block;
	height: 28px;
	text-decoration: none;
	margin-bottom: 10px;
}

/* =====[ BAS DE PAGE ]======================================================================== */
.bg-soutien {
	background: #fff;
}

.soutien .icon {
	font-size: 40px;
	padding: 0 0 10px 0;
}

.md-content .icon {
	font-size: 20px;
	padding: 0;
}

.soutien .petit {
	font-size: 35px;
}

ul.soutien {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
}

ul.soutien li {
	display: inline-block;
	margin: 0 5%;
	padding: 25px;
	vertical-align: top;
	font-size: 13px;
}

ul.soutien li a {
	color: #707070;
	text-decoration: none;
}

ul.soutien li a h2 {
	color: #bababa;
	text-decoration: none;
}

ul.soutien li a:hover,
ul.soutien li a:hover h2 {
	color: #707070
}

.copyright {
	padding: 25px 0;
	text-align: center;
	font-size: 13px;
	background: #002140;
	color: #bababa;

}

.copyright a {
	color: #bababa;
	text-decoration: none;
}

/* :::::[ IPAD HORIZONTAL ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1300px) {
	.connexion input[type=submit] {
		width: 100%
	}
}

@media screen and (max-width: 1100px) {

	.bg_player {
		flex-direction: column
	}

	.onglet {
		padding-left: 0;
		width: 100%;
		padding-top: 25px;
	}

	.contenu-player {
		width: 100%;
	}

	.tabcontent iframe {
		height: 400px;
	}
}

/* :::::[ GENERALE plus petit qu'un ipad vertical' ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1008px) {

	.header ul li img {
		width: 25px;
	}

	.connexion form,
	.connexion div {
		flex-wrap: wrap;
	}

	.connexion input[type=email],
	.connexion input[type=password] {
		margin: 0 0 5px 0;
	}

	.accueil .page {
		flex-direction: column;
		align-items: center;
	}

	.titre-accueil {
		width: 100%;
		margin: auto;
	}

	.inscription form,
	.inscription .message {
		min-height: 200px;
	}

	.conf ul {
		width: 45%;
	}
}


/* :::::[ 752 PIXELS LAYOUT (IPHONE HORIZONTALE)]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 752px) {
	.header .outil .page {
		width: 100%;
	}

	/* .header ul li:last-child {
		padding: 10px 15px 10px 0;
	} */

	.header .page {
		flex-direction: column;
	}

	.connexion {
		width: 100%;
	}

	.connexion h2 {
		text-align: center;
		margin: 15px 0;
	}

	.titre span {
		padding-left: 0;
		display: block
	}

	.bg_player {
		padding: 10% 0;
	}

	.connexion ul li {
		font-size: 12px;
	}

	.sondage a {
		display: inline-block;
		margin-bottom: 10px;
	}
}

/* :::::[ 650px ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 650px) {
	.language_btns_container {
		flex-direction: column;
	}

	.language_btns_container a {
		width: 100%;
		max-width: none;
	}
}


/* :::::[ 464 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 464px) {
	.logo {
		width: 100%;
		margin: 0 auto;
	}

	.accueil h1 {
		font-size: 2rem;
	}

	.titre_quick {
		font-size: 1rem;
	}

	.header ul {
		text-align: center
	}

	.inscription .message {
		min-height: 0;
	}

	.connexion input[type=email],
	.connexion input[type=password] {
		margin: 0 0 5px 0;
		width: 100%;
	}

	.connexion input[type=submit] {
		width: 100%;
		font-size: 20px;
	}

	.connexion ul li {
		font-size: 10px;
		background-position: right 22px;
	}

	.connexion ul li span {
		border: none;
		background: none;
	}


	.btn-bleu,
	.btn-border {
		display: block
	}

	a.btn-vert img {
		padding-right: 0;
		margin: 0 auto
	}

	.sondage img,
	.sondage a {
		display: block;
	}

	.sondage img {
		margin: 0 auto
	}

	.question input[type=submit] {
		width: 100%;
	}

	.question input {
		width: 100%;
	}

	.question input:nth-child(2n+2) {
		float: none;
	}

	.conf ul {
		width: 100%;
	}
}