/**
* Common CSS properties throughout the site
*//*
    Created on : 28 févr. 2015, 15:43:51
    Author     : Gaëlle Rauffet <gaelle.rauffet@kiwiscan.net>
*/

/**********************
* all pages zoning
***********************/
/*html, body {
    height:100%;
}*/
body {
    font-size: 100%;
    font-family : 'Istok Web',Helvetica,Arial,sans-serif;
    /*background-color:#C0ADDB;*/
    /*background-color:#f1f0f0;*/
    background-color:#E5E3E3;

}
main {
    display:inline-block;
    width:100%;
}
header {
    position:relative;
}
/* central zone : block to center the site content */
.conteneur {
    position : relative;
    width:70%;
    margin:0px auto;
    background-color:#ffffff;

}
/*header : top zone with logo and menu */
/* logos zone */
.top_header {
    position:relative;
    padding-top: 10px;
    width:100%;
}
.div_header_img, .div_header {
    display:inline-block;
    vertical-align: top;
}
.div_header_img {
    width:25%;
    text-align: center;
    padding-left:5px;
}
.div_header {
    font-size:2em;
    /*font-family: 'Courgette', cursive,sans-serif;*/
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    width:70%;
}
.div_header_img img {
    max-width: 100%;
    vertical-align: middle;
}
.div_header_img p {
    font-size:0.8em;
}
.div_header p {
    display: inline-block;
    padding-left: 25px;
    line-height: normal;
    text-align:justify;
    vertical-align: middle;
    color :#224200;
}

/**link above the logo and popup displayed when link is clicked**/
.bpspe_desc .ui-widget-header {
    background-image: none;
    background-color: #ffffff;
    border:none;
}
.bpspe_desc .ui-dialog .ui-dialog-buttonpane, .bpspe_desc .ui-widget-content {
    border:none;
}
.bpspe_desc .ui-dialog-buttonpane button {
    color: #1c56c1;
}
.bpspe_desc {
    font-size: 1em;
}
.bpspe_desc ul {
    list-style-type: none;
}
.bpspe_desc a {
    text-decoration: none;
    color : #1c56c1;
}
#bpspe_infos {
    cursor:pointer;
    text-decoration:underline;
}
/* footer */
footer {
    clear:both;
    width: 100%;
    margin-top:20px;
    margin-bottom:0;
    text-align:center;
    border-top:1px solid #000;
    position:relative;
    bottom:0px;
    display:inline-block;
}
footer p {
    /*font-family: 'Courgette', cursive,sans-serif;*/
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.footer_logos {
    width:100%;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
}
.footer_logos a {
    display:inline-block;
	
	padding: 5px 15px;
}
footer img {
    display:inline-block;
    vertical-align: top;
    height:100%;
    //margin: 5px 3% 10px 3%;
    border:none;

}
.footer_logos a img{
	height: 100px;
}
/*img#cfdt{
    width:12%;
}*/

img#cfdt{
	height: 100px;
}
img#unsa{
    height: 120px;
}
img#fepem{
    height: 60px;
}
/*img#cgt {
    width:4.6%;
}*/
img#fo {
    height:60px;
}
img#csafam{
height:100px;
}
img#spamaf{
height:70px;
}
/*img#fepem {
    width:11%;
}*/
/* content */
section {
    position : relative;
}
/* text underlined */
.text_underline {
    text-decoration: underline;
}
/* bold text with semantic */
strong {
    font-weight:bold;
}
.sup_text {
    vertical-align:super;
    font-size:0.8em;
}
/* bold text */
.bold {
    font-weight: bold;
}
.bouton p {
    margin :0;
}
.mentions_legales {
    text-align:center;
    font-style:italic;
    font-size:0.8em;
    margin-top: 5px;
}
/* error 404 */
#error404 {
    font-size : 1.5em;
    min-height:400px;
    margin-left:5%;
}
.detailInfo {
    color:#127ccc;
}

/****************************************
* menu css is in the file flatmenu.css
*****************************************/


/***************************************************
** css for page emploi_repere.php
****************************************************/
.titleER {
    font-size : 1.5em;
    color : #000;
    margin-top:40px;
    margin-bottom:20px;
}
.infoNote,.sectionPlug {
    position : relative;
    line-height : 1.5;
}
.infoNote {
    padding : 10px;
}
.padSectionHeader {
    /*padding : 40px 10px 20px;*/
}
.global_desc {
    font-style: italic;
}
.sectionPlug {
    margin : 0 10px;
    background: #BEE9C9;
    background: -moz-linear-gradient(top,  rgba(235,241,246,0.54) 0%, rgba(135,214,155,0.54) 40%, rgba(135,214,155,0.54) 60%, rgba(255,255,255,0.54) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,0.54)), color-stop(40%,rgba(135,214,155,0.54)), color-stop(60%,rgba(135,214,155,0.54)), color-stop(100%,rgba(255,255,255,0.54))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(235,241,246,0.54) 0%,rgba(135,214,155,0.54) 40%,rgba(135,214,155,0.54) 60%,rgba(255,255,255,0.54) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(235,241,246,0.54) 0%,rgba(135,214,155,0.54) 40%,rgba(135,214,155,0.54) 60%,rgba(255,255,255,0.54) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(235,241,246,0.54) 0%,rgba(135,214,155,0.54) 40%,rgba(135,214,155,0.54) 60%,rgba(255,255,255,0.54) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(235,241,246,0.54) 0%,rgba(135,214,155,0.54) 40%,rgba(135,214,155,0.54) 60%,rgba(255,255,255,0.54) 100%); /* W3C */
    padding : 5px 10px;
    height:100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size:1em;
    font-weight:normal;
}

.carto {
    position : relative;
    max-width :50%;
    margin:10px auto;
}
.cartoTitle, .cartoDesc {
    width : 50%;
    margin:10px auto 0 auto;
    border : solid 1px #000000;
    min-height : 100px;
    line-height:100px;
}
.cartoTitle {
    background-color :#549CCC;
    color : #ffffff;
    text-align:center;
}
.cartoDesc {
    background-color :#B4ED9D;
    color : #000000;
}
/* alignment in block description */
.alignL {
    text-align: justify;
}
.alignC {
    text-align :center;
}
.cartoTitle span, .cartoDesc span {
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
}
.cartoTitle span {
    width:80%; /* largeur zone de texte */
}
.cartoDesc span {
    padding : 0 5px;
}
.blockDescTasks {
    position :relative;
    width :100%;
}
.descMainTask {
    width:80%;
}
.descSubTask  {
    width:80%;
}
ul.descMainTask li {
    text-align:justify;
    padding-top : 10px;
    padding-bottom: 10px;
}
li.descMainTask {
    list-style-type: none;
    background-image: url(/view/images/feuille-min.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-position: 0px 15px;
    padding-left :25px;
}
li.descSubTask {
    list-style-type: none;
}
.ie67 li.descSubTask {
    list-style-type: disc;
}
li.descSubTask::before {
    content: "\A4 \ ";
}
.more_desc, .more_info {
    padding:10px;
}
.more_info {
    margin : 0 5px;
    border : 1px solid #000000;
}
.more_info p#delegation_soins{
    margin: 5px 0 16px 0;

}

/*****************************************************
** css common to all content page
*******************************************************/
/* section with links to download documents */
#links_download {
    height:50px;
    width:80%;
    border-bottom : 1px #000 solid;
    border-top : 1px #000 solid;
    margin: 20px auto;
}
#links_download p {
    vertical-align: middle;
    text-align:center;
}
#links_download a {
    text-decoration:none;
    color : #127ccc;
}

/* common formatting */
.fs_italic {
    font-style: italic;
}
.fs8 {
    font-size:0.8em;
}