/*
Theme Name: Interpellation !
Template: twentyseventeen
Author: Bol d'air
Author URI: https://www.bol-d-air.net
Description: Derived ftom twentyseventeen and adapted for the Ipolitics interpellation campaign site for Bloom
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.1581514441
Updated: 2020-02-12 14:34:01

*/

/* FONTS */



@font-face {
    font-family: 'alternate_gothic';
/*     src: url('assets/fonts/alternate_gothic_no2_d_regular.eot');
src: url('assets/fonts/alternate_gothic_no2_d_regular.eot?#iefix') format('embedded-opentype'),
     url('assets/fonts/alternate_gothic_no2_d_regular.woff2') format('woff2'),
     url('assets/fonts/alternate_gothic_no2_d_regular.woff') format('woff');
 */
    src: url('assets/fonts/BebasNeue-webfont.eot');
    src: url('assets/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/BebasNeue-webfont.woff') format('woff'),
         url('assets/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('assets/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'montserratlight';
    src: url('assets/fonts/montserrat-light-webfont.eot');
    src: url('assets/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-light-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratregular';
    src: url('assets/fonts/montserrat-regular-webfont.eot');
    src: url('assets/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src:  url('assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Montserrat-Bold.otf')  format('opentype'),
        url('assets/fonts/Montserrat-Bold.woff') format('woff'),
        url('assets/fonts/Montserrat-Bold.ttf')  format('truetype'),
        url('assets/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}


h1,h3 {
    font-family:alternate_gothic;
}
h1 {/*text-transform:uppercase;*/}

h2 {
    font-family: montserratregular;
    font-size: 2.1rem;
}

/* CSS GLOBAL */
body,
button,
input,
select,
textarea {
    font-family: montserratregular, "Helvetica Neue", helvetica, arial, sans-serif;
}

body {

    background: #f4f2f2 !important;
}
.site-content-contain {
    background: #f4f2f2;
}
.entry-content a {
    box-shadow: 0 !important;
}
h1.megaphone {
    padding-top: 0;
}
.page-one-column .panel-content .wrap {
    max-width:1140px;
}
.entry-content a:focus, .widget a:focus, .widget ul li a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*******/

/* HEADER */
.custom-logo-link {
    z-index: 100;
}
.site-branding a:hover, .site-branding a:focus {opacity:1 !important}
.site-header {
    height: 139px !important;
    background: #fff;
}
.custom-logo-link {
    padding-right: 0 !important;
}
.custom-logo-link img{
    max-width: 177px !important;
    max-height: 176px !important;
}
.site-branding {
    padding: 0 !important;
}
#masthead .wrap {
    text-align: center;
}
#icl_lang_sel_widget-2 {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    border: 0;
}
#icl_lang_sel_widget-2 .wpml-ls-slot-lngselect{
    border-top: 0;
    border-bottom: 0;
}
.widget a:hover , .widget ul li a:hover, .widget a img{
    box-shadow: none !important;
}
li.wpml-ls-slot-lngselect a img{
    border-radius: 100%;
    height: 18px !important;
    width: 18px !important;
}
li.wpml-ls-slot-lngselect a img:hover {
    opacity: 0.50;
}
/* LOADER */

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/**********/

/* HOME PAGE */

/*************/

/* PAGE CAMPAGNE */
.vc_slide {
    margin: auto !important;
}
.vc_slide strong {
    text-transform: capitalize;
    color:#fc3546;
}
.vc_carousel-control {
    width: unset !important;
}
#show-thanks {
    overflow: scroll;
    overflow-x: hidden;
}
#show-thanks .une-grille-prioritaire {
    width: 80%;
    margin: auto;
}
.bouton-reseaux-thanks {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#actnow {
    overflow: scroll;
    overflow-x: hidden;
}
#close-thanks {
    top: 10px !important;
    right: 10px !important;
}
#show-thanks .une-cible .wpb_single_image {
    text-align: center;
}

/* CAROUSEL LOGO */
#logos_en_caroussel .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
    text-align: center !important;
}
#logos_en_caroussel {
    margin-bottom: 85px;
    margin-top: 50px;
}
/******************/
/* FOOTER */
.site-info {
    display: none;
}

footer {
    background : url('/wp-content/themes/ipolitics/assets/bgimg/footer.jpg') 0 0 #062c4b;
    border-top: 6px solid #496881 !important;
}
footer .widget-title {
    text-transform: none;
    text-decoration: underline;
    color: white;
    font-size: 18px;
    letter-spacing: normal !important;
    margin-bottom: 10px !important;
}
footer p {
    color: white !important;
}
.footer-widget-1 {
    width: 65% !important;
}
.footer-widget-2 {
    width: 30% !important;
    margin-top: 94px;
}
.footer-widget-2 p {
    line-height: normal !important;
    margin-bottom: 0 !important;
}
.footer-widget-2 img {
    margin-top: 20px;
}
footer .widget-area {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
footer .widget {
    padding-bottom: 0 !important;
}
/*
.bg-left {
    background :  url('/wp-content/uploads/2020/02/footer_algue_gauche.png') no-repeat 0 100% #062c4b ;
}
.bg-right {
    background :  url('/wp-content/uploads/2020/02/footer_algue_droite.png') no-repeat 100% 100% transparent;
    padding-bottom: 50px;
}
*/
footer .widget a img {
    box-shadow: unset;
}
footer .widget a , .site-footer .widget-area a{
    box-shadow: unset;
}
footer .widget a:hover , .site-footer .widget-area a:hover{
    box-shadow: unset;
}
/**********/

/* RESPONSIVE */
@media screen and (max-width: 1200px){
    #showtweet {
        height: unset !important;
    }
}
@media screen and (max-width: 792px){
    h1.blueBlock, .accroche-campagne h1{
        height: unset !important;
        line-height: normal !important;
    }
}
@media screen and (max-width: 767px){
    .vc_btn3-container.donationbutton.vc_btn3-center, .vc_btn3-container.newsletterbutton.vc_btn3-center {
        text-align: center !important;
    }
    .vc_btn3-container.donationbutton.vc_btn3-center {
        margin-bottom: 80px;
    }
    .footer-widget-1, .footer-widget-2 {
        width: 100% !important;
    }
    .footer-widget-1 p:first-child {
        text-align: center;
    }
    .footer-widget-2 {
        margin-top: 0 !important;
    }
    .vc_grid .vc_pageable-slide-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .une-cible {
        width: 200px !important;
    }
    .une-grille-prioritaire .vc_clearfix::after,.une-grille-prioritaire .vc_clearfix::before{
        display: none;
    }
    .une-grille .vc_clearfix::after,.une-grille .vc_clearfix::before{
        display: none;
    }


}
@media screen and (max-width: 753px){
    #showtweet, #fbshow {
        height: unset !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 600px){
    .main-title {
        width: 100% !important;
    }
    h1.blueBlock , .accroche-campagne h1{
        margin-left: 0 !important;
    }
    .secondary-title h1, h1.secondary-title, h1.megaphone , .surtitre-campagne h2{
        font-size: 2.5rem !important;
        line-height: normal !important;
    }
    h1.megaphone {
        height: unset !important;
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    #mailcontainer {
        width: 80% !important;
    }
    #goFB a, #copyFB a {
        width: 100% !important;
    }
}

@media screen and (max-width: 501px){
    .description-de-campagne {
        margin-top: -100px !important;
    }
    h1.blueBlock, .accroche-campagne h1 {
        padding: 15px !important;
        padding-left: 110px !important;
        background-position: 15px 15px !important;
    }
    .une-grille-prioritaire .une-cible {
        min-height: unset !important;
    }
    .une-grille-prioritaire .une-cible .alert-them {
        margin-top: 10px;
    }
    .une-grille-prioritaire .une-cible .vc_gitem-post-data {
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 492px){
    .une-grille .une-cible {
        min-height: unset !important;
    }
    .une-grille .une-cible .alert-them {
        margin-top: 10px;
    }
    .une-grille .une-cible .vc_gitem-post-data {
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 430px){
    h1.blueBlock, .accroche-campagne h1 {
        font-size: 2rem !important;
    }
    h2.redBlock, .surtitre-campagne h2 {
        min-width: unset !important;
        width: 82% !important;
        font-size: 1.4rem !important;
        margin: auto !important;
    }
    #sendtweet a {
        width: 100% !important;
    }
    #mailcontainer .frm_button_submit {
        width: 100% !important;
    }
    #icl_lang_sel_widget-2 {
        width: 100px;
    }
    .actnowbutton a {
        width: 100%;
    }
    #alertall button {
        width: 100%;
    }
}
@media screen and (max-width: 368px){
    h1.blueBlock, .accroche-campagne h1 {
        font-size: 1.6rem !important;
    }
}