/*Vous accompagner au quotidien*/



.row {
    position: relative;
    width: 100%;
    clear: both;
}

.row:nth-child(2n){
    padding: 27px 0;
    display: flex;
    justify-content: center;
}

.section.services .colonne h2{

    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    color: #0D5C95!important;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: solid 3px #C70626;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: montserrat;

}

.colonne1-4 {
    width: 18%;
    margin-right: 2%;
}

.section.services {

    width: 83%;
    margin: 5% auto;
}

/*SNIPPET */


figure.snip1096 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  text-align: center;
}

figure.snip1096 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure.snip1096 ul{
  padding: 0;
}

figure.snip1096:before,
figure.snip1096:after {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure.snip1096:before {
  top: 0;
}

figure.snip1096:after {
  bottom: 0;
}

figure.snip1096 img {
  max-width: 100%;
  margin-bottom: -5px;
}

figure.snip1096 figcaption {
  position: relative;
  background: #ffffff;
  padding-bottom: 20px;
  min-height: 160px;
}

figure.snip1096 h3,
figure.snip1096 p {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 0 10% 10%;
}

figure.snip1096 h3 {
  width: 85%;
  padding: 8px 10px;
  background: #333333;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
  transform: translateY(-50%) rotate(0deg) scale(1);
  color: white;
  font-size: 15px;
  font-weight: 500;
}

figure.snip1096 p {
  font-size: 0.9em;
  font-weight: 500;
  background: #ffffff;
  color: #4d4d4d;
  padding: 10px 40px 40px;
}

figure.snip1096 a{

  font-size: 14px;
      -webkit-transition: all .4s ease-in-out!important;
  -moz-transition: all .4s ease-in-out!important;
  transition: all .4s ease-in-out!important;
    transform:scale(1);
}

figure.snip1096 a:hover {
  color: #c70626;
  font-weight: bold;
     -webkit-transition: all .4s ease-in-out!important;
  -moz-transition: all .4s ease-in-out!important;
  transition: all .4s ease-in-out!important;
  transform: scale(1.2)!important;

}

figure.snip1096.blue h3,
figure.snip1096.blue:before,
figure.snip1096.blue:after {
  background: #00538b;
}

figure.snip1096.red h3,
figure.snip1096.red:before,
figure.snip1096.red:after {
  background: #c0392b;
}

figure.snip1096.yellow h3,
figure.snip1096.yellow:before,
figure.snip1096.yellow:after {
  background: #f39c12;
}

figure.snip1096.navy h3,
figure.snip1096.navy:before,
figure.snip1096.navy:after {
  background: #34495e;
}

figure.snip1096.rouge h3,
figure.snip1096.rouge:before,
figure.snip1096.rouge:after {
  background: #c70626;
}

figure.snip1096:hover figcaption h3{
  -webkit-transform: translateY(-80%) rotate(0deg) scale(1.2);
  transform: translateY(-80%) rotate(0deg) scale(1.2);
  width:100%;
}

figure.snip1096:hover figcaption p{
  -webkit-transform: translateY(10%) rotate(0deg) scale(1.1);
  transform: translateY(10%) rotate(0deg) scale(1.1);
}

figure.snip1096:hover:before,
figure.snip1096:hover:after{
  height: 10px;
}

figure.snip1096 p {
  min-height: 150px;
  font-size: 14px;
}
/* FIN SNIPPET*/



/*************************************************************************
 SYNDICAT DEPARTEMENTAUX
*************************************************************************/

/*div#block-syndicatblock-2 {*/
    /*width: 83%;*/
    /*margin: 0 auto;*/
/*}*/


.carte-interactive {
  min-height: 40vh;
  overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 83%;
    margin: 0 auto;
}
.carte-interactive .block-text {
  float: left;
  width: 50%;
  padding: 2% 5% 2% 0%;
  margin-right: 3%;
}
.carte-interactive .block-map {
  width: 550px;
  height: 550px;
}
.carte-interactive .jvectormap-zoomin, .carte-interactive .jvectormap-zoomout {
  background-color: #cc202f;
  padding-left: 4px;
  font-size: 20px;
  border: 1px solid #fff;
  padding-top: 5px;
}
.carte-interactive .block-text form div:first-child{
  color: #cc202f;
    font-weight: 700;
    padding-top: 45px;
    font-family: montserrat;
}

.rechercher-syndicat input[type=submit] {
    margin-top: 10px;
}

.block-text h2{
        text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    color: #0D5C95!important;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: solid 3px #C70626;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: montserrat;
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel] {
    padding: 11px!important;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 10px;
}

input[type=submit], a.button {
    background-color: #c91622;
    color: white;
    padding: 12px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
    border: none;
    font-family:montserrat;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 500;
}
input[type=submit], a.button:hover {
    background-color: #00528e;
}


/*************************************************************************
Nos partenaires
*************************************************************************/

.section.BlocPartenaires.aos-all h2{
           text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    color: #0D5C95!important;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: solid 3px #C70626;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: montserrat;
}
.section.BlocPartenaires.aos-all {
    width: 83%;
    margin: 50px auto;

}

#partenaires {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.colonne1-8 {

    margin-right: 2%;
}

. colonne{
    padding-bottom:25px;
}

.colonne.colonne1-8.ImagePartenaires.aos-item{

filter: grayscale(1);
-webkit-filter: grayscale(1);
}


.colonne.colonne1-8.ImagePartenaires.aos-item:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}


/* Animation logos partenaires */

.AnimPartenaires a{
  transform: scale(1);
}

.AnimPartenaires{
  min-height: 200px;
}

.AnimPartenaires img{
  max-width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.AnimPartenaires img:hover{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transform: scale(1.2);
}

.AnimPartenaires a:hover{
  max-width: 100%;
  transform: scale(1.2);
}
/* FIN Animation logos partenaires */


/* mode Tablette */
@media only screen and (max-width: 1220px) {

/*Vous accompagner au quotidien*/

.section.services {
    width: 90%;}

    .row:nth-child(2n) {
    flex-wrap: wrap;
}

    .colonne1-4 {
    width: 30%;
        margin-bottom: 2%;}

/*************************************************************************
 SYNDICAT DEPARTEMENTAUX
*************************************************************************/
   /*div#block-syndicatblock-2 {*/
        /*width: 90%;*/
    /*}*/
   .carte-interactive {
       width: 85%;
       display: block;
   }
    .rechercher-syndicat{
        display: flex;
    }
    .rechercher-syndicat input[type=submit]{
        margin-left:10px;
    }

    .carte-interactive .block-text {
        /*float: left;*/
        width: 100%;
        /*padding: 2% 10% 2% 0%;*/
        text-align: justify;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .carte-interactive .block-map {
        /*display: none;*/
        height: 1130px;
        width: 100%;
    }

/*************************************************************************
Nos partenaires
*************************************************************************/

   .section.BlocPartenaires.aos-all {
    width: 90%;

}

}


/* mode mobile */

@media all and (max-width: 767px) {

/*Vous accompagner au quotidien*/

    .colonne1-4 {
        width: 45%;
    }

/*************************************************************************
 SYNDICAT DEPARTEMENTAUX
*************************************************************************/

    .block-text h2{
        font-size:18px;
    }
    .rechercher-syndicat {
        display: block;
    }

    .rechercher-syndicat input[type=submit] {
        margin-left: 0;
        margin-top: 10px;
    }



    .carte-interactive .block-text {
        /*float: left;*/
        width: 100%;
        /*padding: 2% 10% 2% 0%;*/
        text-align: justify;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .carte-interactive .block-map {
        /*display: none;*/
        height: 796px;
        width: 100%;
    }

/*************************************************************************
Nos partenaires
*************************************************************************/

    .section.BlocPartenaires.aos-all h2{
        font-size:18px;
    }


}