@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);

@import url(//fonts.googleapis.com/css?family=Asap);

@import url(//fonts.googleapis.com/css?family=Roboto:400,500);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
    line-height: 25px;
    font-weight: 500;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ff7f40;
}
h2 {
  font-size: 30px;
  font-weight: normal;
  color: #3c3c3c;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  line-height: 57px;
  margin-bottom: 16px;
}
h4 {
  font-size: 20px;
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 26px;
}
h5 {
  font-size: 16px;
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
h6 {
  line-height: 17px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  /*text-transform: uppercase;*/
  color: #045182;
  font-weight: 500;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 12px;
  text-align: justify;
  font-size: 14px;
  color: rgb(64,64,64);
  line-height: 25px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 16px;
}
/*Buttons*/
.btn {
  /* padding: 4px 14px;
  font-size: 12px;
  line-height: 16px;
  background: #ffffff;
  color: #ffffff;
  text-shadow: none;
  background-color: #51A351;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #b7dab7, #51A351);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
*/
  text-decoration:none;

  font-size: 14px;

  font-family: 'Roboto';

	color: #ffffff !important;

	cursor: pointer;

	display: inline-block;

	line-height: 20px;

	margin: 5px;

	padding: 8px 8px;

	text-align: center;

	box-shadow:none !important;

	text-shadow:none !important;


	background-color: #3498db;

	background: -webkit-gradient(linear, left top, left bottom, from(#55aee9), to(#3498db));

	background: -webkit-linear-gradient(top, #55aee9, #3498db);

	background: -moz-linear-gradient(top, #55aee9, #3498db);

	background: -o-linear-gradient(top, #55aee9, #3498db);

	background: linear-gradient(top, #55aee9, #3498db);


}
.btn:hover {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

	display: inline-block;

	outline: none;

	text-decoration:none;

	background-color: #55aee9;

	background: -webkit-gradient(linear, left top, left bottom, from(#7bc9fe), to(#55aee9));

	background: -webkit-linear-gradient(top, #7bc9fe, #55aee9);

	background: -moz-linear-gradient(top, #7bc9fe, #55aee9);

	background: -o-linear-gradient(top, #7bc9fe, #55aee9);

	background: linear-gradient(top, #7bc9fe, #55aee9);

  color: #fff !important;
}
.btn-primary {
  background: #ff7f40;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #ffbf40;
  border-bottom-color: #ffbf40;
}
.btn-primary:hover {
  background: #ffbf40;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
}
.btn-info:hover {
  background: #cccccc;
  color: #000000;
}

.publi .readmore {
display: none;
}

.readmore,
.btn-info,
.page-item #section-kmt .kmt-btn-submit,
.kmt-form-submit .submitButton,
.aside .btn-primary,
.page-item__edit .btn-primary,
#contact-form .btn-primary,
#searchForm .btn-primary,
.form-validate .btn-primary,
#adminForm .btn-group .btn,
.filter-search .btn-primary,
#error .btn-primary,
.mod-login_submit .btn-primary,
.mod-newsflash-adv_custom-link a {
  font-size: 14px;
  color: #000 !important;
  line-height: 15px !important;
  background: url(../images/morearr.png) right 2px no-repeat !important;
  box-shadow: none !important;
  text-transform: lowercase;
  border: none !important;
  padding: 0 18px 0 0 !important;
  text-shadow: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}
.readmore:active,
.btn-info:active,
.page-item #section-kmt .kmt-btn-submit:active,
.kmt-form-submit .submitButton:active,
.aside .btn-primary:active,
.page-item__edit .btn-primary:active,
#contact-form .btn-primary:active,
#searchForm .btn-primary:active,
.form-validate .btn-primary:active,
#adminForm .btn-group .btn:active,
.filter-search .btn-primary:active,
#error .btn-primary:active,
.mod-login_submit .btn-primary:active,
.mod-newsflash-adv_custom-link a:active,
.readmore:focus,
.btn-info:focus,
.page-item #section-kmt .kmt-btn-submit:focus,
.kmt-form-submit .submitButton:focus,
.aside .btn-primary:focus,
.page-item__edit .btn-primary:focus,
#contact-form .btn-primary:focus,
#searchForm .btn-primary:focus,
.form-validate .btn-primary:focus,
#adminForm .btn-group .btn:focus,
.filter-search .btn-primary:focus,
#error .btn-primary:focus,
.mod-login_submit .btn-primary:focus,
.mod-newsflash-adv_custom-link a:focus,
.readmore.active,
.btn-info.active,
.page-item #section-kmt .kmt-btn-submit.active,
.kmt-form-submit .submitButton.active,
.aside .btn-primary.active,
.page-item__edit .btn-primary.active,
#contact-form .btn-primary.active,
#searchForm .btn-primary.active,
.form-validate .btn-primary.active,
#adminForm .btn-group .btn.active,
.filter-search .btn-primary.active,
#error .btn-primary.active,
.mod-login_submit .btn-primary.active,
.mod-newsflash-adv_custom-link a.active {
  outline: none;
  color: #c03f00 !important;
}
.readmore:hover,
.btn-info:hover,
.page-item #section-kmt .kmt-btn-submit:hover,
.kmt-form-submit .submitButton:hover,
.aside .btn-primary:hover,
.page-item__edit .btn-primary:hover,
#contact-form .btn-primary:hover,
#searchForm .btn-primary:hover,
.form-validate .btn-primary:hover,
#adminForm .btn-group .btn:hover,
.filter-search .btn-primary:hover,
#error .btn-primary:hover,
.mod-login_submit .btn-primary:hover,
.mod-newsflash-adv_custom-link a:hover {
  outline: none;
  opacity: 1;
  color: #c03f00 !important;
}
#searchForm .btn.btn-primary {
  background: none !important;
  padding: 0 !important;
  margin: 5px 0 0 5px;
}
#contact-form .btn-primary {
  margin: 5px 0 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
#jform_contact_name:focus,
#jform_contact_email:focus,
#jform_contact_emailmsg:focus,
#jform_contact_message:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(220, 225, 228, 0.6);
  border: 1px solid #dce1e4;
}
.label-info,
.badge-info {
  background: #dce1e4;
}
a:focus,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none !important;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 8px 0 16px  ;
  padding: 0;
  color: rgb(39, 48, 176);
  font-size: 18px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  text-align: justify;
}
.pagination ul li.pagination-prev {
  margin-right: 90px;
}
.pagination ul li.pagination-next {
  margin-left: 90px;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color:rgb(39, 48, 176);
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: rgb(39, 48, 176);
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover,
.pagination ul li a.pagenav:focus,
.pagination ul li a.hasTooltip:focus,
.pagination ul li a.pagenav:active,
.pagination ul li a.hasTooltip:active {
  background: none;
  color: rgb(39, 48, 176);
}
.pagination ul li.num {
  margin: 0 5px;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #ff7f40;
  font-weight: bold;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 12px;
}
.img-intro {
  margin-bottom: 5px;
}
.news .img-intro {
  margin-bottom: 5px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 21px 0 0;
}
.img-full__left {
 max-width: 350px;
 max-height: 350px;
}

.img-full__left img {
 max-width: 350px;
 max-height: 350px;
}

.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 21px 25px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mod-login_userdata label {
  cursor: default;
}
.mod-login_userdata label span {
  cursor: pointer;
  line-height: 14px;
}
.mod-login_userdata #mod-login_remember {
  margin-top: 2px;
  padding-top: 0px;
}
.view-form #adminForm button.btn {
  padding: 0 !important;
  background: none !important;
}
.view-form #adminForm #jform_publish_up_img,
.view-form #adminForm #jform_publish_down_img {
  padding: 4px 10px 6px !important;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 26px;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  /*background: url(../images/topbg.png); */
  background-color: #ffffff;
  border-bottom: 5px solid #045182;
}
#header-row .row-fluid {
  background-color: #ffffff;
  padding: 21px 0 20px 285px;
  margin: 0 0 0 -285px;
}
#header-row #logo {
  margin-top: 12px;
}
.sfblue {
height: 100%;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation {
  margin: 12px 0 0;
  padding: 20px 0;
  background-color: #045080;
}
.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0 5px 0 5px;
  margin: 0 0 0 6px;
  height: 16px;
  background: url(../images/topmitem.png) no-repeat 0 7px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #c2dff1;
}
.navigation ul.sf-menu > li.firstItem {
  background: none;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Asap', sans-serif;
  color: #ffffff;
  height: 16px;
  display: block;
  padding: 0;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
text-decoration: underline !important;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 34px;
  left: -25%;
}
.navigation ul.sf-menu ul {
  width: auto;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 165%;
}
.navigation ul.sf-menu li li:hover ul li.firstItem:before,
.navigation ul.sf-menu li li.sfHover ul li.firstItem:before {
  top: 4px;
  left: -25px;
  margin-left: 0;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
}
.navigation ul.sf-menu ul li {
  margin: 3px 0;
  /*text-align: center;*/
  list-style: url(../images/puce.png);
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #101010;
  /* text-transform: uppercase;
  text-decoration: underline !important; */
  background: none;
  display: block;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #045182;
  text-decoration: underline !important;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #c03f00;
  text-decoration: none  !important;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
  position: relative;
}
.navigation ul.sf-menu ul li.firstItem:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: -22px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 32px;
  padding-bottom: 32px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 34px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 32px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.accroche {
  display: inline-block;
  text-align: left;
  width: 80%;
}
.accroche p{
/*color: #00609d;*/
color: #00609d;
font-size: 30px;
margin: 30px 0 0 0;
font-family: 'Asap', sans-serif;
clear: both;
display: inline-block;
padding: 0;
text-align: left;
}
.bienvenue a {
/*color: #00609d;*/
color: #51a351;
font-size: 30px;
font-family: 'Roboto', sans-serif;
clear: both;
display: inline-block;
padding: 0;
text-align: left;
font-weight: 800;
}

.adherer, .adhererprov  {
display: inline-block;
width: 20%;
vertical-align: top;
margin-top: 30px;
text-align: middle;
float: right;
}

.adherer ul li, .adhererprov ul li {
padding: 8px;
background-color: #51a351;
}

.adherer ul li a, .adhererprov ul li a {
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
text-align: center;
font-family: "Asap",sans-serif;
}
.adherer ul li a:hover, .adhererprov ul li a:hover{
text-decoration: underline !important;
color: #c2dff1;
background-color:#669900;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 47px 0 0;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 30px 0 0;
}
#feature-row .features .img-intro {
  margin: -4px 0 0;
}
#feature-row .features .item_title {
  margin-bottom: 5px;
}
#feature-row .features .item_content {
  margin-left: 65px;
}
#feature-row .features .item_content p {
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 7px;
}
#feature-row .features .item_content h6 {
  margin-bottom: 6px;
}
/*======================= MAINTOP =======================*/
#maintop-row #maintop {
  background: url(../images/wgbord.png) repeat-x;
  padding: 20px 0 8px;
}
#maintop-row .maintophome .moduleTitle {
  margin-bottom: 24px;
}
#maintop-row .maintophome .img-intro {
  margin-bottom: 29px;
}
#maintop-row .maintophome .item-title {
  margin-bottom: 13px;
}
#maintop-row .maintophome .item_introtext p {
  padding: 0 0 16px;
}
#maintop-row .maintophome.testing .item-title {
  margin-bottom: 11px;
}
#maintop-row .hello {
  margin-top: -5px;
  padding-right: 30px;
}

#maintop-row .hello p {
text-align: left;
font-size: 16px;
}

#maintop-row .hello .moduleTitle {
  margin-left: -5px;
}
#maintop-row .hello .item_introtext {
  margin: 24px 0 0;
}
#maintop-row .hello ul {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}
#maintop-row .hello ul li {
  padding: 0 0 0 27px;
  background: url(../images/liarr.jpg) no-repeat 0 4px;
  margin: 0 0 20px;
}
#maintop-row .hello ul li h6 {
  margin-bottom: 10px;
}
#maintop-row .hello ul li h6 a {
  color: #045182;
  font-weight: 700;
}
#maintop-row .hello ul li h6 a:hover {
  color: #606060;
}

/*======================= CONTENT TOP =======================*/
#content-top-row {
  padding: 0 0 54px;
}
#content-top-row .aboutus .moduleTitle {
  margin-bottom: 21px;
}
#content-top-row .aboutus .item-title {
  line-height: 18px;
}
#content-top-row .aboutus .readmore {
  margin-top: 9px;
}
/*======================= CONTENT =======================*/
.page-blog .item_published,
.page-item__blog .item_published,
.page-archive .item_published {
  float: left;
  width: 62px;
  height: 52px;
  background: #51a351;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin: 5px 19px 0 0;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 0 0;
}
.page-blog .items-row + .items-row,
.page-item__blog .items-row + .items-row,
.page-archive .items-row + .items-row {
  background: url(../images/wgbord.png) repeat-x;
  padding: 40px 0 0;
}
.page-blog .item_info,
.page-item__blog .item_info,
.page-archive .item_info {
  margin-bottom: 40px;
}
.body__gallery .img-intro {
  padding: 15px;
  background: #dce1e4;
}
.body__gallery .item_title a {
  color: #FFF;
}
.body__gallery .item_title a:hover {
  color: #c03f00;
}
#content-row {
  padding: 50px 0;
}
.body__home #content-row {
  padding: 0;
}
.body__home.view-article #content-row {
  padding: 50px 0;
}
.body__about #content-row {
  padding: 50px 0 35px;
}
.body__about.view-article #content-row {
  padding: 50px 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 16px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  color: #ff7f40;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 16px 16px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  background: url(../images/wgbord.png) repeat-x;
  padding: 52px 0 0;
}
#content-bottom-row .team .img-intro {
  margin-bottom: 16px;
}
#content-bottom-row .team .moduleTitle {
  margin-bottom: 25px;
}
#content-bottom-row .team .item {
  padding: 15px 15px 4px;
  background: #dce1e4;
  margin-left: 2.7%;
  margin-bottom: 21px;
  width: 31.5%;
}
#content-bottom-row .team .item.item_num0,
#content-bottom-row .team .item.item_num3 {
  margin-left: 0;
}
#content-bottom-row .team .item_title a {
  color: #ff7f40;
}
#content-bottom-row .team .item_title a:hover {
  color: #c03f00;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.archive-module li,
.categories-module li {
  background: url(../images/morearr.png) no-repeat 0 2px;
  padding: 0 0 0 20px;
  margin: 0 0 8px;
}
.archive-module li a,
.categories-module li a {
  display: inline;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  color: #51a351;
}
.archive-module li a:hover,
.categories-module li a:hover {
  background: none;
  color: #606060;
}
#aside-left .moduletable + .moduletable,
#aside-right .moduletable + .moduletable {
  margin: 14px 0 0;
  padding: 22px 0 0;
  background: url(../images/wgbord.png) repeat-x;
}
#aside-left .testimonials .item,
#aside-right .testimonials .item {
  margin-bottom: 26px;
}
#aside-left .testimonials .moduleTitle,
#aside-right .testimonials .moduleTitle {
  margin-bottom: 25px;
}
#aside-left .testimonials blockquote p,
#aside-right .testimonials blockquote p {
  background: #dce1e4 url(../images/testbef.png) no-repeat 13px 13px;
  border-radius: 8px;
  padding: 21px 20px 23px 30px;
}
#aside-left .testimonials blockquote p:after,
#aside-right .testimonials blockquote p:after,
#aside-left .testimonials blockquote p:before,
#aside-right .testimonials blockquote p:before {
  display: none;
}
#aside-left .testimonials blockquote small,
#aside-right .testimonials blockquote small {
  color: #51a351;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding: 21px 0 0;
}
#aside-left .testimonials blockquote small:before,
#aside-right .testimonials blockquote small:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: url(../images/testmfotbg.png) no-repeat;
  width: 33px;
  height: 19px;
  left: 63px;
  top: 0;
}
#aside-left .principles .moduleTitle,
#aside-right .principles .moduleTitle {
  margin-bottom: 21px;
}
#aside-left .principles .item_title,
#aside-right .principles .item_title {
  margin-bottom: 7px;
}
#aside-left .principles .item_title a,
#aside-right .principles .item_title a {
  color: #ff7f40;
}
#aside-left .principles .item_title a:hover,
#aside-right .principles .item_title a:hover {
  color: #c03f00;
}
#aside-left .principles .mod-newsflash-adv,
#aside-right .principles .mod-newsflash-adv {
  counter-reset: item;
}
#aside-left .principles .item,
#aside-right .principles .item {
  margin-bottom: 8px;
}
#aside-left .principles .item:before,
#aside-right .principles .item:before {
  counter-increment: item;
  content: "" counter(item, decimal);
  float: left;
  width: 62px;
  height: 62px;
  background: #51a351;
  border-radius: 4px;
  font-size: 44px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  line-height: 62px;
  text-align: center;
  color: #FFF;
  margin: 4px 0 0;
}
#aside-left .principles .item .item_content,
#aside-right .principles .item .item_content {
  margin: 0 0 0 82px;
}
#aside-right .moduletable {
  margin: 0 0 30px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row #mainbottom {
  background: url(../images/wgbord.png) repeat-x;
  padding: 31px 0 11px;
}
#mainbottom-row .news .img-intro {
  margin-top: 4px;
}
#mainbottom-row .news .img-intro img {
  max-height: 120px;
}
#mainbottom-row .news .item_published {
  color: #ff7f40;
  font-weight: bold;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
}
#mainbottom-row .news .item_title {
  margin-bottom: 13px;
}
#mainbottom-row .news .item_title a {
  color: #000;
}
#mainbottom-row .news .item_title a:hover {
  color: #c03f00;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
.footer-wrapper-inner {
  background: #e9e9e9 url(../images/fotbg.png) repeat-x;
  border-top: 5px solid #f3f3f3;
  padding: 30px 0 10px;
  min-height: 59px;
  margin-top: 15px;
}
#copyright-row .footermenu {
  float: right;
  margin-top: 9px;
}
#copyright-row .footermenu ul li {
  display: inline-block;
  background: url(../images/menufotit.png) no-repeat 0 7px;
  padding: 0 0 0 14px;
  margin: 0 0 0 11px;
}
#copyright-row .footermenu ul li a {
  background: none;
  color: #393939;
  font-size: 14px;
  font-family: 'Asap', sans-serif;
}
#copyright-row .footermenu ul li a:hover,
#copyright-row .footermenu ul li a:focus,
#copyright-row .footermenu ul li a:active {
  color: #c03f00;
}
#copyright {
  font-size: 11px;
  color: #545454;
  margin-top: 11px;
}
#copyright a {
  color: #545454;
}
#copyright a:hover {
  color: #c03f00;
}
#copyright .footer_logo {
  margin: -11px 9px 0 0;
  display: inline-block;
  float: left;
}
#copyright .footer_logo{
width: 50%;
}
.year, .copy {
display: inline-block;
margin-top: 12px;
}
.credit {
display: block;
width: 24%;
clear: both;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 0 0 7px;
}
.social li a {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.page-blog__articlesmois .img-intro, .page-featured__articlesmois .img-intro, .page-item__articlesmois .img-intro {
   background-color: #dce1e4;
    float: left;
    margin-right: 25px;
    padding: 8px;
    text-align: center;
}
.page-blog__articlesmois .item_introtext, .page-featured__articlesmois .item_introtext, .page-item__articlesmois .item_introtext {
margin-left: 141px;
}
.page-blog__articlesmois .img-intro img, .page-featured__articlesmois .img-intro img, .page-item__articlesmois .img-intro img {
  float: left;
  width: 100px;
}

.page-featured__articlesmois .item_header h2{
  font-size: 18px;
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.page-item__articlesmois .item-image img
 {
  float: left;
  width: 100px;
  background-color: #dce1e4;
  margin-right: 25px;
  padding: 8px;
  text-align: center;
}

.articlemoisflash img {
width: 88px;
max-height: 120px;
float: left;
margin-right: 10px;
margin-bottom: 5px;
}

.articlemoisflash .AM_entite {
font-size: 12px;
}
.articlemoisflash {
margin-top: 50px;
}

.flashfebs {
padding-top: 15px;
}

.clearfloat {
clear: both;
}

.mod-newsflash-adv__presentation img {
max-height: 100px;
}
.decalsfbbm {
margin-left: 295px;
}

/* Historique de la SFBBM */

a.histoLienUpload:hover {
text-decoration: underlined;
/*color: #ff7f40;*/
color: #c03f00;
}

.news {
background-color: rgb(224,224,224);
padding: 10px 10px 10px 10px;
}

/* Offres d'emploi */
.OEencadre {
width: 70%;
background-color: rgb(224,240,255);
text-align: justify;
padding: 10px;
}
/*.soumissionEncadre {
background-color: rgb(224,240,255);
text-align: justify;
padding: 30px;
} */
.soumissionEncadre {
  background: #dce1e4 url(../images/testbef.png) no-repeat 13px 13px;
  border-radius: 8px;
  padding: 21px 20px 23px 30px;
  width: 75%;
  display: block;
}

.mod-custom p.OEbutton {
text-align: center;
margin-top: 15px;
}

.chargesmission p {
text-align: left;
}
.chargesmission {
vertical-align: top;
}

.orga-admin p {
text-align: left;
}

.dropfiles-content-default {
width: 60%;
}

.page-item__statuts .dropfiles-content-default {
width: 100%;
}
.camera_caption p{
color: #ffffff;
}

.mod-newsflash-adv__news p{
text-align: left;
}

.articlemoisflash p{
text-align: left;
}

.flashfebs p{
text-align: left;
}

.content-categorygroupesthemes table {
border: none;
}
.content-categorygroupesthemes table td {
border: none;
font-size: 14px;
}

.content-categorygroupesthemes h1 {
  font-size: 40px;
  font-weight: normal;
  color: #3c3c3c;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  line-height: 57px;
  margin-bottom: 16px;
}

.body__groupesthemes #mainbottom-row #mainbottom {
background: none;
padding: 5px 0 11px 0;
}
.body__groupesthemes #content-row {
padding: 51px 0 10px 0;
}

.body__groupesthemes #aside-right .moduletable p{
font-size: 13px;
}
.body__groupesthemes #aside-right .moduletable li {
font-size: 13px;
list-style: outside url("../images/puce.png");
margin: 14px 0 14px 12px;
}
.body__groupesthemes aside{
padding-left: 20px;
}

.page-item__groupesthemes ul {
border: 2px solid rgb(223,223,223);
margin-top: -12px;
margin-right: 50px;
float: right;
background-color: #DCE1E4;
padding: 10px 20px;
}

.page-item__groupesthemes img {
max-width:500px;
max-height : 500px;
border:10px solid #DCE1E4;
margin-bottom: 40px;
}

.page-item__groupesthemes h5 {
margin-bottom: 10px;
}

.page-item__groupesthemes TD {
width: 33%;
vertical-align: top;
}

.page-item__groupesthemes ul.histoliste {
margin-left: 30px;
border-left: none;
}
.page-item__groupesthemes h3{
border-bottom: 1px solid rgb(223,223,223);
clear: both;
}

.page-item__groupesthemes p {
clear: both;
}

.tabhisto {
width: 100%;
margin-top: 20px;
}

.tabhisto TR {
border-top: 1px solid #3498db;
border-bottom: 1px solid #3498db;
margin: 4px 0;
padding: 4px 0;
}

.tabhisto TD {
padding: 4px;
font-size: 14px;
}

.tabhisto TD.histoan {
background-color:#3498db;
color: #ffffff;
width:2%;
border: 1px solid #fff;
text-align: center;
}

.category-modulegroupestravail li {
list-style-type: none;
margin: 8px 0;
}
ul.category-modulegroupestravail {
margin-left: 0;
margin-bottom: 20px;
}

.category-modulegroupestravail li a {
font-size: 14px;
}

.mod-custom__enseignementgt {
background: rgba(0, 0, 0, 0) url("../images/wgbord.png") repeat-x scroll 0 0;
padding: 52px 0 0;
}

.page-item__regardbiochimie li {
list-style: outside url("../images/puce.png");
font-size: 14px;
margin: 8px 0;
}

.page-item__regardbiochimie .img-full__left {
max-width: 370px;
max-height: 300px;
margin-top: 10px;
}

.body__regardbiochimie #aside-right {
padding: 32px;
}

.body__regardbiochimie #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.page-item page-item__regardbiochimie {

}

.page-item__regardbiochimie td {
border: 14px solid #fff;
background-color: rgb(239,239,239);
vertical-align: top;
padding: 8px;
}

.page-item__regardbiochimie td .sommairetitle {
border-left: 4px solid rgb(127,127,127);
font-size: 16px;
margin-bottom: 12px;
padding-left: 8px;
display: inline-block;
}
.page-item__regardbiochimie td ul {
}

.page-item__regardbiochimie td li {
margin: 8px 0;
list-style: circle;
}

.page-item__regardbiochimie .dropfiles-content-default{
width: 100%;
}

.page-item__regardbiochimie .downloadblock {
margin: 20px 5px 0 0;
font-size: 14px;
padding: 6px 10px;
background-color: rgb(224, 240, 255);
}

.page-item__regardbiochimie .downloadblock a {
margin: 4px 0;
display: inline-block;
}

.page-item__regardbiochimie h5 {
margin-top: 25px;
}

.page-blog__actualitessfbbm img {
 max-width: 120px;
 max-height: 120px;
}

.body__actualitessfbbm #aside-right {
padding-left: 30px;
}

.body__actualitessfbbm #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.page-blog__congressfbbm img {
max-width: 100px;
max-height: 100px;
}

.body__congressfbbm #aside-right {
padding-left: 30px;
}

.body__congressfbbm #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.body__articlesmois  #aside-right {
padding-left: 30px;
}


.body__articlesmois #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.body__laureats #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.body__laureats #aside-right {
padding-left: 30px;
}

.body__laureats .img-intro__left img{
max-height: 80px;
max-width: 133px;
}

.body__laureats .img-full__left img {
max-height: 250px;
max-width: 250px;
border: 8px solid #dce1e4;
}

.body__bourses #aside-right {
padding-left: 30px;
}

.body__bourses #aside-right li, .itemid-369 #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}
.body__bourses hr {
border: 1px solid rgb(221,221,221);
color: rgb(239,239,239));
background-color: rgb(239,239,239);
}
.body__bourses .img-intro__left img {
 max-width: 746px;
 margin-bottom: 8px;
}

.body__bourses .img-full img {
 max-width: 748px;
 max-height: 748px;
}

.page-item__congressfbbm .img-full {
max-width: 100%;
max-height: 100%;
}

.descpanelfg p {
color: white;
text-align: center;
padding-bottom: 2px;
}

.descpanelbg {
background-color: rgba(0, 79, 131, 0.53);
}

.body__colloqpart #aside-right {
padding-left: 30px;
}

.body__colloqpart #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.body__evenements #aside-right {
padding-left: 30px;
}

.body__evenements #aside-right li {
list-style: outside url("../images/puce.png");
font-size: 13px;
margin: 8px 0;
}

.body__congressfbbm .readmore
{
text-transform: none;
}

.body__offresemploi th {
font-size: 16px;
}
.body__offresemploi h1 {
margin-bottom: 30px;
}
.body__offresemploi td {
font-size: 14px;
}

.body__offresemploi blockquote {
  background: #dce1e4 url(../images/testbef.png) no-repeat 13px 13px;
  border-radius: 8px;
  padding: 21px 20px 23px 30px;
  width: 75%;
  display: block;
}

.body__offresemploi blockquote p {
font-size: 14px;
margin: 10px 0;

}

.body__offresemploi blockquote p::before {
content: none;
}

.body__offresemploi blockquote p::after {
content: none;
}

.directoryTable thead tr th{
padding-bottom: 25px;
}

.directoryTable tbody tr td{
padding-bottom: 20px;
padding-top: 20px;
}

TH.directoryHeadIntituleposte, TD.directoryColIntituleposte {
text-align: left;
}


.contact_address:before   {
content: "SFBBM - Maria Foka - ";
}

/* Une offre d'emploi */

#rsform-table3 .mainwindow{
width: 67%;
display: inline-block;
margin-right: 2%;
}

#rsform-table3 .aside {
width: 28%;
display: inline-block;
vertical-align: top;
margin-left: 2%;
}

/* Menu adhesion */

ul.adhesionmenu {
text-align: center;
}

ul.adhesionmenu li {
display: inline-block;
margin: 0 25px;
}

ul.adhesionmenu li a {
display: inline-block;
padding: 8px 16px;
background-color: #3498db;
color:#fff;
font-weight: 500;
font-family: 'Roboto';
font-size: 14px;
}

ul.adhesionmenu li a:hover {
color:#fff;
background-color: #55aee9;
}

/*prix*/

.page-blog__laureats .img-intro img {
max-width: 150px;
max-height: 150px;
border: 8px solid #dce1e4;
}

::-webkit-input-placeholder {
color:rgb(208,208,208);
font-size: 14px;
color: green;
font-style: italic;
}
::-moz-placeholder {
color:rgb(208,208,208);
font-size: 14px;
font-style: italic;
} /* firefox 19+ */

:-ms-input-placeholder { color:rgb(0,204,255); } /* ie */
input:-moz-placeholder { color:rgb(0,204,255); }

.adhprov .dropfiles-content {
background-color: #DCE1E4;
padding: 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}


.adhprov .dropfiles-content .file .downloadblock,
.hikashop_category_description .dropfiles-content .file .downloadblock {
margin: 20px 5px 0 0;
font-size: 14px;
padding: 2px 10px 6px 10px;
background-color: rgb(224, 240, 255);
border: 2px solid #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.adhprov .downloadblock a,
.hikashop_category_description .downloadblock a
{
font-size: 12px;
}
.adhprov .downloadblock br,
.hikashop_category_description .downloadblock br
{
margin: 4px 0;
}

.adhprov .file,
.hikashop_category_description .file,
 {
background: #dce1e4 url(../images/testbef.png) no-repeat 13px 13px;
border-radius: 8px;
padding: 21px 20px 23px 30px;
display: block;
padding-left: 50px;
}

.credittouko {
display: inline-block;
margin: 25px 0 0 25px;
}

.page-item__actualitessfbbm img {
border: 5px solid #DCE1E4;
}

#aside-right h3 {
background: #dce1e4 url("../images/testbef.png") no-repeat;
border-radius: 8px;
padding: 10px 20px 10px 15px;
}

.accueilTitreBleu .item_introtext h3 {
background: rgba(21, 117, 173, 0.15) url("../images/testbefblue.png") no-repeat;
border-radius: 0 8px 0 8px ;
padding: 10px 20px 10px 25px;
}

.body__groupesthemes #aside-right .actugroupes p {
text-align: left;
font-size: 12px;
}

.body__groupesthemes #aside-right .actugroupes .item_published {
font-style: italic;
}

.mod-newsflash-adv__news .item_title__news {
color: #000;
font-weight: 500;
line-height: 25px;
}

.hikashop_checkout_login .control-label {
width: 250px;
text-align: left;
}

.hikashop_checkout_login .control-label label {
font-size: 14px;
}

.hikashop_checkout_login input, .hikashop_checkout_login textarea {
    width: 300px;
}

.hikashop_checkout_login input[type="radio"] {
    width: 30px;
}

.mod-newsflash-adv .encadre {
margin: 0px !important;
padding: 8px;
}

/* boutons catégories accueil adhésion */

.hikashop_category_row_1 div.hikashop_subcontainer {
display: inline-block;
padding: 8px 16px;
background-color: #3498db !important;
color:#fff !important;
font-weight: 500;
font-family: 'Roboto';
font-size: 14px;
border: none;
}

div.hikashop_subcontainer .hikashop_category_name a{
color: #fff !important;
}

.hikashop_category_row_1 div.hikashop_subcontainer:hover {
color:#fff;
background-color: #55aee9 !important;
}

.drapo ul {
  float: right;
}
.drapo ul li {
  list-style-type: none;
  display: inline-block;
}

.sfbbmbutton {
    background: #2730b0; 
    padding: 0 8px 0 8px;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    margin-left: 50px;
    line-height: 30px;
    cursor: pointer;
    float: right;
}

.lienBoutonAccueil {
    margin-bottom: 30px;
    text-align: right;
}
.lienBoutonAccueil a{
    padding: 6px !important;
    background-color: #3498db !important;
    border-radius: 8px !important;
    color: #fff !important;
    background-image: none !important;
}


.ongletPrixAccueil img {
    width: 100px;
    height: 130px;
    margin: 4px;
}

.ongletPrixAccueil .item_img {
    border: 2px solid #3498db;
}

.ongletPrixAccueil h5{
    line-height: 30px;
    border-radius: 0 14px 0 14px;
    background-color: #3498db;
    padding-left: 8px;
    color: #ffffff;
}

aside .item_content a.readmore {
    padding: 6px !important;
    background-color: #3498db !important;
    border-radius: 8px !important;
    color: #fff !important;
    background-image: none !important;
}

.ongletPrixAccueil .img-intro__right {
    margin: 0 0 0 10px !important;
}

.ongletPrixAccueil .img-intro__left {
    margin: 0 10px 0 0 !important;
}

aside {
    padding: 20px 8px;
    background-color: #e9f2f8;
}

.page-blog__prixgrimanagopg img {
	max-width: 100px;
  	max-height: 350px;
  	float: left;
  	padding : 12px;
  	margin: 0 12px;
  	border: solid 2px #3498db;
}

.page-blog__bioPrix img {
  	max-width: 100px;
  	max-height: 350px;
  	float: left;
  	padding : 12px;
  	margin: 0 12px;
  	border: solid 2px #3498db
      ;
}
.buttonBourse {
    line-height: 32px;
    background-color: #3498db;
    border-radius: 12px;
    padding: 4px 16px;
    color: #ffffff;
}

.buttonBourse:hover {
    background-color: #e9f2f8;
    color: #3498db;
}