/*
 * This file is part of theme "CESL2019"
 * 
 * */




/****
 *  GENERALS DEFS
 ****/

/* test push */

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: bold !important;
}

a {
    text-decoration: none;
}

.data {
    display: none
} 




/****
  *  BODY PAGE
  ****/

body {
    /*margin:0; padding:0;*/
    /*min-height: 100vh;*/
    /* hauteur minimum égale à la hauteur de l'écran */
    height: auto;
    /*
   background-position:center center;
 */
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* Makes the image fixed in the viewport so that it doesn't move when the content height is greater than the image height */
    /*
   background-size:cover;
 */
    background-size: cover;
    /*background-color:#464646; /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #fff;
    /* Pick a solid background color that will be displayed while the background image is loading */
    font-family: "Nunito";
}





/****
  *  MAIN TOP MENU
  ****/


/* navbar customizing */

#topnavbar {
    z-index: 10000
}

/* #topnavbar #topnavbarmenu {display: flex;align-items: flex-end;justify-content: center;max-width:1360px!important; width:100%; margin:0 auto;height: 104px;} */

#topnavbar .w3-bar .w3-bar-item,
#topnavbar .w3-bar .w3-dropdown-hover>.w3-button {
    height: 43px;
    font-weight: bold;
    font-size: 19px;
}

/* #topnavbar .w3-button {text-transform:uppercase} */
#topnavbar .w3-button:hover {
    background-color: #ffffff;
    color: #f8b133;
    font-weight: 600;
}

#topnavbar .cesl-brand img.cesl-ico-tipi {
    margin-bottom: .3rem
}

#topnavbar #cus-toggle-topnav-search.cus-active {
    background-color: #ffffff
}

#topnavbar #topsocnet {
    line-height: 26px
}

#topnavbar #topsocnet a {
    display: inline-block;
    vertical-align: text-top
}

#topnavbar #topsocnet a img {
    display: block
}

#topnavbar .hamburger .cus-mi-menu_open {
    display: none
}

#topnavbar .hamburger.cus-active {
    background-color: #ffffff
}

#topnavbar .hamburger.cus-active .cus-mi-menu_open {
    display: inline;
    color: #f8b133;
}

#topnavbar .hamburger.cus-active .cus-mi-menu {
    display: none
}


/* Search navbar */
#topnavbar .cus-toggle-topnav-search .searchbar {
    height: 44px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

#topnavbar .cus-toggle-topnav-search .searchbar form {
    background-color: #F8B133;
    opacity: .95;
    padding: 8px;
    float: right;
    width: max-content;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

#topnavbar .cus-toggle-topnav-search .searchbar form #q {
    height: 28px;
    width: 300px;
    padding: 0 4px;
    border: 0;
    border-radius: 4px
}


/* dropdown customizing */
#topnavbar .w3-dropdown-hover:first-child,
#topnavbar .w3-dropdown-click:hover,
#topnavbar .w3-dropdown-hover:hover>.w3-button:first-child,
#topnavbar .w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ffffff;
    color: rgb(0, 0, 0)
}

#topnavbar .w3-dropdown-hover.w3-right>.w3-dropdown-content {
    right: 0;
    background-color: #F8B133;
}

#topnavbar .w3-dropdown-content {
    background-color: transparent;
    left: 0;
    top: 104px;
    width: 100%
}


/* menu cols */
#topnavbar .ul-cols {
    padding-bottom: 1rem;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    margin-top: 53px;
}

#topnavbar .ul-cols ul {
    display: inline-block;
    list-style: none;
    margin: 0 .75rem 0 0;
    padding: 0 0 0 .5rem;
    vertical-align: top
}

#topnavbar .ul-cols>h2 {
    padding: .75rem 0 0 .75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #79bff8
        /*2980b9*/
    ;
    margin: 0
}

#topnavbar .ul-cols ul h3 {
    font-style: italic;
    font-size: 1.2rem;
    margin: .5rem 0 0 0;
    color: #a6d4fa
}

#topnavbar .ul-cols ul li {
    color: #fff
}

#topnavbar .ul-cols ul li a {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: .125rem .25rem;
    text-decoration: none;
    color: #fff
}

#topnavbar .ul-cols ul li a:hover {
    border-radius: .25rem;
    background-color: #a6d4fa;
    color: #F8B133;
}


/* menu collapsible */
#topnavbar .cus-toggle-topnav-collapsible .w3-button {
    width: 100%;
    outline-style: none;
    font-size: 22px;
    background-color: white;
}

/*
 #topnavbar .cus-toggle-topnav-collapsible .cus-menu-entry:not(:first-child) {border-top:1px solid #085a9d}
 */
#topnavbar .cus-toggle-topnav-collapsible .cus-menu-entry:not(:last-child) {
    /*  border-bottom: 1px solid #085a9d*/
    font-size: 22px;
    background-color: white;
    margin: -1px 0;
    padding: 18px 0;
}

#topnavbar .cus-toggle-topnav-collapsible .w3-custom-accordion .cus-toggle-menu.cus-active {
    opacity: 1
}

#topnavbar .cus-toggle-topnav-collapsible .w3-custom-accordion .cus-toggle-content {
    background-color: #F8B133;
}

#topnavbar .cus-toggle-topnav-collapsible .w3-custom-accordion .cus-toggle-content .ul-cols>h2 {
    margin-top: 0
}



/* navbar responsive customizing */
@media (max-width:400px) {

    .enfant-ombre-content {
        margin-left: 38% !important;
    }



    .brochure-content h3 {
        font-size: 20px !important;
        margin-bottom: -70px !important;
    }

    .w3-theme-d2 {
        display: flex;
        flex-direction: column;
    }

    .dc-atysComptes .entry-content .frm-message {
        width: auto !important;
        margin: 0 5% !important;
    }
}

@media (max-width:700px) {
    #topnavbar .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    #topnavbar .w3-modal {
        padding-top: 30px
    }

    #topnavbar .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    #topnavbar .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    #topnavbar .w3-hide-small {
        display: none !important
    }

    #topnavbar .w3-mobile {
        display: block;
        width: 100% !important
    }

    #topnavbar .w3-bar-item.w3-mobile,
    #topnavbar .w3-dropdown- .w3-mobile,
    #topnavbar .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    #topnavbar .w3-dropdown-hover.w3-mobile,
    #topnavbar .w3-dropdown-hover.w3-mobile .w3-btn,
    #topnavbar .w3-dropdown-hover.w3-mobile .w3-button,
    #topnavbar .w3-dropdown-click.w3-mobile,
    #topnavbar .w3-dropdown-click.w3-mobile .w3-btn,
    #topnavbar .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }

    #topnavbar .cus-toggle-topnav-search .searchbar form {
        width: 100%;
        text-align: right;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px solid #F8B133;
    }

    #topnavbar .cus-toggle-topnav-search .searchbar form #q {
        width: 100%;
        max-width: 300px
    }
}

@media (min-width:701px) {

    #topnavbar .hamburger,
    #topnavbar .cus-toggle-topnav-collapsible {
        /*display:none!important*/
        background-color: white;
    }
}

@media (min-width:701px) and (max-width:849px) {}

@media (max-width:850px) {

    #topnavbar .w3-bar .w3-bar-item,
    #topnavbar .w3-bar .w3-dropdown-hover>.w3-button {
        padding-left: 12px;
        padding-right: 12px;
        font-size: .95em
    }
}

@media (max-width:790px) {

    #topnavbar .w3-bar .w3-bar-item,
    #topnavbar .w3-bar .w3-dropdown-hover>.w3-button {
        padding-left: 8px;
        padding-right: 8px;
        font-size: .9em
    }
}

#topnavbarmenu .w3-button {
    border-bottom: 5px solid #ffffff;
}

#topnavbarmenu .w3-button:hover {
    background-color: #ffffff !important;
    /*border-bottom: 5px solid #f8b133;*/
}

#topnavbarmenu .w3-button:active {
    background-color: #ffffff !important;
    border-bottom: 5px solid #f8b133;
}


/****
  *  MAIN CONTENT
  ****/

#main-content {
    min-height: 300px;
    margin-top: 104px
}

.mc-content {
    margin: 0 auto 0 auto
}




/****
  *  MAIN FOOTER
  ****/

footer {
    color: #ffffff;
    z-index: 10000
}

footer ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

footer li {
    list-style-type: none;
    padding: 0;
    /*margin: 25px 0 0 0*/
}

footer ul li ul li ul {
    margin-top: 24px;
}

footer ul li ul li ul>li {
    padding-left: 0rem
}

footer ul li ul li ul>li a.w3-button {
    text-align: left;
    white-space: normal;
    /*margin-top:6px;*/
    padding: 0;
    line-height: 2.20;
    text-decoration: none;
    font-size: 16px;
}

footer .button-acces {
    background-color: white;
    padding: 10px 30px !important;
    color: #f8b133;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}

footer .bottomnav {
    font-size: 0
}

footer .bottomnav .entity-details .cus-footer-box {
    line-height: 1.5rem
}

footer .bottomnav .entity-details,
footer .bottomnav .footer-menu {
    display: inline-flex;
    /*vertical-align: top;justify-content: space-between;align-items: flex-start;flex-wrap: nowrap;*/
}

footer .bottomnav .cus-footer-box {
    text-align: left;
    vertical-align: top;
    line-height: 2.7;
    margin-top: 35px;
    margin-bottom: 20px;
    /*max-width:170px;*/
    width: 100%;
    font-size: .9rem;
    /*line-height:1rem; background-color:red*/
}

footer .general-mention {
    font-size: .9rem;
    font-weight: 600;
    padding: 8px 8px 12px 8px
}

footer .bottomnav,
footer .general-mention {
    background: #111;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    text-align: center;
}

footer .general-mention img {
    width: 35px;
    margin: 0 13px 8px 0;
    display: inline-flex;
}

/* ajout de cyril */

.recrutement input {
    border: none !important;
}

.recrutement textarea {
    border: none !important;
}

.robot {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.robot label {
    padding: 0 !important;
}

.robot input {
    margin: 2px 0 0 7px;
}

#resaAmount {
    background-color: #e1e1e1 !important;
}

.phone-mobile {
    color: #f8b133;
    font-size: 17px;
    font-weight: bold;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.form-select:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.centres-home .simple-card-home img {
    height: 100%;
    object-fit: cover;
}

.centres-home .simple-card-home {
    height: 100%;
}


.card-img-overlay {
    height: 80px;
}

.centres-home {
    height: 60%;
}

.centres-home .card-img-overlay {
    height: 70px;
}

.brochure-home {
    height: 40%;
    margin-top: 0px;
}

.brochure-home .brochure-content {
    position: relative;
}

.brochure-home .brochure-content h3 {
    margin: -69px 6%;
}

.brochure-home .brochure-content a {
    margin: 0 auto -65px auto;
}

.brochure-home .brochure-content {
    height: 100%;
    margin-top: 0;
}

.brochure-home .brochure-content img {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.brochure-home.content-sejour .liens-content {
    padding-top: 35px;
}

.button-sejour .btn {
    width: 100%;
    height: 100%;
}

@media(max-width: 1199px) {
    .brochure-home {
        margin-bottom: 53%;
        padding-bottom: 100px;
    }
}

nav .w3-theme-d3 {
    display: flex;
    height: 54px;
}

#imageNav {
    margin: auto 0 11px 41px;
    position: absolute;
    top: 34px;
}

nav #topnavbarmenu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-right: 52px;
}

nav .connection {
    display: flex;
    height: 50px;
    background-color: white;
    justify-content: flex-end;
}

nav .phone {
    margin-right: 40px;
    width: 210px;
    background-color: #f8b133;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

nav .phone a p {
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    margin: auto 10px;
}

nav .connection a {
    display: flex;
    align-content: center;
    align-items: center;
    text-decoration: none;
}

nav .connection div {
    display: flex;
}

nav .connection .user:hover {
    background-color: #f8b133;
    padding-left: 15px;
}

nav .connection .email:hover {
    background-color: #f8b133;
}

nav .connection .user p {
    color: #272825 !important;
    font-size: 15px;
    margin: auto 18px auto 6px;
}

nav .connection .email p {
    color: #272825 !important;
    font-size: 15px;
    margin: auto 28px auto 6px;
}

nav .connection .email img {
    padding-left: 15px;
    border-left: 1px solid #c4c4c4;
}

#main-cell {
    width: 100% !important;
}

.title-ariane {
    font-size: 50px;
    font-weight: bold;
    display: flex;
    font-family: "Segoe UI", Arial, sans-serif;
    color: white !important;
    justify-content: center;
    margin-top: -10px;
    font-size: 50px;
    padding: 17% 20%;
    text-shadow: 3px 5px 5px #0e0e0e;
}

/*.entry-content p {display: none;}*/
/*RG20211216*/
.mc-ariane {
    /* padding-top: 198px;
    display: flex;
    justify-content: center;*/
    display: none;
}

.mc-ariane a {
    color: white !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 0 3px;
}

.post-image .AttachmentTitle {
    height: 100%;
    /* margin-left: -42.5926px; */
    display: block;
    WIDTH: 100%;
    object-fit: cover;
    margin-left: 0px !important;
}

.listItem .post-title {
    height: 149px;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: initial;
}

.listItem .post-title-centre {
    padding: 20px 24px;
    vertical-align: top;
    width: 100%;
    height: 149px;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: initial;
    justify-items: flex-end;
}

.listItem .post-title h2 {
    order: 2;
    font-size: 25px;
    padding: 10px 0;
}

.listItem .post-title h3 {
    order: 3;
    font-size: 18px;
}

.listItem .post-title p {
    order: 1;
    /*width: 45%;*/
    background-color: #f8b133;
    padding: 10px 15px 10px 10px;
    position: absolute;
    top: -20px;
    font-weight: bold;
    font-size: 16px
}

.listItem .post-title .triangle1 {
    display: none;
}

.listItem .post-title .s-index {
    display: none;
}

.sejour-selected-box {
    max-width: 100% !important;
    width: 84% !important;
}

/*
 #post-others .post-title {height: 149px;display: flex !important;flex-direction: column;width: 100%;position: absolute;bottom: 0;background-color: rgba(0,0,0,0.6);color: white;text-align: initial;}
 #post-others .post-title h2 {order: 2;font-size: 30px;padding: 10px 0;}
 #post-others .post-title h3 {order:3;font-size: 16px;}
 #post-others .post-title p {order:1;background-color: #f8b133;padding: 10px 15px 10px 10px;position: absolute;top: -20px;font-weight: bold;font-size: 16px}
 #post-others .post-title .triangle1 {display: none;}
 #post-others .post-title .s-index {display: none;}
 #post-others .post-content {display: flex;flex-direction: column;align-items: center;}
 */

/*.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs {
     border: 1px solid white;
     border-radius: 5px;
     padding: 6px 9px !important;
 }*/

.ui-corner-all {
    display: inline-block;
}

/*
.ui-corner-top {
    display: block;
}*/

/* */

.listItem a {
    display: flex;
    /* background-color: #E2F1FF; */
    flex-direction: column;
    align-items: center;
    height: 450px;
}


/* Inscription a un stage  */

.login_pass.cus-w-m {
    max-width: 100% !important;
    width: 100% !important;
}

.login_pass input {
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.login_email.cus-w-m {
    max-width: 100% !important;
    width: 100% !important;
}

.login_email input {
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

#box-options .w_title {
    margin-top: 12px;
}

#box-options .w_table .line {
    background-color: #f8b133 !important;
    padding: 12px 18px !important;
    /*margin: 10px 0 0 0 !important;*/
}

.tunnel-form .cus-checkboxradiobar {
    margin: 0 0 10px 0;
}

#insc-resa-start-content {
    min-height: auto !important;
}

.mc-content .w3-bottombar {
    width: 48%;
    margin: 0 auto -20px auto;
    border-top-left-radius: 10px;
    border-bottom: 10px solid white !important;
}

.mc-content .w3-bottombar .entry-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 29px 0px 18px 63px;
    font-size: 41px;
    color: #f8b133 !important;
    font-weight: bold
}

.badge-inscri {
    background-color: #e1e1e1;
    border-radius: 10px;
    width: 48%;
    margin: auto;
}


.entry-content {
    background: white;
    margin-top: -20px;
}

.w3-theme-d5 {
    background-color: #ffffff !important;
}

.contenu-start-inscri {
    display: block !important;
}

.astuce-box {
    width: 48%;
    margin: auto;
    padding-left: 63px;
}

.astuce-box .astuce-box-h3 {
    color: black;
    padding-top: 20px;
    font-size: 30px;
    font-weight: bold;
}

.astuce-box .astuce-box-h3-logo {
    color: black;
    padding-top: 20px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 20px
}

.astuce-box .astuce-logo {
    display: flex;
}

.astuce-box .astuce-box-p {
    padding: 0 40px 0 63px;
}

.inscrit-box-h3 {
    text-align: start;
    font-size: 30px;
    font-weight: bold;
    padding: 33px 35px 10px 63px;
}

.form-box {
    text-align: start;
    padding-left: 63px;
}

.email-box {
    width: 81%;
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 25px 63px;
}

.email-input {
    padding: 14.5px 30px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    outline-style: none;
    border: none;
}

.contact-box-email .email-input {
    width: 80%;
    margin: 18px 0 0 63px;
}

.form-error {
    left: 100px !important;
}

.contact-button-email {
    display: flex;
    justify-content: flex-end;
    padding: 30px 90px 38px 0;
}

.button-email-input {
    color: white;
    justify-content: center;
    background-color: #f8b113 !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 60px;
    border-radius: 10px;
    text-decoration: none !important;
}

.button-email-input:hover {
    color: #f8b113;
    background-color: white !important;
}

input.error,
select.error {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPiAgPHRpdGxlPiAgICBhbGVydCAgPC90aXRsZT4gIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+KiB7IGZpbGw6ICNmZjVkMDAgfTwvc3R5bGU+ICA8cGF0aCBkPSJNMTkuNjQgMTYuMzZMMTEuNTMgMi4zQTEuODUgMS44NSAwIDAgMCAxMCAxLjIxIDEuODUgMS44NSAwIDAgMCA4LjQ4IDIuM0wuMzYgMTYuMzZDLS40OCAxNy44MS4yMSAxOSAxLjg4IDE5aDE2LjI0YzEuNjcgMCAyLjM2LTEuMTkgMS41Mi0yLjY0ek0xMSAxNkg5di0yaDJ6bTAtNEg5VjZoMnoiLz48L3N2Zz4=) !important;
}

/* page tunnel d'inscription*/
#insc-resa-start-form .jeune-box {
    max-width: 80%;
    min-width: 0px;
    margin: 18px 0 0 63px !important;
}

.insc-resa-menu {
    width: 48%;
    margin: auto;
    display: flex;
    align-items: flex-start;
}

.tunnel-content {
    display: flex;
    width: inherit;
    flex-direction: column;
    align-items: center;
}

.tunnel-content.cus-active .tunnel-title {
    z-index: 2;
    background-color: #f8b133;
    border-radius: 50px;
    color: white;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tunnel-content .tunnel-title {
    z-index: 2;
    background-color: #c2c2c2;
    border-radius: 50px;
    color: white;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tunnel-content.cus-active .tunnel-msg {
    display: flex;
    justify-content: center;
    color: #f8b133;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.tunnel-content .tunnel-msg {
    display: flex;
    justify-content: center;
    color: #c2c2c2;
    font-weight: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.tunnel-form {
    background: #e1e1e1;
    width: 48%;
    margin: auto;
    border-radius: 10px;
    padding: 30px 3%;
}

.border-tunnel {
    border: 2px solid #c2c2c2;
    width: 40%;
    position: absolute;
    left: 30%;
    top: 40px;
}

.content-bouton-form {
    display: flex;
    justify-content: flex-end;
}

.content-bouton-form .bouton-form {
    border: none;
    color: #fff !important;
    justify-content: center;
    background-color: #f8b113 !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 8.7%;
    border-radius: 10px;
    margin: 30px 0;
    text-decoration: none !important;
}

#frmResa span.ui-button {
    border: none;
    background-color: white;
    padding: 16px 19px;
    /* color: #c2c2c2; */
    border-radius: 5px;
}

#frmResa label.ui-button {
    border: none;
    background-color: #f8b133;
    padding: 8.5px 30px;
    margin: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
    color: white;
}

#frmResa label.ui-button:hover {
    color: #000000 !important;
}

.ui-checkboxradio-checked {
    color: #000000 !important;
}

.sous-form {
    display: flex;
    justify-content: space-between;
}

.sous-form .form-label {
    width: 45%;
}

.sous-form .form-label input {
    padding: 14.5px 30px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    outline-style: none;
    border: none;
}

.form-label label {
    color: #000000;
    font-size: 17px;
    line-height: 23px;
    padding: 20px 0 5px 0;
}


.form-label #box-options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*
 #IDSejour-menu{
     width: 59% !important;
 }*/
/*
#IDSejour-menu .ui-menu-item-wrapper {
    font-weight: 700;
}*/

/* modif qui ne fonctionne pas */
.form-label #box-options label {
    margin: 10px 0 5px 0 !important;
    color: black !important;
    font-size: 17px !important;
}

.form-label #box-options .w_table tbody {
    display: flex !important;
    justify-content: center !important;
}

.form-label #box-options tr {
    margin: 0 10px !important;
}

.form-button {
    display: contents;
}

.form-button-next {
    display: flex;
    justify-content: flex-end;
}

.form-button .button-valid {
    border: none;
    color: #fff !important;
    justify-content: center;
    background-color: #f8b113 !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 8.7%;
    border-radius: 10px;
    margin: 50px 0 15px -55px;
    text-decoration: none !important;
}

.form-button-next .button-valid-next {
    border: none;
    color: #fff !important;
    justify-content: center;
    background-color: #f8b113 !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 8.7%;
    border-radius: 10px;
    margin: 50px 0 15px 10px;
    text-decoration: none !important;
}

.form-button .button-retour {
    border: none;
    color: #fff !important;
    justify-content: center;
    background-color: #000000 !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5%;
    border-radius: 10px;
    margin: 50px 0 15px 0;
    text-decoration: none !important;
}

.form-button-next .button-retour {
    border: none;
    color: #fff !important;
    justify-content: center;
    background-color: #000000 !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5%;
    border-radius: 10px;
    margin: 50px 0 15px 0;
    text-decoration: none !important;
}

.titre-form-b {
    color: #000000;
    font-size: 20px;
}

.titre-form-h3 {
    text-align: start;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: black;
}

.sous-form .form-text {
    width: 100%;
}

.sous-form .form-text textarea {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    outline-style: none;
    border: none;
}

.sous-form .form-text label {
    color: #000000;
    font-size: 17px;
    line-height: 23px;
    padding: 20px 0 5px 0;
}

.button-modif {
    border: none;
    color: #000 !important;
    justify-content: center;
    background-color: #c2c2c2 !important;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    padding: 7.5px 33px;
    border-radius: 5px;
    margin: 5px;
    text-decoration: none !important;
}

.sous-form .form-text a {
    color: #fcb113 !important;
}

.resa-cancel {
    border-top-right-radius: 10px;
    margin: -29px 0 0 0;
    color: white;
    background-color: #f8b133;
    font-size: 17px;
}

.contactme label {
    font-size: 15px;
}

.w3-card,
.w3-card-2 {
    box-shadow: none !important;
}

.info .w3-panel {
    font-size: 18px;
    font-weight: 500;
    color: black !important;
    padding: 0 0 !important;
    border: none !important;
    display: flex;
    background: white !important;
    flex-direction: column !important;
}

.info .w3-panel p:last-child {
    margin: 15px 0 0 0;
}

.w3-theme-d2 {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.button-new-inscri {
    display: flex;
    justify-content: center;
}



/* popup de validation */
div.ui-dialog {
    border: 2px solid #f8b133 !important;
}

div.ui-dialog .ui-dialog-titlebar {
    background-color: white;
    border: none;
}

div.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 20px;
    font-weight: bold;
    /* background-color: white; */
}

div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: none !important;
}

div.ui-dialog .ui-dialog-content #ContactEmailNew {
    border: none;
    background-color: #e1e1e1;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
}

div.ui-dialog .ui-dialog-buttonpane {
    border: none !important;
}

div.ui-dialog .ui-dialog-buttonpane button:first-child {
    border: none;
    background-color: #f8b133;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
}

div.ui-dialog .ui-dialog-buttonpane button {
    border: none;
    background-color: #000000;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
}

.codeCE-style {
    background-color: white;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.CodeCE-p-no {
    display: block !important;
    font-size: 16px;
    color: #6666;
    background-color: #c1c1c1;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
}

/* fin page tunnel*/

/* page contenue*/

#p21 .entry-content p:first-child strong {
    font-size: 40px !important;
    color: #f8b133;
    font-weight: bold;
    line-height: 1;
}

#p21 .entry-content strong {
    font-size: 20px !important;
    color: #000;
    font-weight: bold;
    line-height: 2 !important;
}

#p21 .entry-content p {
    font-size: 16px !important;
    font-weight: 600;
    margin: 20px 0 !important;
    line-height: 2 !important;
}

#p21 .entry-content ul {
    font-size: 16px !important;
    font-weight: 600;
}


.content-page {
    display: flex;
    padding: 85px 8%;
}

.content-stage-text p {
    font-size: 16px;
    padding-top: 20px;
    padding-right: 25px;
}

.marge-titre {
    padding-top: 110px;
    padding-bottom: 25px;
}

.content-margin {
    margin-top: 160px;
}

.lien-contenue {
    color: black;
    font-size: 16px;
    font-weight: 500;
    /*text-decoration: none;
    padding-bottom: 3px;*/
}

.lien-contenue:hover {
    color: black;
    /*border-bottom: 3px solid #f8b133;*/
    text-decoration: none !important;
}

.content-map {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
    background-color: white;
    padding-top: 33px;
}

#p60 .post-excerpt {
    display: none;
}

#p60 .content-contact {
    display: none;
}

.centre-loisir {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 25px 0;
    width: 100%;
    margin: 0 auto;
}

.petit-titre {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.bordure-orange {
    border-bottom: 5px solid #f8b133;
    width: 100px;
    margin: auto;
    padding-top: 5px;
}

.button-continue {
    border: none;
    color: #fff !important;
    justify-content: center;
    background-color: #f8b113 !important;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    /*padding: 15px 8.7%;*/
    border-radius: 10px;
    margin: 10px 0 15px 0px;
    text-decoration: none !important;
    /*float: right;*/
    width: 100%;
    height: 60px;
    align-items: center;
}


/* widget-search */
.select-sejour {
    margin: 10px 0;
}

.select-sejour .form-select-sejour {
    border-radius: 0;
    border: none;
    padding: 0 10px;
    width: 100%;
    height: 40px;
}

/* page chicplanet et vous */

.content-stage-text {
    width: 66.5%;
}

.table-case {
    display: flex;
    justify-content: space-around;
}

.title-page {
    font-size: 40px;
    color: #f8b133 !important;
    font-weight: bold;
    padding: 10px 0px !important;
    width: 772px !important;
    border-bottom: 1px solid #e1e1e1;
    margin: -10px 0 30px 0 !important;
}

.case {
    background-color: #fce0ad;
    border-radius: 10px;
    width: 374px !important;
    height: 246px !important;
    margin: 11px 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case .subcat-entries {
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case .liste-contenue-case {
    background-color: #f8b133;
    width: 90%;
    text-align: center;
    margin: 4px 0;
    z-index: 1;
}

.case .lien-contenue-case {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.case .title-contenue-case {
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0 0 10px;
}

.case .image-contenue-case {
    width: auto;
    position: absolute;
    right: 16px;
    top: 20px;
    opacity: 0.5;
}

/*  page contact */


.title-contact {
    font-size: 40px !important;
    color: #f8b133 !important;
    font-weight: bold
}

.login {
    max-width: 900px !important;
}

.login .title-contact {
    font-size: 40px !important;
    color: #f8b133 !important;
    font-weight: bold;
    padding-left: 63px;
    margin: 20px 0 5px 0;
}

.pass-forget .frm-message a {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.pass-forget .frm-message a:hover {
    color: black;
    /*border-bottom: 3px solid #f8b133;*/
    text-decoration: none !important;
}

.pass-forget .title-contact {
    font-size: 40px !important;
    color: #f8b133 !important;
    font-weight: bold;
    /*padding-left: 63px;*/
    margin: 20px 0 5px 0;
    text-align: center;
}

.p-titre {
    border-top: 1px solid #c2c2c2;
    font-size: 16px;
    margin-bottom: 10px;
}

.title-contenue {
    font-size: 40px;
    color: #f8b133 !important;
    font-weight: bold;
    padding: 10px 0;
}

.content-contact {
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 30px 10% 70px 10%;
    margin-bottom: -5px;
}

.content-contenue {
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 30px 10% 155px 10%;
    margin-top: 160px;
    justify-content: space-between;
}

.content-contenue ul {
    list-style: none;
}

.content-contenue ul li {
    list-style: none;
    padding: 8px 0;
}

.content-form {
    padding-right: 23px;
    background-color: white;
}

.contactme {
    background-color: #e1e1e1;
    border-radius: 15px;
}

.w3-bar {
    color: #000000 !important;
}

.contact-info {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.col-content {
    display: flex;
    flex-direction: column;
    padding: 0 0 !important;
}

.col-content .contact-info-span {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin: 3px 0;
}

.col-content .contact-info-a {
    color: black !important;
    font-size: 16px;
}

.contact-fomulaire-p {
    margin: 25px 0 10px 0;
}

.form-title {
    font-size: 30px;
    font-weight: bold;
    padding: 25px 0 0 20px;
}

.sous-title {
    font-size: 25px;
    font-weight: normal;
    padding: 43px 0 21px 15px;
    border-top: 1px solid #c2c2c2;
    margin-top: 20px;
}

.button-recrut {
    float: right;
    background-color: #f8b133;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    padding: 18px 60px;
    margin: 0 0 35px 0;
}

.button-email {
    background-color: #f8b133;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    padding: 18px 60px;
    margin: 0 0 35px 0;
}

.w3-bar label {
    padding-bottom: 10px;
    display: block;
}

.w3-bar label .required-field {
    color: #f8b133;
}

.w3-bar textarea {
    width: 100%;
    height: 100px;
}

.w3-bar nobr {
    margin: 0 3% 0 0;
}

.enfant-ombre-content {
    margin-left: 150px;
    margin-top: -165px;
    height: 118px;
    margin-bottom: -15px;
}

.titre-recherche {
    color: white;
    font-size: 22px;
    padding: 10px 0 0 10px;
}

.content-sejour .liens-content {
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    margin-bottom: -140px;
}

.content-sejour .lien-logo {
    display: flex;
    margin-top: 10px;
}

.content-sejour .liens-content span {
    margin-right: 15%;
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
}

.content-sejour .liens-content img {
    width: 64px;
}


.brochure .brochure-content {
    display: none;
}


.brochure-content {
    height: 225px;
    /*background-color: #fce0ad;*/
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.brochure-content img {
    position: absolute;
    z-index: 0;
    width: 370px;
}

.brochure-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin: -70px 16px;
    z-index: 1;
}

.brochure-content span {
    text-align: center;
}

.brochure-content a {
    width: 90%;
    margin: 10px auto -65px auto;
    height: 40px;
    background-color: #000;
    border: none;
    /*border-radius: 5px;*/
    color: white !important;
    font-size: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.content-sejour .container .titre-recherche {
    font-weight: 600;
}

/* page recrutement  */
.astuce-box-contact {
    margin: 120px auto 0 auto;
    width: 50%;
}

.sous-titre {
    padding-top: 45px;
    font-size: 35px;
}

.descriptif {
    padding: 0 50px 30px 0;
}

.descriptif span {
    color: black;
}

#recrut-form {
    background-color: #e1e1e1;
    border-radius: 10px;
    padding: 20px 50px
}

#recrut-form .titre-gras {
    font-size: 25px;
    color: black;
    font-weight: bold;
    padding: 5px 15px;
}

/*connection inscriion help */

.frm-default .frm-message .email-adress {
    font-size: 17px !important;
    font-weight: 600;
}

.frm-default .frm-message span {
    color: black;
}

.frm-default .frm-message span a {
    color: black;
    font-weight: bold;
    text-decoration-color: #f8b133;
    text-align: center;
    display: flex;
    align-items: center;
}

.btn-email-error {
    display: flex;
    justify-content: center;
}

.w3-pale-orange {
    color: #000 !important;
    background-color: #f8b113a3 !important;
}

.cus-text-deep-black {
    color: black;
    margin: 15px 0 !important;
}

.cus-form .ui-selectmenu-button.ui-button {
    padding: 14.5px 30px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    outline-style: none;
    border: none;
}

.contact-button-email-bis {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: flex-end;
}

.mngDossiers {
    padding-bottom: 10%;
}

.mngDossiers a.ui-button-flat {
    background-color: #f8b133 !important;
    text-decoration: none;
    color: white !important;
    padding: 15px 25px !important;
}

.mngDossiers a.ui-button-flat:hover {
    background-color: #ffffff !important;
    color: #f8b133 !important;
}

.mngDossiers input {
    border: 1px solid #c2c2c2;
    padding: 10px 0px;
    border-radius: 5px;
}

.mngDossiers input:focus-visible {
    border: 1px solid #c2c2c2;
    padding: 10px 0px;
    border-radius: 5px;
}

.dc-atysComptes .entry-content .frm-default label {
    margin: 10px 0 5px 0 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}


.button-retour {
    border-radius: 5px;
    background-color: #c2c2c2;
    color: white !important;
    padding: 18px 72px;
    font-size: 16px;
    font-weight: 500 !important;
    text-decoration: none;
    float: right;
    margin: 10px 0 15px 10px;
}

.button-decon {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.button-retour:hover {
    text-decoration: none !important;
}

/* POPUP  */

#modalbox a {
    color: black;
    padding: 4px 10px;
}

#modalbox h2 {
    color: black;
    background-color: #f8b133;
}

#modalbox .rmb-content p {
    color: black;
    font-size: 16px;
}

#modalbox .rmb-bottom {
    background-color: white;
    padding: 0 0 15px 0;
}

#modalbox .rmb-bottom button {
    background-color: #f8b133;
    color: white;
    padding: 15px 35px !important;
}

/* MON COMPTE  */

.button-retour-compte {
    width: 200px;
    background-color: #f8b133;
    border: none !important;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 !important;
}

.depose-box {
    background-color: #f8b1338c !important;
    width: 100% !important;
    margin: 20px 0 0 0;
    border-radius: 10px;
}

.depose-box p {
    text-align: center;
    margin: 15px 0 !important;
}

.depose-box button {
    max-width: 50% !important;
    padding: 10px 20px !important;
}

.checked.ico-white-waiting-32 {
    background-image: url('/themes/chicplanet2022/img/ico-white-wait-32.png') !important;
}

.checked.ico-blue-check-32 {
    background-image: url('/themes/chicplanet2022/img/ico-white-check-32.png') !important;
}


.disconnect-top a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    display: flex;
}

.ico-black-hover:hover {
    border: 1px solid #fff !important;
}

.mngDossiers .msgAccueil {
    border-radius: 10px;
    background-color: #e1e1e1;
    text-align: center;
    padding: 25px 0;
    font-family: "roboto",
        sans-serif;
/*
    font-size: 17px;
*/
}

.mngDossiers legend {
    font-size: 30px;
    font-weight: 600;
}

.mngDossiers .msgAccueil label {
    font-size: 26px;
}

/*
.mngDossiers .msgAccueil p {
    font-size: 22px;
}
*/

.msgAccueil .user-auth {
    background-color: transparent !important;
    color: black !important;
}

/*
.msgAccueil h3 {
    color: black !important;
    margin: 0 0 !important;
    font-size: 35px !important;
}
*/

.mngDossiers .dossier {
    box-shadow: none !important;
    /*margin: 0 0 !important;*/
}

.mngDossiers .lstInscriptions h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #a1a1a1 !important;
/*
    font-family: 'Roboto', sans serif !important;
*/
    font-family: Nunito,arial,sans serif;
    /*margin: 35px 0;*/
}

.lstInscriptions .title {
    background-color: #e1e1e1 !important;
    /*border-radius: 10px;*/
}

.lstInscriptions .title h4 {
    color: black !important;
    text-transform: uppercase;
    font-size: 25px !important;
    padding: 20px 0 20px 7px;
    margin: 0 0 !important;
}

.lstInscriptions .title .index {
    color: black !important;
    margin-top: 5px;
}

.details {
    background-color: white !important;
    display: flex;
    justify-content: space-between;
/*
    padding: 25px 0 35px 18px !important;
*/
    border-bottom: 1px solid #e1e1e1;
}

.details p {
    color: black !important;
    display: flex;
    flex-direction: column;
}

.details p .label {
/*
    font-size: 16px !important;
*/
    font-weight: 500 !important;
}

.details p .value {
    font-size: 16px !important;
}

.dossier .label {
/*
    font-size: 16px !important;
*/
}

.dossier tr {
    background-color: #e1e1e1 !important;
    border-radius: 20px 0 0 0;
}

.dossier tr .w3-border-top {
    border-top: 0px solid #ccc !important;
}

.dossier .participation table {
    margin-left: 6px;
}

.participation p span {
    margin-left: 18px !important;
}

.dossier tr td {
    font-weight: 500 !important;
    text-transform: inherit !important;
}

.dossier tr td.label {
    padding: 5px 0 5px 12px !important;
    width: 135px;
}

.dossier tr td.value {
    padding: 15px 10px 15px 0px !important;
}

.participation {
    padding: 15px 0 0 0px !important;
}

.participation form {
    border-top: 1px solid #e1e1e1;
    margin: 35px 0;
    padding-top: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.participation form label {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.participation form input {
    width: 260px;
    height: 40px;
    margin: 20px 25px 40px 0px;
}

.participation form button {
    width: 200px;
    height: 40px;
    background-color: #f8b133;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.participation tr {
    border-radius: 10px;
}

.participation tr td.label {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.participation tr td.value {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* debut border-radius firefox*/
.participation tr {
    background-color: white !important;
}

.participation tr td {
    background-color: #e1e1e1;
}

.participation tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.participation tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.participation tr td:first-child {
/*
    font-weight: 600 !important;
*/
    text-transform: inherit !important;
}

.participation tr td:last-child {
/*
    font-weight: 600 !important;
*/
    text-transform: inherit !important;
}

/* fin */
#dvIdPaper button.depose-btn {
    background-color: #f8b133 !important;
    height: 70px;
}

.docsdwnld label {
    background-color: #e1e1e1 !important;
    height: 70px;
    padding: 19px 10px !important;
    border-radius: 10px;
    width: 80% !important;
}

.docsdwnld span.index {
    background-color: #e1e1e1 !important;
    color: black !important;
    font-weight: bold;
}

.docsdwnld span.title {
    font-size: 18px !important;
    color: black;
}


.info_participant {
    background-color: #ffffff !important;
    padding: 0px !important;
    /*margin-top: 15px;*/
}

.progress-box {
    padding: 15px 0 55px 0 !important;
    border-bottom: 0px solid #fff !important;
}

.progress-box .label {
    display: none;
}

.progress-box .progress-graph .progress-step {
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

.progress-box .progress-graph .progress-step.checked {
    background-color: #f8b133 !important;
    border-color: #f8b133 !important;
}

/*
.mngDossiers .dossier .progress-label-text {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    color: #ccc;
}
*/
.mngDossiers .dossier .progress-label {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    color: #ccc;
}

/*
.mngDossiers .dossier .progress-label-text.checked {
    color: #f8b133 !important;
}
*/
.mngDossiers .dossier .progress-label.checked {
    color: #f8b133 !important;
}

.mngDossiers .dossier .progress-chunk.checked {
    background-color: #f8b133 !important;
}

.progress-box .progress-graph .progress-chunk {
    background-color: #e1e1e1 !important;
}

.progress-box .progress-info {
    border: none;
    background-color: #e1e1e1;
    width: 100%;
/*
    max-width: 100%!important;
    margin: auto;
*/
    height: fit-content;
}

.progress-box .progress-info p {
    font-size: 17px;
    font-weight: 600;
}

.mngDossiers .dossier .progress-chunk {
/*
    width: calc(20% - 56px) !important;
*/
}

.mngDossiers .dossier .progress-labels {
/*
    display: flex;
*/
}

.progress-arrow {
/*
    padding-right: 1%;
*/
}

.progress-arrow .current {
    border-bottom: 20px solid #e1e1e1 !important;
}

.progress-arrow .current {
    border-bottom: 20px solid #e1e1e1 !important;
}

.progress-box .progress-info.info_step3 {
/*
    max-width: 100% !important;
    margin: -25px 0 !important;
    border: none !important;
    font-size: 17px;
    font-weight: normal !important;
    padding: 32px 20px 27px 20px !important;
    line-height: 2;
*/
}

.progress-box .progress-info .actions {
    margin: 16px 0 0 0 !important;
}

.progress-box .progress-info .actions a {
    background-color: #f8b133 !important;
    text-decoration: none;
    max-width: 364px;
    padding: 8px 16px !important;
    color: white !important;
    font-size: 16px !important;
    border-radius: 10px !important;
}

.progress-box .progress-info.info_step2 {
/*
    max-width: 100% !important;
    margin: -25px 0 !important;
    border: none !important;
    padding: 32px 120px 40px 20px !important;
*/
}

.progress-box .progress-info ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.progress-box .progress-info ul li:first-child {
    color: black !important;
    margin: 0 0 !important;
}

.progress-box .progress-info ul li {
    color: black !important;
    margin: 10px 0 0 0 !important;
}

.progress-box .progress-info li a {
    background-color: #e1e1e1 !important;
    color: black !important;
    padding: 0 0 !important;
}

.msgInfos {
    margin: -70px 0 0 0 !important;
}

.msgInfos p {
    font-size: 17px;
}

/*
.msgInfos h3 {
    color: black !important;
    font-size: 30px !important;
    font-weight: bold;
    font-family: "roboto", sans-serif !important;
    margin: 65px 0px 15px 0 !important;
}
*/

.btnActions a {
    background-color: #f8b133 !important;
    text-decoration: none;
/*
    width: 200px;
*/
    padding: 15px 0px !important;
}

.mngDossiers .dossier .progress-label.checked {
    color: #f8b133 !important;
}

.mes-documents fieldset legend {
    color: black !important;
    font-size: 30px !important;
    padding: 20px 0 20px 0;
    font-family: "roboto", sans-serif !important;
    font-weight: bold !important;
}

.mes-documents fieldset h3 {
    color: black !important;
    font-size: 30px !important;
    padding: 30px 0 20px 0;
    font-family: "roboto", sans-serif !important;
    font-weight: bold !important;
}


.mes-documents fieldset:first-child p {
    background-color: #e1e1e1;
    border-radius: 0 0;
    color: black !important;
    font-size: 20px !important;
    padding: 0 0 !important;
    text-align: center;
    line-height: initial !important;
    margin: 0 0 !important;
}

.mes-documents fieldset:first-child label {
    background-color: #e1e1e1 !important;
    border-radius: 0 0;
    color: black !important;
    padding: 0 0 20px 0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: center;
    line-height: initial !important;
}

.mes-documents #dvIdPaper p {
    font-size: 17px !important;
    color: black !important;
    margin: 0 0 !important;
    padding: 0 0 !important;
    text-align: left;
    line-height: normal;
}

#dvIdPaper .dvUpload label {
    background-color: #e1e1e1 !important;
    height: 70px;
    padding: 19px 10px !important;
    border-radius: 10px;
    width: 72% !important;
}

#dvFichSan label {
    background-color: #e1e1e1 !important;
    height: 70px;
    padding: 19px 10px !important;
    border-radius: 10px;
    width: 72% !important;
}

/*
#dvFichSan span {
    font-size: 17px !important;
    color: black !important;
    margin: 0 0 !important;
    padding: 0 0 !important;
    text-align: left;
    line-height: normal;
}*/

#dvFichSan .index {
    background-color: #e1e1e1 !important;
    color: black !important;
    font-weight: bold;
    margin: 4px !important;
}

#dvFichSan .title {
    margin-left: 4px !important;
    color: black;
}

#dvIdPaper .dvUpload button {
    background-color: #f8b133 !important;
    height: 70px;
    color: white !important;
    width: 26% !important;
    font-size: 16px !important;
}

#dvFichSan button {
    background-color: #f8b133 !important;
    height: 70px;
    color: white !important;
    width: 26% !important;
    font-size: 16px !important;
}

.docsdwnld label {
    background-color: #e1e1e1 !important;
    height: 70px;
    padding: 19px 10px !important;
    border-radius: 10px;
    width: 72% !important;
}

.docsdwnld a {
    background-color: #f8b133 !important;
    height: 70px;
    color: white !important;
    width: 26% !important;
}

.docsdwnld a.ui-button-dark {
    background-color: #f8b133 !important;
    height: 70px;
    padding: 22px 0 !important;
    text-decoration: none !important;
    font-size: 16px !important;
}

#dvIdPaper .dvUpload .index {
    background-color: #e1e1e1 !important;
    color: black !important;
    font-weight: bold;
}

#dvIdPaper .dvUpload .title {
    font-size: 18px !important;
    color: black;
}

.depose-msg {
    margin: 15px 0 -5px 15px;
}

.depose-msg span {
    color: #f8b133 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.dc-depotdocs .entry-wrapper {
    width: 100% !important;
    background-color: transparent !important;
}

.dc-depotdocs .mc-wrapper {
    padding: 0px 0px !important;
}

.mngDossiers {
    width: 57%;
    margin: auto;
    padding: 50px 0 120px 0;
}

.mc-content .w3-bottombar-compte {
    width: 57%;
    margin: 0 auto -20px auto;
    border-top-left-radius: 10px;
    border-bottom: 10px solid white !important;
}

.w3-bottombar-compte .entry-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 29px 30px 18px 63px;
    font-size: 41px;
    color: #f8b133 !important;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* newsletter */

#main-content-newsletter {
    min-height: 440px;
}

#main-content-newsletter .case-newsletter {
    background-color: white;
    width: 40%;
    margin: 20% auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    border-radius: 15px;
    max-width: 600px;
}




/* footer */
footer .bottomnav {
    background-color: #f8b133;
    text-align: end;
    /*height: 312px;*/
    padding: 0 0 5px 0;
}

footer .cus-footer-box li b {
    color: black;
    font-size: 20px !important;
    font-weight: bold;
}

footer .cus-margin-vertical-xsmall-1 {
    display: none;
}

footer .suivez-nous {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 10px 0 35px 0;
}

footer .footer-banner {
    text-align: center;
    background-color: #FCE0AD;
    height: 205px;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
    /*text-align: center;background-color: #FCE0AD; height: 205px;display: flex;flex-wrap: nowrap;justify-content: space-evenly;align-items: center;*/
}

footer .footer-banner p {
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

footer input.w3-input-footer::placeholder {
    color: white;
}

footer .validation-footer {
    -webkwit-appearance: auto;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 10px;
    width: 46px;
}

footer .logo-mini {
    padding-bottom: 15px;
}

footer .cus-footer-box p {
    line-height: 2.20;
    font-size: 16px;
}

footer .cus-footer-box {
    display: flex;
    justify-content: center;
    line-height: 2.2;
}

footer .cus-footer-box form {
    margin-top: 8px;
}

footer .cus-footer-box .w3-input-footer {
    width: 218px;
    padding: 2.6px 15px;
}

footer .cus-footer-box .validation-footer {
    padding: 2.6px 0;
}

footer .cus-margin-vertical-xsmall {
    font-size: 16px;
    display: inline-flex;
}

footer .offset-lg-1 {
    margin-left: 97px;
}

footer .col-lg-4 {
    width: 28%;
}

@media (min-width: 1101px) and (max-width: 1365px) {
    #topnavbar #imageNav {
        margin: -26px 0 0 25px;
    }
}

@media (max-width: 375px) {

    .recrutement .w3-bar div.job {
        flex-direction: column;
        align-items: center;
    }

    .progress-box .progress-graph {
        display: flex !important;
        flex-direction: column;
        justify-content: space-evenly !important;

    }

    .progress-box .progress-arrows .current {
        display: none !important;
    }

}

@media (max-width: 992px) {

    #main-content-newsletter .case-newsletter {
        margin: 42% auto 0;
        width: 80%;
    }

    /* body{background-size: initial !important;} */
    #post-brochure .item-dl a {
        width: 90% !important;
    }

    .astuce-box-contact {
        width: 95%;
    }

    #recrut-form {
        padding: 15px 15px;
    }

    #topnavbar .w3-dropdown-click,
    #topnavbar .w3-dropdown-hover {
        display: none;
    }

    nav #topnavbarmenu {
        justify-content: flex-start;
        z-index: 100;
        margin: 0 0 30px 20px !important;
    }

    nav .w3-theme-d3 {
        height: 86px;
    }

    nav .connection {
        display: none;
    }

    nav #imageNav a {
        display: flex;
        justify-content: center;
        z-index: 101;

    }

    nav #imageNav {
        top: 17px;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #topnavbarmenu .w3-button:active {
        background-color: #ffffff !important;
        border-bottom: 5px solid #ffffff;
    }

    /*
     nav .w3-theme-dark {background-color: #ffffff !important; color: rgb(0, 0, 0) !important;}
 */

    /*  category post  */

    .listItem {
        display: block;
        height: 460px;
        width: 360px;
        background-color: #d2d2d2
            /*w3-theme-l4*/
        ;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .resa-cancel {
        margin: -20px -20px 0 0
    }

    footer .footer-sm .bottomnav .row:first-child {
        margin: 0 0 !important;
        --bs-gutter-x: 0 !important;
        display: flex;
        justify-content: center;

    }

    footer .cus-footer-box li {
        text-align: center;
    }

    footer .cus-footer-box p {
        line-height: 1.25;
    }

    footer .cus-footer-box img {
        width: 53px;
    }

    footer .bottomnav {
        padding: 75px 0;
    }

    footer .bottomnav .cus-footer-box {
        margin-top: 25px;
        margin-bottom: 0;
    }

    footer .footer-banner {
        display: inline-table;
        padding: 68px 0;
    }

    footer .footer-banner .logo-mini {
        width: 36.6px;
    }

    footer .offset-lg-1 {
        margin-left: 0px;
    }

    footer .col-lg-4 {
        width: 100%;
    }

    footer .footer-sm {
        width: 100% !important;
    }



}


@media (max-width: 1024px) {

    /*body {
        background-size: contain;
    }*/

    .centres-home {
        height: 100%;
        width: 100%;
    }

    #p21 .entry-content {
        width: 100% !important;
        padding: 0px 5% 0px 5%;
    }

    .content-stage-text {
        width: 100% !important;
    }

    .content-sejour .container {
        width: auto;
        padding: 20px;
        padding: 20px;
        max-width: 100%;
    }

    .brochure-content a {
        margin: 290px auto -90px auto;
    }

    .brochure-content h3 {
        margin: -70px 40px;
    }

    .content-sejour .liens-content {
        padding: 150px 0 90px 0px !important;
        display: flex;
        align-items: center;
    }

    .content-sejour .liens-content span {
        margin: 0 !important;
    }

    .login .title-contact {
        padding: 0 5% 0 5%;
    }

    .astuce-box-contact {
        width: 80%;
    }

    footer .footer-sm .bottomnav .row:first-child {
        margin: 0 0 !important;
        --bs-gutter-x: 0 !important;
    }

    footer .offset-lg-1 {
        margin-left: 0;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 22.7% !important;
    }

    .contactme {
        margin-bottom: 0px;
    }

    #post-brochure .item-dl a {
        width: 30%;
    }

    /*body{background-size: initial !important;}*/
    /*RG20211216*/

    nav #topnavbarmenu {
        margin: 0 0 0px 20px;
    }

    nav .connection .phone {
        margin-right: 0;
    }

    nav .material-icons {
        font-size: 40px;
    }

    nav #imageNav img {
        width: 100%;
    }

    .mc-content .w3-bottombar {
        width: 85%;
    }

    /* .astuce-box-p{padding: 20px !important;}*/
    .astuce-box {
        width: 100%;
        padding-left: 140px;
    }

    .badge-inscri {
        width: 85%;
    }

    .contact-button-email {
        padding: 30px 110px 38px 0;
    }

    .content-contact {
        padding: 30px 5%;
    }

    .content-contenue {
        padding: 30px 5%;
    }

    .insc-resa-menu {
        width: 90%;
    }

    .border-tunnel {
        width: 70%;
        left: 15%;
    }

    .tunnel-form {
        width: 90%;
    }

    .marge-titre {
        padding-top: 25px;
        padding-bottom: 110px;
    }

    .form-error {
        background: #f8b133 !important;
        font-weight: 500 !important;
        padding: 5px 10px !important;
    }

    /*  page contact */

    .content-contact {
        display: flex;
        flex-direction: column;
    }

    .content-contenue {
        display: flex;
        flex-direction: column;
    }

    .content-sejour {
        flex-direction: column;
        padding: 25px 0 55px 0;
    }

    .centres-home h3 {
        text-align: center;
    }

    .carousel-block h3 {
        text-align: center;
    }

    .brochure-home.content-sejour {
        flex-direction: column;
        padding: 80px 0 0px 0;
        width: 100%;
        margin-bottom: 25%;
    }

    .brochure-home .brochure-content {
        width: 100%;
        margin: 0px auto;
        max-width: 95%;
    }

    .brochure-home .brochure-content h3 {
        margin: 55px 40px 35% 40px !important;
    }


    .brochure-home .brochure-content img {
        position: absolute;
        z-index: 0;
        width: 100%;
        top: 0;
        height: AUTO;
    }

    .brochure-content {
        margin-top: 0px;
    }

    .content-form {
        padding: 0 0;
    }

    .brochure-content {
        width: 100%;
        margin: 160px 0 0 45px;
        max-width: 90%;
    }

    .brochure-content img {
        width: 81%;
    }

    .mc-content .w3-bottombar-compte {
        width: 100%;
    }

    .mngDossiers {
        width: 90%;
    }


}

@media (max-width: 569px) {


    .recrutement .w3-bar div.job {
        display: flex;
        justify-content: space-around;
    }

    .recrutement .w3-bar div.texte {
        width: 100% !important;
    }

    .recrutement .w3-bar div.tchek-on{
        width: 100% !important;
    }

    .sous-title{
        padding: 15px 0 10px 15px;
    }

    .recrutement .w3-bar div.tchek {
        display: flex;
        flex-direction: column;
    }

    .recrutement .w3-bar div.texte input {
        width: 100% !important;
    }

    .brochure-home.content-sejour {
        padding: 0 0;
    }

    .brochure-home .brochure-content img {
        height: 130%;
    }

    nav #imageNav a {
        display: flex;
        justify-content: center;
        z-index: 101;
        width: 60%;
        margin: 5px 0 0 20px;
    }
}

@media (max-width: 410px) {

    #main-content-newsletter .case-newsletter {
        width: 90%;
    }

    #main-content-newsletter .case-newsletter .w3-amber{
        width: 75%;
    }

    .title-ariane {
        padding: 17% 10% !important;
        text-align: center;
    }

    nav #imageNav {
        width: 100%;
        /*margin: 5px 0 0 55px;*/
    }

    nav #imageNav a {
        /* width: 80%;*/
        margin: 6px 0 0 20px;
    }
}

/*
.disconnect-top .text {
    display: none;

}*/

.details {
    display: flex;
    flex-direction: column;

}


@media (max-width: 1100px) {
    .progress-box {
        display: flex !important;

    }

    .progress-box .progress-graph {
        display: flex !important;
        flex-direction: column;
        justify-content: center;

        /*margin-top: 10px;
         margin-bottom: 50px;*/

    }

    .progress-box .progress-chunk .checked {
        height: 10px;
        width: 5px !important;

    }

    .mngDossiers .dossier .progress-chunk.checked {
        background-color: #f8b133 !important;
        width: 3px !important;

    }

    .progress-box .progress-labels {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        width: 30% !important;

    }

    .progress-box .progress-info {
/*
        width: 40% !important;
*/
    }

    .progress-box .progress-arrows .current {
        border-right: 20px solid #e1e1e1 !important;
        border-bottom: 25px solid transparent !important;
        border-top: 25px solid transparent !important;
        margin-top: 20px !important;

    }

/*
    .progress-box .progress-label-text {
        width: auto !important;

    }
*/
    .progress-box .progress-label {
        width: auto !important;

    }

/*
    .progress-box .progress-info.info_step3 {
        width: 55% !important;
        height: fit-content;
        margin-top: 20% !important;

    }

    .progress-box .progress-info.info_step2 {
        width: 55% !important;
        height: fit-content;
        margin-top: 20% !important;
        padding: 15px 20px !important;

    }

    .progress-box .progress-info.info_step3 {
        margin: auto 0 !important;

    }

    .progress-box .progress-info.info_step2 {
        margin: auto 0 !important;

    }
*/

    .progress-box .progress-info .actions a {
/*
        width: 100%;
        padding: 20px 0 !important;
*/
    }
}

@media (max-width: 600px) {

    .enfant-ombre-content {
        display: none;
    }

    #p21 .entry-content p:first-child strong {
        font-size: 24px !important;
    }

    #p21 .entry-content strong {
        font-size: 17px !important;
    }

    .brochure-content a {
        margin: 40px auto 0 auto !important;
    }

    .brochure-content {
        margin: 70px 0 -70px 0 !important;
    }

    .dc-atysComptes .login {
        width: auto !important;
        margin: 10px auto 0 !important;
    }

    .login .title-contact {
        font-size: 30px !important;
    }

    .disconnect-top .text {
        display: none;
    }

    .details {
        display: flex;
        flex-direction: column;
    }
}


@media (max-width: 768px) {

    /*.mngDossiers input{
        border: 1px solid black;
        padding: 10px 0px;
    }*/


    .mngDossiers {
        width: 100%;
        padding: 50px 0 120px 0;
    }

    .title-ariane {
        font-size: 35px;
        padding: 17% 0.5px;
    }

    .astuce-box {
        padding: 20px;
    }

    /*.astuce-box-p {padding: 0 20px !important;}*/

    .entry-title {
        padding: 20px !important;
    }

    .mc-content .w3-bottombar {
        width: 100%;
    }

    .badge-inscri {
        width: 95%;
    }

    .contact-button-email {
        padding: 30px 85px 38px 0;
    }

    .content-contact {
        padding: 30px 5% 99px 5%;
    }

    .content-contenue {
        padding: 30px 5% 99px 5%;
    }

    .brochure-content {
        width: 100%;
        margin: 135px 0 0 0;
    }

    .brochure-home .brochure-content {
        width: 100% !important;
        margin: 0 auto;
        max-width: 95% !important;
    }

    .brochure-content h3 {
        margin: 0 0 0 30px;
    }

    .brochure-content a {
        margin: 240px auto 0 auto;
        padding: 26px 0;
    }

    .brochure-content img {
        width: 90%;
    }


    .liens-content {
        /*margin: 110px 0 -175px 0;*/
        padding: 0 0 17px 0 !important;
    }

    .content-sejour .container {
        margin: 50px 0;
    }

    .content-sejour {
        flex-direction: column;
        padding: 25px 0 55px 0;
    }

    .col-content {
        text-align: center;
        align-items: center;
    }

    .form-title {
        font-size: 25px;
    }

    .button-email {
        font-size: 15px;
    }

    .resa .astuce-box {
        padding: 60px;
    }

    .marge-titre {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .contactme {
        margin-bottom: 0px;
    }

    .centre-loisir .listItem {
        width: 90%;
    }

    .progress-box {
        display: flex;
        flex-direction: row;
    }

    .progress-box .progress-labels {
        display: flex;
        flex-direction: column;
        width: 25%;
        justify-content: space-around;
    }

/*
    .progress-box .progress-labels .progress-label-text {
        width: auto;
    }
*/
    .progress-box .progress-labels .progress-label {
        width: auto;
    }

}

/*
@media (min-width: 769px) {
    .content-sejour .liens-content {
        position: absolute;
        right: 20px;
        margin-top: 205px;
    }
}*/

@media (max-width: 1440px) {
    .mc-content .w3-bottombar .entry-title {
        padding: 29px 30px 18px 63px;
    }

    /*.entry-content p {
        margin: 0 35px 0 0 !important;
    }*/
}

@media (min-width: 1900px) {
    .contact-button-email {
        padding: 30px 120px 38px 0;
    }

    #dvIdPaper .depose-entry {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;

    }

    #dvIdPaper .depose-entry button {
        margin: 20px 0 -5px 0 !important;

    }

    #dvIdPaper label {
        height: 100% !important;

    }

    .participation form button {
        margin-bottom: 15px;

    }

/*
    .msgAccueil .user-auth {
        font-size: 15px !important;

    }

    .msgAccueil p {
        font-size: 15px !important;

    }
*/

/*
    .msgAccueil H3 {
        font-size: 25px !important;
        padding: 5px 0 15px 0 !important;

    }
*/
}


@media (max-width:767px) {


    .carousel-item .card-img {
        object-fit: cover;
    }

    .border-tunnel {
        display: none;
    }

    .insc-resa-menu {
        display: flex;
        flex-direction: column;
    }

    .insc-resa-menu .cus-toggle-resa {
        display: none;
    }

    .insc-resa-menu .cus-active {
        display: flex;
        width: 80%;
        margin: 0 auto;
    }

    .form-box {
        padding-left: 20px;
    }

    .inscrit-box-h3 {
        padding: 20px 20px 0 20px;
    }

    .email-input {
        margin: 15px 20px !important;
    }

    .contact-button-email {
        padding: 0 0px 20px 0;
        display: flex;
        justify-content: center;
    }

    .sous-form {
        flex-direction: column;
    }

    .sous-form .form-label {
        width: 100%;
    }

    .form-button {
        display: flex;
        justify-content: flex-end;
    }

    .form-button .button-retour {
        margin: 15px 0;
    }

    .form-button .button-valid {
        margin: 15px 10px;
    }

    .resa .astuce-box {
        padding: 30px;
    }

    .resa-cancel {
        margin: 5px 0px 0 0;
        color: #000000;
        background-color: white;
    }

    #insc-resa-start-card .entry-title {
        padding: 10px 10% !important;
    }

    .entry-title {
        padding: 20px 10px 71px 10px !important;
    }

    footer .general-mention {
        font-size: .8rem
    }


}

/* fin ajout de cyril */

.intro {
    display: none;
}

.title-home {
    color: white;
    font-size: 50px;
    font-weight: bold !important;
    text-align: center;
    padding: 15% 25%;
    font-family: 'roboto', sans-serif;
    text-shadow: 3px 5px 5px #0e0e0e;
}

.content-home .liens-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.content-home .liens-content span {
    margin-top: -10px;
    font-size: 22px;
    font-weight: bold;
}

.content-home .lien-logo {
    display: flex;
    margin-top: 10px;
}

.post-excerpt {
    display: none;
}

#p8 .un {
    display: none;
}

#p4 .entry-content {
    width: 70%;
    /*padding: 0px 20px 0px 0px;*/
}

#p21 .entry-content {
    width: 60%;
    /*padding: 0px 20px 0px 0px;*/
}

.entry-content {
    color: #000000;
    /*margin: 0 20px 0 0;*/
}

.entry-content p strong {
    line-height: 5;
}

.un .entry-content p {
    text-align: justify;
    margin: 0 30px 0 0;
}

.entry-content p {
    margin: 0 20px 0 0;
}


.content-contact .entry-content h3 {
    color: #f8b133;
    font-size: 40px;
    font-weight: bold;
    margin: 0 20px 15px 0;
}

.content-contact .entry-content h4 {
    font-size: 15px;
    margin: 0 0;
}

/* ERROR 404*/
.dc-404 .mc-content {
    width: 90%;
    max-width: 600px;
    margin-top: 134px;
    padding: 16px;
    border-radius: 10px;
    background-color: #fff
}





/****
  *  Blogs Page CUSTOMIZING
  ****/


/* login form */

#blogLoginForm {
    display: inline-block;
    float: left;
    position: relative;
    width: 260px;
    height: 250px;
    padding: 120px 16px 0px 16px;
    margin: 16px 16px 16px 0;
    font-size: 0;
    border-radius: 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    background: url(/public/boites/blogs/cesl-bg-box-blogs.jpg) no-repeat 35% -15px #7A4D2C;
}

#blogLoginForm label {
    display: inline-block;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

#blogLoginForm label:nth-of-type(1) {
    margin-right: 8px;
}

#blogLoginForm input {
    display: block;
    width: 110px;
    border: 0;
    padding: 4px;
    border-radius: 6px;
    margin: 0 0 8px 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    color: #333333;
    font-size: 1.2rem;
}

#blogLoginForm input:hover,
#blogLoginForm input:focus {
    color: #000000;
}

#blogLoginForm input[type=submit] {
    margin: 8px auto 0px auto;
    width: 140px;
    background: #E27E3B;
    color: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    /*padding:8px;*/
}

#blogLoginForm input[type=submit]:hover,
#blogLoginForm input[type=submit]:focus {
    background: #E4762B;
    color: #ffffff
}

#blogLoginAlert,
#blogLoginError {
    position: absolute;
    top: 60px;
    left: 20px;
    display: block;
    width: 220px;
    padding: 4px 8px;
    font-size: .9rem;
    color: #e34041;
    border-radius: 10px;
    background: #ffffff;
    border: 4px solid #e34041;
    text-align: center;
}

#blogLoginForm.oddn {
    padding-top: 90px
}

#blogLoginForm.oddn label {
    font-weight: 800;
    vertical-align: top
}

#blogLoginForm.oddn input {
    width: 230px;
    height: 30px;
    margin-bottom: 6px
}

#blogLoginForm.oddn #passwordInput {
    width: 130px;
}

#blogLoginForm.oddn a {
    font-size: .9rem;
    line-height: 1rem;
    text-decoration: underline;
    width: 90px;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
    padding: 20px 0 0 4px
}



/*  Nos brochures  */
/* .dc-brochureme .entry-content {display:none;} */
/* #post-brochure {background:#E2F1FF;margin:0 0 8px 0;padding:10px 20px 30px 20px;font-size:12px; */
/*  border-bottom-left-radius:12px;border-bottom-right-radius:12px;} */
/* #post-brochure h3 {font-size:26px;font-weight:400;line-height:1em;margin:30px 0 10px 0; color:#194165;} */
/* #post-brochure-form .post h2.entry-title {margin:10px 0 0 0;border-top-left-radius:10px;border-top-right-radius:10px;}  */
#post-brochure-form form {
    text-align: left;
    font-size: 12px;
}

.dc-brochureme #error-form,
.dc-contactme #error-form,
.dc-recrutme #error-form {
    background: url(../img/cesl-picto-caution.png) no-repeat 12px 50% #FFEBAD;
    padding: 16px 12px 16px 96px;
    /*margin:8px 0;*/
    border-radius: 12px;
    font-size: 1.1em;
}

/*
 .dc-recrutme #error-form {margin-right:8px}
 */
.dc-brochureme #error-form p,
.dc-contactme #error-form p,
.dc-recrutme #error-form p {
    color: #504000;
    font-size: 18px;
    line-height: normal;
    margin: 0
}

.dc-post .broch-form .BrochureChoix {
    display: inline-block;
    width: 200px;
    overflow: hidden;
}

#post-brochure .item-dl {
    text-align: center;
}

#post-brochure .item-dl a {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 16px 6px 16px 6px;
    padding: 20px 8px;
    background-color: #fff;
    border-radius: 16px;
    max-width: initial;
}

#post-brochure .item-dl a:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

#post-brochure .item-dl img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

#post-brochure .item-dl span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em;
    display: inline-block;
    color: #000;
    width: 100%;
}

#post-brochure .item-dl {
    padding: 80px 0 120px 0;
}

.dc-brochureme #post-brochure-form form {
    color: #225B8D
}

.dc-brochureme #post-brochure-form fieldset {
    background: #E2F1FF;
    padding: 15px;
    margin: 12px 0px 8px 0;
    border-radius: 12px;
    border: 0;
    font-size: 1.1em;
}

.dc-brochureme #post-brochure-form legend {
    background: #E2F1FF;
    padding: 4px 10px;
    font-size: 1.2em;
    border-radius: 6px;
    font-weight: bold
}

/* .dc-brochureme #post-brochure-form label {display:inline-block;width:100%;max-width:290px;background:#CDEAF2;padding:3px;margin-top:1px;margin-bottom:5px;vertical-align:top} */
/* 	.dc-brochureme #post-brochure-form input {margin-left:10px;} */
.dc-brochureme #post-brochure-form input[type="submit"] {
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 0;
}

/* .dc-brochureme #post-brochure-form input[type="text"] {margin-bottom:5px;width:100%;max-width:290px;} */
.dc-brochureme #post-brochure-form input[type="radio"] {
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px
}

.dc-brochureme #post-brochure-form input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px
}

.dc-brochureme #post-brochure-form textarea {
    margin-left: 10px;
    width: 500px;
    height: 90px;
}

/* 	.dc-brochureme #post-brochure-form input[type="text"].textshort {width:100px;} */
.dc-brochureme #post-brochure-form .required-field {
    color: #FF4744;
}

.dc-brochureme #post-brochure-form label[for="Brochure"] {
    height: 70px
}

.dc-brochureme #post-brochure-form .BrochureChoix {
    display: inline-block;
    vertical-align: middle
}

.dc-brochureme #post-brochure-form .formsent {
    background: #A4FF9E;
    padding: 15px;
    margin: 0px 0px 8px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #0C540C
}

.dc-brochureme #post-brochure-form .formsent p {
    font-size: 1.3em;
    color: #0C540C
}

.dc-brochureme #post-brochure-form .submit {
    text-align: right
}






/* contact_me defs */


/* .dc-contactme #content, .dc-recrutme #content {display:inline-block;min-height:750px;margin-top:-20px;} */

.dc-contactme .entry-content-wrapper .entry-content h3 {
    color: #2F72B8;
}

.dc-contactme .entry-content-wrapper {
    font-size: 13px;
    padding: 0;
    background: #E0F7FD;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* .dc-contactme .post-content p, .dc-recrutme .post-content p {font-size:14px;margin-bottom:5px;} */
.dc-contactme .entry-content-wrapper form {
    padding: 20px;
}

.dc-contactme .entry-content {
    min-height: 156px;
    margin: 0;
}

.dc-contactme .entry-content h2 {
    display: none
}

.dc-contactme .entry-content h3 {
    font-style: italic;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0;
}

.dc-contactme .entry-content li {
    list-style-type: none;
}

.dc-contactme .entry-content p {
    margin: 0;
}

.dc-contactme .entry-content>ul {
    padding: 0;
}

.dc-contactme .entry-content>ul>li {
    display: inline-block;
    padding: 18px;
    margin-right: 0;
    vertical-align: top;
    height: 140px;
}

.dc-contactme #main-content form {
    color: #F8B133;
}

.dc-contactme #main-content fieldset {
    border: 0;
}

.dc-contactme #main-content legend {
    background: #E0F7FD;
    padding: 4px 10px;
    font-size: 1.2em;
    border-radius: 6px;
    font-weight: normal
}

/* .dc-contactme #main-content label {display:inline-block;width:220px;background:#CDEAF2;padding:3px 10px;margin-top:1px;margin-bottom:5px;vertical-align:top} */
/* .dc-contactme #main-content input {margin-left:8px;font-size:inherit;} */
.dc-contactme #main-content input[type="submit"] {
    font-size: 1.3em;
    font-weight: bold;
}

.dc-contactme #main-content input[type="text"] {
    margin-bottom: 8px;
}

.dc-contactme #main-content textarea {
    height: 240px;
    width: 100%
}

.dc-contactme #main-content input[type="text"].textshort {
    width: 100px;
}

.dc-contactme .required-field {
    color: #FF4744;
}

.dc-contactme .submit {
    text-align: right
}

.dc-contactme #main-content #success-form {
    background: #A4FF9E;
    padding: 15px;
    margin: 0px 0px 8px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #0C540C
}

.dc-contactme #main-content #success-form p {
    font-size: 1.3em;
    color: #0C540C
}



/* recrutme defs */

/* .dc-recrutme #main {font-size:0;background:url(../img/cesl-b70-10x10.png) repeat 0 0 transparent; border-top-left-radius:12px;border-top-right-radius:12px;} */
/* .dc-recrutme #content {width:950px;} */
/* .dc-recrutme #content {display:inline-block;min-height:750px;margin-top:-20px;} */
/* .dc-recrutme .post h2.post-title {margin:8px 8px 0 8px;} */

/* .dc-recrutme #error-form {background: url(../img/cesl-picto-caution.png) no-repeat 5px 5px #FFEBAD; padding:30px 15px 30px 95px;margin:8px 0 8px 8px;border-radius:12px;font-size:1.1em;} */
/* .dc-recrutme #error-form {margin-right:8px} */
/* .dc-recrutme #error-form p {color:#504000;font-size:18px;vertical-align:middle;} */

/* .dc-recrutme .entry-content {margin:0 8px 8px 8px;} */
/* .dc-recrutme .entry-content {padding:10px 20px 30px 20px; font-size:14px; background:#E0F7FD; border-bottom-left-radius:12px;border-bottom-right-radius:12px;} */
/* .dc-recrutme .entry-content p {font-size:14px;margin-bottom:5px;} */
/* .dc-recrutme .entry-content form{color:#225B8D; font-size:.9rem;} */

.dc-recrutme .post h2.post-title {
    /*background:#2A6291; color:#fff;*/
    /*padding:0 20px; border-top-left-radius:8px; border-top-right-radius:8px*/
}

.dc-recrutme .entry-content {
    /*font-size:.9rem;*/
}

.dc-recrutme .entry-content-wrapper {
    min-height: 50px;
    /*background:#E0F7FD;*/
}

*
/*
 .dc-recrutme .entry-wrapper label.cus-lab-xxl {width:100%;}
 */

.dc-recrutme .entry-wrapper form {
    color: #F8B133;
    font-size: .9rem;
}

.dc-recrutme .entry-wrapper fieldset {
    margin: 16px 0;
    background: #E0F7FD;
    border: 1px solid #D1CE8E;
    border-radius: 8px;
    /*padding:16px;*/
    /*white-space:pre*/
}

.dc-recrutme .entry-wrapper legend {
    background: #E0F7FD;
    padding: 4px 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 6px
}

.dc-recrutme .entry-wrapper label {
    display: inline-block;
    width: 160px;
    min-height: 30px;
    padding: 4px;
    margin-bottom: 8px;
    vertical-align: top;
    background: #CDEAF2
}

.dc-recrutme .entry-wrapper label.cus-w-max {
    margin-bottom: 0;
}

.dc-recrutme .entry-wrapper input[type="text"] {
    margin-bottom: 8px;
    padding: 0;
    vertical-align: top;
    height: 30px;
    width: 100%;
    max-width: 270px;
}

.dc-recrutme .entry-wrapper input[type="file"] {
    width: 100%;
}

.dc-recrutme .entry-wrapper input[type="submit"] {
    font-size: 1.6em;
    font-weight: bold;
    white-space: normal;
    width: 100%;
    max-width: 360px;
}

.dc-recrutme .entry-wrapper nobr {
    vertical-align: top;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    display: inline-block
}

.dc-recrutme .entry-wrapper input[type="radio"] {
    vertical-align: text-top;
    margin-left: 8px
}

.dc-recrutme .entry-wrapper label+nobr input[type="radio"] {
    margin-left: 0
}

.dc-recrutme .entry-wrapper textarea {
    margin-bottom: 8px;
    width: 100%;
    height: 90px;
}

.dc-recrutme .entry-wrapper input[type="text"].textshort {
    width: 100%;
    max-width: 106px
}

.dc-recrutme .entry-wrapper .required-field {
    color: #FF4744;
}

.dc-recrutme .entry-wrapper .inputWithNote {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: normal;
    margin-bottom: 8px;
}

.dc-recrutme .entry-wrapper .inputWithNote input {
    display: block;
    margin-bottom: 0
}

.dc-recrutme .entry-wrapper .inputWithNote span {
    font-size: .85em
}

@media (max-width:962px) {
    .dc-recrutme .boxes300 {
        display: none
    }
}

@media (max-width:1100px) {


    nav #topnavbarmenu {
        margin-right: 25px;
    }

    nav #topnavbarmenu a.w3-button {
        font-size: 15px !important;
        padding: 9px 6px;
    }

    #imageNav {
        margin: auto 0 11px 19px;
        top: 10px;
    }
}



/* search defs */

#search {
    position: absolute;
    top: 0px;
    right: 94px;
    z-index: 16000;
}

#search fieldset {
    border: 0;
    /*background:#276AA1;*/
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
}

#search p {
    font-size: 0;
}

#search input {
    display: inline-block;
    vertical-align: middle;
    color: #F8B133;
    border: 0;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#search input[type="text"] {
    width: 174px;
    padding: 0 5px 0 5px;
    color: #aaa;
    height: 24px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#search input[type="text"]:focus {
    color: #F8B133;
}

#search input[type="submit"] {
    width: 20px;
    height: 24px;
    font-size: 0;
    text-transform: uppercase;
    background: url(../img/cesl-ico-loupe-20.png) no-repeat 50% 50% #FFFFFF;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ui-autocomplete {
    z-index: 16000;
}


/* searchpage */

.dc-search {}

.dc-search #content-search-resu {
    display: inline-block;
    min-height: 750px;
    padding-bottom: 8px;
    vertical-align: top;
    text-align: left;
    margin-left: 12px;
}

#content-search-resu .search a.entry-content .post-image {
    width: 70px;
}

#content-search-resu .search a.entry-content .entry-title h2 {
    font-size: 19px;
}


.dc-search .mc-content {
    min-width: 324px;
}

.dc-search .mc-content #content-search-resu {
    max-width: calc(100% - 336px)
}

/* 3336+8 ?   */
.dc-search .mc-content .post {
    width: calc(100% - 12px);
    margin-left: 0
}

.dc-search .mc-content .boxes300 {
    float: none !important
}

.dc-search .mc-content .boxes300>ul {
    width: 100%
}


.dc-search #content-info h2 {
    background: #222;
    margin: 0 0 8px 0;
    font-size: 26px;
    padding: 0 10px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.search {
    position: relative;
    margin: 8px 0 0 8px;
}

.search a.entry-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    padding: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.search a.entry-content:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.search a.entry-content .post-index {
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 5px;
    background: #A5C7E5;
    font-size: 18px;
    color: #fff;
    padding: 0 6px;
    border-radius: 20px;
}

.search a.entry-content .post-image {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 120px;
    overflow: hidden;
}

.search a.entry-content .post-image img {
    display: none;
}

.search a.entry-content .entry-title {
    position: relative;
    display: inline-block;
    background: #E2F1FF;
    vertical-align: top;
    padding: 10px 30px 10px 10px;
    height: 120px;
    width: 74%;
}

.search a.entry-content:hover .entry-title {
    background: #F7FBFF;
}

.search a.entry-content p {
    font-size: 14px;
    font-weight: 800;
    color: #F8B133 !important;
    /*padding-top:2px; position:absolute;*/
    bottom: 10px;
    left: 10px
}

.search a.entry-content h2 {
    font-size: 24px;
    font-weight: 400;
    color: #F8B133 !important;
    line-height: 1em;
}

.search a.entry-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #F8B133 !important;
    line-height: 1em;
    padding: 0
}

.search .post-info {
    position: absolute;
    display: block;
    bottom: 4px;
    right: 24px;
    padding: 0;
    background: transparent;
}

.search .post-info a {
    display: inline-block;
    padding: 0px 6px;
    font-size: 1em;
    line-height: 1.4em;
    margin-left: 4px;
    background-color: #4F4F4F
        /*#2767A1*/
    ;
    color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    font-size: .8rem;
}

.search .post-info a:hover {
    background-color: #606060
        /*#327CBC*/
    ;
}



/* DEBUT section CSS "nettoyée" */

.listItem {
    display: inline-block;
    margin: 14px 10px;
    height: 450px;
    width: 440px;
    background-color: #d2d2d2
        /*w3-theme-l4*/
    ;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /*display:inline-block; margin:0 0 6px 0; width:100%; background-color:#d2eafd/*w3-theme-l4*/
    ;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.listItem .post-image {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    font-size: 0;
    overflow: hidden
        /*TODO : regler comportement imageresize coté js/css puis suppr overflow */
    ;
}

.listItem .post-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 24px;
}

/*
 #content-search-resu .listItem .post-title {width: calc(100% - 90px);}
 */

.listItem .entry-content {
    margin: 0
}

.listItem h2 {
    font-size: 28px
}

.listItem h3 {
    font-size: 22px
}

@media (max-width:700px) {
    .brochure-home .brochure-content h3 {
        margin: 45px 0 30% 0 !important;
    }
}

@media (max-width:600px) {
    .listItem .post-title h2 {
        font-size: 19px;
    }

    .form-check-inline {
        display: inline-block;
        margin-right: 0 !important;
    }

    #filters-content label {
        margin: 0 0 0 0 !important;
    }

    /*
    body {
        background-size: 168%;
    }*/
    .content-sejour .container {
        margin: 0px auto;
    }

}

@media (max-width:600px) {
    .listItem .post-title h3 {
        font-size: 17px;
    }
}


.listItem p {
    font-size: .9em;
    padding-top: 4px
}

.listItem h2,
.listItem h3,
.listItem p {
    line-height: 1.1em;
    margin: 0 !important;
}

.listItem .s-index {
    position: absolute;
    line-height: 0;
    top: 50%;
    right: 30px;
    font-size: 50px;
    text-align: right;
    opacity: 0.2;
}

.listItem a {
    display: flex;
    /*background-color: #E2F1FF;*/
    flex-direction: column;
    align-items: center;
    height: 450px;
}

.listItem a .triangle1 {
    position: absolute;
    top: calc(50% - 10px);
    right: -90px;
    width: 200px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    transform: rotate(90deg);
    transform-origin: left middle;
}

.listItem a.printemps .triangle1 {
    background-color: #F8B133;
}

.listItem a.ete .triangle1 {
    background-color: #F8B133;
}

.listItem a.automne .triangle1 {
    background-color: #F8B133;
}

.listItem a.hiver .triangle1 {
    background-color: #F8B133
}

/* FIN section CSS "nettoyée" */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #f8b133;
    background: #f8b133;
    font-weight: normal;
    color: #fff;
}



/* doc download page */
#dlFilesBox,
#dlSejTitre-button,
#dlSejSaison-button {
    margin: 10px;
}


/* inscription page */

.entry-content-bis {
    background: white;
    margin-top: -20px;
    padding-bottom: 20px;
    margin-bottom: -40px;
}

.w_help {
    min-width: 0px !important;
}

.dc-atysComptes .entry-content .frm-default {
    margin-top: -15% !important;
    width: 100% !important;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btnRefresh {
    background: url(index.php?pf=atysCommon19/css/images/refresh.png) no-repeat;
    cursor: pointer;
    border: none;
    width: 36px;
    height: 36px;
}


.dc-atysComptes .entry-wrapper {
    width: 100%;
}

.dc-atysComptes .entry-content .frm-message {
    padding: 7% 0 0 0;
    width: 369px;
    margin: auto;
}

/* added by RG on 20191227 */
#comments {
    text-align: left
}

#comments dd {
    font-size: 1em;
    margin: 0 0 24px 0;
    display: block;
    position: relative;
}

#comments dd .comment_bubble {
    margin-top: 15px;
    padding: 27px 57px 27px 24px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    background: #e1e1e1;
    color: #fff
}

#comments dd .comment_bubble .comment_title {
    color: black;
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 4px
}

#comments dd .comment_bubble .comment_content {
    font-size: 16px;
    color: black;
}

#comments dd .comment_bubble p {
    margin: 0
}

#comments dd .comment_bubble p,
#comments dd .comment_bubble p span {
    font-family: Nunito, arial, sans serif !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

#comments dd .comment_author {
    width: 220px;
    line-height: 1em;
    font-size: 16px;
    font-weight: normal;
    margin-top: 32px;
    color: #222;
    text-align: center !important;
}

#comments dd .comment_author span {
    /*display:none;*/
    font-size: 16px;
    color: black
}

#comments dd .comment_bubble::after {
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e1e1e1;
    transform: rotate(270deg);
    right: 100px;
    bottom: -30px;
}

#comments dd .comment_author {
    float: right;
    text-align: center;
}

#comments dd.odd .comment_bubble {
    margin-left: inherit;
    background: #fce0ad
}

#comments dd.odd .comment_bubble::after {
    right: auto;
    bottom: -40px;
    border-left: 20px solid #fce0ad;
    transform: rotate(90deg);
    content: "";
    position: absolute;
    border-right: 20px solid #e1e1e100;
    margin-left: 60px;
}

#comments dd.odd .comment_author {
    float: left;
    text-align: center;
}

@media (max-width:600px) {
    #comments dd .comment_author {
        /* width: 50px;*/
    }

    #comments dd .comment_bubble {
        padding: 12px;
        width: 100%;
    }

    .badge-inscri .inscrit-box-h3 {
        margin: auto;
        width: 75%;
        padding: 15px 0;
    }

    #insc-resa-start-form .form-box {
        margin: auto;
        width: 75%;
        padding: 5px 0;
    }

    #insc-resa-start-form .contact-box-email {
        margin: auto;
        padding: 0 0;
        width: 75%;
    }

    #insc-resa-start-form .contact-box-email input {
        margin: 7px 0 !important;
        width: 100%;
    }

    .dc-contactme .entry-content {
        display: block;
    }

    .dc-contactme .entry-content .col-content {
        width: 100%;
    }

    .button-continue {
        margin: 0px auto 25px auto;
        width: 100%;
    }

    .lien-contenue {
        font-size: 16px;
    }

    .dc-atysComptes .entry-content .frm-default {
        margin-bottom: 25px;
    }

    .title-contact {
        font-size: 30px !important;
    }
/*
    .dc-atysComptes .entry-content .frm-default {
        width: 95% !important;
    }*/

    .button-retour {
        width: 100%;
    }

    .button-valid-next {
        width: 100%;
    }

    .button-valid {
        width: 100%;
    }

    .bouton-form {
        width: 100%;
    }


    .resa-cancel {
        margin: 10px 10px 0 0;
    }

    #insc-resa-start-card .entry-title {
        padding: 10px 10px !important;
        margin: 0 0 -30px 0;
    }

    .astuce-box .astuce-box-h3 {
        padding-top: 70px;
    }

}

#comments-main,
#comments-main dl {
    background: transparent;
}

#comments-main {
    font-size: 12px;
}


#cookieChoiceDismiss,
.cookieChoiceDismiss {
    display: block;
    cursor: pointer;
    background-color: #F8B133;
    padding: 4px 8px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin: 8px auto;
    width: max-content;
}

.readonlyfield {background-color: #EDEDED !important;}
