#contener #contenu #piecedetache/* CSS Document */


/*************** structure du site  *****************/

body {
    background-image: url(/images/fd.jpg);
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-repeat: repeat-x;
    background-color: #fff;
}

.txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.txt a:hover {
    color: #E54946;
}

#contener #contenu #piecedetache {
    background-image: url(/images/fd-piecedetache.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 450px;
}

#contener #contenu #colonne {
    float: left;
    width: 400px;
}

#contener {
    margin-right: auto;
    margin-left: auto;
    width: 990px;
}

#contener #contenu {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-left: 40px;
}
.contener-flex {display: flex;}
#div-elec, #div-pro {
    width:50%;
}
#contener #contenu2 {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-left: 40px;
}

#colonne2 {
    float: right;
    width: 500px;
}

#colMenu {
    border-right-style: solid;
    border-right-color: #c7c3ba;
    border-right-width: 1px;
    width: 180px;
    float: left;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

#contener #footer {
    background-color: #d8e1e6;
    height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
    padding-top: 4px;
    clear:both;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.barreAdherent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #A80B28;
    height: 40px;
    font-style: italic;
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 0px;
    font: bold;
}

.barreAdherent a {
    color: #DDB86D;
    text-decoration: none;
}

.colMenu {
    border-right-style: solid;
    border-right-color: #c7c3ba;
    border-right-width: 1px;
    width: 180px;
    float: left;
}

.menuHt {
    background-color: #ede3ce;
    width: 180px;
    height: 42px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c7c3ba;
}

.menu1 {
    background-color: #f6f0e2;
    width: 170px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c7c3ba;
    height: 11px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
}

.menu1 a:hover {
    color: #958f82;
}

.menu2 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #C7C3BA;
    height: 11px;
    padding: 2px 5px 5px;
    text-decoration: none;
    width: 170px;
}

#colonne170 {
    background-color: #d8e1e6;
    text-align: center;
    float: left;
    width: 170px;
}

.img_flecheH {
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}

.home_columns {
    display: table;
}

.home_columns .column {
    display: table-cell;
    overflow: hidden;
    width: 50%;
    vertical-align: top;
}

.home_columns .column img {
    max-width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
}

/*.home_columns .column a:hover img,
.home_columns .column a:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/

/* formulaire stage */
#piecedetache.form-stage {
    background-color: #fff;
    padding:30px;

}
#piecedetache.form-stage h1{
    text-align: center;
}

#piecedetache.form-stage section {
    padding:20px;
    margin-bottom:30px;
    background-color: #f5f5f5;
    border:solid 1px #e2e2e2;
}

#piecedetache.form-stage section h2 {
    margin-top: 0px;
    color:#264158;
}

#piecedetache.form-stage section input, #piecedetache.form-stage section label {
    display: block;
}


#piecedetache.form-stage section input {
    padding:12px;
    border:solid 1px #9c9c9c;
    border-radius: 5px;
     color:#636161;
     width:100%;
     box-sizing: border-box;
     margin-bottom: 10px;
     font-weight: 700;
}

#piecedetache.form-stage section label {
    color:#636161;
    font-size: 14px;
    padding-bottom: 3px;
}

#piecedetache.form-stage section input::placeholder {
    color:#c7c7c7;
}

#piecedetache.form-stage section .cont-flex {
    display: flex;
    width:100%;
    margin-bottom:30px;
}

#piecedetache.form-stage section .col-33  {
    width:33%;
    margin-right: 10px;
}

#piecedetache.form-stage section .col-66  {
    width:66%;
    margin-right: 10px;

}
#piecedetache.form-stage section .col-50  {
    width:50%;

}
#piecedetache.form-stage section .col-50:last-child  {
    width:50%;
    margin-left: 30px;

}

#piecedetache.form-stage .ligne div {
    display: inline-block;
}

#piecedetache.form-stage .ligne div:first-child {
    width:65%;
}
#piecedetache.form-stage .ligne div:last-child {
    width: calc(35% - 10px);
}

#piecedetache.form-stage section.formation .col-66 {
    margin-right: 0px;
}


#piecedetache.form-stage  input[type="submit"] {

    padding: 15px 37px;
    display: block;
    background: #1a3750;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

#piecedetache.form-stage form {

    border: solid 1px #264158;
    padding: 15px;
}

#piecedetache.form-stage .mess-error {
    color:#fff;
    background-color:#a80d29;
    padding:20px;
}

#piecedetache.form-stage label.error-lab {
    border:solid 1px #a80e2a;
}
#piecedetache .liste_pdf_detail {
    padding:10px 0px;
    margin-left:280px;
}
#piecedetache .liste_pdf_detail p {
    font-size:12px;
    padding:2px;
    margin:0;
}
#piecedetache .liste_pdf_detail a:link, #piecedetache .liste_pdf_detail a:visited {
    text-decoration: none;
    color:#000;
}
#piecedetache .liste_pdf_detail a:hover {
    text-decoration: underline;
}
#piecedetache table.tableauListe td {padding:3px 2px;}
#piecedetache table.tableauListe td.noborder {padding:0; margin:0; border-top:none;}