@charset "UTF-8";
html {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', 'Arial', sans-serif;
    margin: 0;
}

body.b1 {
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding: 1%;
    background: #ffffff;
    font-size: 1.1em;
    min-height: 100%;
}

body.b1:before {
    content: "Version Ordinateur du site";
    display: block;
    text-align: center;
    font-style: italic;
    color: #f97316;
    font-size: 0.6em;
}

#loader {
    background: url('img/loader.gif') no-repeat;
    width: 22px;
    height: 22px;
    display: none;
}

div.contenuPage {
    float: left;
    width: 99%;
    height: auto;
    background-color: #ffffff;
    overflow-y: auto;
    margin-left: 1%;
    margin-top: 1%;
    padding-left: 1%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

img.imglogo {
    float: right;
    padding: 1px;
    margin-right: 4%;
    max-width: 7%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #fb923c;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
    transition: transform 0.5s ease;
}

img.imglogo:hover {
    transform: scale(1.1) rotate(360deg);
}

h1 {
        padding: 3px;
        margin: 3px 0 3px 15%;
        margin-right: 1%;
		margin-left: 19%;
        font-size: calc(1em + 0.6vw);
        line-height: 110%;
        font-style: italic;
        color: #ea580c;
        text-align: center;
        text-shadow: 1px 1px 0 #fdba74, -1px 1px 0 #fdba74, -1px -1px 0 #fdba74, 1px -1px 0 #fdba74;
        background: #fff7ed;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        border: 1px solid #fb923c;
		width: 60%;
        max-width: 60%;
        transition: border 0.3s ease, transform 0.3s ease;
}

    @media screen and (max-width: 600px) {
        h1 {
            font-size: calc(1em + 0.5vw);
        }
	}
	
h2 {
    margin: 2px auto;
    width: 70%;
    padding: 10px;
    color: #f97316;
}

h4 {
    margin: 2px;
    padding: 5px 10px;
    color: #ea580c;
}

ul.menup {
    margin-left: 1px;
    padding-left: 1px;
}

ul.menup li {
    font-size: 1.2em;
    margin-left: 3px;
    list-style-type: none;
}

ul {
    border-radius: 12px;
    margin-left: 1px;
    padding-left: 1px;
}

ul li {
    border-radius: 8px;
    background-color: #fff7ed;
    padding: 5px;
    margin-left: 3px;
    list-style-type: none;
}

ul li a {
    text-decoration: none;
    color: #ea580c;
}

ul li a:hover {
    color: #16a34a;
    border-bottom: 2px solid #fb923c;
}

.lienRetour {
    float: left;
    margin-left: 15px;
    padding-left: 10px;
    color: #16a34a;
    font-size: 1.2em;
    width: 5%;
}

.lienRetour:hover {
    color: #ea580c;
}

img.MenuIconneImg {
    width: 5%;
}

span.MenuLiens {
    display: inline-block;
    border-radius: 8px;
    width: 250px;
    height: 3%;
    min-width: 200px;
    margin: 5px 15px 15px;
    font-size: 1.2em;
    border: 2px solid #fb923c;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
    text-align: center;
    transition: background-color 0.3s ease;
}

span.MenuLiens a {
    text-decoration: none;
    color: #ea580c;
}

span.MenuLiens:hover {
    background-color: #16a34a;
    color: #ffffff;
}

a.lienRetourIcone {
    margin-left: -90px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

a.lienRetourIcone:hover {
    cursor: pointer;
}

a.lienRetourIcone img {
    padding: 1px;
    margin: 1px;
    width: 19px;
    height: 19px;
}

div.pageinterieure {
    width: 95%;
    margin-left: 15px;
}

#TextAreaMessageJournal {
    border-radius: 8px;
    border: 2px solid #fb923c;
    height: 10em;
    width: 70%;
    padding: 10px 25px;
    margin-left: 15px;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

input.bmessage {
    border-radius: 8px;
    background-color: #fff7ed;
    border: 2px solid #fb923c;
    padding: 10px;
    margin-left: 10%;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
    transition: border 0.3s ease, transform 0.3s ease;
}

input.bmessage:hover {
    border: 2px solid #16a34a;
    transform: scale(1.02);
}

input[readonly="readonly"] {
    color: #999;
    background-color: #f3f4f6;
    border: 1px dotted #fb923c;
}

input[readonly="readonly"]:hover {
    background-color: #f43f5e;
    cursor: no-drop;
}

ul.rubriquesforum {
    width: 40%;
    margin: 2px auto;
}

.MenuHaut {
    border-radius: 8px;
    width: 60px;
    height: 25px;
    margin: 15px 0;
    padding: 5px;
    font-size: 1.3em;
    background-color: #fb923c;
    color: #ffffff;
    border: 2px solid #f97316;
    text-decoration: none;
    border-bottom-right-radius: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.MenuHaut:hover {
    background-color: #16a34a;
    transform: scale(1.05);
}

.MenuHaut a {
    text-decoration: none;
    color: #ffffff;
}

.MenuHautActif {
    border-radius: 8px;
    width: 60px;
    height: 25px;
    margin: 15px 0;
    padding: 5px 11px;
    font-size: 1.3em;
    background-color: #16a34a;
    color: #ffffff;
    border: 2px solid #f97316;
    border-radius: 20px;
    text-decoration: none;
}

.MenuHautPetit {
    border-radius: 8px;
    width: 60px;
    height: 25px;
    margin: 15px 0 25px;
    padding: 5px;
    font-size: 1.1em;
    background-color: #fed7aa;
    color: #ea580c;
    border: 2px solid #fb923c;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.MenuHautPetit:hover {
    background-color: #16a34a;
    border: 2px solid #ea580c;
    transform: scale(1.05);
}

.MenuHautPetitActif {
    border-radius: 8px;
    width: 60px;
    height: 25px;
    margin: 15px 0;
    padding: 5px 11px;
    font-size: 1.1em;
    background-color: #16a34a;
    color: #ffffff;
    border: 2px solid #f97316;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(251, 146, 60, 0.5);
}

.MenuHautPetit a {
    text-decoration: none;
    color: #ffffff;
}

.MenuBas {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #fb923c;
    width: 110px;
    height: 25px;
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    background-color: #fff7ed;
    color: #ea580c;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.MenuBas:hover {
    background-color: #16a34a;
    border: 2px solid #ea580c;
    transform: scale(1.05);
}

.MenuBas a {
    text-decoration: none;
    color: #ea580c;
}

.MenuBasInactif {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #fb923c;
    width: 110px;
    height: 25px;
    margin: 5px;
    padding: 5px;
    font-size: 1.1em;
    background-color: #fff7ed;
    color: #ea580c;
    text-decoration: line-through;
    transition: background-color 0.3s ease;
}

.MenuBasInactif:hover {
    background-color: #f43f5e;
    border: 2px solid #ea580c;
}

.MHaut {
    width: 60px;
    height: 15px;
    margin: 1px 30px;
    padding: 1px;
    font-size: 1.0em;
    color: #ea580c;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: border 0.3s ease;
}

.MHaut:hover {
    border: 2px solid #16a34a;
}

a.lienNoDeco {
    text-decoration: none;
}

div.divsortieorganisateur {
    position: relative;
    width: 95%;
    min-width: 300px;
    min-height: 450px;
    background-color: #fff7ed;
    border-radius: 8px;
    overflow-y: auto;
    padding: 1%;
    margin-left: 2px;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

div.divsortieorganisateur img {
    position: relative;
    width: 38%;
    margin: 1%;
    padding: 1%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

div.OrgaDroite {
    position: absolute;
    top: 15px;
    min-height: 360px;
    width: 40%;
    margin: 1%;
    padding: 1%;
    right: 50px;
    text-align: center;
    display: inline-block;
}

div.OrgaGauche {
    position: absolute;
    top: 15px;
    min-height: 360px;
    width: 40%;
    margin: 1%;
    padding: 1%;
    left: 50px;
    text-align: center;
    display: inline-block;
    font-size: 0.9em;
}

div.divsortieCreation {
    top: 15px;
    width: 96%;
    min-width: 400px;
    background-color: #fff7ed;
    border-radius: 12px;
    overflow-y: auto;
    margin: 10px 1%;
    padding-left: 1%;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

div.divsortie {
    float: right;
    top: 5px;
    width: 95%;
    min-width: 400px;
    background-color: #fff7ed;
    overflow-y: auto;
    margin: 10px 2%;
    padding: 1%;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

div.divsortiepasse {
    float: right;
    width: 95%;
    min-width: 400px;
    background-color: #fef2f2;
    border: 2px solid #f43f5e;
    border-radius: 8px;
    overflow-y: auto;
    margin: 1%;
    padding: 1% 1% 1% 2px;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
}

div.SortieBandeau {
    float: left;
    width: 95%;
    border-radius: 12px;
    background-color: #fff7ed;
    color: #16a34a;
    border: 2px solid #fb923c;
    margin: 1%;
    padding: 1%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

label.w150px {
    display: block;
    width: 150px;
    float: left;
    color: #ea580c;
}

span.CacherPseudo {
    background-color: #fff7ed;
    color: #ea580c;
    margin: 5px 15px;
    padding: 5px;
    border-radius: 8px;
    border: 2px dotted #fb923c;
    text-decoration: none;
}

span.sexeindesirable {
    background-color: #f43f5e;
    color: #ffffff;
    margin: 5px 15px;
    padding: 5px;
    border-radius: 8px;
    border: 2px dotted #fb923c;
    text-decoration: none;
}

span.sexeF {
    color: #ec4899;
    margin: 5px 15px;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
}

span.sexeF:hover {
    margin: 1px;
    text-decoration: underline wavy #ec4899;
}

span.sexeX {
    color: #1f2937;
    margin: 5px 15px;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
}

span.sexeX:hover {
    border-left: 3px solid #1f2937;
    border-right: 3px solid #1f2937;
}

span.sexeM {
    color: #3b82f6;
    margin: 5px 15px;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
}

span.sexeM:hover {
    margin: 1px;
    text-decoration: underline wavy #3b82f6;
}

span.sexeOrganisateurM {
    color: #ef4444;
    text-decoration: none;
    margin: 5px 15px;
    border: 2px solid #1f2937;
    padding: 5px;
    border-radius: 8px;
}

span.sexeOrganisateurM:hover {
    border-bottom: 3px solid #ef4444;
}

span.sexeOrganisateurF {
    color: #f43f5e;
    text-decoration: none;
    margin: 5px 15px;
    border: 2px solid #1f2937;
    padding: 5px;
    border-radius: 8px;
}

span.sexeOrganisateurF:hover {
    border-bottom: 3px solid #f43f5e;
}

span.sexeOrganisateurX {
    color: #facc15;
    text-decoration: none;
    margin: 5px 15px;
    border: 2px solid #1f2937;
    padding: 5px;
    border-radius: 8px;
}

span.sexeOrganisateurX:hover {
    border-bottom: 3px solid #f43f5e;
}

span.sexefondateur {
    color: #ef4444;
    background-color: #fff7ed;
    text-decoration: none;
    margin: 5px 15px;
    padding: 5px;
    border: 2px solid #facc15;
    border-radius: 8px;
}

span.sexefondateur:hover {
    border-left: 3px solid #facc15;
    border-right: 3px solid #facc15;
}

a.spansexe {
    text-decoration: none;
    cursor: pointer;
}

div.menuG, div.menuD, div.menuM {
    top: 1%;
    width: 25%;
    height: 700px;
    display: inline-block;
    margin-left: 15px;
}

div.menuM {
    float: left;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
}

.cModal {
    position: fixed;
    z-index: 99999;
    top: 12%;
    left: 15%;
    bottom: 0;
    width: 55%;
    font-size: 0.8em;
    padding: 15px;
    margin: 15px;
    border-radius: 12px;
    border: 3px solid #1f2937;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    background-color: #16a34a;
    visibility: hidden;
}

.cModal:target {
    visibility: visible;
}

div.profilGauche, div.profilDroit {
    top: 1%;
    width: 42%;
    height: auto;
    overflow: auto;
    border: 2px solid #fb923c;
    padding: 15px;
    margin: 8px;
}

div.profilDroit {
    float: right;
    margin-left: 3px;
}

.imgcenter {
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 12px;
    border: 3px solid #1f2937;
}

.cModalPhotoM {
    position: fixed;
    z-index: 99955;
    top: 5%;
    left: 10%;
    bottom: 0;
    width: auto;
    height: auto;
    font-size: 0.9em;
    padding: 15px;
    margin: 15px;
    border-radius: 12px;
    border: 3px solid #1f2937;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    background-color: #fff7ed;
    visibility: hidden;
    overflow: auto;
}

.cModalPhotoM:target {
    visibility: visible;
}

.cModalOuverM {
    visibility: hidden;
}

fieldset.fieldsetMembreGauche, fieldset.fieldsetMembreDroit, fieldset.fieldsetMembreLargeur, fieldset.fieldsetMembreLargeur2 {
    border-radius: 12px;
    border: 2px solid #fb923c;
    margin: 8px;
}

fieldset.fieldsetMembreGauche {
    float: left;
    position: relative;
    width: 45%;
    height: 400px;
    overflow: auto;
    margin-left: 2%;
    text-align: center;
}

fieldset.fieldsetMembreDroit {
    position: relative;
    width: 42%;
    height: 400px;
    overflow: auto;
    margin-left: 2%;
    margin-top: 2%;
}

fieldset.fieldsetMembreLargeur {
    width: 93%;
    height: 400px;
    overflow: auto;
}

fieldset.fieldsetMembreLargeur2 {
    width: 95%;
    margin: 1% auto;
    overflow: auto;
}

fieldset.fieldsetCorpsSortie, fieldset.fieldsetCorpsSortieDes {
    width: 90%;
    border-radius: 8px;
    border: 1px dotted #9ca3af;
    margin: 1%;
}

fieldset.fieldsetCorpsSortieDes {
    padding: 1% 4%;
    z-index: 1;
}

.centrer {
    text-align: center;
}

img.imgprofil, img.imgprofil2, img.imgprofiletiquette, img.imgprofiletiquettePetite, img.imgprofilListe, img.imgprofilListeNO, img.imgprofilfloue, img.imgprofilfloueListe, img.profilanonyme {
    border-radius: 12px;
    border: 3px solid #fb923c;
}

img.imgprofil {
    width: 45%;
}

img.imgprofil2 {
    width: 95%;
    height: 700px;
    margin-left: 2%;
}

img.imgprofiletiquette {
    width: 75px;
    height: 85px;
    margin: auto;
}

img.imgprofiletiquettePetite {
    border-radius: 45%;
    width: 75px;
    height: 75px;
    margin: auto;
}

img.imgprofiletiquettePetite:hover {
    width: 115px;
    height: 115px;
}

img.imgprofilfloue {
    filter: blur(5px);
}

img.imgprofilflouePetite {
    filter: blur(5px);
    width: 40px;
    height: 40px;
}

img.imgprofilListe {
    width: 200px;
    height: 200px;
    margin-left: 1%;
    transition: transform 0.3s ease, border 0.3s ease;
}

img.imgprofilListe:hover {
    transform: scale(1.5);
    border: 4px solid #16a34a;
}

img.imgprofilListeNO {
    width: 60px;
    height: 50px;
    margin-left: 1%;
    transform: scale(1.3);
}

img.imgprofilfloueListe {
    filter: blur(9px);
    width: 250px;
    height: 250px;
    padding-left: 1%;
}

.center1 {
    display: block;
    margin: auto;
    width: 15%;
}

div.EtiquetteMembre {
    width: 150px;
    height: 150px;
    vertical-align: top;
    border-radius: 8px;
    border: 2px solid #fb923c;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    text-align: center;
    padding: 7px;
    margin: 5px;
}

div.EtiquetteMembre img {
    border-radius: 8px;
    width: 85%;
    height: 85%;
}

table.TableAlternJaune {
    width: 99%;
    border-radius: 8px;
}

table.TableAlternJaune td.titrejaune {
    background-image: linear-gradient(#ffffff, #fed7aa);
}

table.TableAlternJaune tr:nth-child(even) {
    background-color: #fff7ed;
}

table.TableAlternJaune tr:nth-child(even):hover {
    border: 2px solid #fb923c;
}

table.listep1Altern {
    width: 99%;
    border-radius: 8px;
    background-color: #fff7ed;
}

table.listep1Altern tr:nth-child(even) {
    border: 1px dotted #fb923c;
}

table.listep1Altern tr:nth-child(even):hover {
    border-bottom: 1px dotted #fb923c;
}

table.listep1Altern tr:nth-child(odd) {
    border: 1px solid #ea580c;
}

table.listep1Altern tr:nth-child(odd):hover {
    border: 1px dotted #fb923c;
}

.tdtitresortie {
    background-color: #fed7aa;
    color: #1f2937;
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #fb923c;
}

.TheTitre {
    background-image: linear-gradient(#ffffff, #fed7aa);
    text-decoration: none;
    color: #ea580c;
    border-bottom: 1px dotted #1f2937;
}

table.listep1Altern td.passer {
    text-align: left;
    text-decoration: none;
    background-color: #e5e7eb;
    font-size: 0.9em;
}

table.listep1Altern td a {
    text-decoration: none;
    cursor: pointer;
}

table.listep1Altern td.deuxlignes {
    text-decoration: none;
    background-color: #e5e7eb;
    cursor: none;
}

table.listep1Altern td.noncurseur {
    cursor: none;
    text-decoration: none;
}

table.listep1Altern td.messagerieLigne {
    border-radius: 8px;
    border: 3px solid #ea580c;
    background-color: #fff7ed;
    padding-left: 15px;
    margin-right: 50px;
    cursor: text;
}

table.listep1Altern td.tdBasTable {
    border-radius: 8px;
    background-color: #fff7ed;
    border: 1px solid #ea580c;
    vertical-align: middle;
    text-align: center;
    height: 35px;
}

table.centrum1 {
    background-color: #fff7ed;
    font-size: 1.0em;
    width: 99%;
    margin: auto;
    border-radius: 8px;
}

.fondblanc {
    background-color: #fff7ed;
}

table.tcommentaires {
    width: 95%;
    margin: auto;
    border-radius: 8px;
    padding-left: 2%;
    font-size: 0.9em;
    border-bottom: 1px dotted #9ca3af;
}

table.tcommentaires tr:nth-child(even) {
    background-image: linear-gradient(#fff7ed, #fef2f2);
    border-bottom: 1px dotted #9ca3af;
}

table.tcommentaires tr:nth-child(odd) {
    background-color: #fff7ed;
    border-bottom: 1px dotted #9ca3af;
}

table.tcommentaires td.tcomentajout textarea {
    border-radius: 8px;
    vertical-align: middle;
    border: 2px solid #fb923c;
    font-family: 'Poppins', sans-serif;
    background-color: #fff7ed;
    max-width: 500px;
    font-size: 0.9em;
}

table.tcommentaires td.tcomentajout {
    padding-left: 2%;
    font-size: 0.9em;
}

table.tcommentaires td.tdname {
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 15%;
    font-size: 0.9em;
}

table.tcommentaires td a {
    text-decoration: none;
    cursor: pointer;
}

table.tcommentaires td a:hover {
    background-color: #16a34a;
    border: 2px solid #ea580c;
    cursor: pointer;
}

td.Normal {
    cursor: pointer;
    font-size: 1.20em;
    text-decoration: none;
}

td.surligne {
    background-image: linear-gradient(#fff7ed, #d1fae5);
}

.surlignea {
    background-color: inherit;
    cursor: pointer;
    font-size: 1.25em;
    text-decoration: none;
}

td.surligneLa {
    background-color: #fed7aa;
    cursor: pointer;
    font-size: 1.25em;
    text-decoration: none;
}

td.surligneOrgani {
    background-image: linear-gradient(#fff7ed, #d1fae5);
    border-left: 4px solid #f43f5e;
}

td.surlignePrive {
    border-left: 4px solid #3b82f6;
}

.bok {
    border-radius: 8px;
    text-decoration: none;
    background-image: linear-gradient(#fff7ed, #d1fae5);
    color: #1f2937;
    font-size: 1.0em;
    border-bottom: 1px solid #f43f5e;
}

.bok:hover {
    text-decoration: underline wavy #f43f5e;
    color: #ef4444;
}

input.bokPlusieurs {
    border-radius: 8px;
    border: 2px solid #16a34a;
    text-decoration: none;
    background-color: #d1fae5;
    color: #1f2937;
    font-size: 1.1em;
    text-align: center;
    width: 85px;
    height: 40px;
    transition: all 0.3s ease;
}

input.bokPlusieurs:hover {
    border: 3px solid #16a34a;
    width: 89px;
    height: 45px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(22, 163, 74, 0.3);
    background-color: #22c55e;
}

input.croixrouge {
    vertical-align: middle;
    text-align: center;
    background: url("ico/del.gif") no-repeat;
    margin: 1px;
}

input.croixrouge:hover {
    background-color: #f97316;
    border: 2px solid #f43f5e;
    cursor: pointer;
}

input.croixverte {
    border-radius: 8px;
    vertical-align: middle;
    text-align: center;
    background-image: url("ico/submit.gif");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

input.croixverte:hover {
    border: 2px solid #f43f5e;
    cursor: pointer;
}

input.boutton1 {
    width: 160px;
    height: 25px;
    border-radius: 12px;
    border: 2px solid #fb923c;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    background-color: #16a34a;
    color: #ffffff;
    transition: all 0.3s ease;
}

input.boutton1:hover {
    background-color: #22c55e;
    border: 2px solid #ea580c;
    cursor: pointer;
    transform: scale(1.05);
}

input.bautre1, input.bjaime, input.bjaimepas {
    border-radius: 8px;
    width: 150px;
    border: 2px solid #fb923c;
    cursor: pointer;
    background-color: #d1fae5;
    color: #1f2937;
    transition: all 0.3s ease;
}

input.bautre1:hover, input.bjaime:hover, input.bjaimepas:hover {
    background-color: #22c55e;
    border: 2px solid #ea580c;
    transform: scale(1.05);
}

input {
    border-radius: 8px;
    border: 2px solid #fb923c;
    padding-left: 7px;
    transition: all 0.3s ease;
}

input:hover {
    border: 2px solid #16a34a;
    cursor: pointer;
}

input:focus {
    background-color: #fef3c7;
    cursor: pointer;
}

.fondcouleurtitre {
    background-color: #fed7aa;
    border-radius: 8px;
    width: 45%;
    border-bottom: 1px solid #fb923c;
}

select {
    border-radius: 8px;
    border: 2px solid #fb923c;
    transition: all 0.3s ease;
}

select:hover {
    border: 2px solid #16a34a;
    cursor: pointer;
}

select:focus {
    background-color: #fef3c7;
}

select option {
    margin: 0;
    padding: 1px;
    background-color: #fff7ed;
    color: #1f2937;
}

select option:not(:checked) {
    background-color: #fff7ed;
}

select optgroup:before {
    content: attr(label);
    display: block;
}

select optgroup {
    background: #1f2937;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
}

div.amislisteG, div.amislisteD {
    width: 45%;
    height: 1250px;
    border-radius: 12px;
    border: 2px solid #fb923c;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    overflow: auto;
    padding-left: 7px;
    margin: 10px;
}

div.amislisteG {
    float: left;
}

div.amislisteD {
    float: right;
    cursor: pointer;
}

textarea {
    border-radius: 12px;
    border: 3px solid #fb923c;
    background-color: #fff7ed;
    padding: 10px 15px;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    cursor: text;
}

textarea:hover {
    border: 3px solid #16a34a;
}

legend {
    padding: 0 15px;
    color: #ea580c;
}

.captchat2, .captchat3 {
    border-radius: 12px;
    border: 3px solid #fb923c;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
}

.captchat2 {
    width: 60%;
}

.captchat3 {
    width: 45%;
    height: 50px;
}

.saisieput {
    border-radius: 8px;
    font-size: 1.2em;
    color: #1f2937;
    border: 2px solid #fb923c;
}

div.P1Rond2, div.P1Rond {
    border-radius: 50%;
    border: 2px solid #fb923c;
    box-shadow: 0 4px 8px rgba(244, 63, 94, 0.3);
    background-color: #fb923c;
    color: #ffffff;
}

div.P1Rond2 {
    float: right;
    width: 250px;
    height: 250px;
    vertical-align: middle;
    text-align: center;
    padding-top: 1%;
    margin-right: 1%;
}

div.P1Rond {
    width: 450px;
    height: 400px;
    vertical-align: middle;
    text-align: center;
    padding-top: 1%;
}

div.P1Rond label {
    float: left;
    text-align: right;
    width: 110px;
    padding-left: 10px;
    color: #ffffff;
}

div.P1Rond label.pcode {
    float: left;
    width: 230px;
    padding-left: 10px;
}

div.P1Rond input[type=text], div.P1Rond input[type=email] {
    border: 2px solid #facc15;
    cursor: text;
}

div.P1Rond input[type="submit"] {
    border: 3px solid #facc15;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
    transition: all 0.3s ease;
}

div.P1Rond input[type="submit"]:hover {
    background-color: #22c55e;
}

.sumitConnexionC {
    border: 3px solid #facc15;
    cursor: pointer;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
    transition: all 0.3s ease;
}

.sumitConnexionC:hover {
    background-color: #22c55e;
}

meter {
    display: inline-block;
    height: 1em;
    width: 5em;
    vertical-align: -0.2em;
    -webkit-appearance: meter;
}

a.StyleBouton {
    border-radius: 8px;
    background-color: #fed7aa;
    border: 3px solid #facc15;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.StyleBouton:hover {
    border: 3px solid #16a34a;
    background-color: #22c55e;
}

img.imgp1p1 {
    border: 2px solid #fb923c;
    width: 180px;
    height: 150px;
    transition: all 0.3s ease;
}

img.imgp1p1:hover {
    border: 2px solid #16a34a;
    cursor: pointer;
}

table.MlisteD {
    width: 99%;
    padding: 5px;
    margin: 0;
    background-color: #fff7ed;
}

table.tableMendreD {
    width: 30%;
    padding: 5px;
    border-right: 1px dotted #9ca3af;
    border-left: 1px dotted #9ca3af;
}

td.tdlistMembreG, td.tdlistMembreD {
    padding: 5px;
    vertical-align: top;
}

td.tdlistMembreD {
    padding-left: 8px;
    text-align: left;
}

td.tdEnteteListeM {
    background-color: #fed7aa;
    border: 1px dotted #9ca3af;
    border-radius: 8px;
    text-align: center;
}

.AffichePseudoPerso {
    top: 1px;
    text-align: center;
    border: 2px solid #f43f5e;
    background-color: #7dd3fc;
    width: 95%;
    margin: auto;
}

.AffichePseudoPerso li {
    max-width: 85%;
    background-color: #7dd3fc;
    margin: auto;
}

.AffichePseudoPerso li a {
    width: 80%;
    background-color: #7dd3fc;
    text-decoration: none;
    margin: auto;
}

.AffichePseudoPerso li a:hover {
    background-color: #f43f5e;
    color: #fef3c7;
}

.MenuHautPincipal {
    top: 1px;
    text-align: center;
    margin: 1px;
    padding: 1px;
    list-style-type: none;
    width: 99%;
}

.MenuHautPincipal li {
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 10%;
    border-spacing: 1px;
}

.MenuHautPincipal li.yasortie {
    margin: 1px;
    border: 2px solid #f43f5e;
}

.MenuHautPincipal li a {
    display: block;
    font-size: 80%;
    width: 95%;
    padding: 1px;
    text-align: center;
    border: 2px solid #facc15;
    background-color: #fff7ed;
    color: #1f2937;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.MenuHautPincipal a:hover {
    background-color: #fef3c7;
    color: #ec4899;
    border-color: #ec4899;
}

div.conteneur {
    position: relative;
    padding-top: 0;
    width: 95%;
    padding: 1%;
    margin: auto;
    box-shadow: 0 4px 8px rgba(251, 146, 60, 0.3);
    font-size: 1.1em;
    text-align: center;
    min-height: 180em;
    overflow-y: auto;
    background-color: #fff7ed;
}

div.Tete {
    position: relative;
    width: 98%;
    margin: auto;
    min-height: 10em;
}

div.SousTete {
    position: absolute;
    width: 100%;
    bottom: 5px;
    margin: auto;
}

div.Gauche, div.Droite {
    text-align: center;
    width: 20%;
    min-height: 130em;
    overflow-y: auto;
    background-color: #fff7ed;
    border-top: 1px dotted #9ca3af;
}

div.Gauche {
    float: left;
    left: 0;
}

div.Droite {
    float: right;
}

div.Centre {
    top: 0;
    margin: 0 20%;
    min-height: 130em;
    overflow: auto;
    padding: 1%;
    padding-top: 5px;
    border-top: 1px dotted #9ca3af;
}

div.bas {
    min-height: 10em;
    overflow-y: auto;
}

#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 99%;
}

#menu li {
    display: inline;
    background-color: #fff7ed;
    margin: 0;
    margin-top: 1%;
    padding: 1px;
    max-width: 9%;
    hyphens: auto;
}

#menu li a {
    font-size: 85%;
    padding: 1px 10px;
    margin: 0;
    color: #ffffff;
    background-color: #fb923c;
    border: 2px solid #f97316;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

#menu li a:hover, #menu li a:focus {
    background: #ffffff;
    color: #ea580c;
    border: 2px solid #16a34a;
}

a {
    text-decoration: none;
}

div.divOrga {
    background-color: #fff7ed;
    border-radius: 12px;
    border: 2px solid #fb923c;
    padding: 0;
    font-size: 0.8em;
}

div.divOrga td {
    padding: 0;
    margin: 0;
}

#menuorizonhaut {
    position: relative;
    top: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menuorizonhaut li {
    top: 1px;
    display: inline;
    background: none;
    color: #1f2937;
    margin: 0;
    padding: 0;
}

#menuorizonhaut li a, #menuorizonhaut li input {
    font-size: 70%;
    padding: 5px 8px;
    margin: 0;
    color: #ffffff;
    background-color: #fb923c;
    border: 2px solid #f97316;
    text-decoration: none;
    border-radius: 1px 1px 15px 15px;
    transition: all 0.3s ease;
}

#menuorizonhaut li a:hover, #menuorizonhaut li a:focus {
    background: #ffffff;
    color: #ea580c;
    border: 2px solid #16a34a;
}

#MenuHautDivSortie {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 95%;
}

#MenuHautDivSortie li {
    top: 0;
    display: inline;
    background: none;
    color: #1f2937;
    margin: 0;
    font-size: 90%;
}

#MenuHautDivSortie li a, #MenuHautDivSortie li input {
    padding: 5px 8px;
    margin: 0;
    color: #ffffff;
    background-color: #fb923c;
    border: 2px solid #f97316;
    text-decoration: none;
    border-radius: 1px 1px 15px 15px;
    font-size: 90%;
    transition: all 0.3s ease;
}

#MenuHautDivSortie li a:hover, #MenuHautDivSortie li a:focus {
    background: #ffffff;
    color: #ea580c;
    border: 2px solid #16a34a;
}

.MessageFront {
    background-color: #d1fae5;
    border: 3px solid #16a34a;
    color: #ea580c;
    padding: 5px;
    border-left: 5px solid #ec4899;
    border-radius: 12px;
}

.FNewMessagepostForum {
    background-color: #fff7ed;
}

table.journalnews {
    width: 95%;
    border-collapse: collapse;
}

table.journalnews td.cvert {
    padding: 5px;
    border-left: 5px solid #16a34a;
}

table.journalnews td.cjaune {
    padding: 5px;
    border-left: 5px solid #facc15;
}

table.journalnews td.comment {
    padding: 5px;
    border-left: 5px solid #ec4899;
}

table.journalnews td a {
    text-decoration: none;
}

.TexteAreaContenu {
    padding: 5px;
    width: 95%;
}

.SuppRouge {
    color: #f43f5e;
    border-left: 5px solid #f43f5e;
}

.colorJaime {
    color: #16a34a;
    border-left: 5px solid #16a34a;
}

.colorJaimePas {
    color: #f43f5e;
    border-left: 5px solid #f43f5e;
}