/* =====[ RESET ]======================================================================== */

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

/* =====[ FONTS / TYPOS ]======================================================================== */

@font-face {
	font-family: "Gilroy";
	src: url("/client/rnted/images/2022_v1/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/client/rnted/images/2022_v1/fonts/Gilroy-Light.woff") format("woff"),
		url("/client/rnted/images/2022_v1/fonts/Gilroy-Light.ttf") format("truetype"), url("/client/rnted/images/2022_v1/fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("/client/rnted/images/2022_v1/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/client/rnted/images/2022_v1/fonts/Gilroy-Bold.woff") format("woff"),
		url("//client/rnted/images/2022_v1/fonts/Gilroy-Bold.ttf") format("truetype"), url("/client/rnted/images/2022_v1/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}


/* =====[ VARIABLES CSS / COULEURS ]============================================================= */

:root {
	--RNETSA_bleu_fonce: #3f519c;
	--RNETSA_bleu_pale: #61c5ef;
	--RNETSA_gris: #58585a;
}

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

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

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

input,
a,
button {
	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: #6d6e71;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	font-weight: 400;
	background: #fff;
}

h1 {
	color: #6d6e71;
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
}

h2 {
	color: #6d6e71;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	padding: 15px 0;
}

h4 {
	color: #d62f3d;
	font-size: 15px;
	padding: 20px 0;
	font-weight: 700;
}

strong {
	font-weight: 700;
}

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

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

a:hover {
	color: #000;
}

hr {
	height: 1px;
	background: #fff;
	border-bottom: 1px solid #d4d4d5;
	margin: 5% 0;
}

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

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.ligne-design {
	height: 7px;
	background: #0085eb;
	width: 70px;
	margin: 40px 0;
}

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

.isDisabled {
	color: currentColor;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
	text-decoration: none;
}

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;
}

/* =====[ Header ]======================================================================== */
.header {
	background: #fff;
}

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

.header .page > div:first-child {
	display: flex;
	gap: 50px;
}

.header img {
	display: block;
	max-width: 100%;
	width: 140px;
	height: auto;
}

header {
	background: #fff;
	padding: 20px 0;
}

header .icon {
	font-size: 1rem;
	padding: 0;
}

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

header ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	z-index: 2;
	padding: 0;
	list-style: none;
	gap: 20px;
}

header ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

header ul li a {
	color: var(--RNETSA_gris);
}

header ul li a:hover {
	color: var(--RNETSA_bleu_pale);
}

.deconnexion {
	text-transform: uppercase;
	font-size: 16px;
	background: var(--RNETSA_gris);
	padding: 5px 15px;
	text-transform: uppercase;
	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;
}

.deconnexion a,
.deconnexion:hover a {
	color: #fff
}

.deconnexion:hover {
	background: var(--RNETSA_bleu_pale);
}

/* .langue {
	color: #628ca9;
	font-size: 13px !important;
	margin-left: 10px;
} */

/* .langue a,
.langue a:hover {
	color: #628ca9;
}

.langue:hover {
	background: #0696d6;
}

.langue:hover {
	background: #135582;
}

.langue .icon {
	padding-left: 0;
} */

.accueil {
	background: url(../2023_v1_10324/background.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
	font-size: 26px;
	position: relative;
	overflow: hidden;
}

.accueil .bg-img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 400px;
	height: auto;
	opacity: 0.5;
}

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

.titre-accueil .date {
	font-weight: 700;
}

.titre-accueil .date span {
	display: block;
}

.titre-accueil {
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	/* width: 50%; */
}

.titre-accueil h1 span {
	color: #fff;
	font-size: 1.25rem;
}

.titre span {
	font-size: 1.25rem;
}

.titre-accueil h1 {
	margin: 25px 0;
	line-height: normal;
	color: #fff;
}

.titre-accueil h1 strong {
	font-size: 65px;
	display: block;
}

.titre_quick span {
	color: #32aaaf;
}

.titre {
	background-color: var(--RNETSA_bleu_pale);
	padding: 25px 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.titre h1 {
	font-size: 28px;
	margin: 15px 0 0 0;
	color: #fff;
}

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

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

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

.connexion h2 {
	font-size: 21px;
	text-align: left;
	margin-bottom: 5px;
}

.connexion h2 strong {
	color: #58585a;
}

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

.connexion input {
	height: 40px;
}

.connexion input[type="submit"] {
	padding: 0px 20px;
	width: 60%;
}

.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(point.png) right 25px no-repeat;
	width: 25%;
	color: #58585a;
}

.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;
	background: #e3e3e3;
	font-weight: 700;
	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: #1d2877;
	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: #58585a;
}

/* =====[ 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: var(--RNETSA_bleu_pale);
	font-weight: 700;
	padding: 15px 20px;
	width: 100%;
	border: 1px solid transparent;
	outline: none;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: var(--RNETSA_gris);
	border-color: var(--RNETSA_gris);
	color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: var(--RNETSA_bleu_pale);
	border-color: var(--RNETSA_bleu_pale);
	color: #fff;
}

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

/* =====[ INSCRIPTION ]======================================================================== */
.inscription {
	width: 450px;
	text-align: center;
	position: relative;
}

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

.inscription .icone {
	width: 80px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	padding: 5px;
	background: #32aaaf;
	border-radius: 100%;
}

.add-calendar {
	background: var(--RNETSA_bleu_pale);
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 15px;
}

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

.add-calendar a:hover {
	color: #3f519c;
}

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

.inscription h2 strong {
	font-size: 45px;
	display: block;
	color: #fff;
	/* font-weight: 700; */
}

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

.inscription input {
	background: #efefef;
	border: none;
	white-space: pre-wrap;
}

.inscription input[type="Submit"] {
	background: #fff;
	border: none;
	color: var(--RNETSA_gris);
}

.inscription input[type="Submit"]:hover {
	background: var(--RNETSA_gris);
	color: #fff;
}

.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;
}

.inscription .large {
	padding: 20% 35px;
	min-height: 250px;
}

.consens {
	font-size: 13px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	/* flex-wrap: wrap; */
}

.consens label {
	padding: 0 0 20px 0;
	text-align: left;
	width: 90%;
	display: block;
	color: #fff;
}

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

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

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

/*horaire*/
ul.activite {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	list-style: none;
	margin-bottom: 50px;
	margin: auto;
	gap: 10px;
	/* width: 80%; */
}

ul.activite li {
	display: flex;
	flex-direction: column;
	width: 32%;
	padding: 5% 3%;
	color: #fff;
	background: var(--RNETSA_bleu_fonce);
	position: relative;
	/* justify-content: space-between; */
	/* align-items: center; */
}

ul.activite .btn-main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

ul.activite li span {
	font-style: italic;
}

ul.activite li:nth-child(3n + 3) {
	margin-right: 0;
}

ul.activite li div.heure {
	width: 150px;
	font-size: 16px;
	padding: 15px 30px;
	position: absolute;
	background: var(--RNETSA_bleu_pale);
	color: #fff;
	font-weight: 700;
	top: 0;
	left: 0;
}

/* .visionner .btn-main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
} */

ul.activite li h3 {
	font-weight: 700;
	/* padding-bottom: 5px; */
}

.titre-atelier {
	background-color: #00a659;
	text-align: center;
	padding: 20px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 50px;
}

ul.activite2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	list-style: none;
	margin-bottom: 50px;
	height: 1px;
	border: none;
	border-bottom: 20px solid #00a659;
}

ul.activite2 li {
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 5% 3%;
	background: #d1efe1;
	position: relative;
}

ul.activite2 li span {
	font-style: italic;
}

ul.activite2 li a {
	color: #4a4a4a;
}

ul.activite2 li:nth-child(2n + 2) {
	margin-right: 0;
}

ul.activite2 li div.heure {
	font-size: 16px;
	padding: 15px 30px;
	position: absolute;
	background: #00a659;
	color: #fff;
	font-weight: 700;
	top: 0;
	left: 0;
}

ul.activite2 li div.visionner {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	background: #58585a;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 100px;
	padding: 5px 10px;
	margin: 25px auto 0 auto;
}

ul.activite2 li div.visionner:hover {
	background: #32aaaf;
}

ul.activite2 li h3 {
	padding-bottom: 5px;
}

ul.activite-live {
	list-style: none;
}

ul.activite-live .heure {
	color: #00a659;
	font-weight: 700;
}

ul.activite-live > li span {
	font-style: italic;
}

ul.activite-live > li {
	font-size: 15px;
	margin-bottom: 40px;
}

input:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.desactif input[type="submit"],
.desactif input[type="submit"]:hover {
	background: #f4f4f4;
	opacity: 0.5;
	color: var(--RNETSA_gris);
	cursor: Not-Allowed;
	width: 100%;
	padding: 10px;
}

/* .desactif input[type="submit"]:hover {
	background-color: #78787a;
	color: #4a4a4a;
} */

/* =====[ FORMULAIRE ]======================================================================== */
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #00324d;
	opacity: 1 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #00324d;
	opacity: 1 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #00324d;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #00324d;
}

form {
	font-size: 20px;
	color: #fff;
}

form em {
	font-size: 13px;
	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 {
	/* -webkit-appearance: none;
	*/
	border-radius: 0;
}

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

input:disabled {
	opacity: 0.5;
	cursor: Not-Allowed;
}

input:disabled::-webkit-input-placeholder {
	/* WebKit browsers */
	opacity: 0.5;
}

input:disabled:-moz-placeholder {
	/* Firefox 18- */
	opacity: 0.5;
}

input:disabled::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 0.5;
}

input:disabled:-ms-input-placeholder {
	opacity: 0.5;
}

.desactif {
	background: #f4f4f4;
	opacity: 0.5;
	color: #58585a;
	cursor: Not-Allowed;
	width: 100%;
	font-size: 1rem;
	padding: 10px;
}

input[type="Submit"]:disabled {
	display: none;
}

input[type="Submit"]:hover:disabled {
	background: #eeeeee;
	color: #58585a;
}

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

input,
textarea,
select {
	background: #f4f4f4;
	padding: 10px;
	border: none;
	font-size: 13px;
	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;
	padding: 20px;
}

select {
	width: 100%;
	height: 38px;
}

input[type="Submit"] {
	background: var(--RNETSA_bleu_pale);
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 60px;
	/* margin-bottom: 0; */
	/* font-weight: 700; */
	/* border-radius:25px;
	*/
}

a.btn-main {
	display: inline-block;
	background: var(--RNETSA_bleu_pale);
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 60px;
	text-align: center;
}

input[type="Submit"]:hover,
a.btn-main:hover,
a.btn-sec:hover {
	background: #58585a;
	color: #fff;
}

a.btn-sec:hover {
	border: 1px solid #5295b9;
}

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

a.btn-sec {
	border: #015a84 1px solid;
	background: #fff;
	font-size: 20px;
	color: #015a84;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
	display: block;
}

/* =====[ 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: #d62f3d;
}

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

.generic_error {
	color: #d62f3d;
}

.message_champs_requis {
	text-align: right;
}

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

.player_background {
	background: var(--RNETSA_bleu_fonce);
}

.bg_player {
	padding: 5% 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.player {
	/* max-width: 960px; */
	width: 100%;
	margin: 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;
}

.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;
}

.bouton-video {
	max-width: 960px;
	width: 100%;
	margin: 20px auto;
	display: flex;
	text-align: center;
	justify-content: flex-end;
	align-items: flex-start;
}

.bouton-video p {
	padding: 0 5% 0 0;
	font-size: 14px;
	text-align: left;
}

.onglet {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	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: 25px 0 0 0;
	color: var(--RNETSA_bleu_pale);
}

.succes img {
	padding: 10px;
}

.succes p {
	text-align: center;
	/* color: var(--RNETSA_gris); */
	color: #fff;
	/* margin-bottom: 20px; */
}

.btn-partenaires {
	display: inline-block;
	background: #1d2877;
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	padding: 10px 60px;
	margin: 5% auto 0 auto;
	font-weight: 700;
}

.btn-partenaires:hover {
	background-color: #d62f3d;
	color: #fff;
}

.iconsupport {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	align-items: center;
}

.iconsupport div {
	margin: 0 30px;
}

.iconsupport .icon {
	padding-left: 0;
	font-size: 28px;
	color: #00324d;
}

.iconsupport .petit {
	font-size: 20px;
}

.iconsupport .icon:before {
	padding: 0 10px 0 0;
}

.bouton-lang {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 10px;
}

.bouton-lang a {
	font-size: 14px;
}

.bouton-lang span {
	padding: 0 15px 0 0;
}

/* =====[ CONTENU ]======================================================================== */
.bg-info {
	padding: 80px 0;
	background: #fff;
}

.bg-info h2 {
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 25px;
	text-transform: none;
}

/*.conf{
	margin-bottom:50px;
	align-items:flex-start
}
*/
.conf {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: flex-start;
}

.conf ul {
	width: 48%;
	margin-bottom: 35px;
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
}

.conf ul li {
	list-style: none;

	margin: 0;
	list-style: none;
}

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

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

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

.conf h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 0;
}

.conf p a {
	color: #0696d6;
}

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

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

.conf .icon:hover {
	color: #65c8c6;
}

.info {
	padding: 20px;
}

.info h3 {
	padding-top: 0;
}

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

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

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

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

.info ul.load li {
	margin: 5px 0;
	padding: 0;
	display: inline-block;
}

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

.info ul.load li a,
.info ul.load li span {
	color: #fff;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.info ul.load li:hover a,
.info ul.load li:hover span {
	color: var(--RNETSA_bleu_pale);
}

a.show {
	font-size: 18px;
	color: #015a84;
}

a.show > p {
	margin-top: 5px;
	padding: 0;
	font-weight: 700;
	color: #f3951f;
}

a.show:hover {
	color: #58585a;
}

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

.showBio > div {
	margin: 0 0 25px 0;
}

a.show.minus,
a.linkToggle.minus {
	background: url("/client/rnted/images/2022_v1/haut.png") no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: 23px 20px;
	padding: 0 0 0 35px;
	display: inline-block;
	height: 28px;
	text-decoration: none;
}

a.show,
a.linkToggle {
	background: url("/client/rnted/images/2022_v1/bas.png") no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: 23px 20px;
	padding: 0 0 0 35px;
	display: inline-block;
	height: 28px;
	text-decoration: none;
}

/* =====[ BAS DE PAGE ]======================================================================== */
.soutien .icon {
	font-size: 50px;
	padding: 0 0 10px 0;
}

.soutien .petit {
	font-size: 40px;
	padding: 0 0 20px 0;
}

ul.soutien {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	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 img {
	vertical-align: middle;
	padding-bottom: 15px;
}

ul.soutien li a,
ul.soutien li a h2 {
	color: var(--RNETSA_gris);
	text-decoration: none;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

ul.soutien li a:hover,
ul.soutien li a:hover h2 {
	color: var(--RNETSA_bleu_fonce);
}

.copyright {
	padding: 25px 0;
	text-align: center;
	font-size: 13px;
	background: var(--RNETSA_gris);
	color: #fff;
}

.copyright a {
	color: #fff;
	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;
	}

	.header .page {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

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

	.connexion {
		width: 100%;
	}

	.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: 88%;
		margin: 0 auto;
	}

	.img-accueil {
		display: none;
	}

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

	.inscription h2 {
		font-size: 24px;
	}

	.inscription h2 strong {
		font-size: 35px;
	}

	.conf {
		flex-direction: column;
	}

	.conf ul {
		width: 100%;
	}

	ul.activite li {
		width: 49%;
		padding: 15% 5% 100px 5%;
	}

	ul.activite2 li {
		width: 49%;
		padding: 15% 5% 100px 5%;
	}

	ul.activite2 li:nth-child(2n + 2) {
		margin-right: 2%;
	}

	ul.activite2 li:nth-child(even) {
		margin-right: 0%;
	}
}

/* :::::[ 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;
	} */

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

	/* .bg_player {
		padding: 10% 0;
	} */

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

	.conf ul {
		flex-wrap: wrap;
	}

	.conf ul li {
		width: 100%;
	}

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

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

	ul.activite li {
		width: 100%;
	}

	ul.activite2 li {
		width: 100%;
	}

	.inscription {
		width: 100%;
	}

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

/* :::::[ 464 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 464px) {
	h1 {
		font-size: 24px;
	}

	.accueil strong {
		font-size: 18px;
	}

	.header img {
		margin: 0 auto;
		width: 120px;
	}

	.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: none;
		padding: 0 10px;
	}

	.connexion ul li span {
		background: #fff;
	}

	.btn-main {
		display: block;
	}

	a.btn-main span {
		display: block;
		padding: 0 0 10px 0;
		margin: 0 auto;
	}

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

	.question input {
		width: 100%;
	}

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

	.bouton-lang {
		flex-direction: column;
	}

	.bouton-lang a {
		width: 100%;
	}

	.tab {
		flex-direction: column;
	}
}