@charset "utf-8";
/* CSS Document */

/*

Theme Name: Plateforme FJ 2025
Theme URI: 
Description: Programmation par Mathieu Poirier.
Version: 1.0
Author: Mathieu Poirier
Author URI: mailto:jean.mathieu.poirier@gmail.com
 

*/


	
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset safari formulaires */

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
-webkit-border-radius: 0;
        border-radius: 0;
}

div{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

img {
    display: block;
}

h6{
	font-size:0.8em;
}

sup{
	font-size:0.6em;
	vertical-align: super;
}

em{
	font-style:italic;
}

u{
	text-decoration:underline;
}

:root {
    --spacing: 6rem;
}

.clear {
    clear: both;
    float: none;
}

.click{
    cursor: pointer;
}

    
body {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: .0223em;
  line-height: 1.471;
  color:#202a54;
}

#auth_message, #auth_message_code{
    margin-top:1.5em;
}

.cookie_wrap_de_wrap{
	font-size:0.85em;
}

.cookie_open {
    position: fixed;
    bottom: 0;
    right: 1em;
    padding: 0.5em 0.5em 0.5em 1em;
    background-color: #ffffff;
    width: auto;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 300;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.3);
    z-index: 100000;
    cursor: pointer;
    border-radius: 1em 0 0 0;
}

.close_cookie, .close_cookie_long {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    cursor: pointer;
    font-size: 0.8em;
}

.cookie_court_wrap, .cookie_long_wrap {
    position: fixed;
    bottom: 0;
    padding: 2em;
    background-color: #ffffff;
    line-height:1.2;
    font-weight: 300;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.3);
    z-index:100000;
}

.cookie_court_wrap{
    right: 1em; 
    min-width: 320px;
    width: 50%;
}

.cookie_long_wrap{
    width: 100%;
    height:60vh;
    font-size:0.8em;
    overflow-y:scroll;
    overflow-x:hidden;
}


.cookie_acceptation{
    margin-top:2em;
}

.cookie_acceptation li {
    width: fit-content;
    padding: 0.5em 1em;
    border: solid 2px #2a3975;
    background-color:#2a3975;
    color:#FFF;
    display: inline-block;
    font-size: 0.8em;
    cursor: pointer;
    margin-right: 0.5em;
    border-radius: 0.5em;
}

.cookie_long_wrap .cookie_acceptation li{
    font-size:1em;
} 

.cookie_acceptation li:hover {
    opacity:0.8;
}

/*#topcontrol {
    z-index: 10000;
    position: fixed;
    bottom: 3.5em;
    right: 1em;
    opacity: 1;
    cursor: pointer;
	display:none;
}

span.scroltopcontrol {
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    cursor: pointer;
    z-index: 10000;
    position: relative;
	opacity: 0.7;	
    background-color: #333333;
}

span.scroltopcontrol:before {
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    vertical-align: middle;
    font-family: FontAwesome;
    content: "\f077";
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;

}

span.scroltopcontrol:hover {
	opacity:1;
}*/

.sticky {
    position: sticky;
}

.z-40 {
    z-index: 40;
}
.top-0 {
    top: 0;
}

.bg-white {
    background-color: #fff;
}

header .container {
    padding: 0.4em;
    overflow: hidden;
	position:relative;
}

header .inside-fw {
    padding: 0.4em;
    overflow: hidden;
	position:relative;
}


.navigation {
    color: #202a54;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navigation div{
	display:inline-block;
}


.logo_header{
	max-width:127px;
}

.navigation a, .navigation a:visited {
    color: #202a54;
    text-decoration: none;
    text-transform: capitalize;
	font-size: 0.9em;
	margin-left:1em;
}

.navigation div a:hover {
	color: #51b371;	
}

.en{
	display:none;
}
	
.text-white {
    color: #fff;
}
.bg-astronaut {
    background-color: #2a3975;
}
.rounded-b-4xl {
    border-bottom-left-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
}

.overflow-hidden {
    overflow: hidden;
}

.p-quarter {
    padding: calc(var(--spacing)* .25);
}
.bg-cloud-burst {
    background-color: #202a54;
}
.rounded-3xl {
    border-radius: 1.5rem;
}

.mb-half {
    margin-bottom: calc(var(--spacing)* .5);
}


	
.relative{
    position:relative;
}
	
.text-balance {
    text-wrap: balance;
}

.inside-fw{
    margin:0 2em;
}

/* Le conteneur doit être en position relative */
.tooltip-container {
    position: relative;
}

/* Création de la bulle avec l'élément :after */
.tooltip-container:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 100;
}

/* Affichage au survol */
.tooltip-container:hover:after {
    opacity: 1;
    visibility: visible;
}



.btn-filled-dark {
    background-color: #202a54;
    border-color: #202a54;
    color: #fff;
}
.btn, .btn-filled-dark {
    align-items: center;
    border-radius: 2.25rem;
    border-width: 1px;
    display: inline-flex;
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-weight: 300;
    height: 3.75rem;
    justify-content: center;
    line-height: 1;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: .5rem 2.25rem;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
	cursor:pointer;
}

.btn-filled-dark:focus, .btn-filled-dark:hover {
    background-color: #FFF;
    border-color: #202a54;
    color: #202a54;
}

.loginform {
    width: 50%;
    min-width: 300px;
    padding: 2em;
    border: solid 1px #cacaca;
    margin-top: 2em;
}

#loginform{
    width:100%;
    max-width:300px;
}

.loginform label {
    margin-bottom: 0.8em;
    font-weight: 600;
}

.suggestion_courriel {
    margin-top: 0.4em;
    font-size: 0.8em;
}

.loginform input[type="password"], .loginform input[type="text"]{
    display:block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    line-height: normal;
    padding:0.5em 1em;
    margin-top:0.4em;
}

.loginform input[type="submit"] {
    cursor: pointer;
    padding: 0.5em 1em;
    background-color: #818181;
    border: none;
    outline: 0;
    margin-top: 1em;
    font-size: 1.1em;
    color: #FFF;
}

.loginform input[type="submit"]:hover {
    opacity:0.8;    
}




/* INSCRIPTIONS */

.inscription {
    min-height: 40vh;
}

.trouver-son-ecole{
    font-size:1.2em;
}

.ajouter_ecole{
    font-size:0.7em;
    margin:2em 0;
}

.gestion .ajouter_ecole {
    font-size: 1.2em;
    margin: 0;
}

.inscription .hide_mobile{
    display:block;
}

.inscription .show_mobile{
    display:none;
}

#niveaux_popup_overlay, #equipier_popup_overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
#niveaux_popup_content, #equipier_popup_content {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    z-index: 9999;
    min-width: 300px;
}

#equipier_popup_content {
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    font-size: 0.8em;
    top: 5%;
    transform: translateX(-50%);
}

.hide_mode_demande{
    display:none;
}

.mode_demande .hide_mode_demande{
    display:block;
}

.mode_demande .hide_mode_formulaire{
    display:none;
}

.input_invalide {
    border-color: orangered!important;
    background-color: #fff0ed!important;
}

.bouton_base {
    margin-top: 1.5em;
    padding: 0.4em 1em;
    background-color: #2a397599;
    border: none;
    color: #FFF;
    cursor: pointer;
    border-radius: 0.5em;
    font-size: 1em;
    font-weight: 300;
}

.bouton_base:hover {
    opacity:0.7;
}

article .texte h3:first-child {
    padding-top: 0;
}

article .texte h2 {
    font-size: 2em;
    padding-bottom: 1.3em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

article .texte h3 {
    font-size: 1.2em;
    padding-top: 1.2em;
    padding-bottom: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

article .texte h4 {
    font-size: 1em;
    padding-top: 1.2em;
    padding-bottom: 0.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

article .texte h5 {
    font-size: 1em;
    padding-bottom: 1em;
    font-weight: 300;
    line-height: 1.2em;
}

#tab_faq h5{
    font-style: italic;
}

article .texte ul, article .texte ol {
    padding-bottom: 1em;
}

article .texte ul li, article .texte ol li {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 2.5em;
    padding-bottom: 0;
    line-height: 1.4em;
}

article .texte ol li {
    list-style-type: decimal;

}

article .texte bold, article .texte strong{
    font-weight:500;    
}


.projet_classes h5 {
    font-size: 0.8em !important;
    font-weight: 500 !important;
    margin-bottom: 1.5em;
}



.classe_wrap {
    font-size: 0.9em;
    margin-bottom: 2em;
    border: solid 1px #d4d4d4;
    padding: 0.3em 1.5em 0.3em 0.5em;
    margin-left: 1.5em;
    background-color: #f4f4f4;
}

.classe_wrap input, .classe_wrap textarea, .classe_wrap select {
    padding:0.4em!important;    
}

.meta_module{
    padding-bottom: 0.2em;
    border-bottom: solid 1.3em #000000;
}

.module_nom{
    float:left;
    width:50%;
}

.ajouter_classe {
    float: right;
    color: #000000;
    text-align: right;
    padding: 0.3em 1em;
    font-weight: 300;
    border-radius: 0.5em;
    line-height: 1.1;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    gap: 1.5em;
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 84%);
}

.ajouter_classe::before {
    font-family: FontAwesome;
    content: '\f067';
    font-size: 1.5em;
}

.separateur_demi {
    margin: 0 0 1em 0;
    font-weight: 600;
    text-transform: uppercase;
}

.separateur_demi.demi_non_selectionne {
    position: relative;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.separateur_demi.demi_non_selectionne::before {
    font-family: FontAwesome;
    content: '\f061';
    position: absolute;
    left: -1.5em;
    color: orangered;
    animation: blink 1s step-start infinite;
}

.inline_b {
    flex: 1;
    min-width: 0;
}
.inline_b_micro {
    flex: 0.8;
    min-width: 0;
}
.inline_b_petit {
    flex: 1;
    min-width: 0;
}
.inline_b_telephone {
    flex: 1.2;
    min-width: 0;
}
.inline_b_moyen {
    flex: 1.5;
    min-width: 0;
}
.inline_b_grand {
    flex: 2;
    min-width: 0;
}
.inline_b_tresgrand {
    flex: 2.5;
    min-width: 0;
}
.inline_b_moitie {
    flex: 5;
    min-width: 0;
}

.classe_ligne {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    margin-top: 0.3em;
}

.equipe {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    font-size: 0.8em;
    possition:relative;
}

.equipe div{
    margin-right:2em;
}

.equipiers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.equipier{
    width:48%;
    margin:1em 0;
}

.meta_ecole {
    padding-bottom: 0.5em;
    border-bottom: solid 1px #000000;
    margin-bottom: 0.5em;
}

.meta_ecole h3 {
    font-size: 2em;
    font-weight: 600;
    margin: 0.1em 0;
    text-transform: uppercase;
}

.meta_ecole h6{
    color:#737373;
    letter-spacing: 0.1em;
}


.classe_wrap textarea {
    overflow: hidden;
    resize: vertical;
    min-height: fit-content;
}

.approbation{
    margin:1em 0;
}

.btn_approbation {
    cursor: pointer;
    font-size: 0.7em;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
    display: inline-block;
    margin-bottom: 0.2em;
    border: solid 1px #000000;
    margin-right: 1em;
    width: 100%;
    background-color: #FFF;
}
.btn_approbation.approuve {
    background-color: #4caf50;
    color: #fff;
}
.btn_approbation.refuse {
    background-color: #f44336;
    color: #fff;
}


.textalignright{
    text-align: right;
}

.texte h3{
    font-size:1.2em;
    font-weight:600;
    padding-bottom:1em;
}

.texte p{
    font-size:1em;
    padding-bottom:1em;
}

.resultat_facturation {
    margin: 4em 0 0;
    padding: 2em;
    border: solid 1px #ffffff;
    border-radius: 1em;
    background-color: #f3f3f3;
    display: none;
}

.mode_demande .resultat_facturation {
    width: 23%;
    float: right;
    margin: 2em 0 0;
}

.mode_demande .resultat_facturation h3{
    padding-top:0!important;
    font-size:1.1em!important;
}

.erreurs_formulaire{
    color:indianred;
    font-weight:500;
    font-size:1.3em;
}

#spinner_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#spinner_overlay .fa-spinner {
    font-size: 4em;
    color: #333;
}

#succes_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.7em;
    padding: 2em;
}

.resultat_facturation .texte p{
    font-size:0.8em;
}

.lh_less {
    line-height: 1.05;
}

.inscription h4{
    font-size:1.2em;
    font-weight:600;
}

.classe_meta{
    width:10%;
    float:left;
}

.classe_ligne_wrap {
    width: 88%;
    float: right;
}

.projet_classes {
    margin-bottom: 5em;
    margin-top: 4em;
}

.projet_classes h4 {
    display: flex;
    align-items: center;
    gap: 0.5em;
    text-transform: uppercase;
}

.projet_classes h4 img {
    height: 2em;
    width: auto;
    flex-shrink: 0;
}

.projet_classes h4 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.formulaire h5 {
    padding-bottom: 0.6em !important;
    font-weight: 600 !important;
    font-size: 1.1em !important;
}

.marginb_two{
    margin-bottom:2em;
}

.padding0{
    padding-bottom:0!important;
}

.modules_insc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   /* grid-auto-rows: minmax(200px, auto);*/
    gap: 1em;
    align-items: stretch;
    margin: 2em 0;
}

.mode_demande .modules_insc {
    display: grid;
    grid-template-columns: repeat(4, 24.2%);
    gap: 2% 1%;
    margin: 2em 0;
    width: 75%;
    float: left;
    grid-auto-rows: auto;
}

.module_insc.type_special {
    grid-column: 1 / -1;
}


.module_insc {
    position: relative;
    display: flex;
    flex-direction: column;
}

.module_insc_int {
    padding: 1em 0.4em;
    border-radius: 0.5em;
    font-size: 0.94em;
    outline: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    flex: 1;
    min-height: 205.67px;
}


.mode_demande .module_insc_int{
    min-height: 140.53px;    
}

.module_insc.type_special .module_insc_int, .mode_demande .module_insc.type_special .module_insc_int {
    min-height: auto;
}

.module_insc_int p {
    text-shadow: 0 1px 3px rgb(0 0 0 / 84%);
    letter-spacing: -0.1em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    color: #FFF;
}

.module_insc_classes {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    border-radius: 50em;
    background-color: #FFF;
    z-index: 99999;
    width: 2em;
    height: 2em;
    display: none;
    align-items: center;
    justify-content: center;
}

    @keyframes pop {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.4); }
    100% { transform: scale(1); }
    }

    .module_insc_classes.pop {
        animation: pop 0.2s ease;
    }

.module_insc:hover .module_insc_int{
    opacity:0.8;
}

.module_insc img {
    margin: 0 auto 0.2em;
    width: 60%;
}

.mode_demande .module_insc img {
    margin: 0 auto 0.2em;
    width: 30%;
}

.type_parcours img {
    margin-top: 0.5em;
    height: auto;
    width: 11.5em;
}

.mode_demande .type_parcours img {
    height: auto;
    width: 7.25em;
}

.type_parcours .module_insc_int{
    color:transparent;
}

.module_selected .module_insc_int {
    background-color: #ababab !important;
    opacity: 1;
    border: dashed 3px #000000;
}

.module_description {
    position: absolute;
    font-size: 0.75em;
    background-color: #ffffff;
    border-radius: 1em;
    border: solid 1px #e0e0e0;
    padding: 1.5em;
    z-index: 99999;
    display: none;
    top: -50%;
    width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
    color: #000000;
    backdrop-filter: blur(4px);
    max-width: 50vw;
    line-height: 1.1;
}

.mode_demande .module_description {
    top: -125%;
}

.type_special .module_description {
    top: -275%;
}

/*.module_insc:nth-child(4n+2) .module_description,
.module_insc:nth-child(4n+3) .module_description {
    left: calc(50% + 0.5em);
}

.module_insc:nth-child(4n+4) .module_description,
.module_insc:nth-child(4n+0) .module_description {
    right: calc(50% + 0.5em);
}

.type_special .module_description {
    left: calc(50% + 0.5em);
    right: auto;
}*/

.module_description h3{
    font-weight:500;
    font-size:1.2em;
    padding-bottom:0.5em;
}

.modifier_classes{
    text-align:center;
    font-size: 0.8em;
    user-select: none;
    -webkit-user-select: none;
    display:none;
}


.menu_inscription{
    margin-bottom:4em;
}

.page-template-page-gestion-des-inscriptions .menu_inscription {
    margin: 2em 0 4em;
    font-size: 0.8em;
}

.menu_inscription li.has_submenu {
    position: relative;
}

.menu_inscription li.has_submenu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.menu_inscription li.has_submenu:hover ul {
    display: block;
    animation: fadeInDown 0.2s ease;
}

.menu_inscription li.has_submenu ul li a {
    display: block;
    padding: 0.2em 0.7em;
    white-space: nowrap;
}

.menu_inscription li.has_submenu ul li a:hover {
    background-color: #f4f4f4;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}

.menu_inscription li.has_submenu ul li {
    display: block;
    font-size: 0.6em;
    padding: 0;
    line-height: 1.1;
    margin-right: 0;
}

.menu_inscription li.has_submenu_visible ul li {
    display: inline-block;
    font-size: 0.6em;
    padding: 0;
    margin-right: 0.2em;
    line-height: 1.1;
    font-weight: 300;
    margin-top: 0.2em;
}

.menu_inscription li.active {
    border-bottom: solid 1px #919191;
}

.menu_inscription li {
    display: inline-block;
    font-size: 2em;
    margin-right: 1em;
    margin-left: 0;
    cursor: pointer;
    padding-bottom: 0.5em;
    vertical-align: top;
}

.gestion .menu_inscription li {
    letter-spacing: -0.06em;
}

.menu_inscription li:last-child{
    margin-right:0;
}

.menu_inscription li a, .menu_inscription li a:visited, .menu_inscription li a:hover {
    text-decoration: none;
    color: inherit;
}

.formulaire input, .formulaire textarea, .formulaire select {
    width: 100%;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.8em !important;
    font-family: 'Roboto', sans-serif;
    border-top: solid 1px #ddd;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    border-left: solid 1px #ddd;
    margin-top: 0.3em;
    background-color: #f8f8f8;
}

.classe_wrap input, .classe_wrap textarea, .classe_wrap select {
    background-color: #FFF;
}


.formulaire input[type="radio"],
.label_radio input[type="radio"] {
    width: auto;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right:0.2em;
}

.formulaire .float_right {
    float: right;
}
.formulaire .half {
    width: 48%;
}

.formulaire .float_left {
    float: left;
}

.formulaire label{
    font-weight:500;
}

.formulaire .label_radio {
    display: flex;
    font-size: 0.8em;
    margin: 0.1em 0 0.2em !important;
    padding: 0 !important;
    line-height: 1.2;
    vertical-align: bottom;
}

.soumettre_selection table, .formulaire table {
    margin-top: 0.6em;
}

.page_formulaire .questions_checked td {
    font-size: 0.8em;
}

.soumettre_selection tbody td, .formulaire tbody td {
    border: none !important;
    padding: 0 0.2em !important;
}


.formulaire input[type="submit"] {
    border: none;
    background-color: #3c3c3c;
    padding: 1em 3em;
    float: left;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.8em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.resultats_ecole .ecole_insc{
    padding:0.2em 0.4em;
    cursor:pointer;
}

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

.resultats_ecole .ecole_insc:nth-child(even){
    background-color:aliceblue;
    margin:0.2em 0;
}

.meta-search{
    margin:1em 0;
    font-size:0.6em;
}


/* /INSCRIPTIONS */

	

	
@media (min-width: 1200px) {
    .xl\:min-h-80 {
        min-height: 20rem;
    }
    
.page-template-page-plateforme-2026 .xl\:min-h-80 {
        min-height: 0rem;
    }
    
}

@media (min-width: 1400px) {
    .fluid-text-15px {
        font-size: 15px;
    }
}

.py-full {
    padding-bottom: var(--spacing);
    padding-top: var(--spacing);
}

.page-template-page-plateforme-2026 .py-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
}


.justify-center {
    justify-content: center;
}
.items-start {
    align-items: flex-start;
}
.flex-col {
    flex-direction: column;
}
.min-h-60 {
    min-height: 15rem;
}
.flex {
    display: flex;
}

@media (min-width: 500px) {
    .title-03 {
        font-size: calc(22.44444px + 2.11111vw);
    }
    
    .page-template-page-gestion-des-inscriptions .title-03{
        font-size:2.5em;
    }    
    
}
.title-03 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.25;
}


	
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    position: relative;
    width: 90%;
}

.inscription .container{
    margin:2em auto;    
}
	
	.section{
		margin:5em 0;
	}

.page-template-page-plateforme-2026 .section{
    margin:3em 0;    
}

	h3, bold, strong{
		    color: #202a54;
	}
	



article .richtext p {
	font-size:1em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: hidden;
}

article .richtext h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.6em;
	color:#202a54;
}


article .richtext h3 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.1em;
	color:#202a54;
}
	
	
	
.richtext>:last-child {
    margin-bottom: 0;
}
.richtext>:first-child {
    margin-top: 0;
}

	


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

body{
	font-size:16px;
}
	
}

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

body{
	font-size:15px;
}
	
}

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

body{
	font-size:14px;
}
	
}

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

body{
	font-size:13px;
}
	
}

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

body{
	font-size:12.5px;
}
    
.inscription .hide_mobile{
    display:none;
}

.inscription .show_mobile{
    display:block;
}
	
}

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

body{
	font-size:12px;
}
	
}
	
@media only screen and (max-width: 600px) {

body{
	font-size:11.5px;
}
	
}

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

body{
	font-size:11px;
}
	
}


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

body{
	font-size:10.5px;
}


}



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

body{
	font-size:10px;
}

	
}
