/*---------------------------------------------------
    Common Cauzio v1
  ---------------------------------------------------
    Common style used for the project
  ---------------------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*---------------------------------------------------
Set of fonts (if more than one used)
---------------------------------------------------*/
/*---------------------------------------------------
Set of colors 
---------------------------------------------------*/
/*---------------------------------------------------
Custom Fontawsome cauzio
---------------------------------------------------*/
i.facauzio {
  display: inline-block;
  vertical-align: bottom;
}
i.facauzio.fac-connection {
  background: url("/static/cauziofrontend/images//ico_login_header.png") no-repeat center center;
  background: url("/static/cauziofrontend/images//ico_login_header.svg") no-repeat center center;
  width: 25px;
  height: 19px;
}
i.facauzio.fac-statuser {
  background: url("/static/cauziofrontend/images//ico_stat_user.png") no-repeat center center;
  background: url("/static/cauziofrontend/images//ico_stat_user.svg") no-repeat center center;
  width: 47px;
  height: 52px;
}
i.facauzio.fac-statamount {
  background: url("/static/cauziofrontend/images//ico_stat_amount.png") no-repeat center center;
  background: url("/static/cauziofrontend/images//ico_stat_amount.svg") no-repeat center center;
  width: 44px;
  height: 50px;
}
/*---------------------------------------------------
Help
---------------------------------------------------*/
.inline-sm {
  display: block;
}
@media only screen and (min-width:768px) and max-width:992px {
  .inline-sm {
    display: inline;
  }
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  outer-border: none;
}
/*---------------------------------------------------
Links
---------------------------------------------------*/
a {
  color: #00a48a;
}
a:hover,
a:active,
a.active,
a:focus,
a.focus {
  color: #363636;
}
a:hover,
a:active,
a.active,
a:focus,
a.focus {
  text-decoration: none;
}
/*---------------------------------------------------
Titles
---------------------------------------------------*/
/*---------------------------------------------------
Contents
---------------------------------------------------*/
/*---------------------------------------------------
Forms
---------------------------------------------------
input {
}
input[type=search]:extend(input) {
	border: 0 none;
	.noshadow;
}
input[type=text]:extend(input) {
}
*/
/* Debug safari material */
.errorlist {
  display: none;
}
input,
button,
textarea,
select {
  -webkit-transform: translate3d(0, 0, 0);
}
.form-group {
  display: block;
}
span.help-block {
  width: 100%;
  display: block;
}
#otherfield .form-group.has-error label.control-label,
#otherfield .form-group.has-error .help-block {
  display: block;
}
/*---------------------------------------------------
Boutons
---------------------------------------------------*/
.btn {
  border-radius: 10px;
}
.btn--plus {
  color: #00a48a;
  background: none!important;
}
.btn--plus:hover,
.btn--plus:active,
.btn--plus.active,
.btn--plus:focus,
.btn--plus.focus {
  color: #363636;
}
.btn--plus span {
  color: #00a48a;
}
.btn--plus span:hover,
.btn--plus span:active,
.btn--plus span.active,
.btn--plus span:focus,
.btn--plus span.focus {
  color: #363636;
}
.btn--join {
  background: #a0e5e5;
  color: #66cccc !important;
  border: 1px solid #a0e5e5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 30px;
}
.btn--join:hover,
.btn--join:active,
.btn--join.active,
.btn--join:focus,
.btn--join.focus {
  background: #66cccc !important;
  color: #a0e5e5 !important;
  border: 1px solid #a0e5e5;
}
.butmodal__close {
  color: #f8991d;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
  font-size: 40px!important;
}
.btnmodal__close {
  background: #f8991d;
  color: #ffffff !important;
  border: 1px solid #f8991d;
  text-transform: uppercase;
  font-weight: bold;
}
.btnmodal__close:hover,
.btnmodal__close:active,
.btnmodal__close.active,
.btnmodal__close:focus,
.btnmodal__close.focus {
  background: #ffffff !important;
  color: #f8991d !important;
  border: 1px solid #f8991d;
}
.btn__user {
  background: #3789b3;
  color: #ffffff !important;
  border: 1px solid #3789b3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 30px;
}
.btn__user:hover,
.btn__user:active,
.btn__user.active,
.btn__user:focus,
.btn__user.focus {
  background: #ffffff !important;
  color: #3789b3 !important;
  border: 1px solid #3789b3;
}
.btn_user__link {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 30px;
  background: none!important;
  color: #3789b3;
  text-transform: none;
  color: #3789b3 !important;
  white-space: normal;
}
.btn_user__link:hover,
.btn_user__link:active,
.btn_user__link.active,
.btn_user__link:focus,
.btn_user__link.focus {
  color: #00a48a !important;
}
.btn--opacity {
  background: #ffffff;
  color: #3789b3 !important;
  border: 1px solid #ffffff;
  border: 1px solid #3789b3;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
.btn--opacity:hover,
.btn--opacity:active,
.btn--opacity.active,
.btn--opacity:focus,
.btn--opacity.focus {
  background: #3789b3 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.btn_create__link {
  background: none!important;
  color: #196f93;
  text-transform: none;
  font-weight: bold;
  color: #196f93 !important;
}
.btn_create__link:hover,
.btn_create__link:active,
.btn_create__link.active,
.btn_create__link:focus,
.btn_create__link.focus {
  color: #ffffff !important;
}
.btn__givechoice {
  color: #a0a1a4;
  border: 1px solid #a0a1a4;
  background: none;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn__givechoice.active {
  color: #ffffff;
  border-color: #00a48a;
  background: #00a48a;
}
.btn__givechoice.active:hover {
  color: #ffffff;
}
.btn__givechoice:hover {
  border-color: #00a48a;
  color: #00a48a;
}
.btn__thanks {
  background: #90d8f7;
  color: #196f93 !important;
  border: 1px solid #90d8f7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.btn__thanks:hover,
.btn__thanks:active,
.btn__thanks.active,
.btn__thanks:focus,
.btn__thanks.focus {
  background: #196f93 !important;
  color: #90d8f7 !important;
  border: 1px solid #90d8f7;
}
.btn__link {
  font-size: 14px;
  font-weight: bold;
  background: none!important;
  color: #00a48a;
  text-transform: none;
  display: block;
}
.btn__action,
.btn__unsubscribe,
.btn__action--second,
.btn__second {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  width: 80%;
  margin: 25px auto;
  display: block;
}
.btn__action.btn__action--petition {
  background: #004c4d;
  color: #FFFFFF !important;
  border: 1px solid #004c4d;
}
.btn__action.btn__action--petition:hover,
.btn__action.btn__action--petition:active,
.btn__action.btn__action--petition.active,
.btn__action.btn__action--petition:focus,
.btn__action.btn__action--petition.focus {
  background: #FFFFFF !important;
  color: #004c4d !important;
  border: 1px solid #004c4d;
}
.btn__action.btn__action--contest {
  background: #f8991d;
  color: #ffffff !important;
  border: 1px solid #f8991d;
}
.btn__action.btn__action--contest:hover,
.btn__action.btn__action--contest:active,
.btn__action.btn__action--contest.active,
.btn__action.btn__action--contest:focus,
.btn__action.btn__action--contest.focus {
  background: #ffffff !important;
  color: #f8991d !important;
  border: 1px solid #f8991d;
}
.btn__action.btn__action--event {
  background: #31aaaa;
  color: #ffffff !important;
  border: 1px solid #31aaaa;
}
.btn__action.btn__action--event:hover,
.btn__action.btn__action--event:active,
.btn__action.btn__action--event.active,
.btn__action.btn__action--event:focus,
.btn__action.btn__action--event.focus {
  background: #ffffff !important;
  color: #31aaaa !important;
  border: 1px solid #31aaaa;
}
.btn__action.btn__action--p2paction {
  background: #3789b3;
  color: #ffffff !important;
  border: 1px solid #3789b3;
}
.btn__action.btn__action--p2paction:hover,
.btn__action.btn__action--p2paction:active,
.btn__action.btn__action--p2paction.active,
.btn__action.btn__action--p2paction:focus,
.btn__action.btn__action--p2paction.focus {
  background: #ffffff !important;
  color: #3789b3 !important;
  border: 1px solid #3789b3;
}
.btn__action.btn__action--supportmessage {
  background: #00a48a;
  color: #ffffff !important;
  border: 1px solid #00a48a;
}
.btn__action.btn__action--supportmessage:hover,
.btn__action.btn__action--supportmessage:active,
.btn__action.btn__action--supportmessage.active,
.btn__action.btn__action--supportmessage:focus,
.btn__action.btn__action--supportmessage.focus {
  background: #ffffff !important;
  color: #00a48a !important;
  border: 1px solid #00a48a;
}
.btn__unsubscribe {
  font-size: 12px;
  width: auto;
  background: #31aaaa;
  color: #ffffff !important;
  border: 1px solid #31aaaa;
}
.btn__unsubscribe:hover,
.btn__unsubscribe:active,
.btn__unsubscribe.active,
.btn__unsubscribe:focus,
.btn__unsubscribe.focus {
  background: #ffffff !important;
  color: #31aaaa !important;
  border: 1px solid #31aaaa;
}
.btn__action--second {
  font-size: 12px;
  width: auto;
  display: inline-block;
}
.btn__action--second.btn__action--petition {
  background: #FFFFFF;
  color: #004c4d !important;
  border: 1px solid #FFFFFF;
  border: 1px solid #004c4d;
}
.btn__action--second.btn__action--petition:hover,
.btn__action--second.btn__action--petition:active,
.btn__action--second.btn__action--petition.active,
.btn__action--second.btn__action--petition:focus,
.btn__action--second.btn__action--petition.focus {
  background: #004c4d !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn__action--second.btn__action--contest {
  background: #FFFFFF;
  color: #f8991d !important;
  border: 1px solid #FFFFFF;
  border: 1px solid #f8991d;
}
.btn__action--second.btn__action--contest:hover,
.btn__action--second.btn__action--contest:active,
.btn__action--second.btn__action--contest.active,
.btn__action--second.btn__action--contest:focus,
.btn__action--second.btn__action--contest.focus {
  background: #f8991d !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn__action--second.btn__action--event {
  background: #FFFFFF;
  color: #31aaaa !important;
  border: 1px solid #FFFFFF;
  border: 1px solid #31aaaa;
}
.btn__action--second.btn__action--event:hover,
.btn__action--second.btn__action--event:active,
.btn__action--second.btn__action--event.active,
.btn__action--second.btn__action--event:focus,
.btn__action--second.btn__action--event.focus {
  background: #31aaaa !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn__action--second.btn__action--supportmessage {
  background: #FFFFFF;
  color: #00a48a !important;
  border: 1px solid #FFFFFF;
  border: 1px solid #00a48a;
}
.btn__action--second.btn__action--supportmessage:hover,
.btn__action--second.btn__action--supportmessage:active,
.btn__action--second.btn__action--supportmessage.active,
.btn__action--second.btn__action--supportmessage:focus,
.btn__action--second.btn__action--supportmessage.focus {
  background: #00a48a !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn__action--second.btn__action--p2paction {
  background: #FFFFFF;
  color: #3789b3 !important;
  border: 1px solid #FFFFFF;
  border: 1px solid #3789b3;
}
.btn__action--second.btn__action--p2paction:hover,
.btn__action--second.btn__action--p2paction:active,
.btn__action--second.btn__action--p2paction.active,
.btn__action--second.btn__action--p2paction:focus,
.btn__action--second.btn__action--p2paction.focus {
  background: #3789b3 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn__rsvp {
  border: 1px solid #00a48a;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.btn__rsvp label.btn {
  border: 0 none!important;
  color: #00a48a;
}
.btn__rsvp label.btn:active,
.btn__rsvp label.btn.active {
  background: #00a48a;
  color: #ffffff;
  border-color: #00a48a;
}
.btn__second {
  font-size: 12px;
  width: auto;
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  color: #00a48a !important;
  border: 1px solid #00a48a;
  margin: 5px 20px 10px 0;
}
.btn__second:hover,
.btn__second:active,
.btn__second.active,
.btn__second:focus,
.btn__second.focus {
  background: #00a48a !important;
  color: #ffffff !important;
  border: 1px solid #00a48a;
}
.mailto_cta_elections {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  padding: 8px 30px;
  margin: 20px 0;
  border-radius: 10px;
  background: #00a48a;
  color: #ffffff !important;
  border: 1px solid #00a48a;
}
.mailto_cta_elections:hover,
.mailto_cta_elections:active,
.mailto_cta_elections.active,
.mailto_cta_elections:focus,
.mailto_cta_elections.focus {
  background: #ffffff !important;
  color: #00a48a !important;
  border: 1px solid #00a48a;
}
.btn__widget {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: #00a48a;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn__widget:hover,
.btn__widget:active,
.btn__widget.active,
.btn__widget:focus,
.btn__widget.focus {
  background: #FFFFFF !important;
  color: #00a48a !important;
  border: 1px solid #FFFFFF;
}
.btn__widget.btn__widget--petition {
  background: #004c4d;
  color: #FFFFFF !important;
  border: 1px solid #004c4d;
}
.btn__widget.btn__widget--petition:hover,
.btn__widget.btn__widget--petition:active,
.btn__widget.btn__widget--petition.active,
.btn__widget.btn__widget--petition:focus,
.btn__widget.btn__widget--petition.focus {
  background: #FFFFFF !important;
  color: #004c4d !important;
  border: 1px solid #004c4d;
}
.btn__widget.btn__widget--contest {
  background: #f8991d;
  color: #FFFFFF !important;
  border: 1px solid #f8991d;
}
.btn__widget.btn__widget--contest:hover,
.btn__widget.btn__widget--contest:active,
.btn__widget.btn__widget--contest.active,
.btn__widget.btn__widget--contest:focus,
.btn__widget.btn__widget--contest.focus {
  background: #FFFFFF !important;
  color: #f8991d !important;
  border: 1px solid #f8991d;
}
.btn__widget.btn__widget--event {
  background: #31aaaa;
  color: #FFFFFF !important;
  border: 1px solid #31aaaa;
}
.btn__widget.btn__widget--event:hover,
.btn__widget.btn__widget--event:active,
.btn__widget.btn__widget--event.active,
.btn__widget.btn__widget--event:focus,
.btn__widget.btn__widget--event.focus {
  background: #FFFFFF !important;
  color: #31aaaa !important;
  border: 1px solid #31aaaa;
}
.btn__widget.btn__widget--p2paction {
  background: #3789b3;
  color: #FFFFFF !important;
  border: 1px solid #3789b3;
}
.btn__widget.btn__widget--p2paction:hover,
.btn__widget.btn__widget--p2paction:active,
.btn__widget.btn__widget--p2paction.active,
.btn__widget.btn__widget--p2paction:focus,
.btn__widget.btn__widget--p2paction.focus {
  background: #FFFFFF !important;
  color: #3789b3 !important;
  border: 1px solid #3789b3;
}
.btn__widget.btn__widget--supportmessage {
  background: #00a48a;
  color: #FFFFFF !important;
  border: 1px solid #00a48a;
}
.btn__widget.btn__widget--supportmessage:hover,
.btn__widget.btn__widget--supportmessage:active,
.btn__widget.btn__widget--supportmessage.active,
.btn__widget.btn__widget--supportmessage:focus,
.btn__widget.btn__widget--supportmessage.focus {
  background: #FFFFFF !important;
  color: #00a48a !important;
  border: 1px solid #00a48a;
}
.btn__widget.btn__widget--closed {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
/*---------------------------------------------------
Structure 
---------------------------------------------------*/
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.container {
  max-width: 920px;
  width: 100%;
}
.nopadding {
  padding: 0 !important;
}
/*---------------------------------------------------
HEADER
---------------------------------------------------*/
.brand__link--header {
  background: url("/static/cauziofrontend/images/logo_cauzio.png") no-repeat center center;
  background: url("/static/cauziofrontend/images/logo_cauzio.svg") no-repeat center center;
  height: 40px;
  width: 130px;
  display: block;
  margin: 5px 0;
}
.header__content {
  position: relative;
  min-height: 60px;
}
.header__content .search__group i {
  float: left;
  width: 15%;
  margin-top: 9px;
  color: #00a48a;
}
.header__content .search__group .form-group {
  margin: 0;
}
.header__content .search__group .form-group.label-placeholder label.control-label {
  font-size: 12px;
  font-weight: 300;
  top: 0;
}
.header__content .search__group .search__form {
  float: left;
  width: 85%;
  margin-top: 0;
}
.header__content .header__name {
  padding-top: 15px;
}
.header__content .header__name .header__title {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  color: #6d6e71;
}
.header__content .header__name .header__subtitle {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #6d6e71;
}
#navbar-cauzio {
  position: absolute;
  top: 15px;
  right: 0;
  width: 45%;
}
@media only screen and (min-width:768px) {
  #navbar-cauzio {
    width: 16.6667%;
    position: relative;
    top: 0;
  }
}
#navbar-cauzio a {
  color: #a0a1a4;
}
#navbar-cauzio a:hover,
#navbar-cauzio a:active,
#navbar-cauzio a.active,
#navbar-cauzio a:focus,
#navbar-cauzio a.focus {
  color: #00a48a;
}
.navbar-cauzio {
  padding: 0 0 0 0;
  margin: 0;
  background: transparent;
}
.navbar-cauzio span {
  color: #00a48a;
}
.navbar-cauzio ul.loggin__group {
  margin: 0 15px 0 -15px;
  float: right;
  width: auto;
  padding: 0;
}
@media only screen and (min-width:768px) {
  .navbar-cauzio ul.loggin__group {
    letter-spacing: -0.8px;
  }
}
@media only screen and (min-width:992px) {
  .navbar-cauzio ul.loggin__group {
    letter-spacing: normal;
  }
}
.navbar-cauzio ul.loggin__group a {
  display: inline-block;
}
@media only screen and (min-width:768px) {
  .navbar-cauzio ul.loggin__group a {
    padding: 20px 0 2px 0;
    margin: 0;
  }
}
.navbar-cauzio ul.loggin__group ul.dropdown-menu {
  padding: 0;
  margin: 0;
  letter-spacing: normal;
}
.navbar-cauzio ul.loggin__group ul.dropdown-menu li.divider {
  padding: 0;
  margin: 0;
  height: 1px;
  background: #a0a1a4;
  display: block;
}
.navbar-cauzio ul.loggin__group ul.dropdown-menu a {
  padding: 8px 10px;
  margin: 0;
}
.navbar-cauzio ul.language__group {
  float: right;
  width: auto;
  margin: 0 10px 0 0 ;
  padding: 0;
}
@media only screen and (min-width:768px) {
  .navbar-cauzio ul.language__group {
    margin: 0 0 0 0 ;
  }
}
.navbar-cauzio ul.language__group a {
  display: block;
  float: left;
  padding-left: 5px;
}
@media only screen and (min-width:768px) {
  .navbar-cauzio ul.language__group a {
    padding: 20px 3px 20px 0;
    margin: 0 0 0 0 ;
  }
}
.navbar-cauzio ul li {
  list-style: none;
  display: inline;
}
.language__link {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}
.language__link.active {
  cursor: default;
}
.search__block {
  background: #318793;
}
.affix {
  top: 60px;
  position: fixed;
  width: 200px;
  max-width: 200px;
  z-index: 777;
}
.affix a {
  padding: 8px 12px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  color: #00a48a !important;
  border: 1px solid #00a48a;
}
.affix a:hover,
.affix a:active,
.affix a.active,
.affix a:focus,
.affix a.focus {
  background: #00a48a !important;
  color: #FFFFFF !important;
  border: 1px solid #00a48a;
}
.affix a:hover span {
  color: #FFFFFF;
}
/*---------------------------------------------------
CONTENT  
---------------------------------------------------*/
.page__header {
  background: #60b9c8;
  color: #FFFFFF;
}
.page__text {
  padding-bottom: 50px;
  background: url("/static/cauziofrontend/images/content_logo_mob.png") no-repeat bottom right;
}
.page__text.page__text--blue {
  background: #60b9c8;
  color: #ffffff;
}
.page__text.page__text--blue h2 {
  color: #60b9c8;
  padding: 50px 0 0 0;
}
.page__text.page__text--blue2 {
  background: #66cccc;
  color: #ffffff;
}
.page__text.page__text--blue2 h2 {
  color: #66cccc;
  padding: 50px 0 0 0;
}
.page__text.page__text--cauzio {
  background: #00a48a;
  color: #ffffff;
  padding-top: 30px;
}
.page__text.page__text--cauzio h2 {
  color: #00a48a;
  padding: 50px 0 0 0;
}
.page__text.page__text--cauzio p {
  font-size: 120%;
}
.page__text h2 {
  padding: 50px 0 0 0;
  color: #00a48a;
}
.page__text span.glyphicon {
  color: #00a48a;
}
.page__text ul li {
  list-style: none;
  background: url("/static/cauziofrontend/images/list_bullet.png") no-repeat left 8px;
  padding-left: 20px;
}
.page__image {
  height: 150px;
  background: url("/static/cauziofrontend/banner/second/mob/equiterre.jpg") no-repeat center center;
  background-size: cover;
}
.page__image.page__image--contact {
  background-image: url("/static/cauziofrontend/banner/second/mob/amnistie.jpg");
}
.page__image.page__image--legal {
  background-image: url("/static/cauziofrontend/banner/second/mob/mdd.jpg");
}
@media only screen and (min-width:768px) {
  .page__image {
    height: 200px;
    background-image: url("/static/cauziofrontend/banner/second/tab/equiterre.jpg");
    background-size: cover;
  }
  .page__image.page__image--contact {
    background-image: url("/static/cauziofrontend/banner/second/tab/amnistie.jpg");
  }
  .page__image.page__image--legal {
    background-image: url("/static/cauziofrontend/banner/second/tab/mdd.jpg");
  }
}
.page__title {
  font-size: 24px;
  color: #61b9c9;
}
.content__organisations {
  padding: 50px ;
}
.content__organisations .organization__cauzio {
  margin: 40px 0;
}
.content__organisations .organization__cauzio a:hover img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
.content__image {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width:768px) {
  .content__image {
    height: 400px;
  }
}
.content__slogan {
  background: #60b9c8;
  padding: 20px 0;
}
@media only screen and (min-width:768px) {
  .content__slogan {
    padding: 60px 0;
  }
}
.content__slogan h2 {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin: 20px 0 10px 0;
  line-height: 110%;
}
@media only screen and (min-width:768px) {
  .content__slogan h2 {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width:992px) {
  .content__slogan h2 {
    font-size: 24px;
  }
}
.content__slogan a {
  color: #ffffff;
}
.content__slogan a:hover,
.content__slogan a:active,
.content__slogan a.active,
.content__slogan a:focus,
.content__slogan a.focus {
  color: #000000;
}
.content__slogan p {
  font-size: 12px;
  color: #000000;
  line-height: 180%;
}
.content__join {
  background: #66cccc;
  padding: 20px 0 30px 0;
}
@media only screen and (min-width:768px) {
  .content__join {
    padding: 50px 0;
  }
}
.content__join img {
  width: 100%;
  height: auto;
  max-width: 140px;
}
.content__join img.logo__img--equiterre,
.content__join img.logo__img--mdd {
  padding-top: 5%;
}
@media only screen and (min-width:768px) {
  .content__join img {
    width: auto;
  }
}
.content__join a.btn--join {
  margin: 8% 0 0 0;
}
/*---------------------------------------------------
Users
---------------------------------------------------*/
.user__title {
  background: #3789b3;
  color: #ffffff;
}
.user__title .btn--opacity {
  margin-top: 15px;
}
.user_profile,
.action__p2p--create {
  background: url("/static/cauziofrontend/images/arrow_user.png") no-repeat center top;
  background: url("/static/cauziofrontend/images/arrow_user.svg") no-repeat center top;
  padding: 40px 0 60px;
}
/*---------------------------------------------------
Campaign  and organizations
---------------------------------------------------*/
.header__logo--campaign img,
.header__logo--organization img {
  padding: 15px 15px 15px 0;
}
.campaign__nav {
  background: #ddfbfe;
}
.campaign__nav .nav-tabs {
  border: 0 none;
  background: #63c9d7;
}
.campaign__nav .nav-tabs li {
  background: #63c9d7;
  margin: 0;
}
.campaign__nav .nav-tabs li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.campaign__nav .nav-tabs > li.active {
  background: #ddfbfe;
}
.campaign__nav .nav-tabs > li.active > a {
  color: #6d6e71 !important;
  border: 0 none;
}
.campaign__nav .nav-tabs > li > a:hover,
.campaign__nav .nav-tabs > li > a:focus {
  color: #6d6e71 !important;
}
.campaign__head {
  background: #ddfbfe;
}
.campaign__head .campaign__description {
  padding: 30px 0 30px 0;
}
@media only screen and (min-width:768px) {
  .campaign__head .campaign__description {
    padding: 30px 15px 30px 0;
  }
}
.campaign__head .campaign__description h2 {
  font-size: 22px;
  line-height: 150%;
  margin: 0;
}
.campaign__head .campaign__media {
  padding: 0 0 30px 0;
}
@media only screen and (min-width:768px) {
  .campaign__head .campaign__media {
    padding: 30px 0 30px 15px;
  }
}
.campaign__head .campaign__media img {
  width: 100%;
}
.campaign__long,
.orga__long {
  background: #fdfdfd;
  padding: 20px 0;
}
.campaign__description {
  padding: 20px 15px;
}
.widget__categories {
  background: #fdfdfd;
  padding: 0 0 20px 0;
}
.widget__categories.widget__categories--action {
  padding-top: 40px;
}
.widget__links {
  background: #fdfdfd;
  padding: 0;
}
/*---------------------------------------------------
ACTIONS
---------------------------------------------------*/
.action__intro p {
  margin: 20px 0 10px 0;
  font-weight: 700;
  font-size: 14px;
}
.action__intro .stat__content {
  margin: 0;
  text-align: center;
  margin: 20px 0;
}
@media only screen and (min-width:992px) {
  .action__intro .stat__content {
    margin: 0;
  }
}
.action__intro .stat__content br {
  display: none;
}
@media only screen and (min-width:992px) {
  .action__intro .stat__content {
    text-align: left;
    margin-left: 10px;
  }
  .action__intro .stat__content br {
    display: block;
  }
  .action__intro .stat__content.stat__content--user {
    margin-top: 30px;
  }
  .action__intro .stat__content.stat__content--date {
    margin-top: 15px;
  }
}
.action__intro .stat__content .stat_result {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.action__intro .stat__content .date__content--actif {
  line-height: 150%;
  margin-top: 30px;
}
.action__intro .stat__content .date__content--actif span {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}
.action__intro .stat__content .date__content--event {
  line-height: 150%;
  margin-top: 30px;
}
.action__intro .stat__content .date__content--event span {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}
.action__intro .stat__content--line {
  display: none;
}
@media only screen and (min-width:992px) {
  .action__intro .stat__content--line {
    display: block;
  }
  .action__intro .stat__content--line .stat__line1 {
    height: 20px;
    margin: 20px 0 3px 0;
    float: left;
    width: 100%;
  }
  .action__intro .stat__content--line .stat__line2 {
    height: 10px;
    display: block;
    position: relative;
    clear: both;
    margin-left: -7px;
  }
  .action__intro .stat__content--line .stat__line2:before {
    content: '\25b2';
    position: absolute;
  }
  .action__intro .stat__content--line .stat__line2.stat__line2--petition:before {
    color: #004c4d;
  }
  .action__intro .stat__content--line .stat__line2.stat__line2--contest:before {
    color: #f8991d;
  }
  .action__intro .stat__content--line .stat__line2.stat__line2--event:before {
    color: #31aaaa;
  }
  .action__intro .stat__content--line .stat__line2.stat__line2--p2paction:before {
    color: #3789b3;
  }
  .action__intro .stat__content--line .stat__line2.stat__line2--supportmessage:before {
    color: #00a48a;
  }
}
.action__intro form .checkbox-material {
  float: left;
  margin-right: 15px;
}
.action__intro form p {
  margin: 3px 0 0 0;
  font-size: 12px!important;
  font-weight: normal;
}
.action__intro form label[for=id_optin] {
  font-size: 12px!important;
}
#contest_rules_text p {
  font-size: 14px!important;
}
.action__form.dropdownjs::after {
  content: none;
}
.action__thanks {
  background: #6dcff6;
  padding: 40px 0;
  margin-top: 20px;
}
.action__thanks h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 20px 0;
}
.action__textthanks {
  padding: 40px 0;
}
@media only screen and (min-width:768px) {
  .action__textthanks {
    min-height: 400px;
  }
}
.action__lastsubmissions {
  background: #4d9de0;
  padding: 20px 0 10px 0;
}
.action__lastsubmissions p {
  color: #ffffff;
  font-size: 14px;
}
.action__maps {
  background: #4d9de0;
  padding: 0;
}
.action__maps .maps__address {
  padding: 25px 0;
  color: #FFFFFF;
}
.action__maps iframe {
  float: left;
}
#give_selection div.form-group {
  display: none;
}
#content #give-container {
  margin: 15px 0;
}
#content #give-container ul.nav-tabs {
  background: none;
}
#content #give-container ul.nav-tabs > li {
  background: #00a48a;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
  height: 100%;
}
#content #give-container ul.nav-tabs > li > a:hover {
  color: #363636 !important;
  background: none !important;
}
#content #give-container ul.nav-tabs > li > a:active,
#content #give-container ul.nav-tabs > li > a.active,
#content #give-container ul.nav-tabs > li > a:focus,
#content #give-container ul.nav-tabs > li > a.focus {
  background: none !important;
  color: #FFFFFF !important;
}
#content #give-container ul.nav-tabs > li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
#content #give-container ul.nav-tabs > li.active a:hover {
  color: #FFFFFF !important;
}
#p2pitem__name {
  margin: 0 0 30px 0;
}
#p2pitem__name .btn__action--second {
  margin: 5px 0;
}
.p2p__join .btn__action--second,
#p2pitem__name .btn__action--second {
  margin: 5px 0;
}
.action__p2p ul {
  list-style: none;
}
.action__p2p.action__p2p--submissions h3,
.action__p2p.action__p2p--item h3,
.action__p2p.action__p2p--profiles h3 {
  margin: 20px 0 5px 0;
  font-size: 20px;
}
.action__p2p.action__p2p--submissions ul,
.action__p2p.action__p2p--item ul,
.action__p2p.action__p2p--profiles ul {
  padding: 0;
  margin: 0 0 20px 0;
}
@media only screen and (min-width:992px) {
  .action__p2p.action__p2p--submissions ul,
  .action__p2p.action__p2p--item ul,
  .action__p2p.action__p2p--profiles ul {
    padding: 0 20px 0 0;
  }
}
.action__p2p.action__p2p--submissions {
  background: #4d9de0;
}
.action__p2p.action__p2p--submissions ul {
  color: #ffffff;
}
.action__p2p.action__p2p--submissions ul li a {
  color: #ffffff;
}
.action__p2p.action__p2p--submissions ul li a:hover,
.action__p2p.action__p2p--submissions ul li a:active,
.action__p2p.action__p2p--submissions ul li a.active,
.action__p2p.action__p2p--submissions ul li a:focus,
.action__p2p.action__p2p--submissions ul li a.focus {
  color: #363636;
}
.action__p2p.action__p2p--submissions h3 {
  color: #ffffff;
  font-size: 18px;
}
.action__p2p.action__p2p--profiles {
  background: #fdfdfd;
}
.action__p2p.action__p2p--item ul li {
  padding: 0 0 5px 0;
}
.action__p2p.action__p2p--item ul li a {
  color: #ffffff;
}
.action__p2p.action__p2p--item ul li a:hover,
.action__p2p.action__p2p--item ul li a:active,
.action__p2p.action__p2p--item ul li a.active,
.action__p2p.action__p2p--item ul li a:focus,
.action__p2p.action__p2p--item ul li a.focus {
  color: #363636;
}
/*---------------------------------------------------
Action FORMS  
---------------------------------------------------*/
.action__button {
  position: fixed;
  height: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #363636;
}
@media only screen and (min-width:768px) {
  .action__button {
    display: none;
  }
}
.action__form {
  overflow: visible;
  width: 90%;
  display: none;
  padding-top: 20px;
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .action__form {
    width: 80%;
    height: auto;
    display: block;
    padding: 10px 0;
  }
}
.action__form .form-group {
  margin: 10px 0 0;
}
.action__form .form-group .radio label,
.action__form .form-group .checkbox label {
  width: 100%;
}
.action__form--petition i {
  color: #004c4d;
}
.action__form--contest i {
  color: #f8991d;
}
.action__form--event i {
  color: #31aaaa;
}
.action__form--supportmessage i {
  color: #00a48a;
}
.action__form--p2paction i {
  color: #3789b3;
}
.event__date {
  font-weight: 700;
  padding: 15px 0;
}
.action__form--closed p {
  font-weight: normal;
  margin-bottom: 20px;
}
#emailfield {
  margin-top: 30px;
}
#id_postal_code {
  text-transform: uppercase;
}
/* PAYMENT PAGES */
.action__payments {
  padding-bottom: 60px;
}
.payments__form {
  padding-top: 40px;
}
.payments__form .stripe-button-el {
  box-shadow: unset!important;
  min-height: 50px!important;
  height: auto!important;
  background: #31aaaa !important;
  color: #ffffff !important;
  border: 1px solid #31aaaa !important;
  border: 1px solid #31aaaa;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  width: 80%;
}
.payments__form .stripe-button-el:hover,
.payments__form .stripe-button-el:active,
.payments__form .stripe-button-el.active,
.payments__form .stripe-button-el:focus,
.payments__form .stripe-button-el.focus {
  background: #ffffff !important;
  color: #31aaaa !important;
  border: 1px solid #31aaaa !important;
}
.payments__form .stripe-button-el span {
  background: none!important;
  box-shadow: unset!important;
  border: none!important;
  text-transform: uppercase!important;
  font-weight: bold!important;
  font-size: 23px!important;
  font-family: 'Open Sans', sans-serif !important;
  color: #FFFFFF !important;
  width: 100%;
  height: auto!important;
  text-shadow: unset!important;
}
.payments__form .stripe-button-el:hover span,
.payments__form .stripe-button-el:active span,
.payments__form .stripe-button-el.active span,
.payments__form .stripe-button-el:focus span,
.payments__form .stripe-button-el.focus span {
  color: #31aaaa !important;
}
.payments__form .btn__action--second {
  white-space: normal;
}
.payments__table {
  margin-top: 40px;
}
@media only screen and (min-width:768px) {
  .payments__table {
    padding: 0 15px;
  }
}
.payments__table > thead > tr > th {
  color: #6d6e71;
}
.payments__table .table__label {
  color: #6d6e71;
}
.payments__total {
  text-transform: uppercase;
  color: #6d6e71;
  font-size: 23px;
}
/*---------------------------------------------------
Widjets  
---------------------------------------------------*/
.widget__actions {
  padding: 40px 0;
}
.widget__actions.widget__actions--search,
.widget__actions.widget__actions--profile {
  background: #fbfbfb;
}
.widget__actions .widget__header h2,
.widget__actions .widget__header div {
  display: inline-block;
  font-size: 14px;
  float: left;
  margin: 0;
  width: 100%;
}
.widget__actions .widget__header h2 span.number,
.widget__actions .widget__header div span.number {
  font-size: 24px;
}
.widget__actions .widget__header form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.widget__actions .widget__header form .form-group {
  margin: 10px 20px 0 0;
}
.widget__actions .widget__header form .form-group .form-control {
  color: #61b9c9;
  font-size: 14px;
  font-weight: normal;
}
.widget__actions .widget__header form .form-group .form-control:checked {
  font-weight: bold;
}
.widget__actions .widget__header form .form-group select {
  color: #61b9c9;
}
.widget__actions .section__title {
  font-size: 24px;
  margin-top: 0;
  color: #61b9c9;
}
.widget__actions .campaign {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  border: 1px solid #f8f8f9;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign {
    height: 260px;
  }
}
.widget__actions .campaign .campaign__content {
  width: 100%;
}
.widget__actions .campaign .campaign__content.campaign__content--closed img,
.widget__actions .campaign .campaign__content.campaign__content--closed .campaign__bottom {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign .campaign__content {
    position: absolute;
    top: 0;
    height: 260px;
  }
}
.widget__actions .campaign .campaign__content a {
  color: #6d6e71;
}
.widget__actions .campaign .campaign__content a:hover,
.widget__actions .campaign .campaign__content a:active,
.widget__actions .campaign .campaign__content a.active,
.widget__actions .campaign .campaign__content a:focus,
.widget__actions .campaign .campaign__content a.focus {
  color: #6d6e71;
}
.widget__actions .campaign .campaign__content h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  padding: 10px;
  margin: 0;
  background: #ffffff;
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign .campaign__content h3 {
    height: 50px;
  }
}
.widget__actions .campaign .campaign__content .campaign__image {
  background: #ffffff;
}
.widget__actions .campaign .campaign__content .campaign__image,
.widget__actions .campaign .campaign__content .campaign__descr {
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign .campaign__content .campaign__image,
  .widget__actions .campaign .campaign__content .campaign__descr {
    height: 161px;
  }
}
.widget__actions .campaign .campaign__content .campaign__image img,
.widget__actions .campaign .campaign__content .campaign__descr img {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign .campaign__content .campaign__image img,
  .widget__actions .campaign .campaign__content .campaign__descr img {
    width: 100%;
  }
}
.widget__actions .campaign .campaign__content .campaign__image img:hover,
.widget__actions .campaign .campaign__content .campaign__descr img:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
.widget__actions .campaign .campaign__content .campaign__image p,
.widget__actions .campaign .campaign__content .campaign__descr p {
  color: #ffffff;
  padding: 10px;
}
.widget__actions .campaign .campaign__content .campaign__bottom {
  background: #2a8994;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign .campaign__content .campaign__bottom {
    height: 50px;
  }
}
.widget__actions .campaign .campaign__content .campaign__bottom .stat__content {
  font-size: 20px;
}
.widget__actions .campaign .campaign__content .campaign__bottom .stat__content span {
  text-transform: uppercase;
  font-size: 10px;
}
.widget__actions .campaign .campaign__content--hover {
  display: none;
}
@media only screen and (min-width:768px) {
  .widget__actions .campaign .campaign__content--hover {
    display: block;
    background: #60bac9;
    z-index: 5;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
    filter: alpha(opacity=@ {
    opperc
  }
  );
  }
  .widget__actions .campaign .campaign__content--hover:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
    filter: alpha(opacity=@ {
    opperc
  }
  );
  }
}
.widget__actions .campaign .campaign__content--hover h3 {
  background: #60bac9;
  color: #ffffff;
}
.widget__actions .campaign .campaign__content--hover a {
  color: #FFFFFF;
}
.widget__actions .campaign .campaign__content--hover a:hover,
.widget__actions .campaign .campaign__content--hover a:active,
.widget__actions .campaign .campaign__content--hover a.active,
.widget__actions .campaign .campaign__content--hover a:focus,
.widget__actions .campaign .campaign__content--hover a.focus {
  color: #FFFFFF;
}
.widget__actions .action {
  background: #FFFFFF;
  border: 1px solid #f8f8f9;
  max-width: 440px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget__actions .action.action--closed .action__image img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
.widget__actions .action.action--closed .action__image img:hover {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
.widget__actions .action.action--closed .action__bottom {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
@media only screen and (min-width:768px) {
  .widget__actions .action {
    height: 480px;
  }
}
.widget__actions .action .action__image {
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .widget__actions .action .action__image {
    height: 163px;
    width: 275px;
  }
}
.widget__actions .action .action__image img {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
.widget__actions .action .action__image img:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@ {
    opperc
  }
  );
  filter: alpha(opacity=@ {
    opperc
  }
  );
}
.widget__actions .action .action__text {
  padding: 0 15px 0;
}
.widget__actions .action .action__text a {
  color: #414042;
}
.widget__actions .action .action__text a:hover,
.widget__actions .action .action__text a:active,
.widget__actions .action .action__text a.active,
.widget__actions .action .action__text a:focus,
.widget__actions .action .action__text a.focus {
  color: #00a48a;
}
.widget__actions .action .action__text h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  margin: 10px 0;
}
@media only screen and (min-width:768px) {
  .widget__actions .action .action__text h3 {
    min-height: 50px;
  }
}
.widget__actions .action .action__text p {
  font-size: 12px;
  margin: 10px 0;
}
.widget__actions .action .action__bottom {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .widget__actions .action .action__bottom {
    position: absolute;
    bottom: 0;
    height: 127px;
  }
}
.widget__actions .action .action__bottom .action__logo {
  margin: 5px 0 5px 15px;
  height: 47px;
}
.widget__actions .action .action__bottom .action__stat {
  color: #ffffff;
  height: 70px;
  overflow: hidden;
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget__actions .action .action__bottom .action__stat .stat__line {
  height: 20px;
  border-top: 10px solid #000000;
}
.widget__actions .action .action__bottom .action__stat.action__stat--petition {
  background: #004c4d;
}
.widget__actions .action .action__bottom .action__stat.action__stat--petition .stat__line {
  border-color: #004c4d;
}
.widget__actions .action .action__bottom .action__stat.action__stat--contest {
  background: #f8991d;
}
.widget__actions .action .action__bottom .action__stat.action__stat--contest .stat__line {
  border-color: #f8991d;
}
.widget__actions .action .action__bottom .action__stat.action__stat--event {
  background: #31aaaa;
}
.widget__actions .action .action__bottom .action__stat.action__stat--event .stat__line {
  border-color: #31aaaa;
}
.widget__actions .action .action__bottom .action__stat.action__stat--supportmessage {
  background: #00a48a;
}
.widget__actions .action .action__bottom .action__stat.action__stat--supportmessage .stat__line {
  border-color: #00a48a;
}
.widget__actions .action .action__bottom .action__stat.action__stat--p2paction {
  background: #3789b3;
}
.widget__actions .action .action__bottom .action__stat.action__stat--p2paction .stat__line {
  border-color: #3789b3;
}
.widget__actions .action .action__bottom .action__stat .stat__content--user {
  font-size: 20px;
  padding-top: 10px;
  line-height: 70%;
}
.widget__actions .action .action__bottom .action__stat .stat__content--user span {
  text-transform: uppercase;
  font-size: 10px;
}
.widget__actions .action .action__bottom .action__stat .stat__content--date {
  border-left: 1px solid #ffffff;
  font-size: 10px;
  margin-top: 10px;
  padding: 0 0 0 10px;
  line-height: 160%;
  text-transform: uppercase;
  display: block;
}
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--actif,
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--end,
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--event {
  display: block;
}
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--actif > span,
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--end > span,
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--event > span {
  font-size: 16px;
}
.widget__actions .action .action__bottom .action__stat .stat__content--date .date__content--end {
  padding-top: 17px;
}
.widget__stats {
  background: #4d9de0;
  color: #ffffff;
  padding: 0;
}
.widget__stats .stat__content {
  padding: 20px 0 ;
}
.widget__stats .stat__content .stat__number,
.widget__stats .stat__content .stat__text,
.widget__stats .stat__content .stat__content--date {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
}
.widget__stats .stat__content .stat__number {
  font-size: 28px;
}
.widget__stats .stat__content .stat__text {
  font-size: 12px;
}
.widget__stats .stat__content--date {
  padding-top: 30px;
  font-size: 12px;
  line-height: 16px;
}
.widget__stats .stat__content--date .date__content--actif span {
  font-size: 28px;
}
.action__news {
  background: #00a48a;
}
.action__news .nav-tabs {
  border: 0 none;
  background: #00a48a;
}
.action__news .nav-tabs li {
  background: #00a48a;
  margin: 0;
}
.action__news .nav-tabs li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.action__news .nav-tabs > li.active {
  background: #ffffff;
}
.action__news .nav-tabs > li.active > a {
  color: #6d6e71 !important;
  border: 0 none;
}
.action__news .nav-tabs > li > a:hover,
.action__news .nav-tabs > li > a:focus {
  color: #6d6e71 !important;
}
#news {
  padding: 20px ;
  position: relative;
}
#news:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #a0a1a4;
  transform: translate(-50%);
}
#news .news_short {
  background: #fdfdfd;
  margin: 20px 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}
#news .news_short h2,
#news .news_short p {
  margin: 5px 0;
}
@media only screen and (min-width:768px) {
  #news .news_short {
    max-width: 50%;
    margin: 20px auto;
  }
}
.action__news__detail {
  padding: 20px 0;
}
.action__news__detail .btn__widget {
  width: auto;
  display: inline-block;
  padding: 5px 20px;
}
.widget__socialshare {
  background: #60b9c8;
  color: #ffffff;
  padding: 20px 0;
}
.widget__socialshare p {
  margin: 0;
}
.widget__socialshare a {
  background: #FFFFFF;
  color: #60b9c8 !important;
  border: 1px solid #FFFFFF;
  display: inline-block;
  border: 0 none !important;
  line-height: 25px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin: 0 5px;
}
.widget__socialshare a:hover,
.widget__socialshare a:active,
.widget__socialshare a.active,
.widget__socialshare a:focus,
.widget__socialshare a.focus {
  background: #60b9c8 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.widget__partners {
  background: #FFFFFF;
  color: #000000;
  padding: 30px 0 20px 0;
}
.widget__partners h3 {
  margin: 0 0 0 0;
  font-size: 20px;
  color: #000000;
}
.widget__partners .partners__content .row__partner .partners__item {
  height: 70px;
  margin-bottom: 30px;
}
.widget__partners .partners__content .row__partner .partners__item img {
  max-height: 100%;
  max-width: auto;
  width: auto;
}
.widget__partners .partners__content .row__partner .partners__item--text {
  display: table;
}
.widget__partners .partners__content .row__partner .partners__item--text a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
}
.widget__partners .partners__content .row__partner .partners__item--text a:hover,
.widget__partners .partners__content .row__partner .partners__item--text a:active,
.widget__partners .partners__content .row__partner .partners__item--text a.active,
.widget__partners .partners__content .row__partner .partners__item--text a:focus,
.widget__partners .partners__content .row__partner .partners__item--text a.focus {
  color: #a0e5e5;
}
.widget__unsubscribe {
  background: #ffffff;
  padding: 30px 0;
}
.widget__unsubscribe .link__unsubscribe {
  text-transform: uppercase;
  font-weight: bold;
}
.widget__unsubscribe .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\2212";
  /* adjust as needed, taken from bootstrap.css */
  color: #363636;
}
.widget__unsubscribe .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\2b";
  /* adjust as needed, taken from bootstrap.css */
  color: #00a48a;
}
.action__messages {
  margin: 50px 0;
}
.action__messages .messages__row {
  padding-bottom: 15px;
}
/*---------------------------------------------------
SEARCH 
---------------------------------------------------*/
.widget__actions--campaign .dropdownjs::after,
.widget__actions--search .dropdownjs::after {
  content: none;
}
.widget__actions--campaign .dropdownjs form .dropdownjs::after,
.widget__actions--search .dropdownjs form .dropdownjs::after {
  content: "\e5c5";
  color: #61b9c9;
}
.search__block i {
  color: #cee2e5;
  float: left;
  padding: 5px 0;
  max-width: 50px;
}
.search__block .search__form {
  float: left;
  width: 80%;
}
.search__block .search__form .form-group {
  margin-top: 20px;
}
.search__block .search__form .form-group .form-control {
  border: 0 none;
  background: none;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
}
.search__block .search__form .form-group label {
  color: #cee2e5;
}
.search__block .search__form .form-group.is-focused label {
  display: none;
}
.search__count {
  color: #318793;
  background: url('/static/cauziofrontend/images//arrow_search_result.png') no-repeat center top;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
}
.search__group {
  /* do not group these rules */
}
.search__group *::-webkit-input-placeholder {
  color: #cee2e5 !important;
}
.search__group *:-moz-placeholder {
  /* FF 4-18 */
  color: #cee2e5 !important;
}
.search__group *::-moz-placeholder {
  /* FF 19+ */
  color: #cee2e5 !important;
}
.search__group *:-ms-input-placeholder {
  /* IE 10+ */
  color: #cee2e5 !important;
}
#header {
  /* do not group these rules */
}
#header *::-webkit-input-placeholder {
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
#header *:-moz-placeholder {
  /* FF 4-18 */
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
#header *::-moz-placeholder {
  /* FF 19+ */
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
#header *:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
/*---------------------------------------------------
CAUZIO PAGES
---------------------------------------------------*/
@media only screen and (min-width:768px) {
  .page__contact {
    margin-top: 40px;
  }
}
/*---------------------------------------------------
FOOTER 
---------------------------------------------------*/
footer {
  background: #363636;
  color: #FFFFFF;
  padding: 30px 0;
}
@media only screen and (min-width:768px) {
  footer {
    padding: 50px 0 40px;
  }
}
footer .brand__link--footer {
  background: url("/static/cauziofrontend/images//logo_cauzio_white.png") no-repeat center center;
  background: url("/static/cauziofrontend/images//logo_cauzio_white.svg") no-repeat center center;
  height: 43px;
  width: 160px;
  display: block;
}
footer .footer__links a {
  color: #ffffff;
}
footer .footer__links a:hover,
footer .footer__links a:active,
footer .footer__links a.active,
footer .footer__links a:focus,
footer .footer__links a.focus {
  color: #6dbfcd;
}
footer .footer__links ul {
  margin: 0;
  padding: 0;
}
footer .footer__links ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
footer .footer__links .footer__title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 20px;
}
@media only screen and (min-width:768px) {
  footer .footer__links .footer__title {
    padding-top: 0;
  }
}
footer .footer__search {
  margin-top: 30px;
  /* do not group these rules */
}
@media only screen and (min-width:768px) {
  footer .footer__search {
    margin-top: 0 ;
  }
}
footer .footer__search *::-webkit-input-placeholder {
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
footer .footer__search *:-moz-placeholder {
  /* FF 4-18 */
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
footer .footer__search *::-moz-placeholder {
  /* FF 19+ */
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
footer .footer__search *:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 11px!important;
  line-height: 34px!important;
  color: #BDBDBD !important;
}
footer .search__group i {
  float: left;
  width: 15%;
  max-width: 30px;
  margin-top: 9px;
}
footer .search__group .form-group {
  margin: 0;
}
footer .search__group .form-group.label-placeholder label.control-label {
  font-size: 12px;
  font-weight: 300;
  top: 0;
}
footer .search__group .form-group .form-control {
  color: #ffffff;
}
footer .search__group .search__form {
  float: left;
  width: 85%;
  margin-top: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
