@font-face {
    font-family: 'Lobster';
    src: url('fonts/Lobster.otf') ;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.ttf') ;
}
body {

    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    text-align:justify;
    font-family:"OpenSans", Arial, Verdana, sans-serif;
    background-color: #fff;
    color: black;/*#555753;*/
    font-size: 14px
}

.titre{
    background-color: black;
    color: white;
    padding: 20px;
    margin-bottom: 20px;

}
h1{
    font-family: "Lobster";
    font-size: 35px;
    font-weight: normal;
    margin: 5px ;

}
h2{

    font-size: 30px;
    font-weight: bold;
    margin: 5px ;
    color:#f39200;
    text-transform: uppercase;
    text-align: left;


}
h3{
    font-family: "Lobster";
    font-size: 25px;
    font-weight: normal;
    margin: 5px ;
    position: relative;
    padding-left: 30px ;
}
h3::before{
    content:"";
    background-image: url("img/fleche.png");
    width: 23px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    left: 0

}
.titre h2{
    /*color:#cc1013;*/
   
}
.titre p{
    font-size: 18px;
}
.titre::before{
    position: absolute;
    bottom: -10px;
    left: 10%;
    border: solid transparent;
    border-width: 10px 10px 0;
    border-top-color: rgba(0, 0, 0, 1);
    content: " ";
}
.photo{
    background-image: url("img/feu580.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-left: 0;
}
.photo a{
    background-color:white;
    color: black;
    padding: 4px;
    position: relative;
}
.photo a::after{
     display : inline-block;
     height : 0;
     width : 0;
     border-top : 13px solid transparent;
     border-bottom : 13px solid transparent;
     border-left : 13px solid white;
     position: absolute;
     right: -13px;
     top: 0;
     content: " ";
}
.titre, .photo{
    float: none;
    display: table-cell;
}
.table{
    display: table;
}
.espace{
    margin-left:15px 
}
li{margin-left:30px;}

tr{
background-color: #ffffff;

}
td {text-align : justify;
padding:8px;
}


form {
    margin-right:0;
    padding:0;
}



/* specific divs */

#container {
    text-align : justify;
    padding:0 30px;

}

/* Classes */
.title_array 
{ 
/*    font-size: 30px;
    text-align:left;
    text-transform: uppercase;
    font-weight: bold;*/
}
.field_mandatory
{
    color:red;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
}
.field_warning
{
    color:white;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
    background-color:red;
}

.header_title
{
    color:#003E98;
    font-weight: bold;
    font-size: 14px;
    text-align:left;
    margin-bottom:20px;
    
    
}

.subtitle
{
    color:#003E98;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
    text-decoration:underline;
    
    
}


.validationButton {
    background: rgba(204, 16, 19, 1);
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    margin:0 auto 10px;
    padding:5px 20px;   
    margin-right:5px;
    margin-top:15px;
    border:0;
    font-weight: bold;
    float: right;
}
.validationButton em{
font-style:normal;

}
.logo_PSP  {
    
    float:right;
    vertical-align:middle;
}
input, textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px
}
#montant_a_jour{
    font-size: 20px;
    font-weight: bold
}
#montant_a_jour::after{
    font-size: 20px;
    font-weight: bold;
    content: "€";
}
.important{
    font-size: 20px;
    font-weight: bold;
}
.message{
    background-image: url("img/feu.jpg");
    background-size: cover;
    background-position: right center;
    height: 100%;
    position: absolute;
    width: 100%;

}
.message p{
    background-color: rgba(0,0,0,0.8);
    color:white;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 20px;
    display: table;
    text-align: center;
    font-size: 20px
}
.form-group{
    margin: auto;
    width: 70%;
    max-width: 900px
}
.align-right{
    text-align: right;
}
thead{
    border-bottom: 1px solid gray;
    font-weight: bold;
    text-transform: uppercase;
}
.red{
    color: rgba(204, 16, 19, 1)
}
/*MOBILE*/
@media (max-width:768px){

    .titre, .photo {
        float: inherit;
        display: inherit;
    }
    .form-group{
    width:100% !important;
    }
    .message p{
        width: 90%;
        font-size: 15px
    }
    
}
@media (max-width:320px){
    .message{
        position: relative;
    }
    .message p{
        position: relative;

    }

}
