/****
    *
    *	@author [Benoît Hinck]
    *	@copyright [2007]
    *
    *	@pagename : classement-style.css 
    *
    *	@revisions
    *		Le 22/02/2022 : Création
    *		Le 21/08/2023 : Centralisation du canevas dans index-style.css
    *
    ****/
 

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');

/* --------------------  ##  Colonnes principales  ##  -------------------- */
/*.first_col {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.2) 0px 3px 12px;
    padding: 25px;
    position: relative;
    margin: 20px auto;
    width: 90%;
}

.sec_col {
    background-color: white;
    border: 1px solid #E9967A;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.2) 0px 3px 12px;
    padding: 25px;
    position: relative;
    margin: 20px auto;
    width: 90%;
}*/


.first_col {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 400px;
    width: 90%;

    position: relative; /* au lieu de relative */
    padding: 25px;
    margin: 20px auto;
    transform: translate(20%, 60%); /* ajustement */
    z-index: 10; /* pour passer au-dessus */
}
/*.sec_col {
    background-color: white;
    border-color: #E9967A;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 450px;
    width: 650px;

    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10;
}*/

/* ---------------------------  ##  Titres  ##  --------------------------- */
.form-titre  {
	color: CornflowerBlue;
	font-family: Comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	
	text-align: justify;
}

/* ---------------------------  ##  Labels  ##  --------------------------- */
.form-label {
	color: #BDB76B;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-weight: bold;
	margin-left: 20px;
}

/* ---------------------------  ##  Images  ##  --------------------------- */
.img-fluid {
    border-radius: 20px;
    position: relative;
    z-index: 1; /* derrière le formulaire */
}

/* ---------------------------  ##  Bouton  ##  --------------------------- */
.btn-primary {
    background-color: CornflowerBlue;
    border-color: rgb(30, 86, 190);
}

.btn-primary:hover {
    background-color: #c1b688;
    border-color: #c1b688;
}


/* ---------------------------  ##  Champs  ##  --------------------------- */
.form-control {
    background: #fff;
    border: 1px solid #c1b688;
    border-radius: 20px;
    height: 52px;
}

.form-control:focus {
    border: 2px solid #555;
}

/* -------------------------  ##  Responsive  ##  ------------------------- */

@media only screen and (max-width: 600px) {
    .first_col {
        order: 1 !important;
        position: initial;
        transform: none;
        left: 0 !important;
    }

    .sec_col {
        order: 2 !important;
    }
}


/* ---------------------------  ##  Boutons  ##  -------------------------- */
.GrosTitreFirst {
    color: CornflowerBlue;
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    text-align: justify;
}

.SousTitre {
    color: #FF4500;
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-align: justify;
}

.text_first {
    color: CornflowerBlue;
    font-weight: bold;
    font-size: 1.6em;
}

.text_second {
    color: Coral;
    font-weight: bold;
    font-size: 1.6em;
}

/* ---------------------------  ##  Listes  ##  --------------------------- */
ul {
	margin: 0;
}

li.first{
	list-style-image:url(../images/Puce-bleu-30x31.png);
	padding-top: 20px;
}

li.second{
	list-style-image:url(../images/Puce-orange-30x31.png);
}

li#souspuce {
	list-style-image:url(../images/puce02.gif);
	font-size: 14px;
	padding-left: 15px;
}

/* ------------------------  ##  Paragraphes  ##  ------------------------ */
p.Prod_Class {
	color: gray;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 0 2px 0 5px;
	margin-top: 10px;
	text-align: left;
}

/* ------------------------  ##  Tables  ##  ------------------------ */
table#prod_bovins {
    width: 100%;
}

table#prod_bovins th.current {
    background-color: #F99D91;
}

table#prod_bovins th.current a {
    color: gray;
    font-weight: bold;
}
