*
{
    margin: 0;
    padding: 0;
}
#polices
{
    font-family: 'Oxygen', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Overpass', sans-serif;
    font-family: 'Paytone One', sans-serif;
    font-family: 'Cagliostro', sans-serif;
}

/* SECTIONS DES PAGES ---------------------------------------------------------------------------------------------- */

.centralicp
{
    border: 2px solid #F4F6F7;
    border-radius: 6px;
    background-color: lightgray;
} 
.imghautdroit
{
    float: right;
    margin-right: 1px;
    margin-top: 1px;
} 

.pied
{ 
    margin-top: 3px;
    background-color: #F4F6F7;
    border: 1px solid rgb(81, 90, 147);
    border-radius: 6px;
}
.pourform
{ 
    background-color: #DDD8CC;
    /*background-color: #E6E4F5;*/
    padding-left: 25px;
    padding-top: 34px;
    color: grey;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
}
.pol1
{
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    color: grey;
}
.pol18
{
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    color: grey;
}
.pol19
{
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    color: darkslategrey;
}
.pol195
{
    font-size: 10px;
    font-family: 'Oxygen', sans-serif;
    color: gray;
}
.bl
{
    color: #2B4864;
}
.pol11
{
    font-size: 17px;
    font-family: 'Oxygen', sans-serif;
    color: grey;
    margin-left: 18px;
}
.pol12
{
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    color: grey;
    margin-left: 18px;
}
.pol2
{
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    color: grey;
    margin-left: 14px;
}
.pol2bleu
{
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    color: steelblue;
    margin-left: 14px;
}
.credit
{
    font-size: 12px;
    color: grey;
    margin-top: -15px;
    margin-left: 14px;
}

/* TITRES ET AUTRES CLASS ---------------------------------------------------------------------------------------------- */


#logo
{
    font-size: 33px;
    
    font-family: 'Cagliostro', sans-serif;
    font-style: normal;
    color: rgb(81, 90, 147);
    margin-bottom: 5px;
}    
#titreGd
{
    font-size: 28px;
    font-family: 'Oxygen', sans-serif;
    font-style: normal;
    color: rgb(81, 90, 147);
}    
#titreMoy
{
    font-size: 23px;
    font-family: 'Oxygen', sans-serif;
    font-style: normal;
    color: rgb(81, 90, 147);
}    
#titrePt
{
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    font-style: normal;
    color: rgb(81, 90, 147);
}    


/* BTN et A href ---------------------------------------------------------------------------------------------- */

a
{ 
    text-decoration: none;
} 
.boutvers
{
    background-color: #909FA9;
    height: 19px;
    width: 35px;
    text-align: center;
    color: white;
    border: 1px solid white;
    display: inline-block;
    padding: 0px 2px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;    
}
.boutvers:hover
{
    background-color: #D2DBE0;
    height: 19px;
    width: 35px;
    text-align: center;
    color: rgb(81, 90, 147);
    border: 1px solid white;
    display: inline-block;
    padding: 2px 2px;
    border-radius: 4px;
    transition: all 0.2s ease-in 0s;    
}
.boutok
{
    background-color: rgb(81, 90, 147);
    text-align: center;
    color: white;
    border: 1px solid white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;    
}
.boutok:hover
{
    background-color: #D2DBE0;
    background-color: ;
    text-align: center;
    color: rgb(81, 90, 147);
    border: 1px solid white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.2s ease-in 0s;    
}
.boutmod
{
    background-color: #D38333;
    text-align: center;
    color: white;
    border: 1px solid white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;    
}
.boutmod:hover
{
    background-color: #E3C5A6;
    background-color: ;
    text-align: center;
    color: rgb(81, 90, 147);
    border: 1px solid white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.2s ease-in 0s;    
}
.boutsup
{
    background-color: #EC4228;
    text-align: center;
    color: white;
    border: 1px solid white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;    
}
.boutsup:hover
{
    background-color: #EAB2A9;
    background-color: ;
    text-align: center;
    color: rgb(81, 90, 147);
    border: 1px solid white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.2s ease-in 0s;    
}




.boutoknnn
{
    background-color: #5ab6f5;
    height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top: 5px;
    margin-left: 100px;
    padding: 2px 5px;
    border-radius: 6px;
    transition: all 0.3s ease-in 0s;    
}
.boutoknnn:hover
{
    background-color: lightblue;
    height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: gray;
    border: 1px solid white;
    display: inline-block;
    margin-top: 5px;
    margin-left: 100px;
    padding: 2px 5px;
    border-radius: 6px;
    transition: all 0.3s ease-in 0s;    
}

#boutoncommander
{
    background-color: #E68122;
    height: 35px;
    width: 130px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    padding: 6px 5px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
    
}
#boutoncommander:hover
{
    background-color: #F9D6B4;
    height: 35px;
    width: 130px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #6F3D0E;
    border: 1px solid white;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    padding: 2px 5px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;  
}

a
{ 
    text-decoration: none;
    color: gray;
} 

.surli
{ 
    background-color: yellow;
    color: black;
}
#nontraite
{ 
    background-color: #C6D6F6;
    color: black;
    width: 60px;
}
.etiquette
{ 
    font-style: italic;
    color: darkgrey;
    width: 250px;
    text-align: right;
    padding-right: 17px;
}
.etiquetteGdTxt
{ 
    font-style: normal;
    color: black;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding-right: 0px;
}

.espacerow
{ 
    height: 0px;
    color: white;
}
#admintab1
{
    font-size: 12px;
} 
thead
{
    background-color: #C6D6F6;
} 
tr
{
    height: 8px;
    max-height: 10px;
} 
.droite
{
    text-align: right;
} 

.tableau
{
    margin-left: 30px;
    margin-right: 30px;
} 
.gauche
{
    text-align: left;
} 
.requis
{
    background-color: floralwhite;
    height: 25px;
    line-height: 15px;
    border: 1px solid orange;
    font-size: 11px;
} 
.nonrequis
{
    background-color: gainsboro;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
} 
.requis2
{
    background-color: #EAF7E6;
    height: 25px;
    line-height: 15px;
    border: 1px solid orange;
    font-size: 11px;
} 
.nonrequis2
{
    background-color: #EAF7E6;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
} 
.coulerreur
{
    background-color: #EFBABA;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
} 



.btnannuler
{
    background-color: gainsboro;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
} 
.btnenregistrer
{
    background-color: orange;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 10px;
} 
.coteacote
{
    border-radius: 0px;
} 
.titrehautgauche
{
    color: lightgray;
    margin-left: 12px;
    margin-top: 15px;
    font-size: 25px;
    font-family: 'Oxygen', sans-serif;
} 
.titrehautdroite
{
    float: right;
    color: lightgray;
    margin-right: 0px;
    margin-top: 18px;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
} 
.titrehautdroite2
{
    float: right;
    color: lightgray;
    margin-right: 0px;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
} 
.normal
{
    color: darkgray;
    padding-left: 0px;
    padding-top: 42px;
    font-size: 17px;
    font-family: 'Oxygen', sans-serif;
} 

.thera
{
    color: floralwhite;
    margin-left: 18px;
    margin-top: 270px;
    font-size: 44px;
    font-family: 'Oxygen', sans-serif;
} 
.thera2
{
    color: floralwhite;
    margin-left: 18px;
    margin-top: 80px;
    font-size: 38px;
    font-family: 'Oxygen', sans-serif;
} 

.errlogin
{
    color: orangered;
    font-style: italic;
} 
.orange
{
    color: orange;
} 
.rouge
{
    color: firebrick;
} 

.fondgris
{
    margin-top: 5px;
    background-color: #F4F6F7;
    height: 200px;
    border: 2px solid #F4F6E7;
    border-radius: 6px;

} 
.fondgris2
{
    margin-top: 5px;
    border-radius: 6px;

} 
.nav-item
{
    font-size: 19px;
} 
.dropdown-item
{
    font-size: 17px;
    color : darkblue;
} 
.iciform
{
    font-size: 14px;
    font-weight: lighter;
    font-style: oblique;
    padding-left: 140px;
} 
label
{
    font-size: 14px;
    font-weight: lighter;
    font-style: oblique;
} 
.boutonsbas
{
    padding-top: 15px;
    padding-left: 0px;
} 
.passouli
{ 
    text-decoration: none;
    transition: all 0.3s ease-in 0.2s; 
} 
.passouli2:hover
{ 
    text-decoration: none;
    margin-top: 430px;
    font-size: 41px;
    color: cornflowerblue;
    transition: all 0.3s ease-in 0.3s; 
} 
.tailleimage
{ 
    width: 60px;
    height: 60px;
} 
.tailleimage2
{ 
    width: 200px;
} 
.blanc
{ 
    color: white;
} 
.tailleenveloppe
{ 
    margin-top: 20px;
    font-size: 37px;
} 
.tailleenveloppe:hover
{ 
    margin-top: 15px;
    font-size: 42px;
    transition: all 0.3s ease-in 0s;    
} 
.bandesousphoto
{ 
    margin-top: 14px;
} 
.date1
{ 
    color: floralwhite;
    font-family: 'Oxygen', sans-serif;
    font-size: 22px;
} 
.sousletitre
{ 
    color: lightsteelblue;
    font-family: 'Oxygen', sans-serif;
    font-size: 22px;
} 
.lienphoto
{ 
    color: #BAAE89;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
} 
.lienphoto2
{ 
    margin-left: 22px;
    margin-top: -8px;
    color: #DBCFB4;
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
} 
.affphoto
{ 
    opacity: 0.6;
    transition: all 0.3s ease-in 0s;    
} 
.affphoto:hover
{ 
    margin-top: -6px;
    opacity: 1;
    transition: all 0.3s ease-in 0s;    
} 
.textesousphoto
{ 
    width: 250px;
    color: gray;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
} 
.rendezvous
{ 
    margin-top: -230px;
    color: floralwhite;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
} 
.boutonrendezvous
{ 
    margin-left: -25px;
    font-family: 'Oxygen', sans-serif;
    font-size: 19px;
    background-color: #B7EAF7;
    height: 50px;
    width: 200px;
    text-align: center;
    color: #4B4944;
    border: 1px solid #DDD8CC;
    display: inline-block;
    padding: 9px 2px;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;    
} 
.boutonrendezvous:hover
{ 
    margin-left: -25px;
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    background-color: #DDD8CC;
    height: 50px;
    width: 200px;
    text-align: center;
    color: white;
    border: 1px solid #E5DAEE;
    display: inline-block;
    padding: 9px 2px;
    border-radius: 25px;
    transition: all 0.3s ease-in 0s;    
} 
.imgpsy
{
    height: 600px;
    width: 100%;
    background-image: url("../IMG/psychedoneacc.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;

} 
.icp
{ 
    height: 50px;
    background-color: #4E4E4F;
    color: #E2E3E5;
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 30px;
    padding-top: 12px;
} 
.espinfo
{ 
    height: 50px;
    background-color: steelblue;
    color: orange;
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 30px;
    padding-top: 12px;
} 

.icplien
{ 
    color: gray;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
} 
.icplien:hover
{ 
    color: midnightblue;
    text-decoration: none;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    margin-left: -7px;
} 

.lookmenu
{ 
    color: red;
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
} 
.retient
{ 
    color: #DBCFB4;
} 
.placebouton2
{
    margin-top: 400px;
    margin-left: 600px;
}

#motlien
{ 
    color: orange;
} 
#motlien:hover
{ 
    color: steelblue;
} 

.uncertainbleu
{ 
    background-color: red;
    color: orange;
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 30px;
} 
.fonddd
{ 
    background-color: bisque;
} 

.titre1
{
    font-size: 25px;
    font-family: 'Paytone One', sans-serif;
    color: chocolate;
}

.titre2
{
    font-size: 20px;
    font-family: 'Paytone One', sans-serif;
    color: #58718A;
}

.texteHarc
{
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    color: gray;
}

.texteHarcM
{
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    color: gray;
    margin-left: 16px;
}

.flechelien
{ 
    color: steelblue;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
} 
.flechelien:hover
{ 
    color: darkorange;
    text-decoration: none;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
} 

