body{
    background-color:rgb(240,240,240);
    color:#000;
    font-size:13px;
    font-family:"Verdana", Helvetica, Arial, sans-serif;
}

.container-fluid.app{
    max-width:1200px;
}

/********************************/

.decor_navheader_ind{
    padding-top:20px;
    padding-bottom:21px;
    background-color:rgb(90, 0, 116);
    box-shadow:
        0 1px 1px 0 rgba(0,0,0,0.2),
        0 2px 2px 0 rgba(0,0,0,0.19);
}

.logo_layout_site{
    width:85px;
    border-radius:100%;
}

.ultra_top_nav_index li a{
    display:block;
    padding:8px 12px;
    transition: all 0.3s ease-in-out;
    border:1px solid white;
    margin-right:10px;
    background-color:white;
    color:rgb(30,30,30);
    border-radius:5px;
    font-size:13px;
}

.ultra_top_nav_index li a:hover{
    background-color:rgb(90, 0, 116);
    color:white;
}


@media (min-width: 801px) {


    .decor_logs_caption{
        height:600px;
        background-image: url("images/drapeau_pays.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position:relative;
    }


    .ind_logs_shadow{
      position:absolute;
      width:100%;
      height:100%;
      background-color: rgba(22, 34, 57, 0.75);
      z-index:3;
    }


    .decor_ind_logs_text{
      position:absolute;
      width:100%;
      text-align: center;
      z-index:10;
      top: 40%;
      transform: translate(0, -40%);
      color:white;
    }

    .decor_ind_logs_text h3 {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        line-height:1.5em;
    }

    .decor_ind_logs_text h3 span {
        color:yellow;
        font-size: 20px;
    }

    .decor_ind_logs_text h2 {
        font-size: 45px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom:25px;
      }

    .decor_ind_logs_text h2 span {
        font-style: normal;
        color: #B326E7;
        font-weight: 900;
    }

    .decor_ind_logs_text a{
        display:inline-block;
        padding:15px 25px;
        background-color: #04AA6D;
        color:white;
        width:300px;
        max-width:300px;
        border-radius:5px;
        font-size:20px;
    }



}   

@media (max-width: 800px) { 

    .decor_navheader_ind{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        padding-top:10px;
        padding-bottom:11px;
        z-index:10000;
    }

    .ultra_top_nav_index li a span{
        display:none;
    }

    .decor_ind_logs{
        margin-top:75px;
    }

    .sm_ind_logs_caption{
        border:2px solid #04AA6D;
        padding:15px;
        text-align:center;
        border-radius:15px;
    }

    .sm_ind_logs_caption h2{
        font-size:20px;
        margin-bottom:15px;
    }

    .sm_ind_logs_caption h3{
        font-weight:normal;
        margin-bottom:15px;
        font-size:17px;
    }
    .sm_ind_logs_caption h3 span{
        font-size:12px;
        color:red;
    }

    .decor_ind_logs_text a{
        display:inline-block;
        padding:10px 25px;
        background-color: #04AA6D;
        color:white;
        border-radius:5px;
        font-size:16px;
    }

}  

.message_error{
    background-color:red;
    padding:10px 15px;
    color:white;
}
    .decor_ind_main_center{
        margin-top:50px;
        margin-bottom:100px;
    }

    .decor_ind_main_center2{
        margin-top:20px;
        margin-bottom:100px;
    }

    .decor_modules{
        padding:15px;
        border:1px solid rgb(200,200,200);
        min-height:200px;
        position:relative;
        margin-bottom:20px;
    }
    .decor_modules h3{
        font-weight:normal;
        font-size:20px;
        margin-bottom:15px;
    }
    .decor_modules a{
        display:block;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        background-color:#000;
        color:white;
        text-align:center;
        padding-top:15px;
        padding-bottom:15px;
        font-size:17px;
    }

    @media (max-width: 800px) { 

        .decor_ind_main_center2{
            margin-top:70px;
        }

        .decor_modules{
            margin-bottom:20px;
        }

    }


/*********/
.decor_page_titres{
    margin-bottom:20px;
}

.decor_page_titres h1.sm,
.decor_page_titres h2.sm{
    font-size:18px;
}

.decor_page_titres h1.smb,
.decor_page_titres h2.smb{
    font-size:22px;
}

.decor_page_titres h1.sml,
.decor_page_titres h2.sml{
    font-size:27px;
}

.decor_page_titres h1.smx,
.decor_page_titres h2.smx{
    font-size:35px;
}

.decor_page_titres h1.smxx,
.decor_page_titres h2.smxx{
    font-size:55px;
}

.decor_page_login{
    max-width:450px;
    margin:auto;
    background-color:rgb(255,255,255);
    padding:15px;
    box-shadow:
        0 3px 3px 0 rgba(0,0,0,0.2),
        0 5px 5px 0 rgba(0,0,0,0.19);
}

.decor_page_login.parents{
    background-color:rgb(200,255,220);
}


.decor_others_login ul li{
    border-top:none;
    border-left:none;
    border-right:none;
    background-color:transparent;
}
.decor_others_login .acre_others{
    color:rgb(60,60,200);
    font-size:17px;
    display:block;
    width:100%;
    font-weight:bold;
}

.form_login button{
    background-color:white;
    padding:13px 30px;
    width:250px;
    max-width:250px;
}








