@font-face {
    font-family: "Moor_vantage";
    src: url("/css/fonts/MOOR_VANTAGE.ttf");
}

@font-face {
    font-family: "Gotham";
    src: url("/css/fonts/GothamNarrow-Medium.otf");
}

@font-face {
    font-family: "Gotham-bold";
    src: url("/css/fonts/GothamNarrow-Bold.otf");
}

@font-face {
    font-family: "Gotham-light";
    src: url("/css/fonts/GothamNarrow-Light.otf");
}

@font-face {
    font-family: "caslongrad";
    src: url("/css/fonts/caslongrad.ttf");
}
@font-face {
    font-family: uniwars_bold, sans-serif;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: uniwars, sans-serif;
    font-style: normal;
    font-weight: 400;
}

body, td, th, tr, textarea, input, select, option, p, div, ul, ol {
    /*font-family: Arial;
    font-size: 16px;
	color:#FFFFFF;
    text-align: left;*/
    font-family: "Gotham", Helvetica, sans-serif;
    /*font-weight: 700;*/
    font-size: 1em;
    color: #ffffff;
}

span {
    font-family: "Gotham-light", Helvetica, sans-serif;
    font-size: 22px;
    color: #ffffff;
}

strong, b {
    font-family: 'Gotham-Bold';
    color: #ffffff;
}

html {
    background-color: #ffffff;
}

input.button {
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

body {
    /*position: absolute;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 835px;
    margin-top: -417px;
    margin-left: -550px;*/
    /*background-color: #121832;*/
    /*margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;*/
    background: #ffffff;
    margin: 0;
}

a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
    }

.bodycenter {
    text-align: center;
}

.bodyright {
    text-align: right;
}

.bodyleft {
    text-align: left;
}

.bodymenu {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.bodymenuadmin {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.title {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.bodymenulight {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.bodymini {
    font-size: 9px;
    font-style: italic;
    text-align: left;
}

.badge16 {
    font-family: "Arial Black";
    font-size: 16pt;
    text-align: center;
}

.badge14 {
    font-family: "Arial Black";
    font-size: 14pt;
    font-style: italic;
    text-align: center;
}

.badge9 {
    font-family: "Arial Black";
    font-size: 9pt;
    text-align: center;
}

.badge8 {
    font-family: "Arial Black";
    font-size: 8pt;
    text-align: center;
}

.seal {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.ec {
    color: #A5A2A2;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
}

.ecwhite {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
}

.ecgallery {
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
}

.submenu {
    font-family: Verdana, Arial;
    background-color: #FFF;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}

a.submenu:link {
    text-decoration: none;
}

a.submenu:visited {
    text-decoration: none;
}

a.submenu:hover {
    text-decoration: none;
}

a.submenu:active {
    text-decoration: none;
}

.greentext {
    color: #45638D;
}

.titlelevel1 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.titlelevel2 {
    color: #FFFFFF;
    font-weight: bold;
}

.titlelevel3 {
    color: #FFFFFF;
}

#lcontent {
    padding: 14px;
}

#ccontent {
    padding: 14px;
}

#rcontent {
    padding: 14px;
}

#content {
    //padding: 14px;
}


#content_mail {
    padding: 15px 50px 15px 70px;
}

h1 {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 20px;
}

h2 {
    font-family: 'uniwars', Helvetica, Arial;
    font-size: 50px;
    color: #433179;
    margin-bottom: 35px;
    font-weight: 400;
}

h3 {
    font-size: 13px;
    margin-bottom: 6px;
}

p {
    margin: 0 0 20px 0;
    padding: 0;
}
/*p span
{
	color:#FFFFFF;
}*/
.tab_menu_top {
    margin-top: 20px;
}

ul {
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0 10px;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #433179;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #433179
    }

    input[type="radio"]:checked::before {
        transform: scale(1);
    }
/**************************************************************
*                                           NAVIGATION
*************************************************************/
.nav {
    height: 41px;
    padding: 3px 0 0 2px;
    margin: 0 0 1px 0;
}

    .nav li {
        height: 30px;
        width: 155px;
        float: left;
        font-weight: bold;
        margin: 0 4px 0 0;
        overflow: hidden;
        position: relative;
        border: 2px solid #45638D;
        background: #fff;
        list-style: none !important;
    }

        .nav li a {
            display: block;
            height: 21px;
            width: 155px;
            color: #FFF;
            text-align: center;
            vertical-align: middle;
            padding-top: 9px;
            font-family: Verdana, Arial;
            font-size: 9px;
            font-weight: bold;
            text-decoration: none;
            background: #fff;
        }

    .nav.login li {
        width: 178px;
    }

        .nav.login li a {
            width: 178px;
        }

    .nav li a:hover {
        height: 18px;
        border-bottom: 3px solid #45638D;
    }

.bouton input {
    background-image: url(../images/txt_btn.jpg);
    background-repeat: repeat-x;
    border: none;
    height: 22px;
    color: #000;
    float: left;
    font-weight: bold;
    padding: 0;
}

.lft_btn {
    background-image: url(../images/lft_btn.jpg);
    display: block;
    float: left;
    width: 3px;
    height: 22px;
}

.rgt_btn {
    background-image: url(../images/rgt_btn.jpg);
    display: block;
    float: left;
    width: 3px;
    height: 22px;
}

.label_width {
    float: left;
    display: block;
    width: 100px;
    padding: 2px 5px 0 30px;
}

table tr th.white {
    color: #FFFFFF;
    border: 1px solid red;
}

.txt_blue {
    color: #FFFFFF;
}

.agenda2 td {
    font-size: 11px !important;
    background: #FFFFFF;
    border-bottom: 1px #C5C5C5 solid !important;
    padding: 4px;
}

.agenda2 th.title_agenda {
    font-size: 11px !important;
    background: #FFFFFF;
    border-top: 2px #45638D solid;
    border-bottom: 2px #45638D solid;
    padding: 7px 0;
}

.agenda2 td.hour_fct {
    font-size: 11px;
    font-weight: bold;
    background: #C5C5C5;
}

.agenda2 td.none_border {
    border-bottom: none !important;
}

.authentification_echec {
    color: #c03000 !important;
    padding: 10px 0;
}


.txt_box_password_hide {
    display: none;
}

.txt_box_password_show {
    display: block;
}

.login_password {
    border: 2px solid #433179;
    width: 200px;
    color: #000;
    margin-bottom: 3px;
    height: 20px;
}

.btn_ok {
    margin-right: 10px;
}

.btn_valider {
    margin: 0 0px 20px;
}

.global {
    width: 1100px;
    height: 675px;
    margin: 0 auto;
    padding: 0px;
}

.secured_global {
    background-color: #ffffff;
    /*width: 1100px;*/
    /*height: 1000px;*/
    margin: 0 auto;
    /*border: 1px solid #DDAA4A;*/
}
/*.login_page
{
    background: url(../images/content-back.jpg) no-repeat top left;
}*/
/*.secured_page
{
    top: 140px;
    background-image: url(../images/content-back.jpg);
	background-repeat: no-repeat;
}*/

/*.content_bloc
{
    margin-top:-3px;
    padding-left:60px;
}*/
/*.inscription_page
{
    background: url(../images/bg_inscription_page.jpg) no-repeat top left;
}
.contact_page
{
    background: url(../images/bg_contact_page.jpg) no-repeat top left;
}
.info_page
{
    background: url(../images/bg_info_page.jpg) no-repeat top left;
}
.invitation_page
{
    background: url(../images/bg_invitation_page.jpg) no-repeat top left;
}
.soiree_page
{
    background: url(../images/bg_soiree_page.jpg) no-repeat top left;
}*/
#header.header {
    width: 1100px;
    height: 160px;
    background: url(../images/header.jpg) no-repeat top left;
    margin: 0 auto;
    padding: 0px;
    /*//121832*/
}

#header {
    height: 100%;
}

#content {
    /*top: 140px;*/
    margin: auto;
    max-width: 100%;
    height: 803px;
    background-image: url(../images/2026/FOND_BASE.png);
    background-position: top left;
    background-size: cover;
    z-index: 1;
    color: #ffffff;
    width: 1600px;
}

@media (max-width: 1599px) and (min-width: 992px) {
    #content {
        background-size: cover;
        background-repeat: no-repeat;
        height: 803px;
        max-width: 100%;
    }

    #header {
        height: 100%;
    }

    .invitation_content {
        margin-top: 0px !important;
    }

    .inscription_content {
        margin-top: 70px !important;
    }

    .soiree_content {
        margin-top: 40px !important;
    }

    .info_content {
        margin-top: 45px !important;
    }

    .contact_content {
        margin-top: 150px !important;
    }
}

#content.content {
    padding: 60px 0 0 60px;
    /*width: 680px;*/
    height: 675px;
}

#content_site.content {
    padding-top: 10px;
    /*padding-left: 50px;*/
    /*width: 720px;*/
    min-height: 675px;
}

.menu {
    border-collapse: collapse;
    /*margin: -3px 0 0 65px;*/
}

    .menu a:hover {
        text-decoration: none !important;
    }

    .menu td {
        border: 0;
    }

    .menu .menu1 {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutoninvitationOFF.png) no-repeat top left;
        background-size: contain;
    }

        .menu .menu1:hover {
            background: url(../images/2026/menu/boutoninvitationON.png) no-repeat top left;
            background-size: contain;
        }

    .menu .menu1encours {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutoninvitationON.png) no-repeat top left;
        background-size: contain;
    }

    .menu .menu2 {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutonsoireeOFF.png) no-repeat top left;
        background-size: contain;
    }

        .menu .menu2:hover {
            background: url(../images/2026/menu/boutonsoireeON.png) no-repeat top left;
            background-size: contain;
        }

    .menu .menu2encours {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutonsoireeON.png) no-repeat top left;
        background-size: contain;
    }

    .menu .menu3 {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutoninscriptionOFF.png) no-repeat top left;
        background-size: contain;
    }

        .menu .menu3:hover {
            background: url(../images/2026/menu/boutoninscriptionON.png) no-repeat top left;
            background-size: contain;
        }

    .menu .menu3encours {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutoninscriptionON.png) no-repeat top left;
        background-size: contain;
    }

    .menu .menu4 {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutonpratiqueOFF.png) no-repeat top left;
        background-size: contain;
    }

        .menu .menu4:hover {
            background: url(../images/2026/menu/boutonpratiqueON.png) no-repeat top left;
            background-size: contain;
        }

    .menu .menu4encours {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutonpratiqueON.png) no-repeat top left;
        background-size: contain;
    }

    .menu .menu5 {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutoncontactOFF.png) no-repeat top left;
        background-size: contain;
    }

        .menu .menu5:hover, .menu .menu5.encours {
            background: url(../images/2026/menu/boutoncontactON.png) no-repeat top left;
            background-size: contain;
        }

    .menu .menu5encours {
        display: block;
        width: 184px;
        height: 44px;
        background: url(../images/2026/menu/boutoncontactON.png) no-repeat top left;
        background-size: contain;
    }
/* ------------------------------------------------------------------ 
#global
{
}

#content
{
    width: 1100px;
    height: 655px;
    background: url(../images/content-back.jpg) no-repeat;
}
#content2
{
    width: 1100px;
    height: 655px;
    background: url(../images/content-back-2.jpg) no-repeat
}
#bottom
{
    width: 1100px;
    height: 20px;
    background: url(../images/bottom.jpg) no-repeat;
}
#btn-invitation
{
    width: 131px;
    height: 60px;
}
#btn-votre-soiree
{
    width: 132px;
    height: 60px;
}
#btn-inscription
{
    width: 134px;
    height: 60px;
}
#btn-infos-pratiques
{
    width: 134px;
    height: 60px;
}
#btn-contact
{
    width: 133px;
    height: 60px;
}
#content-title
{
    width: 730px;
    height: 70px;
}
#content-text
{
    width: 690px;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFF;
}
#content-text-plan
{
    width: 690px;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFF;
}
#content-text a
{
    color: #FFF;
}
#content-text ul
{
   
}
.content-text-bigger
{
    font-size: 1.2em;
    font-weight: 700;
}
.content-text-smaller
{
    font-size: .8em;
    font-weight: 700;
}
.text-bold
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#content-form
{
}
#form-login
{
}
#form-password
{
    width: 250px;
}
#form-validate
{
    width: 39px;
    height: 25px;
}
input
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#form-inscription
{
}
#form-inscription-validate
{
    width: 39px;
    height: 25px;
}
------------------------------------------------------------------ */
.RBL_display td {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RBL_display input {
    margin: 0 5px 0 0;
}

.content_registration {
    display: flex;
    justify-content: center;
    min-height: 600px;
}

@media (max-width: 1280px) {
    .content_registration {
        min-height: 400px;
    }
}

.content_text {
    padding-left: 25px;
}

.content-text-bigger {
    font-size: 1.2em;
    font-weight: 700;
}

.content-text-smaller {
    font-size: .8em !important;
    font-weight: 700;
}

.text-bold {
    font-family: "Gotham-Bold", Helvetica, sans-serif;
    font-weight: 700;
}

textarea, input, select, option {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-align: left;
}


#ffb8 td, #ffb8 th, #ffb8 tr, #ffb8 textarea, #ffb8 input, #ffb8 select, #ffb8 option, #ffb8 p, #ffb8 div, #ffb8 ul, #ffb8 ol,
#ffb8-result td, #ffb8-result th, #ffb8-result tr, #ffb8-result textarea, #ffb8-result input, #ffb8-result select, #ffb8-result option, #ffb8-result p, #ffb8-result div, #ffb8 ffb8-result, #ffb8 ffb8-result {
    font-size: 12px !important;
}

.main_content {
    margin: auto;
    max-width: 1600px;
}
