/*
    Commodafrica - styles.css
    =========================
    SDV Plurimédia (http://www.sdv.fr/)
*/


/* ------------- Général ------------ */

html {
    background-color: #fa7908;
}

body {
    background-color: #fa7908;
    color: #666666;
    font-size: 16px;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

p, img, ul, ol, video, audio, table,
blockquote, q, .jwplayer-video, .jwplayer-audio, .jp-video, .jp-audio {
    margin-bottom: 1.2em;
}
div.jp-audio, div.jp-video {
    margin-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.1em;
    margin: 1em 0;
}
h1,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1 {
    color: #890000;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.625em; /*15px*/
}

h2 {
    font-size: 1.3em;
}

h3, h4, h5, h6 {
    font-size: 1.2em;
}

hr {
    margin: 0 10px;
    border: 0;
    border-top: 1px solid #cdcdcd;
    clear: both;
}

p {
    text-align: left;
}

a {
    -webkit-transition: color .2s ease, background-color .2s ease;
       -moz-transition: color .2s ease, background-color .2s ease;
         -o-transition: color .2s ease, background-color .2s ease;
            transition: color .2s ease, background-color .2s ease;
}
a:link,
a:visited {
    color: #fb8f26;
}
a:visited {
    text-decoration: underline;
}
a:link:hover,
a:link:focus,
a:active,
a:active:hover,
a:active:focus,
a:visited:hover,
a:visited:focus,
#block-menu-menu-job ul a:link:hover,
#block-menu-menu-job ul a:link:focus,
#block-menu-menu-job ul a:visited:hover,
#block-menu-menu-job ul a:visited:focus {
    color: #fb8f26;
}

strong, b {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto !important;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

img.file-icon {
    margin-bottom: 0;
}
img.media-left,
img[style*="left"] {
    margin-right: 1em;
}
img.media-right,
img[style*="right"] {
    margin-left: 1em;
}

ul, ol {
    margin-left: 2em;
    padding: 0 0 0 2em; /*.field-name-body ul*/
}
ul li,
ul.menu li {
    list-style-image: url('../images/bullet.png');
    margin-bottom: 1.375em; /*22px*/    /*.field-name-body ul li*/
}
ol li,
ol.menu li {
    list-style-type: decimal;
    margin-bottom: 1.375em; /*22px*/    /*.field-name-body ul li*/
}
ul.menu li,
ol.menu li {
    margin: 0;
    padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

sup,
sub {
    font-size: xx-small;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}

table {
    width: 100%;
    max-width: 100%;
    margin-top: 1em;
    border-collapse: collapse;
}
table:first-child {
    margin-top: 0;
}
table caption {
    padding: 0.3em 0;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    color: #890000;
}
table tr,
table tr.even,
table tr.odd {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #C6C6C6;
    border-bottom: 0;
}
table tr.odd {
    background-color: #f1f1f2;
}
table tr.even {
    background-color: transparent;
}
table tr:first-child {
    border-top: 0;
}
table thead tr {
    border-top: 0;
    border-bottom: 1px solid #C6C6C6;
}
table td,
table th {
    padding: 0.8em;
    vertical-align: top;
}
table th img {
    margin: 0 0 0 4px;
    vertical-align: middle;
}
table td.active {
    background: inherit;
}
table th,
table .compare-field-label {
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #303030;
    background: #FFF;
}
table .compare-field-label {
    width: 150px;
    background: none;
}
table tbody tr td {
}
table tbody tr:nth-child(2n+1) td,
table tbody tr.even td {
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    position: absolute;
    font-size: 50px;
}
blockquote:before,
q:before {
    content: '«';
    left: 0;
    top: -15px;
}
blockquote:after,
q:after {
    content: '»';
    right: 0;
    bottom: -15px;
}
blockquote,
q {
    padding: 0 30px;
    position: relative;
    font-size: 1.3em;
}

/*.element-invisible,*/
#block-menu-menu-user h2,
#block-menu-menu-banner h2,
#block-menu-menu-footer h2 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}
/*.clearfix,*/
#menu .content > .menu,
#tabs ul,
#block-views-related-articles-block,
#block-views-related-videos-block,
.page-taxonomy-term #block-system-main > .content {
    clear: both;
    display: block;
}
/*.clearfix:after,*/
#menu .content > .menu:after,
#tabs ul:after,
#block-views-related-articles-block:after,
#block-views-related-videos-block:after,
.page-taxonomy-term #block-system-main > .content:after {
    clear:both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

ul li.expanded,
ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}
ul.menu li,
li.leaf {
    margin: 0;
    padding: 0;
}

.field-name-body {
    color: #666666;
    font-size: 1em; /*16px*/
    margin-bottom: 1.429em; /*20px*/
}
.field-name-body p {
    margin-bottom: 1em;
}
.bigger {
    font-size: 1.125em; /*18px*/
    line-height: 1.111em;   /*20px*/
}
.smaller,
#block-commodafrica-bids p.smaller {
    font-size: 0.875em; /*14px*/
    line-height: 1.429em;   /*20px*/
}
.important {
    color: #ff9b00;
}
#block-commodafrica-bids p.smaller a:link,
#block-commodafrica-bids p.smaller a:active,
#block-commodafrica-bids p.smaller a:visited {
    color: #262626;
    font-weight: normal;
    text-decoration: underline;
}
#block-commodafrica-bids p.smaller a:link:hover,
#block-commodafrica-bids p.smaller a:link:focus,
#block-commodafrica-bids p.smaller a:active,
#block-commodafrica-bids p.smaller a:active:hover,
#block-commodafrica-bids p.smaller a:active:focus,
#block-commodafrica-bids p.smaller a:visited:hover,
#block-commodafrica-bids p.smaller a:visited:focus {
    text-decoration: none;
}



/* ------------ Formulaires --------- */

legend {
    border-bottom: 1px solid #000;
    margin-bottom: .5em;
    padding-bottom: 0.5em;    /*7px*/
    text-transform: uppercase;
    width: 100%;
}
.form-text {
    background-color: #fff;
    border: 1px solid #a0a2a4;
    font-size: 0.688em; /*11px*/
    height: 11px;
    line-height: 11px;
    padding: 2px 4px;
}
.form-text:focus {
    background-color: #efeeee;
}
.form-actions {
    text-align: center;
}
.button,
.form-submit {
    background: #fd8f02 url('../images/button-submit-bg.png') center top repeat-x;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px 7px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
.button:hover,
.button:focus,
.form-submit:hover,
.form-submit:focus {

    color: #fff;
    -webkit-text-shadow: 2px 0 2px #000;
       -moz-text-shadow: 2px 0 2px #000;
         -o-text-shadow: 2px 0 2px #000;
            text-shadow: 2px 0 2px #000;
}

.form-textarea {
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-size: 0.875em; /*14px*/
    line-height: 1em;
}

.form-select {
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-size: 0.875em; /*14px*/
    line-height: 1em;
}


/* ------------ Construction -------- */

.wrap,
#messages,
#tabs {
    clear: both;
    margin: 0 auto;
/*    max-width: 1024px;
    width: 80%;    */
    width: 1024px;
}

#content .main .block-commodafrica {
    clear: both;
}
#content .main .block-commodafrica h2 {
    color: #000;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    margin-bottom: 0;
}

.sidebar .block-commodafrica {
    color: #3c3c3c;
    font-size: 1em; /*16px*/
}


/* ------------ En-tête ------------- */

#top {
    background: #ff9b00 url('../images/header-bg.png') left top repeat-x;
}
.skip li {
    float: left;
    margin-right: 22px;
}

#block-menu-menu-user {
    float: left;
    font-size: 1.125em; /*18px*/
    margin: 22px 0 15px 6px;
    text-transform: uppercase;
}
#block-menu-menu-user h2,
#block-menu-menu-user ul {
    margin: 0;
    padding: 0;
}
#block-menu-menu-user li {
    float: left;
    margin-left: 22px;
}
#block-menu-menu-user a:link,
#block-menu-menu-user a:active,
#block-menu-menu-user a:visited {
    color: #000;
}
#block-menu-menu-user a:link:hover,
#block-menu-menu-user a:active:hover,
#block-menu-menu-user a:visited:hover,
#block-menu-menu-user a:link:focus,
#block-menu-menu-user a:active:focus,
#block-menu-menu-user a:visited:focus,
#top .banner a:link:hover,
#top .banner a:link:focus,
#top .banner a:active:hover,
#top .banner a:active:focus,
#top .banner a:visited:hover,
#top .banner a:visited:focus {
    text-decoration: underline;
}
#block-menu-menu-user .first {
    margin-left: 0;
}
/*#block-menu-menu-user .first a:link,
#block-menu-menu-user .first a:active,
#block-menu-menu-user .first a:visited {
    background: transparent url('../images/envelope.png') left center no-repeat;
    padding-left: 47px;
}*/
.menu-socials {
    float: right;
    margin: 13px 17px 0 0;
}
.menu-socials h2,
.menu-socials ul {
    float: left;
}
.menu-socials h2 {
    color: #000;
    font-size: 1.125em; /*18px*/
    font-weight: normal;
    margin: 0 9px 0 0;
    padding-top: 5px;
}
.menu-socials ul {
    margin: 0;
    padding: 0;
}
.menu-socials li {
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 5px;
}
.menu-socials a:link,
.menu-socials a:active,
.menu-socials a:visited {
    background: transparent url('../images/socials.png') no-repeat -150px 0;
    color: transparent;
    display: block;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
}
.menu-socials .facebook:link,
.menu-socials .facebook:active,
.menu-socials .facebook:visited {
    background-position: 0 center;
}
.menu-socials .linkedin:link,
.menu-socials .linkedin:active,
.menu-socials .linkedin:visited {
    background-position: -25px center;
}
.menu-socials .twitter:link,
.menu-socials .twitter:active,
.menu-socials .twitter:visited {
    background-position: -50px center;
}
.menu-socials .flickr:link,
.menu-socials .flickr:active,
.menu-socials .flickr:visited {
    background-position: -75px center;
}
.menu-socials .youtube:link,
.menu-socials .youtube:active,
.menu-socials .youtube:visited {
    background-position: -100px center;
}
.menu-socials .dailymotion:link,
.menu-socials .dailymotion:active,
.menu-socials .dailymotion:visited {
    background-position: -125px center;
}

.wrap.logo {
    background-color: #fff;
    height: 101px;
}
#logo {
    display: block;
    float: left;
    margin: 11px 0 0 5px;
}
#logo img {
    margin: 0;
    width: 300px;
}
#search-block-form {
    float: right;
    font-size: 1em;
    margin: 22px 15px 0 0;
    position: relative;
}
#search-block-form .form-text {
    background-color: #f0f1f1;
    border: 1px solid #fa7908;
    color: #bfbfbf;
    display: block;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-size: 1em; /*16px*/
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
}
#search-block-form .form-text:focus {
    color: #666666;
}
#search-block-form .form-submit {
    background: transparent url('../images/button-search.png') center center no-repeat;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 1px;
    text-indent: -9999px;
    top: 1px;
    width: 40px;
}
#top .banner {
    font-size: 1.5em; /*24px*/
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}
#top .banner p {
    margin: 0 10px 0 19px;
}
#top .banner a:link,
#top .banner a:active,
#top .banner a:visited {
    color: #fff;
}
#top .banner a:link:hover,
#top .banner a:active:hover,
#top .banner a:visited:hover,
#top .banner a:link:focus,
#top .banner a:active:focus,
#top .banner a:visited:focus {
    color: #000;
}
#top .advert {
    background-color: #fff;
    height: 141px;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
}
#top .block-simpleads h2 {
    display: none;
}
#top .block-simpleads a {
    display: block;
    margin: 0 10px;
}
#top .block-simpleads img {
    height: auto;
    margin-bottom: 0;
    width: 100%;
}


/* ------------ Aide, Messages, Devel */

.devel {
    background-color: #f1f1f2;
    padding: 1px 0;
}
#tabs ul {
    margin: 0 auto;
    padding: 0;
}
#tabs li {
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 0;
}
#tabs a:link,
#tabs a:active,
#tabs a:visited {
    background-color: #dadada;
    color: #666666;
    float: left;
    padding: 10px 1.66em;
}
#tabs a.active:link,
#tabs a.active:active,
#tabs a.active:visited,
#tabs a:link:hover,
#tabs a:link:focus,
#tabs a:active:hover,
#tabs a:active:focus,
#tabs a:visited:hover,
#tabs a:visited:focus {
    background-color: #f1f1f2;
    color: #fb8f26;
}


/* ------------ Blocks -------------- */

#block-commodafrica-linked-images {
    background-color: #f5f6f6;
    margin: 22px 0 27px;
}
#content .main #block-commodafrica-linked-images h2 {
    background-color: #fd8d03;
    float: left;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 15px 0 0;
    padding: 33px 32px 33px 14px;
    text-transform: uppercase;
}
#block-commodafrica-linked-images .item-list ul {
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}
#block-commodafrica-linked-images li {
    float: left;
    font-size: 0.75em; /*12px*/
    line-height: 1.333em;   /*16px*/
    list-style: none;
    margin: 0 33px 0 0;
    text-align: center;
}
#block-commodafrica-linked-images a {
    display: block;
}
#block-commodafrica-linked-images img {
    display: block;
    margin: 0;
}
.block-simplenews {
  background: #f5f6f6
}

.block-simplenews .content{

    background: #f5f6f6 url('../images/newsletters-map.png') right no-repeat;

}
.block-simplenews h2 {
    color: #f65a0f;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    font-weight: normal;
    margin-bottom: 22px;
    -webkit-text-shadow: 2px 0 2px #999;
    -moz-text-shadow: 2px 0 2px #999;
    -ms-text-shadow: 2px 0 2px #999;
    -o-text-shadow: 2px 0 2px #999;
    text-shadow: 2px 0 2px #999;
}
.simplenews-subscribe {
    font-size: 1em;
    position: relative;
    width: 268px;
}
.simplenews-subscribe .form-text {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    display: block;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-size: 1em; /*16px*/
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 48px 0 10px;
    position: absolute;
    top: 0;
    width: 208px;
}
.simplenews-subscribe .form-text:focus {
    background-color: #c6c6c6;
    border: 1px solid #c6c6c6;
    color: #000;
}
.simplenews-subscribe .form-submit {
    background: #f65a0f none;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-size: 1.125em; /*18px*/
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}
.logged-in .simplenews-subscribe .form-submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: static;
    width: auto;
}
#block-commodafrica-advert {
    background-color: #f5f6f6;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
#block-commodafrica-advert h2 {
    background-color: #fd8d03;
    float: left;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    line-height: 54px;
    margin: 0 0 1em;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
    width: 125px;
}
#block-commodafrica-advert p {
    color: #848484;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    margin: 0 114px 0 140px;
    text-align: center;
}
#block-commodafrica-advert a.more {
    display: block;
    float: right;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    margin-top: -54px;
    text-align: center;
    width: 114px;
}
#block-commodafrica-advert a.more:link,
#block-commodafrica-advert a.more:visited {
    background-color: #e3e3e3;
    color: #fff;
}
#block-commodafrica-advert a.more:link:hover,
#block-commodafrica-advert a.more:link:focus,
#block-commodafrica-advert a.more:active,
#block-commodafrica-advert a.more:active:hover,
#block-commodafrica-advert a.more:active:focus,
#block-commodafrica-advert a.more:visited:hover,
#block-commodafrica-advert a.more:visited:focus {
    background-color: #fd8d03;
    color: #fff;
}


/* ------------ Sidebar ------------- */

#content .sidebar {
    background-color: #f1f1f2;
    float: left;
    margin-left: 4px;
    padding: 2px 0 1px;
    width: 325px;
}
#content .sidebar h2 {
    background-color: #000;
    color: #fff;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 10px;
}
#content .sidebar .block {
    margin: 10px;
}
#content .sidebar .content {
    background-color: #fff;
    border: 1px solid #b8bdc0;
    padding: 7px;
}

#content .sidebar #block-commodafrica-continual h2 {
    background: #dadada url('../images/continual-title.png') center top repeat-x;
    color: #890000;
    font-size: 1.5em; /*24px*/
}
#content .sidebar #block-commodafrica-continual .content {
    background-color: #f8f8f8;
    border: none;
    color: #505050;
    color: #3c3c3c;
    font-size: 0.75em; /*12px*/
    font-size: 1em; /*16px*/
    line-height: 1.5em;   /*24px*/
    padding-bottom: 0;
}
#block-commodafrica-continual .continual-slide {
    height: 200px !important;
}
#block-commodafrica-continual ul {
    margin: 0;
    padding: 0 0 13px;
    width: 100%;
}
#block-commodafrica-continual li {
    list-style-image: none;
    list-style-type: none;
    margin: 0 10px;
}
#block-commodafrica-continual a:link,
#block-commodafrica-continual a:visited {
    color: #3c3c3c;
}
#block-commodafrica-continual a:link:hover,
#block-commodafrica-continual a:link:focus,
#block-commodafrica-continual a:active:hover,
#block-commodafrica-continual a:active:focus,
#block-commodafrica-continual a:visited:hover,
#block-commodafrica-continual a:visited:focus {
    color: #fd8d03;
}
/*#block-commodafrica-continual .content > div {*/
#block-commodafrica-continual .content .all-content {
    background-color: #efeeee;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
/*#block-commodafrica-continual .all-content {*/
#block-commodafrica-continual .all-content > a {
    font-size: 0.75em; /*12px*/
    padding-left: 8px;
}
/*#block-commodafrica-continual .all-content::before {*/
#block-commodafrica-continual .all-content > a::before {
    content: '> ';
}
#block-commodafrica-continual .continual-nav {
    background-color: transparent;
    float: right;
    font-size: 0.625em; /*10px*/
    height: 17px;
    line-height: 17px;
    padding: 3px 0 0;
    text-align: center;
    width: 60px;
}
#continual-prev,
#continual-next {
    background: transparent url('../images/continual-nav.png') no-repeat;
    color: transparent;
    display: inline-block;
    height: 17px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    width: 17px;
    /* Support de inline-block pour IE 7*/
    zoom: 1;
    *display: block;
}
#continual-prev {
    background-position: left center;
    /* Support de inline-block pour IE 7*/
    *float: left;
}
#continual-next {
    background-position: right center;
    /* Support de inline-block pour IE 7*/
    *float: right;
}

#content .sidebar #block-commodafrica-meteo h2 {
    background: #fe6e0d url('../images/meteo.png') center top repeat-x;
    color: #fff;
    font-size: 1.5em; /*24px*/
    font-weight: bold;
    -webkit-text-shadow: 2px 0 2px #000;
    -moz-text-shadow: 2px 0 2px #000;
    -ms-text-shadow: 2px 0 2px #000;
    -o-text-shadow: 2px 0 2px #000;
    text-shadow: 2px 0 2px #000;
}
#block-commodafrica-meteo div {
    border: none;
    padding: 4px 0 8px;
    text-align: center;
}
#block-commodafrica-meteo img {
    margin: 0;
}

#block-commodafrica-partners .item-list ul {
    margin: 0;
    text-align: center;
}
#block-commodafrica-partners li {
    border-top: 1px dotted #b8bdc0;
    list-style-image: none;
    list-style-type: none;
    margin: 0 3px;
}
#block-commodafrica-partners li:first-child {
    border-top: none;
}
#block-commodafrica-partners a {
    border: 1px solid transparent;
    display: block;
}
#block-commodafrica-partners a:link:hover,
#block-commodafrica-partners a:link:focus,
#block-commodafrica-partners a:active,
#block-commodafrica-partners a:active:hover,
#block-commodafrica-partners a:active:focus,
#block-commodafrica-partners a:visited:hover,
#block-commodafrica-partners a:visited:focus {
    /*background-color: #fa7908;*/
    border: 1px solid #fa7908;
}
#block-commodafrica-partners img {
    margin: 0;
}

#block-commodafrica-videos,
.sidebar .block-simpleads {
    position: relative;
}
.videos-nav,
.adverts-nav {
    font-size: 1.5em; /*24px*/
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
}
.videos-nav a,
.adverts-nav a {
    color: #fff;
}
#block-commodafrica-videos ul {
    margin: 0;
    padding: 0;
}
#block-commodafrica-videos ul li {
    list-style-image: none;
    list-style-type: none;
}
#block-commodafrica-videos h3 {
    font-size: 0.875em; /*14px*/
    margin-bottom: 7px;
    text-align: left;
}
#block-commodafrica-videos h3 a:link,
#block-commodafrica-videos h3 a:visited {
    color: #262421;
}

.more-videos {
    padding: 5px 10px;
    display: block;
    text-align :right;
}

.sidebar .block-simpleads .adslist {
    margin: 0 3px;
}
.sidebar .block-simpleads .adslist a {
    display: block;
}
.sidebar .block-simpleads .adslist img {
    height: auto;
    width: 100%;
}

#block-commodafrica-bids p {
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    margin: 0 3px;
}
#block-commodafrica-bids img {
    height: auto;
    max-width: 100%;
}

#block-menu-menu-job ul {
    font-size: 1.125em; /*18px*/
    line-height: 1.333em; /*24px*/
    margin: 0 0 6px;
    padding: 0;
}
#block-menu-menu-job ul a:link,
#block-menu-menu-job ul a:visited {
    color: #000;
}
#content .sidebar #block-menu-menu-job + hr {
    display: none;
}

.sidebar #block-commodafrica-twitter .content {
    padding: 0;
}

.block-aggregator .item-list ul {
    margin: 0;
}
.block-aggregator .item-list ul li {
    border-bottom: 1px solid #b8bdc0;
    list-style: none;
    margin: 0 0 7px;
    padding: 0 0 7px;
}
.block-aggregator li a {
    color: #000;
    display: block;
    margin: 0 3px;
}
.block-aggregator .more-link {
    margin-right: 10px;
}


/* ------------ Contenu ------------- */

#content {
    background-color: #fff;
    padding: 24px 0;
    clear: both;
}
#content .main {
    float: left;
    margin: 0 10px;
    width: 675px;
}
#block-views-related-articles-block,
#block-views-related-videos-block,
#content .field-name-field-home-article-list,
.page-taxonomy-term #block-system-main > .content,
.search-results {
    margin: 0 0 12px;
    padding: 16px 0 0;
}
#block-system-main h2,
#block-views-related-articles-block h2,
#block-views-related-articles-block h2 {
    color: #890000;
}
#block-views-related-articles-block .views-row,
#block-views-related-videos-block .views-row,
.field-name-field-home-article-list > .field-items > .field-item,
.page-taxonomy-term #block-system-main .node-teaser,
.search-results .search-result {
    float: left;
    padding: 0 10px;
    width: 317px;
}
#block-views-related-articles-block .views-row-odd,
#block-views-related-videos-block .views-row-odd,
.field-name-field-home-article-list > .field-items > .field-item.even,
.page-taxonomy-term #block-system-main .node-teaser.odd,
.search-results .search-result.odd {
    border-right: 1px solid #e4e6e9;
    clear: both;
}
#block-views-related-articles-block .views-row .node-teaser,
#block-views-related-videos-block .views-row .node-teaser,
.field-name-field-home-article-list > .field-items > .field-item .node-teaser,
.view-taxonomy-term .node-teaser .content,
.search-results .search-result .content {
    border-top: 1px dashed #adaeae;
    margin-bottom: 11px;
    padding-top: 14px;
}
#block-views-related-articles-block .views-row-first .node-teaser,
#block-views-related-articles-block .views-row-first + .views-row-even .node-teaser,
#block-views-related-videos-block .views-row-first .node-teaser,
#block-views-related-videos-block .views-row-first + .views-row-even .node-teaser,
.field-name-field-home-article-list > .field-items > .field-item.even:first-child .node-teaser,
.field-name-field-home-article-list > .field-items > .field-item.even:first-child + .field-item.odd .node-teaser,
.page-taxonomy-term #block-system-main .term-listing-heading + .node-teaser > .content,
.page-taxonomy-term #block-system-main .term-listing-heading + .node-teaser + .node-teaser > .content,
.search-results .search-result:first-child .content,
.search-results .search-result:first-child + .search-result .content,
.view-taxonomy-term .views-row-first .node-teaser .content,
.view-taxonomy-term .views-row-first + .views-row .node-teaser .content {
    border-top: none;
    padding-top: 0;
}
.page-taxonomy-term #block-system-main .item-list {
    clear: both;
    margin-top: 1em;
}
.item-list .pager {
    margin: .75em 0 0;
    padding: .75em 0 0;
}
.item-list .pager li {
    margin: 0;
    padding: 0;
}
.item-list .pager li a,
.item-list .pager .pager-current {
    padding: .5em;
}


/* ------------ Article ------------- */

.node-type-article #block-system-main {
    border-bottom: 1px solid #e4e6e9;
    padding-bottom: 22px;
}
.field-name-field-sdv-premium {
    float: left;
}
.field-name-field-sdv-premium .field-items .field-item {
    background-color: #fa7908;
    color: #ffffff;
    display: block;
    font-size: 0.875em;
    margin: 0 5px 0 0;
    -webkit-text-shadow: 0 0 0 transparent;
    -moz-text-shadow: 0 0 0 transparent;
    -ms-text-shadow: 0 0 0 transparent;
    -o-text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
}
.node-teaser .field-name-field-sdv-premium .field-items .field-item,
.search-result .field-name-field-sdv-premium .field-items .field-item {
    margin: -3px 24px 0 0;
}

.field-name-field-main-country {
    font-size: 1.5em;   /*24px*/
    font-weight: bold;
    text-transform: none;
}
.field-name-field-main-country,
.field-name-field-main-country:link,
.field-name-field-main-country:active,
.field-name-field-main-country:visited,
.field-name-field-main-country a:link,
.field-name-field-main-country a:active,
.field-name-field-main-country a:visited {
    color: #fd8d03;
}
.field-name-field-main-country:link:hover,
.field-name-field-main-country:link:focus,
.field-name-field-main-country:active:hover,
.field-name-field-main-country:active:focus,
.field-name-field-main-country:visited:hover,
.field-name-field-main-country:visited:focus,
.field-name-field-main-country a:link:hover,
.field-name-field-main-country a:link:focus,
.field-name-field-main-country a:active:hover,
.field-name-field-main-country a:active:focus,
.field-name-field-main-country a:visited:hover,
.field-name-field-main-country a:visited:focus {
    text-decoration: underline;
}
.field-name-field-main-channel,
.field-name-field-main-sector {
    font-size: 1.5em;   /*24px*/
    font-weight: bold;
    line-height: 1.1em;
    text-transform: none;
}
.node-teaser .field-name-field-main-channel,
.node-teaser .field-name-field-main-sector {
    clear: both;
}
.field-name-field-main-channel,
.field-name-field-main-channel:link,
.field-name-field-main-channel:active,
.field-name-field-main-channel:visited,
.field-name-field-main-channel a:link,
.field-name-field-main-channel a:active,
.field-name-field-main-channel a:visited,
.field-name-field-main-sector,
.field-name-field-main-sector:link,
.field-name-field-main-sector:active,
.field-name-field-main-sector:visited,
.field-name-field-main-sector a:link,
.field-name-field-main-sector a:active,
.field-name-field-main-sector a:visited {
    color: #890000;
}
.field-name-field-main-channel:link:hover,
.field-name-field-main-channel:link:focus,
.field-name-field-main-channel:active:hover,
.field-name-field-main-channel:active:focus,
.field-name-field-main-channel:visited:hover,
.field-name-field-main-channel:visited:focus,
.field-name-field-main-channel a:link:hover,
.field-name-field-main-channel a:link:focus,
.field-name-field-main-channel a:active:hover,
.field-name-field-main-channel a:active:focus,
.field-name-field-main-channel a:visited:hover,
.field-name-field-main-channel a:visited:focus,
.field-name-field-main-sector:link:hover,
.field-name-field-main-sector:link:focus,
.field-name-field-main-sector:active:hover,
.field-name-field-main-sector:active:focus,
.field-name-field-main-sector:visited:hover,
.field-name-field-main-sector:visited:focus,
.field-name-field-main-sector a:link:hover,
.field-name-field-main-sector a:link:focus,
.field-name-field-main-sector a:active:hover,
.field-name-field-main-sector a:active:focus,
.field-name-field-main-sector a:visited:hover,
.field-name-field-main-sector a:visited:focus {
    color: #890000;
    text-decoration: underline;
}
.field-name-field-tags,
.field-name-field-article-pays,
.field-name-field-article-channels,
.field-name-field-article-sectors {
    clear: both;
    color: #ccc;
    line-height: 1.1em;
}
.field-name-field-tags a:link,
.field-name-field-tags a:visited,
.field-name-field-article-pays a:link,
.field-name-field-article-pays a:visited,
.field-name-field-article-channels a:link,
.field-name-field-article-channels a:visited,
.field-name-field-article-sectors a:link,
.field-name-field-article-sectors a:visited {
    color: #ccc;
}
.field-name-field-tags a:link:hover,
.field-name-field-tags a:link:focus,
.field-name-field-tags a:active,
.field-name-field-tags a:active:hover,
.field-name-field-tags a:active:focus,
.field-name-field-tags a:visited:hover,
.field-name-field-tags a:visited:focus,
.field-name-field-article-pays a:link:hover,
.field-name-field-article-pays a:link:focus,
.field-name-field-article-pays a:active,
.field-name-field-article-pays a:active:hover,
.field-name-field-article-pays a:active:focus,
.field-name-field-article-pays a:visited:hover,
.field-name-field-article-pays a:visited:focus,
.field-name-field-article-channels a:link:hover,
.field-name-field-article-channels a:link:focus,
.field-name-field-article-channels a:active,
.field-name-field-article-channels a:active:hover,
.field-name-field-article-channels a:active:focus,
.field-name-field-article-channels a:visited:hover,
.field-name-field-article-channels a:visited:focus,
.field-name-field-article-sectors a:link:hover,
.field-name-field-article-sectors a:link:focus,
.field-name-field-article-sectors a:active,
.field-name-field-article-sectors a:active:hover,
.field-name-field-article-sectors a:active:focus,
.field-name-field-article-sectors a:visited:hover,
.field-name-field-article-sectors a:visited:focus {
    color: #fb8f26;
}
.field-name-field-tags .field-items,
.field-name-field-article-pays .field-items,
.field-name-field-article-channels .field-items,
.field-name-field-article-sectors .field-items {
    display: inline;
    float: none;
}
.field-name-field-tags .field-item,
.field-name-field-article-pays .field-item,
.field-name-field-article-channels .field-item,
.field-name-field-article-sectors .field-item {
    display: inline;
    padding-right: 3px;
}
.node-type-article #block-system-main .links {
    display: block;
    margin: 1em 0 0;
}
.node-type-article #block-system-main .links li {
    padding: 0;
}
.group-publication-info,
.publication-info,
.group-tags + .field-name-field-date {
    clear: both;
    color: #666666;
    font-size: 0.625em; /*10px*/
    line-height: 1.2em;
    margin-bottom: 5px;
    padding: 0 10px;
    text-transform: uppercase;
}
.field-name-field-home-article-main .group-publication-info,
.node-teaser .group-publication-info {
    padding: 0;
}
.group-publication-info div {
    display: inline;
}
.group-publication-info a:link,
.group-publication-info a:active,
.group-publication-info a:visited,
.publication-info a:link,
.publication-info a:active,
.publication-info a:visited {
    color: #fd8d03;
}
.group-publication-info a:link:hover,
.group-publication-info a:link:focus,
.group-publication-info a:active:hover,
.group-publication-info a:active:focus,
.group-publication-info a:visited:hover,
.group-publication-info a:visited:focus,
.publication-info a:link:hover,
.publication-info a:link:focus,
.publication-info a:active:hover,
.publication-info a:active:focus,
.publication-info a:visited:hover,
.publication-info a:visited:focus {
    text-decoration: underline;
}
.field-name-field-home-article-main .group-publication-info,
.group-tags + .group-publication-info {
    font-size: 0.75em; /*12px*/
}
.node-teaser h2,
.search-results h3 {
    font-size: 1.5em; /*18px*/
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}
.node-teaser h2 a:link,
.node-teaser h2 a:visited,
.search-results h3 a:link,
.search-results h3 a:visited {
    color: #666666;
}
.node-teaser h2 a:link:hover,
.node-teaser h2 a:link:focus,
.node-teaser h2 a:active,
.node-teaser h2 a:active:hover,
.node-teaser h2 a:active:focus,
.node-teaser h2 a:visited:hover,
.node-teaser h2 a:visited:focus,
.search-results h3 a:link:hover,
.search-results h3 a:link:focus,
.search-results h3 a:active,
.search-results h3 a:active:hover,
.search-results h3 a:active:focus,
.search-results h3 a:visited:hover,
.search-results h3 a:visited:focus {
    text-decoration: underline;
}
.learn-more:link,
.learn-more:visited {
    color: #262626;
    font-size: 0.778em; /*14px*/
    font-style: italic;
    font-weight: normal;
    text-decoration: underline;
}
.learn-more:link:hover,
.learn-more:link:focus,
.learn-more:active,
.learn-more:active:hover,
.learn-more:active:focus,
.learn-more:visited,
.learn-more:visited {
    text-decoration: none;
}
.field-name-field-home-article-main .field-name-body {
    color: #656564;
    font-size: 1.125em; /*18px*/
    font-weight: normal;
}
.node-teaser .field-name-body {
    color: #666666;
    font-size: 1em; /*16px*/
    font-weight: normal;
    /*line-height: 1.875em;*/
}
.node-teaser img {
    margin-bottom: 0;
}
.node-teaser .links,
.field-name-field-home-article-main .links {
    font-size: 0.786em; /*11px*/
    font-style: italic;
}
.node-teaser .links a:link,
.node-teaser .links a:visited {
    color: #666666;
    text-decoration: underline;
}
.node-teaser .links a:link:hover,
.node-teaser .links a:link:focus,
.node-teaser .links a:active,
.node-teaser .links a:active:hover,
.node-teaser .links a:active:focus,
.node-teaser .links a:visited:hover,
.node-teaser .links a:visited:focus {
    text-decoration: none;
}
.field-name-field-home-article-main .links {
    float: right;
    font-size: 0.778em; /*14px*/
    margin-top: -1.5em;
}
.node-teaser .links {
    float: right;
    font-size: 0.875em; /*14px*/
    margin: 0 1.571em 0 0;   /*22px*/
}
#block-views-related-articles-block .views-row .node-teaser .links,
#block-views-related-videos-block .views-row .node-teaser .links,
.page-taxonomy-term #block-system-main > .content .links {
    display: block;
    float: none;
/*    margin-left: 10px;
    margin-right: 10px;*/
}
.search-results .search-snippet-info {
    padding-left: 0;
}

#comments {
    padding: 0 10px;
}
#comments .comment {
    border-top: 1px solid #e4e6e9;
    padding: 1em;
}
.comment + .indented,
#new + .indented,
.indented .indented .indented,
.indented .indented .indented .indented .indented,
.indented .indented .indented .indented .indented .indented .indented,
.indented .indented .indented .indented .indented .indented .indented .indented .indented{
    background-color: #f5f6f6;
}
.indented .indented,
.indented .indented .indented .indented,
.indented .indented .indented .indented .indented .indented,
.indented .indented .indented .indented .indented .indented .indented .indented,
.indented .indented .indented .indented .indented .indented .indented .indented .indented .indented {
    background-color: #fff;
}
.comment h3,
.comment h3 a {
    color: #666666;
}
.comment h3 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0;
}
.comment h3 a:hover,
.comment h3 a:focus {
    text-decoration: underline;
}
.comment .submitted {
    margin: 10px 0 5px;
}
.comment .field-name-comment-body {
    line-height: 1.25em;
}
.comment a:link:hover,
.comment a:link:focus,
.comment a:active,
.comment a:active:hover,
.comment a:active:focus,
.comment a:visited:hover,
.comment a:visited:focus {
    /*color: #666666;*/
    text-decoration: underline;
}
.comment h2.comment-form {
    margin-top: 3em;
}
#comment-form label {
    display: inline;
}
.comment .submitted {
    font-size: 0.75em;
    /*font-size: 0.625em;*/
    text-transform: uppercase;
}
.comment .new {
    color: #fb8f26;
    font-size: 0.75em;
    text-transform: uppercase;
}
.comment .links,
.comment ul.links.inline {
    display: block;
    font-size: 0.875em;
    font-style: italic;
    text-align: right;
}
.comment .links li {
    margin-right: 10px;
}
.comment .links a:link,
.comment .links a:visited {
    color: #666;
    text-decoration: underline;
}
.comment .links a:link:hover,
.comment .links a:link:focus,
.comment .links a:active,
.comment .links a:active:hover,
.comment .links a:active:focus,
.comment .links a:visited:hover,
.comment .links a:visited:focus {
    text-decoration: none;
}
.comment-form .form-textarea-wrapper {
    margin-top: 10px;
}
.comment-form .form-textarea {
    background-color: #f7f5f5;
    border: 1px solid #f7f5f5;
    padding: 5px 10px;
}
.comment-form .form-textarea:hover,
.comment-form .form-textarea:focus {
    border: 1px solid #666;
}


/* ------------ Page ---------------- */

.group-article-main {
    padding: 10px;
}
.breadcrumb {
    color: #525150;
    font-size: 0.875em; /*14px*/
    margin: 0 0 20px;
    text-transform: uppercase;
}
.node-type-article .breadcrumb {
    padding-left: 10px;
}
.breadcrumb a:link,
.breadcrumb a:active,
.breadcrumb a:visited {
    color: #525150;
}
.breadcrumb a:link:hover,
.breadcrumb a:link:focus,
.breadcrumb a:active:hover,
.breadcrumb a:active:focus,
.breadcrumb a:visited:hover,
.breadcrumb a:visited:focus {
    text-decoration: underline;
}
.group-tags,
.group-tags + .group-publication-info {
    margin-bottom: 7px;
    padding: 0 10px;
}
.group-tags div {
    display: inline;
}
.node-type-article .field-name-field-main-country,
.group-tags .field-name-field-main-channel,
.group-tags .field-name-field-main-sector {
    font-size: 1.5em; /*24px*/
}
.group-article-main .field-name-field-article-media {
    float: left;
    margin: 0 12px 12px 0;
    width: 352px;
}
.node-teaser .field-name-field-article-media {
    float: none;
    width: 300px;
}
.field-name-field-article-media a {
    display: block;
}
.field-name-field-article-media img {
    height: auto;
    margin: 0;
    width: 100%;
}
.field-name-field-article-media .copyright {
    color: #aaa;
    font-size: 0.875em;
    font-style: italic;
}
/*.node-type-article .main {
    position: relative;
}*/
.node-type-article h1,
.node-type-video h1 {
    color: #666666;
    font-size: 2em; /*previously 1.5em*/
    /*left: 375px;*/
    line-height: 1em;
    margin-bottom: 15px;
    /*position: absolute;*/
    /*top: 105px;*/
}

#block-views-related-articles-block,
#block-views-related-videos-block,
.page-taxonomy-term #block-system-main > .content  {
    clear: both;
    margin-top: 35px;
}


/* ------------ Accueil ------------- */

.node-type-home h1 {
    margin: 0;
}
#content .field-name-field-home-article-main {
    border-bottom: 1px solid #e4e6e9;
    margin: 0 0 16px;
    padding-bottom: 22px;
}
#content .main .field-name-field-home-article-main h2 {
    font-size: 2.813em;
    font-weight: normal;
    letter-spacing: -0.005em;
    line-height: 1.2em;
    margin: 0;
}
#content .field-name-field-home-article-main h2 a:link,
#content .field-name-field-home-article-main h2 a:active,
#content .field-name-field-home-article-main h2 a:visited {
    color: #890000;
    -webkit-text-shadow: 2px 0 2px #999;
    -moz-text-shadow: 2px 0 2px #999;
    -ms-text-shadow: 2px 0 2px #999;
    -o-text-shadow: 2px 0 2px #999;
    text-shadow: 2px 0 2px #999;
}
#content .field-name-field-home-article-main h2 a:link:hover,
#content .field-name-field-home-article-main h2 a:link:focus,
#content .field-name-field-home-article-main h2 a:active:hover,
#content .field-name-field-home-article-main h2 a:active:focus,
#content .field-name-field-home-article-main h2 a:visited:hover,
#content .field-name-field-home-article-main h2 a:visited:focus {
    text-decoration: underline;
}
#content .field-name-field-home-article-main .field-name-field-article-media  {
    float: left;
    margin-right: 12px;
    width: 330px;
}
.field-name-field-home-article-main .field-name-field-article-media a,
.node-teaser .field-name-field-article-media a {
    display: block;
}
#content .field-name-field-home-article-main p {
    margin-bottom: 25px;
}
.node-home > .content > .links {
    clear: both;
    display: block;
}


/* ------------ Formulaire Alertes -- */

.node-type-webform .main > div {
    padding-top: 10px;
}
#webform-component-personal-data {
    /*border: 1px solid #e7e7e7;*/
    font-size: 0.875em; /*14px*/
    margin-bottom: 45px;
    /*padding: 10px;*/
}
#webform-component-personal-data .webform-component-textfield {
    clear: both;
    float: left;
    line-height: 24px;
    margin-top: 0;
    width: 50%;
}
#webform-component-personal-data .webform-component-email {
    float: right;
    margin-top: 0;
    width: 50%;
}
#webform-component-personal-data .text label {
    float: left;
    width: 39%;
}
#webform-component-personal-data .text input {
    float: left;
    width: 51%;
}
#webform-component-personal-data .webform-component-checkboxes {
    border-top: 1px dotted #000;
    clear: both;
    margin: 1em 0 15px 10px;
    padding-top: 20px;
}
.mandatory {
    color: #666666;
    font-size: 0.857em; /*12px*/
    margin: 80px 0 10px;
}
.terms-conditions {
    font-size: 0.857em; /*14px*/
    margin-left: 20px;
}
.submit {
    margin-top: 55px;
    text-align: center;
}


/* ------ Formulaire Newsletter ----- */

#webform-component-contact-details {
    /*border: 1px solid #e7e7e7;*/
    font-size: 0.875em; /*14px*/
    margin-bottom: 45px;
    /*padding: 10px;*/
}
#webform-component-contact-details .fieldset-wrapper > .form-item {
    margin: 0 0 1em;
}
/*.clearfix,*/
#webform-component-contact-details--title,
#webform-component-contact-details--e-mail,
#webform-component-contact-details--first-name,
#webform-component-contact-details--company,
#webform-component-contact-details--country,
#webform-component-contact-details--telephone,
#webform-component-contact-details--terms-conditions {
    clear: both;
    display: block;
}
/*.clearfix:after,*/
#webform-component-contact-details--title:after,
#webform-component-contact-details--e-mail:after,
#webform-component-contact-details--first-name:after,
#webform-component-contact-details--company:after,
#webform-component-contact-details--country:after,
#webform-component-contact-details--telephone:after,
#webform-component-contact-details--terms-conditions:after {
    clear:both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
#webform-component-contact-details--title label,
#webform-component-contact-details--title .form-radios,
#webform-component-contact-details--title .form-radio,
#webform-component-contact-details--title label,
#webform-component-contact-details--e-mail label,
#webform-component-contact-details--e-mail .form-email,
#webform-component-contact-details--first-name,
#webform-component-contact-details--first-name label,
#webform-component-contact-details--first-name .form-text,
#webform-component-contact-details--name,
#webform-component-contact-details--name label,
#webform-component-contact-details--company,
#webform-component-contact-details--company label,
#webform-component-contact-details--company .form-text,
#webform-component-contact-details--profession,
#webform-component-contact-details--profession label,
#webform-component-contact-details--country,
#webform-component-contact-details--country label,
#webform-component-contact-details--country .form-text,
#webform-component-contact-details--telephone,
#webform-component-contact-details--telephone label,
#webform-component-contact-details--telephone .form-text,
#webform-component-contact-details--mobile,
#webform-component-contact-details--mobile label {
    float: left;
}
#webform-component-contact-details--e-mail .form-email,
#webform-component-contact-details--first-name,
#webform-component-contact-details--name,
#webform-component-contact-details--company,
#webform-component-contact-details--profession,
#webform-component-contact-details--country,
#webform-component-contact-details--telephone,
#webform-component-contact-details--mobile {
    width: 49%;
}
#webform-component-contact-details--title label,
#webform-component-contact-details--e-mail label,
#webform-component-contact-details--name label,
#webform-component-contact-details--profession label,
#webform-component-contact-details--mobile label {
    text-align: right;
    width: 23%;
}
#webform-component-contact-details--title .form-radios {
    width: 35%;
}
#webform-component-contact-details--first-name label,
#webform-component-contact-details--company label,
#webform-component-contact-details--country label,
#webform-component-contact-details--telephone label {
    text-align: right;
    width: 47%;
}
#webform-component-contact-details--first-name .form-text,
#webform-component-contact-details--name .form-text,
#webform-component-contact-details--company .form-text,
#webform-component-contact-details--profession .form-text,
#webform-component-contact-details--country .form-text,
#webform-component-contact-details--telephone .form-text,
#webform-component-contact-details--mobile .form-text {
    width: 45%;
}
#webform-component-contact-details .fieldset-wrapper > #webform-component-contact-details--terms-conditions {
    margin: 2em 0 0 22%;
}

#webform-component-newsletters {
    font-size: 0.875em; /*14px*/
    line-height: 1.714em;   /*24px*/
}
#webform-component-newsletters .form-item,
#webform-component-newsletters .form-actions {
    margin-top: 0;
}
#webform-component-newsletters .fieldset-wrapper,
#webform-component-newsletters--countries{
    clear: both;
    display: block;
}
/*.clearfix:after,*/
#webform-component-newsletters .fieldset-wrapper:after,
#webform-component-newsletters--countries:after {
    clear:both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
#webform-component-newsletters--countries,
#webform-component-newsletters .fieldset-wrapper {
    border-bottom: 1px dotted #000;
    margin-bottom: 1.429em; /*20px*/
    padding-bottom: 2.286em;  /*32px*/
    padding-left: 1em;
}
#webform-component-newsletters--countries .form-item {
    float: left;
    width: 50%;
}
#webform-component-newsletters--channels,
#webform-component-newsletters--sectors {
    float: left;
    margin-bottom: 0;
    padding-left: 1em;
    width: 47%;
}
#webform-component-payment-method {
    font-size: 0.75em; /*12px*/
    padding-left: 3em;  /*36px*/
}
#webform-component-payment-method > label {
    background: transparent url('../images/secure.png') left bottom no-repeat;
    /*font-weight: bold;*/
    height: 1.5em;  /*18px*/
    line-height: 1.5em;  /*18px*/
    margin-right: 2.5em;
    padding-bottom: 20px;
}
#webform-component-payment-method .option {
    background: transparent url('../images/debit-cards.png') right center no-repeat;
    padding-right: 123px;
}


/* ------ Formulaire Contact ------ */

#webform-component-contact {
    background-color: #ededee;
    font-size: 0.875em; /*14px*/
    padding: 20px;
}
#webform-component-contact .form-radios {
    color: #817b7a;
}
#webform-component-contact .webform-component-textfield,
#webform-component-contact .webform-component-select,
#webform-component-contact .webform-component-email {
    float: left;
    height: 3.2em;
    width: 50%;
}
#webform-component-contact .webform-component-textfield label,
#webform-component-contact .webform-component-select label,
#webform-component-contact .webform-component-email label,
#webform-component-contact .webform-component-textarea label {
    display: block;
    margin-bottom: 1em;
}
#webform-component-contact .webform-component-textfield .form-text,
#webform-component-contact .webform-component-email .form-email {
    border: 1px solid transparent;
    height: 19px;
    line-height: 19px;
    width: 90%;
}
#webform-component-contact .webform-component-textfield .form-text:hover,
#webform-component-contact .webform-component-textfield .form-text:focus,
#webform-component-contact .webform-component-email .form-email:hover,
#webform-component-contact .webform-component-email .form-email:focus {
    border: 1px solid #a0a2a4;
}
#webform-component-contact .webform-component-select .form-select {
    height: 25px;
    line-height: 25px;
    width: 90%;
}
#webform-component-contact .webform-component-textarea {
    clear: both;
}


/* ------ Formulaire Connexion ------ */

.page-user.not-logged-in #block-system-main {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #ebebeb;
    -moz-box-shadow: 0 0 3px #ebebeb;
    -ms-box-shadow: 0 0 3px #ebebeb;
    -o-box-shadow: 0 0 3px #ebebeb;
    box-shadow: 0 0 3px #ebebeb;
    margin: 0 auto;
    padding: 27px 35px;
    width: 62.59%;
}
.page-user.not-logged-in #user-login .form-text {
    border: 2px solid #8f0f0f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #d0cfcf inset;
    -moz-box-shadow: 0 0 5px #d0cfcf inset;
    -ms-box-shadow: 0 0 5px #d0cfcf inset;
    -o-box-shadow: 0 0 5px #d0cfcf inset;
    box-shadow: 0 0 5px #d0cfcf inset;
    color: #666666;
    display: block;
    font-size: 1.125em; /*18px*/
    height: 27px;
    line-height: 27px;
    margin-bottom: 10px;
    width: 100%;
}
.page-user.not-logged-in #user-login .description {
    color: #525151;
    font-size: 0.750em; /*12px*/
}
.page-user.not-logged-in #user-login .form-submit {
    display: block;
    height: 40px;
    font-size: 1.125em; /*18px*/
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
}


/* ------ Formulaire Recherche ------ */

.search-advanced {
    margin-top: 1em;
}
.page-search-node legend {
    margin-bottom: 0;
}


/* ------------ Chronique ----------- */
.view-column {
    background-color: #f7f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #ededed;
    -moz-box-shadow: 0 0 3px #ededed;
    -ms-box-shadow: 0 0 3px #ededed;
    -o-box-shadow: 0 0 3px #ededed;
    box-shadow: 0 0 3px #ededed;
    padding: 10px 7px 37px;
}
.view-column ul {
    margin: 0;
}
.view-column ul li {
    border-top: 1px solid #e4e6e9;
    clear: both;
    list-style-image: none;
    margin: 0;
    padding: 1.5em 0.5em; /*24px 8px*/
}
.view-column ul li:first-child {
    border-top: none;
}
.view-column .field-name-field-location {
    color: #890000;
    line-height: 1.875em;   /*30px*/
}
.view-column a:link,
.view-column a:active,
.view-column a:visited {
    color: #707070;
}
.view-column a:link:hover,
.view-column a:link:focus,
.view-column a:active:hover,
.view-column a:active:focus,
.view-column a:visited:hover,
.view-column a:visited:focus {
    text-decoration: underline;
}
.view-column h2 {
    font-size: 1.25em; /*20px*/
    font-weight: bold;
    line-height: 1.5em;   /*30px*/
    margin: 0;
}
.view-column .field-name-body p {
    display: inline;
}
.view-column .links {
    font-size: 0.7em; /*14px*/
    font-weight: normal;
}
.view-column .node-readmore {
    font-size: 0.875em; /*14px*/
    font-style: italic;
    text-decoration: underline;
}
.view-column a.node-readmore:link:hover
.view-column a.node-readmore:link:focus
.view-column a.node-readmore:active:hover
.view-column a.node-readmore:active:focus
.view-column a.node-readmore:visited:hover
.view-column a.node-readmore:visited:focus {
    text-decoration: none;
}



/* ------------ Cours --------------- */
.node-type-cours table tr {
    border-top: none;
}
.node-type-cours table td,
.node-type-cours table th {
    padding-bottom: 0;
    padding-top: 0;
}
.node-type-cours table p {
    margin: 0;
}



/* ------------ Newsletter ---------- */
.node-type-simplenews #block-system-main > .content {
    background: transparent url('../images/newsletter/table-bottom.png') 3px bottom no-repeat;
    padding-bottom: 5px;
}
.node-simplenews {
    background: transparent url('../images/newsletter/table-header.png') left top no-repeat;
    padding-top: 155px;
    width: 643px;
}
.node-simplenews > .content {
    background: #efeeee url('../images/newsletter/table-bg.png') left center repeat-y;
    padding: 21px 31px 19px;
}
.node-simplenews .field-name-field-publication-date {
    color: #7e0000;
    font-size: 1.125em; /*18px*/
}
.node-simplenews h1 {
    color: #651a1d;
    font-size: 1.5em;   /*25px*/
    margin: 10px 0 21px;
}
.node-simplenews .field-name-body {
    margin-bottom: 0;
}
.node-simplenews .field-name-body p {
    color: #7f7f7f;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.node-simplenews .field-name-field-simplenews-content > .field-items > .field-item {
    position: relative;
}
.node-simplenews .sdv-newsletter-block-content_h {
    background: transparent url('../images/newsletter/news-bottom.png') center bottom no-repeat;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.node-simplenews .sdv-newsletter-block-content_h .node {
    background-color: #fff;
    border: 1px solid #e4e3e3;
    padding: 12px 15px;
}
.node-simplenews .field-name-field-simplenews-content h2 {
    color: #6b2323;
    font-size: 1.375em;
    line-height: 1.2em;
    margin: 0 0 6px;
}
.node-simplenews .field-name-field-simplenews-content h2 a {
    color: #6b2323;
}
.node-simplenews .field-name-field-simplenews-content .field-name-field-date {
    color: #6b2323;
    font-size: 0.875em;
    line-height: 1.2em;
    margin: 0 0 6px;
}
.node-simplenews .sdv-newsletter-block-content_h .field-name-field-article-media {
    float: left;
    margin-right: 14px;
    width: 200px;
}
.node-simplenews .sdv-newsletter-block-content_h ul.links.inline {
    float: right;
    margin: 0;
}
.node-simplenews .sdv-newsletter-block-content_h ul.inline li {
    margin: 0;
    padding: 0;
}
.node-simplenews .sdv-newsletter-block-content_h .links a {
    background: #fa7908 url('../images/newsletter/button-more.png') 0 0 no-repeat;
    /*background-color: #fa7908;*/
    /*color: #fff;*/
    color: transparent;
    display: block;
    /*font-style: normal;*/
    height: 30px;
    /*padding: 8px 7px 8px 15px;*/
    text-decoration: none;
    text-indent: -9999px;
    width: 85px;
}

.node-simplenews .sdv-newsletter-block-content_v_mosaic {
    margin-bottom: 24px;
}
.node-simplenews .column {
    background: transparent url('../images/newsletter/mosaic-bottom.png') center bottom no-repeat;
    padding-bottom: 9px;
    width: 47.5%;
}
.node-simplenews .column .node {
    background-color: #fff;
    border: 1px solid #e2e2e2;
}
.node-simplenews .column-1 {
    float: left;
}
.node-simplenews .column-2 {
    float: right;
}
.node-simplenews .column .node {
    position: relative;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic h2 {
    padding: 10px 10px 0;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic .field-name-field-date {
    padding: 0 10px;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic .field-name-field-article-media {
    width: auto;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic .field-name-field-article-media img {
    display: block;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic .field-name-body p {
    margin: 0;
    padding: 0 10px;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic ul.inline li {
    margin: 0;
    padding: 0;
}
.node-simplenews .sdv-newsletter-block-content_v_mosaic .links a {
    background: #fa7908 url('../images/newsletter/button-more.png') 0 0 no-repeat;
    color: transparent;
    display: block;
    height: 30px;
    text-decoration: none;
    text-indent: -9999px;
    width: 85px;
}

.node-simplenews .sdv-newsletter-block-text {
    border-bottom: 1px solid #b6b5b5;
    color: #810a0b;
    margin: 12px 0 24px;
}
.node-simplenews .sdv-newsletter-block-text h2 {
    font-size: 1.563em;
    line-height: 1.2em;
    margin: 0 0 11px;
}
.node-simplenews .sdv-newsletter-block-text p {
    font-size: 0.875em;
    line-height: 1.2em;
}
.node-simplenews .sdv-newsletter-block-text .media-image {
    margin: 0;
    padding-right: 15px;
    vertical-align: bottom;
}

.node-simplenews ul.links.inline {
    color: #afadad;
    display: block;
    float: right;
    font-size: 0.875em;
    margin: 10px;
    text-align: center;
}



/* ------------ Plan du site -------- */
.feed-link img {
    margin: 0;
}



/* ------------ Pied de page -------- */

#footer {
    background-color: #fa7908;
    clear: both;
    color: #fff;
    font-size: 0.75em; /*12px*/
    line-height: 1.333em;   /*16px*/
    padding: 54px 0 44px;
    text-align: center;
}
#block-menu-menu-footer {
    font-size: 1.5em; /*18px*/
    line-height: 1em;   /*18px*/
    margin-bottom: 21px;
    text-transform: uppercase;
}
#block-menu-menu-footer ul.menu {
    margin: 0;
    padding: 0;
    text-align: center;
}
#footer li {
    display: inline-block;
    margin: 0 8px;
    /* Support de inline-block pour IE 7*/
    zoom: 1;
    *display: inline;
}
#block-menu-menu-footer a:link,
#block-menu-menu-footer a:active,
#block-menu-menu-footer a:visited {
    color: #fff;
}
#block-menu-menu-footer a:link:hover,
#block-menu-menu-footer a:active:hover,
#block-menu-menu-footer a:visited:hover,
#block-menu-menu-footer a:link:focus,
#block-menu-menu-footer a:active:focus,
#block-menu-menu-footer a:visited:focus {
    text-decoration: underline;
}
#block-menu-menu-footer a:visited {
    font-weight: bold;
}
#footer p {
    clear: both;
    text-align: center;
}


/* ------------- Fonts -------------- */

/*@font-face {
    font-family: "RobotoCondensed";
    src: url('../fonts/robotocondensed-regular.eot');
    src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-regular.woff') format('woff'),
        url('../fonts/robotocondensed-regular.ttf') format('truetype'),
        url('../fonts/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensed";
    src: url('../fonts/robotocondensed-italic.eot');
    src: url('../fonts/robotocondensed-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-italic.woff') format('woff'),
        url('../fonts/robotocondensed-italic.ttf') format('truetype'),
        url('../fonts/robotocondensed-italic.svg#roboto_condenseditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url('../fonts/robotocondensed-bold.eot');
    src: url('../fonts/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-bold.woff') format('woff'),
        url('../fonts/robotocondensed-bold.ttf') format('truetype'),
        url('../fonts/robotocondensed-bold.svg#roboto_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensed";
    src: url('../fonts/robotocondensed-bolditalic.eot');
    src: url('../fonts/robotocondensed-bolditalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-bolditalic.woff') format('woff'),
        url('../fonts/robotocondensed-bolditalic.ttf') format('truetype'),
        url('../fonts/robotocondensed-bolditalic.svg#roboto_condensedbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}*/



/*  Profil  */

.profile h3 {
    margin-bottom: .5em;
}

.profile .purchases-history {
    margin-top: .5em;
}
.profile .purchases-history td,
.profile .purchases-history th {
    padding: 10px;
}


/*  Premium   */

#block-sdv-grant-sdv-grant-products {
    background-color: #f7f1f1;
    background-color: #f5f6f6;
    /*box-shadow: 0 0 3px #ededed;*/
    margin: 10px;
    padding: 15px;
}

.access-methods {
    text-align: center;
}

.access-methods .title,
.page-commander .payment-means.form-actions .form-submit,
.field-name-field-sdv-grant-marker span {
    background: #fd8f02 url('../images/button-submit-bg.png') center top repeat-x;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    display: inline;
    font-family: "RobotoCondensed", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 7px;
}
.access-methods .access-method:hover,
.access-methods .access-method:focus {
    color: #000;
}
.access-methods .access-method:hover .title,
.access-methods .access-method:focus .title {
    color: #fff;
    -webkit-text-shadow: 2px 0 2px #000;
       -moz-text-shadow: 2px 0 2px #000;
         -o-text-shadow: 2px 0 2px #000;
            text-shadow: 2px 0 2px #000;
}
.access-methods .description {
    display: block;
    margin-top: 10px;
}


.order-breadcrumb ol {
    margin-left: 0;
    padding-left: 0;
}
.order-breadcrumb li {
    float: left;
    margin-left: 1.2em;
}
.order-breadcrumb li:after {
    content: '>';
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.order-breadcrumb li:last-child:after {
    content: ' ';
    margin: 0;
}
.order-breadcrumb .active {
    color: #890000;
    font-weight: bold;
}


.page-commander #edit-actions .form-submit {
    font-size: 1em;
    margin: 0 .5em;
}
.page-commander .form-actions {
    margin: .5em 0;
}
.page-commander .payment-means.form-actions .form-submit:hover,
.page-commander .payment-means.form-actions .form-submit:focus {
    color: #fff;
    -webkit-text-shadow: 2px 0 2px #000;
       -moz-text-shadow: 2px 0 2px #000;
         -o-text-shadow: 2px 0 2px #000;
            text-shadow: 2px 0 2px #000;
}
.page-commander .form-actions .button {
    background: transparent none;
    color: #890000;
    font-weight: normal;
    padding: 0;
}
.page-commander .form-actions .button:hover,
.page-commander .form-actions .button:focus {
    -webkit-text-shadow: 0 0 0 transparent;
       -moz-text-shadow: 0 0 0 transparent;
         -o-text-shadow: 0 0 0 transparent;
            text-shadow: 0 0 0 transparent;
}


.field-name-field-sdv-grant-marker {
    margin-bottom: 10px;
    padding: 0 10px;
}
.field-name-field-sdv-grant-marker span {
    color: #fff;
    -webkit-text-shadow: 2px 0 2px #000;
       -moz-text-shadow: 2px 0 2px #000;
         -o-text-shadow: 2px 0 2px #000;
            text-shadow: 2px 0 2px #000;

}

.field-name-field-home-article-main .field-name-field-sdv-grant-marker {
    padding: 0;
}
.node-teaser .field-name-field-sdv-grant-marker {
    min-height: 1em;
    padding: 0;
}
/* Sharethis on nodes */
.block-sharethis {
    float: right;
    margin-top: 3px;
}
h1 + .region-content .block-sharethis {
    margin-top: -60px;
}

/* ///////////////////////////////
BLOCK VIEW OFFRES D'EMPLOI ///////
/////////////////////////////////*/

#block-views-offres-emploi-block-emploi .view-header a {
    background: #ff8900;
    color: #fff;
    padding: 0.4rem;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s;
}

#block-views-offres-emploi-block-emploi .view-header a:hover {
    color: black;
    border-radius: 10px;
}

#block-views-offres-emploi-block-emploi .more-link {
  border-top: 2px dotted grey;
  padding-top: 1rem;
}

#block-views-offres-emploi-block-emploi .views-slideshow-controls-top {
  display: none;
}

#block-views-offres-emploi-block-emploi .views-slideshow-cycle-processed {
  padding: 1rem 0rem;
}

#block-views-offres-emploi-block-emploi .views-field-title {
  font-size: 20px;
  padding-bottom: 1rem;
}

#block-views-offres-emploi-block-emploi .views-field-field-lieu {
  font-size: 18px;
}


/* ///////////////////////////////
PAGE VIEW OFFRES D'EMPLOI ///////
/////////////////////////////////*/

.page-offres-d-emploi {

}

.page-offres-d-emploi .view-header {
  margin: 0.4rem 0;
  width: 100%;
  border-bottom: 1px solid grey;
  padding-bottom: 0.2rem;
  text-align: right;

}

.page-offres-d-emploi .view-header a {
  background: #ff8900;
  color: #fff;
  padding: 0.4rem;
  border-radius: 2px;
  display: inline-block;
  max-width: 30%;

}

.page-offres-d-emploi .view-header a:before {
  content:url(/sites/all/themes/commodafrica_tpl/images/add.svg);
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.page-offres-d-emploi .view-header a:hover {
  color: black;
  border-radius: 10px;
}

.page-offres-d-emploi  .views-row {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px dotted grey;
}

.page-offres-d-emploi .views-field-title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #ff8900;
}

.page-offres-d-emploi .form-submit {
  display: none;
}


.page-offres-d-emploi .date-display-start, .date-display-end {
  font-weight: normal!important;
}

.page-offres-d-emploi .field-content {
  margin: 0.3rem 0 0.6rem 0;
  display: inline-block;
}


.views-label-field-contact-infos,
.views-label-field-descriptif-du-poste,
.views-label-field-emploi-pourvoir,
.views-label-field-lieu,
.views-label-field-date-exp,
.views-label-field-contact,
.views-label-field-entreprise,
.views-label-field-qualifications,
.views-label-field-date-de-publication,
.views-label-field-date-d-expiration {
  font-weight: bold;
}

#block-views-offres-emploi-block .views-row {
    padding-bottom: 1rem;
    max-width: 280px;
    margin-bottom: 1rem;
    border-bottom: 2px dotted grey;
}

.page-offres-d-emploi .view-filters {
margin-top: -3.7rem;
}
.page-offres-d-emploi .edit-submit-offres-d-emploi {

}

#edit-submit-offres-d-emploi {
    /* display: none; */
    position: relative;

}
#edit-submit-offres-d-emploi::after {
  content: "bouton";
  display: block;
  width: 15px;
  height: 15px;

  /* top: 0;
  left: 0; */
}

/* //////////////////////////////
////NODE OFFRE D'EMPLOI //////
///////////////////////////// */

.node-offre-d-emploi .field {
  margin: 1rem 0rem;
}

/* //////////////////////////////
////VIEW DOSSIER DU MOIS //////
///////////////////////////// */

.node-dossier-du-mois h1 {
  text-align: center;
  padding: 0.4rem;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  margin-bottom: 0px;
}


.field.field-name-field-bandeau.field-type-text.field-label-hidden {
    background: black;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5em;
    font-weight: bold;
}

.block-views .view-display-id-block_fiches_dossier_du_mois .views-slideshow-pager-fields {
  background: #545454;
    padding: 5px 10px 5px 10px;
}

.block-views .view-display-id-block_fiches_dossier_du_mois .views_slideshow_pager_field a {

  display: block;
  color: white;
  line-height: 15px;
  margin: 0;
  /* text-transform: uppercase; */
}

.block-views .view-display-id-block_fiches_dossier_du_mois .views_slideshow_pager_field a::before{
  content: '|';
  position: relative;
  margin-right: 15px;
  font-weight: bold;
  color: #FF8100;
}

.block-views .view-display-id-block_fiches_dossier_du_mois .views-slideshow-cycle-main-frame-row-item .views-field-title {
display: none;
}

.block-views .view-display-id-block_fiches_dossier_du_mois .view-footer a {

  background: #ff8900;
  color: #fff;
  padding: 0.4rem;
  border-radius: 2px;
  display: inline-block;
  margin-top: 10px;

}

.block-views .view-display-id-block_fiches_dossier_du_mois .view-footer a:before {
  color: black;
  border-radius: 10px;
}

.block-views .view-display-id-block_fiches_dossier_du_mois .views-field.views-field-body h2 {
  color: #890000;
}

/* //////////////////////////////
////BLOCK DOSSIER DU MOIS //////
///////////////////////////// */



.block-views .view-display-id-block_dossier_mois .views-field-title-1 {

  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;

}

.block-views .view-display-id-block_dossier_mois .views-row {

  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px dotted grey;
}


.block-views .view-display-id-block_dossier_mois_en .views-field-title-1 {

  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;

}

.block-views .view-display-id-block_dossier_mois_en .views-row {

  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px dotted grey;
}


/* //////////////////////////////
//// PAGE ARCHIVES /////////////
///////////////////////////// */





.block-views .view-display-id-block_list_dossiers_mois .views-row {
margin-bottom: 2rem;
}

.block-views .view-display-id-block_list_dossiers_mois .views-field span a {
font-size: 1.3rem;
}


.block-views .view-display-id-block_list_dossiers_mois .views-field img {
margin: 0.5rem 0;
}

.block-views .view-display-id-block_list_dossiers_mois .view-footer a {
  display: none;
}

#edit-combine-wrapper input{
 max-width: 70%;
}

#block-system-help {
 background: #FF9300;
 color: white;
 margin: 1% 23.2% 0 23.2%;

}

#block-system-help p {
  padding: 0.5rem;
}
