@font-face {
    font-family: "OpenSans";
    src: url('OpenSans-Regular.ttf');
}

@font-face {
    font-family: "OpenSans_bold";
    src: url('OpenSans-Bold.ttf');
}

@media print {
    html, body {
        font-size:11px;
        height:auto !important;
    }

    #change_periode, .suppr_repas, .guide_info, .btn_add, #form_signale_recette, #form_note_recette, #form_envois_recette {
        display: none;
    }

    .masque_print {
        display: none !important;
    }

    .affiche_print {
        display: block !important;
    }


    .lundi, .mardi, .mercredi, .jeudi, .vendredi, .samedi, .dimanche {
        font-size:10px;
    }

    .diffusion_repas_matin {
        font-size:10px !important;
        margin:1px !important;
    }

    .diffusion_repas_midi {
        font-size:10px !important;
        margin:1px !important;
    }

    .diffusion_repas_soir {
        font-size:10px !important;
        margin:1px !important;
    }

    .les_repas_du_planning td, .les_repas_du_planning a  {
        font-size:10px;
        font-weight:normal !important;
    }

    .image_recette {
        display:inline-block;
        width:320px;
        margin-right:10px;
    }

    .prelude_recette {
        display:inline-block;
        width:320px;
        vertical-align:top;
    }

    .ingredient_recette {
        width:400px;
        margin:auto;
    }

    .detail_recette {
        width:100%;
    }

}

.corner {
    position:absolute;
    width:166px;
    height:163px;
    background-image:url('../images/corner_votre_recette.png');
    top:-13px;
    right:-13px;
    cursor:pointer;
}

#cadre_diaporama {
    width:100%;
    height:215px;
    overflow: hidden;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:50% 50%;
}

#cache_cadre_diaporama {
    width:100%;
    height:215px;
    position:absolute;
    z-index: 1;
    background-color:#fff;
}

#support_text_diapo {
    height:0px;
    width:100%;
    background-color:rgba(94, 94, 94, 0.6);
    border-top:3px solid #c1c3c1;
    border-bottom:3px solid #c1c3c1;
    margin-top:52px;
    position:relative;
    opacity:0;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.zone_text_diapo {
    position:absolute;
    left:0px;
    top:5px;
    color:#fff;
    font-weight:bold;
    text-shadow: 5px 5px 5px #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    letter-spacing: -1px;
    font-style: italic;
    opacity:0;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.zone_text_diapo_second {
    position:absolute;
    right:0px;
    bottom:5px;
    color:#fff;
    font-weight:bold;
    text-shadow: 5px 5px 5px #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    letter-spacing: -1px;
    font-style: italic;
    opacity:0;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.cadre_notation {
    margin-top:10px;
}

.etoile_jaune_droite {
    display:inline-block;
    margin:0px;
    background-image:url('../images/etoile_jaune_droite.png');
    width:14px;
    height:27px;
    cursor:pointer;
    margin-right:4px;
}

.etoile_jaune_gauche {
    display:inline-block;
    margin:0px;
    background-image:url('../images/etoile_jaune_gauche.png');
    width:15px;
    height:27px;
    cursor:pointer;
}

.etoile_bleu_droite {
    display:inline-block;
    margin:0px;
    background-image:url('../images/etoile_bleu_droite.png');
    width:14px;
    height:27px;
    cursor:pointer;
    margin-right:4px;
}

.etoile_bleu_gauche {
    display:inline-block;
    margin:0px;
    background-image:url('../images/etoile_bleu_gauche.png');
    width:15px;
    height:27px;
    cursor:pointer;
}

.etoile_blc_droite {
    display:inline-block;
    margin:0px;
    background-image:url('../images/etoile_blc_droite.png');
    width:14px;
    height:27px;
    cursor:pointer;
    margin-right:4px;
}

.etoile_blc_gauche {
    display:inline-block;
    margin:0px;
    background-image:url('../images/etoile_blc_gauche.png');
    width:15px;
    height:27px;
    cursor:pointer;
}

.les_repas_du_planning a {
    font-weight:bold;
}

.lundi {
    background-image:url('../images/lundi.jpg');
}

.mardi {
    background-image:url('../images/mardi.jpg');
}

.mercredi {
    background-image:url('../images/mercredi.jpg');
}

.jeudi {
    background-image:url('../images/jeudi.jpg');
}

.vendredi {
    background-image:url('../images/vendredi.jpg');
}

.samedi {
    background-image:url('../images/samedi.jpg');
}

.dimanche {
    background-image:url('../images/dimanche.jpg');
}

html, body {
	position:relative;
	margin:0px;
	font-family:"OpenSans", Arial, sans-serif;
    -webkit-print-color-adjust:exact;
}


img {
    border : none;
}

a {
	text-decoration:none;
}


A IMG {
	border: none;
}

.hide {
	display:none;
}


 
div {

}


h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

.titre_global {
    width:100%;
    border-top: 1px solid #767168;
    border-bottom: 1px solid #767168;
    background-color: #bcb09c;
    color:#fff;
    text-align:center;
    font-family:"OpenSans_bold", Arial, sans-serif;
    font-size:17px;
}

h2 {
    color:#767168;
    font-family:"OpenSans_bold", Arial, sans-serif;
}

h4 {
    color:#767168;
    font-family:"OpenSans_bold", Arial, sans-serif;
    font-size:16px;
    text-transform: uppercase;
}

ul {

}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=tel], input[type=time], input[type=url], input[type=color], select, textarea {
    border: 1px solid #DEDCE7;
    margin: 0 0 .625rem;
    padding-left: 5px;
    height: 36px;
    color: #525252;
    border-radius: 3px;
}

select {
    height: 40px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
    outline: none;
}




.titre_etiquette {
    background-color:#767168;
    color:#fff;
    font-family:"OpenSans_bold", Arial, sans-serif;
    text-align: center;
    padding:8px;
}

.cadre_etiquette {
    border:1px solid #767168;
    padding:10px;
    font-size:12px;
    position:relative;
}

.cadre_etiquette:before {
    content: '';
    width:20px;
    height:20px;
    position:absolute;
    bottom:-1px;
    right:-1px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,767168+51,ffffff+53 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 48%, #767168 51%, #ffffff 55%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(48%,#ffffff), color-stop(51%,#767168), color-stop(55%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #ffffff 48%,#767168 51%,#ffffff 55%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #ffffff 48%,#767168 51%,#ffffff 55%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #ffffff 48%,#767168 51%,#ffffff 55%); /* IE10+ */
    background: linear-gradient(135deg,  #ffffff 48%,#767168 51%,#ffffff 55%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bar_load {
    background-color:#bed5be;
}
/*
.cadre_etiquette:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-top: 20px solid #767168;
    border-right: 20px solid white;
    width: 0;
}
*/
.btn_deco {
    width:26px;
    height:26px;
    background-color:transparent;
    background-image:url('../images/logout.png');
    opacity:0.5;
    border:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

.btn_deco:hover {
    opacity:1;
}

.saisie_semi_auto_ing {
    position:absolute;
    top:40px;
    -webkit-box-shadow: 2px 2px 6px 0 #9E9E9E;
    box-shadow: 2px 2px 6px 0 #9E9E9E;
    z-index: 9;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selection_uni:hover {
    background-color: #f4f6f9;
}

.selection_uni {
    background-color: #f9f9f4;
    border-bottom:1px solid #b4b4b4;
    font-size:12px;
    padding:5px;
}

.tablesorter {
    border:1px solid #767168;
}

.titre_tableau_sortable_blc {
    color:#fff;
    font-family:"OpenSans_bold", Arial, sans-serif;
    background-color:#767168;
    font-size:12px;
    padding:8px;
}

.cellule_tableau {
    border-right:1px dashed #767168;
    padding:8px;
    font-size:12px;
}

.header {
    text-decoration: underline;
    cursor: pointer;
    padding-left:25px;
    padding-right:25px;
}

.headerSortDown {
    background-image: url('../images/order-asc.png');
    background-repeat: no-repeat;
    background-position: 85% center;
}

.headerSortUp {
    background-image: url('../images/order-desc.png');
    background-repeat: no-repeat;
    background-position: 85% center;
}



.diffusion_repas_matin {
    display:inline-block;
    margin:5px;
    border:2px solid #bbb9b7;
    color:#767168;
    border-radius:5px;
    padding:5px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.diffusion_repas_matin:hover {
    color:#000;
    background-color:#bbb9b7;
}

.diffusion_repas_midi {
    display:inline-block;
    margin:5px;
    border:2px solid #bcb09c;
    color:#767168;
    border-radius:5px;
    padding:5px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.diffusion_repas_midi:hover {
    color:#000;
    background-color:#bcb09c;
}


.diffusion_repas_soir {
    display:inline-block;
    margin:5px;
    border:2px solid #ba9a65;
    color:#767168;
    border-radius:5px;
    padding:5px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.diffusion_repas_soir:hover {
    color:#000;
    background-color:#ba9a65;
}






.diffusion_repas_cal_matin {
    display:inline-block;
    margin:1px;
    border:1px solid #bbb9b7;
    color:#767168;
    border-radius:2px;
    padding:2px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diffusion_repas_cal_matin:hover {
    color:#000;
    background-color:#bbb9b7;
}

.diffusion_repas_cal_midi {
    display:inline-block;
    margin:1px;
    border:1px solid #bcb09c;
    color:#767168;
    border-radius:2px;
    padding:2px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diffusion_repas_cal_midi:hover {
    color:#000;
    background-color:#bcb09c;
}


.diffusion_repas_cal_soir {
    display:inline-block;
    margin:1px;
    border:1px solid #ba9a65;
    color:#767168;
    border-radius:2px;
    padding:2px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diffusion_repas_cal_soir:hover {
    color:#000;
    background-color:#ba9a65;
}



.sous_titre_block_recette {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:8px;
    background-color: #e6ddcf;
}


.petit_btn_bleu {
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(118, 113, 104, 0.7);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:3px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.petit_btn_bleu:hover {
    background-color: rgba(66, 139, 202, 0.7);
    border: 1px solid #1d5a8e;
}


.petit_btn_vert_bleu {
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(118, 113, 104, 0.7);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:3px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.petit_btn_vert_bleu:hover {
    background-color: rgba(66, 202, 147, 0.7);
    border: 1px solid #1d885d;
}



.petit_btn_vert {
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(118, 113, 104, 0.7);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:3px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.petit_btn_vert:hover {
    background-color: rgba(66, 202, 79, 0.7);
    border: 1px solid #198323;
}


.petit_btn_rose {
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(118, 113, 104, 0.7);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:3px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.petit_btn_rose:hover {
    background-color: rgba(202, 66, 189, 0.7);
    border: 1px solid #8e1c83;
}


.petit_btn_rouge {
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(118, 113, 104, 0.7);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:3px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.petit_btn_rouge:hover {
    background-color: rgba(202, 66, 76, 0.7);
    border: 1px solid #80131b;
}


.petit_btn_violet {
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(118, 113, 104, 0.7);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:3px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.petit_btn_violet:hover {
    background-color: rgba(153, 66, 202, 0.7);
    border: 1px solid #5d1387;
}

.barre_action {
    border-top:1px solid #bcb09c;
    border-bottom:1px solid #bcb09c;
    margin-top:10px;
    margin:bottom:10px;
    width:100%;
    padding:8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.pied_de_page {
    background-color: #f1e7d7;
    padding:10px;
    border-top:1px solid #bcb09c;
    color:#767168;
    font-size:12px;
}

.pied_de_page a {
    color:#767168;
}

.pied_de_page a:hover {
    text-decoration: underline;
}

.block_comment {
    border:1px solid #767168;
    padding:10px;
    border-radius:10px;
    position:relative;
    min-height:40px;
}

.arrow_comment {
    background-image:url('../images/arrow.png');
    width:24px;
    height:29px;
    position:absolute;
    left:-23px;
    top:20px;
}


.btn_commentaire {
    font-size:11px;
    text-decoration: underline;
    font-style:italic;
    color:#404040;
    cursor:pointer;
    padding-left:30px;
    background-image:url('../images/comment.png');
    background-position:left;
    background-repeat:no-repeat;
    height:21px;
    padding-top:5px;
}


.plus {
    color:#fff;
    padding-top:0px;
    padding-bottom:0px;
    font-size:15px;
    font-weight:bold;
    border:1px solid #fff;
    border-radius:20px;
    text-align:center;
    width:20px;
}





.cadre_widget {
    width:290px;
    display:inline-block;
    margin:5px;
    vertical-align: top;
}

.titre_widget {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    background-color: #bcb09c;
    color:#fff;
    font-weight:bold;
}

.interieur_widget {
    padding:5px;
    border-left:1px solid #bcb09c;
    border-right:1px solid #bcb09c;
    border-bottom:1px solid #bcb09c;
}

.interieur_widget a {
    color:#3d3a30;
}

.interieur_widget a:hover {
    text-decoration:underline;
}

.info_notation {
    display:inline-block;
    font-size:12px;
    height: 20px;
    vertical-align: top;
    margin-top: 7px;
}

.info_nb_vote {
    display:inline-block;
    margin-left:10px;
    font-style:italic;
    color:#757473;
    font-size:11px;
    height: 20px;
    vertical-align: top;
    margin-top: 7px;
}

.contenu_plan_du_site, .contenu_plan_du_site a {
    font-size:13px;
    color:#3d3c39;
}

.element_form_planning {
    display: inline-block;
    vertical-align: top;
}
/* ------------ BTN RADIO AVANCE --------------------*/

.onoffswitch {
    position: relative; width: 99px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 15px;
    text-align:left;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Tableau";
    padding-left: 9px;
    background-color: #BCB09C; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Block";
    padding-right: 9px;
    background-color: #BCB09C; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 65px;
    border: 2px solid #999999; border-radius: 15px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* ------------ FIN BTN RADIO AVANCE --------------------*/

.social_twitter {
    width:50px;
    height:50px;
    cursor:pointer;
    background-image: url('../images/social/twitter_nb.png');
    background-repeat: no-repeat;
    cursor:pointer;
    display:inline-block;
}

.social_twitter:hover {
    background-image: url('../images/social/twitter.png');
}

.social_google {
    width:50px;
    height:50px;
    cursor:pointer;
    background-image: url('../images/social/googleplus_nb.png');
    background-repeat: no-repeat;
    cursor:pointer;
    display:inline-block;
}

.social_google:hover {
    background-image: url('../images/social/googleplus.png');
}

.social_facebook {
    width:50px;
    height:50px;
    cursor:pointer;
    background-image: url('../images/social/facebook_nb.png');
    background-repeat: no-repeat;
    cursor:pointer;
    display:inline-block;
}

.social_facebook:hover {
    background-image: url('../images/social/facebook.png');
}

.social_link {
    float:right;
    width:50px;
}

.cadre_recherche_rapide {
    width:100%;
    border-bottom:1px solid #bcb09c;
}

.ele_pagination {
    display: inline-block;
    padding: 10px;
    border: 1px solid #664c2a;
    color: #664c2a;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ele_pagination:hover {
    background-color:#dedede;
}

.ele_pagination_select {
    display: inline-block;
    padding: 10px;
    border: 1px solid #664c2a;
    background-color: #664c2a;
    color: #fff;
    font-size: 16px;
    margin: 5px;
}


.cadre_block_course {
    display:inline-block;
    border:1px solid #bcb09c;
    margin:5px;
}

@media screen and (max-width:1400px) 
{
    #cadre_principal_courses 
    {
        zoom: 1.3;
        -ms-zoom: 1.3;
        -webkit-zoom: 1.3;
        -moz-transform:  scale(1.3,1.3);
        -moz-transform-origin: left center;
        width: 600px;
    }

    .cadre_block_course {
        display:block;
        width:300px;
    }
}