/* GENERAL */

body, html {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background-image: url("../images/opc_entete-background.jpg");
    background-size: 100% 269px;
    background-position: center top 30px;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    font-family: Gotham, Helvetica, Din, Myriad, Arial, Verdana, sans-serif;
    color: #16418a;
    font-size: 14px;
    line-height: 18px;
}

a {
    color: #00a1db;
    text-decoration: none;
}

    a:hover {
        background-color: #16418a;
    }

a img {
    border: none;
}

h1, h2, h3 {
    color: #f9b000 !important;
}

h2 {
    font-size: 30px !important;
    line-height: 36px;
    margin: 0 0 18px 0;
}

h3 /* ATTENTION: CODE A AJOUTER DANS LA STRUCTURE AU NIVEAU DES SOUS-TITRES */ {
    font-size: 15px;
    line-height: 24px;
    margin: 18px 0 12px 0;
    text-transform: uppercase;
}

li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 3px solid #f3f3f3;
}


hr /* ATTENTION: CODE A AJOUTER DANS LA STRUCTURE POUR CREER GROSSES SEPARATIONS GRISES */ {
    display: block;
    width: 100%;
    border: 6px solid #f6f6f6;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* HEADER */

.opc_header /* ATTENTION: CLASS A AJOUTER À LA BALISE <IMG> DE L'IMAGE D'EN-TÊTE */ {
    margin-top: 30px !important;
    width: 100% !important;
}

.barre_superieure /* ATTENTION: CLASS A AJOUTER A LA BALISE <P> + REDUIRE TAILLE TEXTE POUR VISUALISATION SMARTPHONE */ {
    position:fixed;
    z-index: 903;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 6px 9px;
    color: #fff;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #00a1db;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.21);
}

.barre_superieure a {
    text-decoration: underline;
    color: #fff;
}

.barre_superieure a:first-child {
    text-decoration: none;
    color: #16418a;
}

/* CONTENT */

.main_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main_content {
    position: relative;
    z-index: 901;
    margin-top: -39px;
    margin-bottom: 21px;
    padding: 30px 39px;
    border-top: 3px solid #f9b000;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.15);
}

.bouton_nouvel-element /* ATTENTION: CLASS A AJOUTER A LA BALISE <A> + REDUIRE LABELS POUR VISUALISATION SMARTPHONES + LIEN SUR TOUT LE TEXTE */ {
    display: inline-block;
    margin: 6px 0 0 0;
    padding: 9px 18px;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #00a1db;
}

.bouton_nouvel-element:hover {
    background-color: #16418a;
}

.bouton_nouvel-element a {
    color: #fff;
}

.commentaire_selectionnes /* ATTENTION: BALISE <P> A AJOUTER DANS LE CODE AVEC CETTE CLASS */ {
    font-size: 12px;
}

.actions /* ATTENTION: BALISE <SPAN> A AJOUTER DANS LE CODE AUTOUR DE L'ENSEMBLE DES BALISES <IMG> DES ACTIONS */ {
    float:right;
}

.actions img {
    margin-top: -3px;
}

.pictos_actions /* ATTENTION: LIENS TEXTUELS A REMPLACER PAR BALISES <IMG> AVEC CETTE CLASS */ {
    margin-left: 6px;
}

/* PAGINATION */

.pagination /* ATTENTION: CLASS A AJOUTER A LA BALISE <P> */  {
    text-align:center;
}

.pagination_precedent /* ATTENTION: CLASS A AJOUTER A LA BALISE <A> */  {
    float: left;
}

.pagination_liste-professions /* ATTENTION: CLASS A AJOUTER A LA BALISE <A> */ {
    line-height: 24px;
}

.pagination_suivant /* ATTENTION: CLASS A AJOUTER A LA BALISE <A> */  {
    float: right;
}

.pagination_precedent img, .pagination_suivant img {
    margin-bottom: -6px;
}

/* FOOTER */

.footer {
    margin: 0 !important;
    padding: 30px;
    color: #c1c1c1;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* RESPONSIVE POUR VISUALISATION SMARTPHONES */

@media (max-width: 1200px) { 

body {
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
}

}

@media (max-width: 850px) { 

.main_content {
    margin-top: -15px;
}

}

@media (max-width: 600px) { 

body {
    font-size: 14px;
}

li {
    font-size :12px;
}

.barre_superieure {
    text-align: center;
}

}