p {
  margin:0;
}

/*  colors */
.btn-primary {
    color:#DC4666;
}

.btn-primary-bis {
    color:#1D1045;
}

.btn-secondary {
    color:#A3D9E7;
}

.btn-secondary-bis {
    color:#F4CC66;
}


/******************************************************* Temporary (to be optimized) **************************************/
/*  ***************************button secondary****************************/

#block-decouvrezreseaubutton a:hover,
#block-startupsbutton a:hover,
#block-partenairesbutton a:hover,
#block-lereseauilspartagentblock .field--name-field-button .row a:hover,
#block-views-block-recherche-villages-principal-block .fiche a:hover {
  background-color: #B72A48;
  cursor: pointer;
  text-decoration:none !important;
  color: #FFF !important;
}

#block-partenairesbutton{
  position: relative;
  z-index: 10;
}

#block-views-block-recherche-villages-principal-block .fiche-footer {
  text-align: center;
}

#block-views-block-recherche-villages-principal-block .fiche a {
  position: relative;
  bottom: -30px;
}
#block-views-block-recherche-villages-principal-block .view-recherche-villages {
  position: relative;
}
#block-views-block-recherche-villages-principal-block .fiche-arrow-container {
  display: none;
  z-index: 1000;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  background: url(/themes/lesvillagesbyca/images/Ellipse.svg) no-repeat;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.arrow-left-fiche {
  padding: 11px 11px;
  transition: all 0.25s ease-in;
  z-index: 1000;
}
.arrow-left-fiche:hover {
  display: none;
  transition: all 0.25s ease-in;

}
.arrow-left-fiche-hover {
  position: absolute;
  top: 11px;
  left: 11px;
  transition: all 0.25s ease-in;
}

/* between title and subtitle */
.ca-blocks-intern-separator {
  width: 35px;
  margin-bottom: 7px;
  background-color: #F4CC66;
  height: 3px;
}

.ca-title-separator {
    width: 26px;
    margin-bottom: 12px;
    background-color: #F4CC66;
    height: 6px;
}

  .ca-blocks-subtitle-secondary-bis {
    font-size: 37px;
    font-family:'Montserrat';
    font-weight: 600;  /* Semibold */
    color: #F4CC66;
  }
  #block-lereseauvillagesblock {
    margin-bottom: 3rem;
  }


/* block PREMIER DISPOSITIF : contenu  */

#ca-blocks-container {
    margin-top:33px;
    margin-right:-88px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    grid-column-gap: 1px;
    z-index:1;
  }
  .content.container {
    margin-top: 3em;
  }
  #ca-blocks-content-text {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #ca-blocks-content-photo {
    margin-top: 200px;
    grid-column-start: 2;
    grid-column-end: 3;
    text-align: right;

  }

  #ca-blocks-blocks-player-container {
    z-index:2;
    right:50%;
    left:50%;
    /* border:1px solid grey; */
    text-align:center;
    margin-top: -150px;
  }

  .ca-blocks-text-content {
    font-family: 'Muli';
    font-size: 18px;
    line-height: 30px;
      font-weight: 400;
  }

/* Header */
#ca-header-youtube {
  width: 23px;
  height: 24px;
  color: #FF0000;
  margin-right:10px;
}

#ca-header-twitter {
  width: 21px;
  height: 20px;
  color: #00ACEE;
  margin-right:10px;
}

#ca-header-linkedin {
  width: 19px;
  height: 19px;
  color: #FF0000;
  margin-right:14px;
}

#ca-header-flag-uk {
  border-radius:50%;
  width:24px;
  height:24px;
  border:1px solid #9BD3E1;
}


/*  ***************************webradio button****************************/
.ca-header-webradio-button {
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 34px;
    width: 130px;
    /* border: 1px solid; */
    color: #1D1045;
    font-size: 14px;
}

button.ca-header-webradio-button.ca-fonts-montserrat-medium {
    transition: all 0.25s ease-in;
    text-transform: uppercase;
}

button.ca-header-webradio-button.ca-fonts-montserrat-medium:hover {
    color: #DC4666;
    border-color: #DC4666;
    transition: all 0.25s ease-in;
}

/*  End Header */


/* Fonts */
.ca-fonts-montserrat {
  font-family: 'Montserrat';
  font-weight: 100;
}

.ca-fonts-montserrat-light {
  font-family: 'Montserrat';
  font-weight: 300;
}

.ca-fonts-montserrat-regular {
  font-family: 'Montserrat';
  font-weight: 400;
}


.ca-fonts-montserrat-medium {
  font-family: 'Montserrat';
  font-weight: 500;
}

.ca-fonts-montserrat-semibold {
  font-family: 'Montserrat';
  font-weight: 600;
}

.ca-fonts-montserrat-extrabold {
  font-family: 'Montserrat';
  font-weight: 800;
}


/*  startup- partenaires cards settings   */
.vignette-header {
  background-color:transparent;
}
.titre-color-head {
  color: #f4cc66;
}
.ca-blocks-subtitle-black > h3,
.ca-blocks-title > h2 {
  text-transform: uppercase;
}
.vignette-logo-container img {
    /*min-width: 50%;
    min-height: 50%;
    max-width: 200px;
    max-height: 150px;
    width: auto;
    height: auto;*/
    max-width: inherit;
    max-height: 95px;
    width: auto;
    height: auto;
}

.vignette-title {
  font-size:22px;
  color: #000;
  text-transform: uppercase;
margin-top: 13px;
}

.village-rounded-img {
  border-radius:50%;
  margin:5px 5px 5px 0;
}

.village-title {
  font-size:16px;
  color:#000;
  margin-bottom: 5px;
}

.village-startups{
  font-size:12px;
  color:#000;
}


select#edit-field-startup-thematique-value {
     border-radius: 30px;
     box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.14);
}


label {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.cssgrid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 grid-template-rows: auto;
 grid-auto-flow: row dense;
}

.cssgrid .wide { grid-column: auto / span 2; }
.cssgrid .tall { grid-row: auto / span 2; }
.cssgrid .tall .thumb { min-height: 400px; }
.cssgrid .big { grid-column: auto / span 2; grid-row: auto / span 2; }

.responsive {
  border:1px solid red;
  height :300px;
  width:100%;
}


.search-box {
  border-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

.loupe {
  height:27px;
  width:27px;
  background: url(../images/magnifying-glass.png) no-repeat;
  border: 0;
}

.view-recherche-villages .view-filters { text-align : center;}

.view-recherche-villages .views-row {
  z-index: -1;
  transition: all 0.25s ease-in;
}

.view-recherche-villages .views-row:hover {
    background-color: #F0F0F0;
    transition: all 0.25s ease-in;
}
.view-recherche-villages .views-row:last-child {
  margin-bottom: 20px;
}

svg path:hover {fill: #DC4666 !important;}

/***** card map ****/
.map-village-container
{
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}
#block-views-block-recherche-villages-block-1 {
  padding: 0;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}


.view-id-slick_y .views-exposed-form{
    display: none;
}
/*** startup /partenaire settings ***/
div#views-bootstrap-last-startups-block-1 .row > div,
div#views-bootstrap-last-partenaires-block-1 .row > div {
margin:auto;
}

.views-view-grid .views-col {
  margin: auto;
}

.logo-margin {
  text-align: center;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
}
.ajax-progress-fullscreen {
    text-align: center;
    background: url('images/status-active.gif') no-repeat center center;
    min-height: 30px;
    padding: 10px;
    vertical-align: middle;
    width: 100px;
    position: relative;
    margin-bottom: 10px;
}
form#views-exposed-form-recherche-villages-principal-block {
    position: relative;
    z-index: 15;
    display: inline-block;
    /* background-color: #FFF; */
    border-radius: 5px;
    /* margin-top: 25px; */
    /* max-height: 45px; */
    /* width: 23rem; */
    padding: 0px 10px;
}
.exposed-form-su-part {
    text-align: center;
}

/* recherche village -listing */
.village-row {
  margin:0;
  padding-left: 30px;
}

.village-col-image {
  flex: 0;
  padding: 0;
}

.village-col-details {
  padding: 0;
}

.village-margin-right {
  margin-right:10px;
}

.village-table-details {
  margin: inherit;
}

.geolocation-map-container, .leaflet-container {
    border-radius: 20px;
    background-color: #FFF;
    z-index: 10;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
}


/* startups- partenaires validation buttton */
.validation-button {
  bottom: 55px;
  padding: 10px 24px;
  background-color: #DC4666;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size:14px;
  color: #FFF;
}
.validation-button:hover {
  background-color: #B72A48;
  transition: all 0.25s ease-in;
}

/* align startup/partenaire filters */
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    /* display: inline-block; */
}
.form-item .chosen-container-single .chosen-single {
    background-image: none;
    border-style: none;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    border-radius: 30px;
    line-height: 120px !important;
    padding: 10px;
    height: 33px;
    background: white;
    width: 321px;
}
.chosen-container-single .chosen-single span {
    color: #828282;
    text-align: left;
    font-weight: 600;
}
a.chosen-single > span {
    position: absolute;
    width: 126px;
    left: 13px;
    top: 6.06%;
    bottom: 3.03%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #828282;
}
.chosen-container-single .chosen-single div b {
    display: block;
    height: 50%;
    background: url(../images/Polygon.png) no-repeat !important;
    margin-top: 12px;
    margin-bottom: 70%;
    margin-left: -10px;
}
.chosen-container-single:active .chosen-single div b:active {
    display: block;
    height: 50%;
    background: url(../images/Polygon.png) no-repeat !important;
    margin-top: 100%;
    margin-bottom: 70%;
    margin-left: -10px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu li:first-child{
  width: auto;
  padding-top: 5px;
}

#block-lesvillagesbyca-main-menu .main-menu li:first-child:hover a{
    background: url(/themes/lesvillagesbyca/images/home.png)!important;
    background-repeat: no-repeat!important;
    display: inline-block;
    padding-top: 7px;
    background-position-x: center !important;
    background-position-y: center !important;
}

#block-lesvillagesbyca-main-menu .main-menu li:first-child:hover{
    background-color: #DC4666;
}
#block-lesvillagesbyca-main-menu .main-menu li:first-child a {
    color: transparent;
    background: url(/themes/lesvillagesbyca/images/home1.png);
    background-repeat: no-repeat!important;
    display: inline-block;
    padding-top: 7px;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    min-width: 34px;
    height: auto;
    left: 0px;
    position: relative;
}
.main-menu li:first-child a:hover {
   background: url(/themes/lesvillagesbyca/images/home.png)!important;
   background-repeat: no-repeat;
   width: 26px;
    height: 20px;
}
/* Languages */
#block-languageswitcher .links {
    list-style: none;
    padding: 0;
}
#block-languageswitcher .links .fr a {
    background: url(/themes/lesvillagesbyca/images/fr-drapeau.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}
#block-languageswitcher .links .en a {
    background: url(/themes/lesvillagesbyca/images/uk-drapeau.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}
#block-languageswitcher {
    margin-top: 9px;
}
#block-sociallinksheader {
    display: inline-block;
}
.header-link-social-network {
  font-size: 14px;
  text-transform: uppercase;
}
#header-link-social-network-lang {
  margin-top:32px
}
.button-footer-webradio {
  margin-bottom:52px;
  text-transform: uppercase;
}
.views-row #displayed-fiche {
  display: block;
}
/* Cookies compliance */
.sliding-popup-bottom {
    width: 100%;
}
.sliding-popup-bottom .eu-cookie-compliance-content .eu-cookie-compliance-categories {
  display: inline-grid;
}
.sliding-popup-bottom #popup-buttons {
  position: relative;
  bottom: 38px;
  left: 200px;
  float: none;
}
.eu-cookie-withdraw-wrapper.sliding-popup-bottom .eu-cookie-withdraw-tab{
  opacity: 0.5;
  outline: none;
  background-color: #DC4666;
  color: #FFF;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  border: none;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 1px 1px 14px rgb(0 0 0 / 32%);
  transition: all 0.25s ease-in;
  display:none;
}
.eu-cookie-withdraw-tab{
  position: relative;
  padding:20px;
  background-color:#DC4666;
  color:#FFF;
  font-family:'Montserrat';
  font-weight:300;
  border:none;
  border-radius:5px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.32);
  transition: all 0.25s ease-in;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 10px;
  margin-top: 10px;
}
.eu-cookie-withdraw-wrapper.sliding-popup-bottom #popup-buttons {
  bottom: 0;
  left: 0;
}
.sliding-popup-bottom .eu-cookie-compliance-content {
    display: inline-block;
    padding: 1% 3%;
    background: rgba(59,59,59,0.9) !important;
    font-size: 14px;
    color: #fff;
    max-width: 70%;
}
.sliding-popup-bottom .eu-cookie-compliance-message {
    max-width: 80%;
}
.sliding-popup-bottom .eu-cookie-compliance-message p {
    margin-bottom: 5px;
}
.eu-cookie-compliance-content button,
.eu-cookie-compliance-buttons button {
    padding: 10px;
    background-color: #DC4666;
    color: #FFF;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 300;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.32);
    transition: all 0.25s ease-in;
}
.eu-cookie-compliance-content button.find-more-button{
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}
.eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button {
    margin-right: 5px;
}
.eu-cookie-compliance-buttons .decline-button {
    visibility: hidden;
}
/* Innovation block */
.innovation-text-outer {
  text-transform: uppercase;
}
.innovation-text-inner span {
  text-transform: uppercase;
}



/*********loubna**********/

.view-actualites  .form--inline ,
.view-startups-listing  .form--inline {
    text-align: center;
    margin-top: 53px;
}
.view-actualites  .form--inline div,
.view-startups-listing  .form--inline div{
    float: none;
    /* text-align: left; */
    margin-top: AUTO;
}

.view-actualites  .form-item-title ,
.view-startups-listing  .form-item-title{
    display: block;
    float: none;
}
.view-actualites  .form-item-title input,
.view-startups-listing .form-item-title input,
.form-item-field-adresse-locality input{
    margin: auto;
    background-color: #F2F2F2;
    border-radius: 30px;
    border: none;
    color: #828282;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    height: 40px;
    width: 50%;
    left: 0px;
    top: 0px;
    padding-left: 20px;
    outline: none;
}
#views-exposed-form-leafleat-page-1, #views-exposed-form-leafleat-block-1{
    text-align: center;
}

.form-item-field-adresse-locality{
    float: none!important;
    width: 39%;
}
.form-item-field-adresse-locality input{

    width: 100%;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    margin-top: 12px;
}
.views-auto-submit-click, #views-exposed-form-leafleat-page-1 .form-submit , #views-exposed-form-leafleat-block-1 .form-submit{
    /* position: absolute; */
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #DC4666;
    mix-blend-mode: normal;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 158.47%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 33px;
    width: 47px;
    border: none;
}

.view-actualites {
    width: 100%;
    margin: auto;
}
.view-actualites .view-filters{
    margin-bottom: -16px;
}
.view-actualites .views-row{
    margin: 0 0 32px 0;
    background: #FFFFFF;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.2));
}
.view-actualites .views-row a {
    text-decoration: none;
}

.actu-container{
    display: flex;
    font-family: Montserrat;
    font-style: normal;
    cursor: pointer;

}
.actu-container:hover {
    background : #FFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.65);
    transition: all 0.25s ease-in;
    border-radius: 10px;
    opacity: 0.5;
}
.actu-container .right{
    padding: 10px 10px 10px 0;
    width: 48%;
    margin-left: 2%;
}
.vignette-actu {
    width: 50%;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    margin: auto;
}
.vignette-actu img{
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    float: left;
}
.actu-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: block;
    /* #1D1143 */
    color: #1D1143;
    margin-bottom: 6px;
}
.actu-date, .actu-lieu{
    margin-top: 3px;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    color: #1D1143;;
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.15));
}
.actu-lieu{
    margin-bottom: 7px;
}
.actu-lieu span, .actu-date span{
    margin-right: 2px;
    padding: 4px 10px;
    border-radius: 70px;
    color: #333333;
    background: #ffffff;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}
.actu-date span:before
{
    background-image: url('../images/date1.png');
    content: " ";
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    top: 4px;
    position: relative;
    right: 2px;
}
.actu-lieu span:before{
    content: " ";
    background-image: url('../images/place.png');
    width: 18px;
    height: 18px;
    content: " ";
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 3px;
    top: 4px;
    position: relative;
    right: 2px;
}
.view-evenements .actu-desc{
    margin-bottom: 10px;
}

.actu-desc{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    display: block;
}

.thematique, .village{
    right: 0%;
    bottom: 0%;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.thematique span{
    height: 14px;
    line-height: 28px;
    color: #828282;
    width: auto;
    background-color: #F2F2F2;
    margin-right: 2px;
    padding: 4px 7px;
    border-radius: 70px;
}

.village span{
    width: auto;
    height: 14px;
    line-height: 28px;
    color: #DC4666;
    margin-right: 2px;
    padding: 4px 7px;
    border-radius: 70px;
    background: rgba(220, 70, 102, 0.2);
}
.village-event span{
    width: auto;
    height: 14px;
    line-height: 28px;
    color: #fff;
    margin-right: 2px;
    padding: 4px 7px;
    border-radius: 70px;
    background: #DC4666;
    font-size: 12px;
    font-family: mulish;
    font-weight: 700;
}
.block-part-head-block,.block-startup-block{
    margin-bottom: 18px;
}
.container-title{
    padding-bottom: 11px;
}
.bloc-header-banner {
    margin-top: 8%;
    text-align: center;
    position: relative;
z-index: 1;
}
.bloc-header-banner h1, .bloc-header-banner h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.bloc-header-banner h2{
    margin-top:-8px;
}
.lieu-detail-event{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: center;
    /* Style */
    color: #DC4666;
}
.date-detail-event{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;

    /* identical to box height */
    text-align: center;
}

#block-social-networks {
    position: fixed;
    right: 0;
    z-index:200;
    top: 125px;
    opacity: 1;
}
.jumbo-contribution-page #block-social-networks {
    top: 90px;
}
#block-social-networks2 {
    max-width: 45px;
}
#block-social-networks2 img{
    padding-bottom: 4px;
}
.block-quicktabs-blockfoire-aux-questions {
    margin-top: 83px;
}
.quicktabs-tabs{
    text-align: center;
}
.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li {

}

.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li a {
    width: 169px;
    border-radius: 10px;
    background: #F2F2F2;
    color: #BDBDBD;
    display: inline-block;
    text-align: center;
    line-height: 66px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #BDBDBD;
    position: relative;
    top: -11px;
}
.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li a::before {
    background-image: url('../images/network.svg');
    content: " ";
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    width: 26px;
    height: 26px;
    top: 16px;
    position: relative;
    right: 2px;
}
.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li.active a::before
{
    background-image: url('../images/network1.svg');
}


.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li a:hover,.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li.active a{
    width: 169px;
    border-radius: 10px;
    background: #1D1143;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li a:hover, .block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li.active a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    top: -11px;
    text-decoration: none;
}
.header-content-startup{
    margin-top: 24px;
    line-height: 103px;
}
.header-content-startup .field--type-image{
    float: left;
}
.content-startup {
    clear: both;
    margin-top: 20px;
    position: relative;
}
.link-startup {
    float: right;
    margin-top: 24px;
}
.link-startup ul{
    list-style: none;
    display: flex;
}
.link-startup ul li{
    margin-left: 12px;
    line-height: 40px;
}
.link-startup ul .field--name-field-linkedin a{
    color: transparent;
    background: url(/themes/lesvillagesbyca/images/linkedin.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    mix-blend-mode: normal;
    border-radius: 5px;
}
.link-startup ul .field--name-field-twitter a{
    color: transparent;
    background: url(/themes/lesvillagesbyca/images/twitter.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    mix-blend-mode: normal;
    border-radius: 5px;
}
.link-startup ul .field--name-field-facebook a{
  color: transparent;
  background: url(/themes/lesvillagesbyca/images/facebook.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 42px;
  height: 42px;
  mix-blend-mode: normal;
  border-radius: 5px;
}
.field--name-field-faq .field__label{
    display: none;
}
.field--name-field-faq .ui-state-default{
    border: none;
    font-weight: 700;
    color: #1D1143;
    background: #F2F2F2;
    border-radius: 10px !important;
    font-family: Montserrat;
    font-size: 22px !important;
    padding: 28px 20px !important;
    margin-bottom: 22px !important;
}
.field--name-field-faq .ui-accordion {
    margin-top: 45px;
    background: #fff;
}

.field--name-field-faq .ui-state-active{
    border: none;
    font-weight: 700;
    color: #1D1143;
    background: none;
    border-radius: 10px 10px 0 0 !important;
    font-family: Montserrat;
    font-size: 22px !important;
    padding: 30px 21px 65px 21px !important;
    box-shadow: 0px -4px 7px -1px rgba(0, 0, 0, 0.15);
    /* margin-bottom: -2px !important; */
    outline: none;
}

.ui-accordion .ui-accordion-content{
    margin-bottom: 22px;
    background: #FFFFFF;
    margin-top: -29px;
    box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 10px 10px;
    border: none;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
}


.block-quicktabs-blockfoire-aux-questions .item-list li {
    margin: 0 0 20px 0px;
}

/* .block-quicktabs-blockfoire-aux-questions .item-list ul {
    display: flex;
} */

.block-quicktabs-blockfoire-aux-questions .quicktabs-tabs li {
    margin: 10px;
}

.faqfield-question .ui-icon {
    background: #F4CC66;
    transform: rotate(0deg);
    background: url(../images/faq.png) no-repeat;
    float: right;
    padding: 13px 12px;
}

.ui-accordion-header-active .ui-icon {
    transform: rotate(-180deg);
    float: right;
    padding: 13px 12px;
}

.views-element-container .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100%!important;
    position: relative;
    left: 13px;
    top: 6.06%;
    bottom: 3.03%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 33px;
    color: #828282;
}
.views-element-container .chosen-container-multi .chosen-choices{
    min-height: 28px;
}

/****************CSS GLOBAL CARTE LE RESEAU************************/
.sous-titre {
    bottom: 10px;
    position: absolute;
    left: 0px;
    right: 0;
    background: #00000061;
    color: #fff;
    padding: 4%;
    font-weight: 700;
    font-family: Montserrat;
    width: 100%;
    font-size: 18px;
}
.leaflet-popup-content-wrapper{
    border-radius: 4px;
}

.leaflet-popup-content {
    overflow: hidden;
    margin: 9px 9px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: rgba(29, 16, 69, 0.82);
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    text-align: center;
}

.leaflet-container a.leaflet-popup-close-button {
    padding: 0px 0px 0 0;
}

.block-views-blockleafleat-block-1{
    margin-bottom: 31px;
}

.overlay .diamond {
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #DC4666;
    position: relative;
    top: -34px;
    margin: auto;
}

.overlay .diamond:after {
    content: '';
    position: relative;
    left: -9px;
    top: 17px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #DC4666;
    margin-bottom: 0;
}

.village-desc-leaflet {
    display:block;
    font-family:'Muli';
    font-size:18px;
    color :#FFF;
    text-align:center;
    text-overflow: ellipsis;
    line-height:normal;
    overflow: hidden;
    height: 119px;
    margin-bottom: 16px;
}

h4.village-hover-title-leaflet {
    display: block;
    margin-top: 23px;
    font-size: 23px;
    font-family: 'Montserrat';
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
a.village-url-button-leaflet {
    display:block;
    font-family:'Montserrat';
    font-weight:500;
    font-size:14px ;
    text-transform: uppercase;
    padding: 5px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease-in;
    background-color: #E76C89;
    border-color: #E76C89;
    position: absolute;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    width: 169px;
}
.leaflet-popup-content a.village-url-button-leaflet {
    margin: auto;
    position: relative;
}
a.village-url-button-leaflet.hidden:hover  {
    transition: all 0.25s ease-in;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none !important;
    color: #E76C89 !important;
}
#block-views-block-startups-listing-block-3{
  display: none;
}
.more-link a, .vignette-button, .link-startup .field--name-field-village-url a, .vignette-button, .link-startup .field--name-field-partenaire-url a {
  padding: 14px 24px;
  background-color: #DC4666;
  border: none;
  border-radius: 5px;
  transition: all 0.25s ease-in;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  mix-blend-mode: normal;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  margin: auto auto 47px;
}
.block-twitter-post-block ul{
  font-family: Montserrat;
  font-style: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: flex;
}
.block-twitter-post-block{
  width: 111%;
  text-align: center;
  margin-left: -62px;
}
.block-twitter-post-block ul li {
  margin-left: 2%;
  margin-bottom: 1.4%;
  list-style: none;
  width: 31.333333%;
  height: 272px;
  overflow: hidden;
  border-radius: 10px;
}
.block-twitter-post-block ul li:hover {
  background : #FFF;
  box-shadow:  rgba(0, 0, 0, 0.65);
  transition: all 0.25s ease-in;
  border-radius: 10px;
  opacity: 0.5;
}
.block-twitter-post-block  .bloc-twitter {
  line-height: 272px;
  background: #1D1143;
}
.block-twitter-post-block  .bloc-twitter .image {
  background: #1D1143;
  opacity: 0.7;
}
.block-twitter-post-block  .bloc-twitter .image img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0.7;
  background-image: linear-gradient(    rgb(29, 17, 67, 0.70),    rgb(29, 17, 67, 0.70)  );
  background: #1D1143;

}
.block-twitter-post-block .bloc-twitter .bloc-text{
  z-index: 11111;
  position: relative;
  top: -193px;
  font-family: Montserrat;
  line-height: 20px;
}
.block-twitter-post-block .bloc-twitter .bloc-text .title {
}
.block-twitter-post-block .bloc-twitter .bloc-text .title a,
.block-twitter-post-block .bloc-twitter .bloc-text .title a:hover,
.block-twitter-post-block .bloc-twitter .bloc-text .title a:active,
.block-twitter-post-block .bloc-twitter .bloc-text .title a:visited{
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F4CC66;
}
.block-twitter-post-block .tw-username{
  color: #F4CC66;
}
.block-twitter-post-block .bloc-twitter .bloc-text .desc {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
.block-twitter-post-block .bloc-twitter .bloc-text a:hover {
  text-decoration: none;
  color: #F4CC66;
}

.more-link {
    display: flex;
    font-family: Montserrat;
    font-style: normal;
    cursor: pointer;
    font-size: 18px;
}
#footer-logo{
    background-image: url("../images/logo-village-blanc.svg");
    border-style: none;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10em;
    height: 7em;
}
