#gems .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#gems .table  {
  border-spacing:0;
  border-collapse : collapse;
}
#gems .table-condensed > thead > tr > th,
#gems .table-condensed > tbody > tr > th,
#gems .table-condensed > tfoot > tr > th,
#gems .table-condensed > thead > tr > td,
#gems .table-condensed > tbody > tr > td,
#gems .table-condensed > tfoot > tr > td {
  padding: 5px;
}

#gems .table-bordered > thead > tr > th,
#gems .table-bordered > tbody > tr > th,
#gems .table-bordered > tfoot > tr > th,
#gems .table-bordered > thead > tr > td,
#gems .table-bordered > tbody > tr > td,
#gems .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

#gems .table > thead > tr > td.danger,
#gems .table > tbody > tr > td.danger,
#gems .table > tfoot > tr > td.danger,
#gems .table > thead > tr > th.danger,
#gems .table > tbody > tr > th.danger,
#gems .table > tfoot > tr > th.danger,
#gems .table > thead > tr.danger > td,
#gems .table > tbody > tr.danger > td,
#gems .table > tfoot > tr.danger > td,
#gems .table > thead > tr.danger > th,
#gems .table > tbody > tr.danger > th,
#gems .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

#gems .table tbody tr:hover {
  background-color: #faf2cc !important;
  cursor:pointer!important;
}

#gems .table > thead > tr > td.success,
#gems .table > tbody > tr > td.success,
#gems .table > tfoot > tr > td.success,
#gems .table > thead > tr > th.success,
#gems .table > tbody > tr > th.success,
#gems .table > tfoot > tr > th.success,
#gems .table > thead > tr.success > td,
#gems .table > tbody > tr.success > td,
#gems .table > tfoot > tr.success > td,
#gems .table > thead > tr.success > th,
#gems .table > tbody > tr.success > th,
#gems .table > tfoot > tr.success > th {
  background-color: #dff0d8;
  font-weight:bold;
}

.Gems {
  background-color: #f2dede;
  font-weight:bold;
}

#gems .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

#gems thead {
	background-color: #4F4F4F;
	color:white;
}

#gems p {
	margin-bottom : 10px;
}
#gems ul {
	text-align:center;
}
#gems ul li {
	display:inline;

}

#gems .btn-default {
  color: #fff;
  background-color: #349cbe !important;
}

#gems .btn-delete {
  color: #fff;
  background-color: #c13f30 !important;
}

#gems .or {
  background-image:url(http://www.consoglobe.com/wp-content/plugins/conso-social-stats/img/or.png);
  background-repeat: no-repeat;
  font-weight : bold;
  color:#a84230;
  background-position: right;
}

#gems .argent {
  background-image:url(http://www.consoglobe.com/wp-content/plugins/conso-social-stats/img/argent.png);
  background-repeat: no-repeat;
  font-weight : bold;
  color:#3060a8;
  background-position: right;
}

#gems .bronze {
  background-image:url(http://www.consoglobe.com/wp-content/plugins/conso-social-stats/img/bronze.png);
  background-repeat: no-repeat;
  font-weight : bold;
  color:#a87830;
  background-position: right;
}

#gems .btn {
  display: inline-block;
  padding: 6px 6px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

td.tooltip {outline:none; }

td.tooltip:hover {text-decoration:none;}

td.tooltip span {
    text-align:center;
    z-index:10;display:none; padding:14px 20px;
    margin-top:-65px; margin-left:-50px;
    width:250px; line-height:16px;
}
td.tooltip:hover span{
    display:inline; position:absolute;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
td.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #4F4F4F;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%);
    filter: gray; filter: grayscale(100%);
}
.view-first .mask {
   position:absolute;
   top:180px;
   height:232px;
   width:232px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=.7)";
   filter: alpha(opacity=.7);
   opacity: .7;
   background-color: #FFF;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
  top : 10px;
}
.view-first .contenu {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.3,1.3);
   -moz-transform: scale(1.3,1.3);
   -o-transform: scale(1.3,1.3);
   -ms-transform: scale(1.3,1.3);
   transform: scale(1.3,1.3);
}

.view-first:hover .mask {
  -webkit-transform: translateY(-180px);
   -moz-transform: translateY(-180px);
   -o-transform: translateY(-180px);
   -ms-transform: translateY(-180px);
   transform: translateY(-180px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=.8);
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   opacity: .8;
}

.view-first:hover .contenu {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -o-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
  -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-first:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.view-first ul li {
    font-size:15px;
}

.futur-author {
  position:absolute;
  top :10px;
  right : 15px;
  font-size : 12px;
  width:200px;
  text-align:right;
}
.futur-author h2{
  background-color:#5b8e20;
  color:#FFFFFF;
  padding:5px;
  font-size : 25px !important;
  margin-bottom : 10px !important;
}

#ajout {
  padding:20px;
  cursor:pointer;
}
#ajout:hover {
  text-decoration: underline;
}

#ajout_form {
  margin-bottom:20px;
}

.charte_optin_page {
  background-image:url(http://www.consoglobe.com/wp-content/uploads/2017/02/header_centre_telechargement.png) !important;
  background-repeat:no-repeat !important;
}

.h1_optin {

  margin-top:20px !important;
  font-weight:normal !important;
  padding:0px;

}

/* mobile */
.line_yellow {
  width:100%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  border-top:1px #f5bb0b solid;
}

/* mobile */
html body.page-template div#mvp-site main#mvp-main-wrap div.container_header h2.h2_optin.yanone {
  color:black;
  margin-top:0;
  font-weight:normal;
  padding:5px;
  font-size:1.2rem ;
}

/* mobile */
.container_header {
  width:100%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centre_telechargement_p {
  width:450px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;

}

.holder_download_selected {
  width:952px !important;
  height:157px !important;
  margin-left:8px !important;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  background-image:url(http://www.consoglobe.com/wp-content/uploads/2017/02/bg_download.png) !important;
  background-repeat:no-repeat !important;
  margin-top:30px;
  padding:10px;
  position:relative;
}

.download_title {
  font-size:25px;

}
.download_share {
  margin-left:250px;
}

.download_fb {
  width:185px !important;
  background-image: -webkit-linear-gradient( top, rgba(71,99,158,1), rgba(52,72,115,1));
  background-image:    -moz-linear-gradient( top, rgba(71,99,158,1), rgba(52,72,115,1));
  background-image:     -ms-linear-gradient( top, rgba(71,99,158,1), rgba(52,72,115,1));
  background-image:      -o-linear-gradient( top, rgba(71,99,158,1), rgba(52,72,115,1));
  background-image:         linear-gradient( top, rgba(71,99,158,1), rgba(52,72,115,1));
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  font-weight:bold;
  float:left;
  margin:0 5px 0 5px;
  background-color:#5b7eca;
  height:20px;
  padding:12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size : 14px ! important;
  margin-top:10px;
}

.download_tw {
  width:185px !important;
  background-image: -webkit-linear-gradient( top, rgba(71,153,255,1), rgba(50,117,193,1));
  background-image:    -moz-linear-gradient( top, rgba(71,153,255,1), rgba(50,117,193,1));
  background-image:     -ms-linear-gradient( top, rgba(71,153,255,1), rgba(50,117,193,1));
  background-image:      -o-linear-gradient( top, rgba(71,153,255,1), rgba(50,117,193,1));
  background-image:         linear-gradient( top, rgba(71,153,255,1), rgba(50,117,193,1));
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  font-weight:bold;
  float:left;
  margin:0 5px 0 5px;
  background-color:#5b7eca;
  height:20px;
  padding:12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size : 14px ! important;
  margin-top:10px;
}

.download_fb a, .download_tw a, .download_telechargement a {
   color:white!important;
   text-decoration:none !important;
}

/* mobile*/
.download_telechargement {
  width:100% !important;
  background-image: -webkit-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
  background-image:    -moz-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
  background-image:     -ms-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
  background-image:      -o-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
  background-image:         linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  font-weight:bold;
  float:left;
  background-color:#5b7eca;
  height:20px;
  padding:12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size : 14px ! important;
  margin-top:10px !important;
}

.triangle_alimentation {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #81a87b;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_beaute {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #c85097;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_sante {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #058dc7;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_habitat {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #99a581;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_jardinage {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #a3b434;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_puericulture {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #765985;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}



.triangle_environnement {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #84b04f;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_tourisme {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #34869e;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_ecomobilite {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #709899;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_energie {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #b67b2b;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}

.triangle_consomaction {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right:50px solid #581b1a;
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   float:left;
   margin-top:-30px;

}



.holder_titre {
  float:left;
   margin-left : 50px;
}

.container_guide {
  position:relative;
  width:450px !important;
  display:block;
  float:left;
  margin:10px !important;
  margin-bottom:10px !important;
}

.titre_guide {
  font-size:25px;
}

.container_image_guide {
  width:160px;
  height:160px;
  overflow: hidden;
  margin-top:10px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

.container_image_guide img {
  height:160px;
  position:absolute;
  left:-158px;
}

.description {
  position:absolute;
  left:280px;
  top:60px;

}

.share_button_guide {
  position:absolute;
  left:275px;
  top:110px;
}

.share_button_guide > .download_fb, .share_button_guide > .download_tw {
  width:140px !important;
}

.container_guide .download_telechargement {
  width:320px !important;
  margin-left :0px !important;
}

.expert_guide {
  margin-top:180px !important;
  width:240px;
}

.bgPopup {
  width:100%;
  height:100%;
  background-color: white;
  opacity:.8;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  display:none;
}

/* mobile */
.popup {
    z-index: 1000;
    position: fixed;
    top: 20%;
    left: 0;
    margin: 0;
    min-width: 200px;
    min-height: 100%;
    background-color: white;
    -moz-box-shadow: 0 0 5px 0 #444444;
    -webkit-box-shadow: 0 0 5px 0 #444444;
    -o-box-shadow: 0 0 5px 0 #444444;
    box-shadow: 0 0 5px 0 #444444;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    width: 100%;
  
}

.close_popup {
  position:absolute;
  right:-7px;
  top : -70px;
  cursor:pointer;
}
.chargement {
  z-index:2000001;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0px 0px -85px;
  display:none;
}

#onglets
{
    font-size : 20px;

    font-weight:bold;
    list-style-type : none;
    color:white;
    padding-top:0px;
    margin-left : 0;
}

/* mobile */
#onglets li {
    width: 50%;
    float: left;
    min-width: 20px;
    min-height: 40px !important;
    background-color: #484c55;
    text-align: center;
    padding-top: 20px;
}

#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color:#484c55;
}

/* mobile */
.container_popup {
    margin-left: 5px;
    margin-right: 5px;
    clear: both;
    width: 100%;
    min-width: 200px;
    text-align: center;
    /* margin-top: -2px; */
}


.container_popup h1 {
  padding-top:20px !important;
  border-bottom :1px solid #f5bb0b;
  width:320px !important;
  margin: 0 auto;

}

/* mobile */
#form_front {
  margin : 0 0 0 0 !important;
}

.form_front_input, .form_front_checkbox {
  margin : 0 0 0 0 !important;
  text-align:left;
}

.form_front_checkbox {

  margin : 20px;
}

/* mobile */
.form_front_input label {
    width: 129px;
    font-size: 0.9rem;
    top: 32px;
    margin-top: 10px;
}

/* mobile */
.form_front_input input, .form_front_input select {
  border : 1px solid #f5bb0b ;
  width:94% !important;
  height:31px !important;
  padding:5px;

}


#autocomplete {
  width:240px !important;
}

/* mobile */
.form_front_button input {
    color: white !important;
    width: 97% !important;
    border: none;
    height: 50px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
    cursor: pointer;
}

/*mobile */
.link_form_front {
  font-size: 1rem;
  margin-top:15px !important;
}

.tooltip_form_front {

    position:absolute;
    margin-top:40px;
    margin-left:-150px;
    color:orange;
    font-weight:bold;
    background:rgba(0,0,0,.9);
    padding:15px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);

    z-index:10000000;

}

.tooltip_form_front:after {
  border : solid transparent ;
  content : " " ;
  height : 0 ;
  width : 0 ;
  position : absolute ;
  border-bottom-color : rgba(0,0,0,.9) ;
  border-width : 0px 10px 10px 10px ;
  left : 0 ;
  margin-left : 20px ;
  top : -10px ;

}

#locationField, #controls {
        position: relative;
        width: 480px;
}

.conditions {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

#ongletConnection, #ongletIdentification {
  cursor:pointer;
}


@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);
 /* div.social-wrap button {
    padding-right: 45px;
    height: 35px;
    background: none;
    border: none;

    background-size: 35px 35px;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: white;
    font-family:"Merriweather Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    width: 305px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .5) -1px -1px 0;
} */
button#facebook {
    border-color: #2d5073;
    background-color: #3b5998;
    background-image: url(http://icons.iconarchive.com/icons/danleech/simple/512/facebook-icon.png);
}

div.social-wrap button:active {
    background-color: #222;
}




/* div.social-wrap.c button {
    padding-left: 35px;
    padding-right: 0px;
    height: 35px;
    background: none;
    border: none;
    display: block;
    background-size: 25px 25px, cover;
    background-position: 10px center, center center;
    background-repeat: no-repeat, repeat;
    border-radius: 4px;
    color: white;
    font-family:"Merriweather Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 180px;
    width: 255px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .4) -1px -1px 0;
    cursor:pointer;
} */


/* div.social-wrap.c > .facebook {
    background: url(http://aroosamanzar.com/uploads/images/facebook-logo-png-white-i6.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c74c4), color-stop(100%, #3b5998));
    background-size: 25px 25px, cover;
    background-position: 10px center, center center;
    background-repeat: no-repeat, repeat;
} */



/* Ajout sytles par Dominique AZELART domaze =============================================================================================== */

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

/* mobile */
.message {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #4f4f4f;
    width: 100%;
    text-align: center;
}

.message h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.icon_tree {
  margin-top : 25px;
  margin-left: 260px;
}

/* mobile */
.final_button {
    cursor: pointer;
    width: 150px !important;
    color: white;
    background-image: -webkit-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
    background-image: -moz-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
    background-image: -ms-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
    background-image: -o-linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
    background-image: linear-gradient( bottom, rgba(255,0,0,1), rgba(253,38,38,1));
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-weight: bold;
    background-color: #5b7eca;
    height: 20px;
    padding: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px ! important;
}

.holder_final {
  background-image: url(http://www.consoglobe.com/wp-content/uploads/2017/04/bg_popup.png);
  background-position: 0px 0px;
  background-repeat: no-repeat, repeat;
}

.nwl_quo {
  border-bottom:1px solid #E1E0DF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear:both;
  text-align:left;
  width:100%;
}

.nwl_quo label {
    font-size: 0.90rem;
    color: #575C5A !important;
    font-weight: bold;
    float: none;
}

.nwl_quo_input input{
  margin:0;
}

/* mobile */
.nwl_quo_des {
	float: rigt;
	font-size: 0.75rem;
	color: #666;
	/* margin-top: 10px; */
	/* clear: both; */
	width: 100%;
	top: 5px;
	position: relative;
	/* white-space: break-spaces;  */
	left: 6px;
}

/* mobile */
.nwl_quo img {
    float: left;
    margin-right: 10px !important;
}



.newsletter_bloc_liste_newsletters .thickbox {
  float:right;
  text-decoration: none;
  color:#61991F;
  font-size:11px;
}

.newsletter_bloc_liste_newsletters .thickbox:hover {
  text-decoration: underline;
}

/* mobile */
html body.page-template.page-template-template_optin h1.mvp-post-title {
  display: none;
}

/* mobile */
html body div.container_header p {
  text-align: left;
  font-size: 0.9rem !important;
}

html body.page-template.page-template-template_optin div#popup.popup div#holder_popup {
	overflow: scroll;
	height: 450px;
}
