@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------ Home Reseaux sociaux*/
.include_reseauxsociaux {
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
	/*max-width: 90%;*/
  margin: 0 auto;
  padding: 30px 0px;
  background: #e1e1e1;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #e1e1e1 0%, #ffffff 26%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1e1e1 0%,#ffffff 26%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1e1e1 0%,#ffffff 26%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 );
 /* IE6-9 */;
}

.include_reseauxsociaux li {
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.include_pinterest, .include_twitter {
  width: 30%;
  margin: 0px;
  padding: 0px;
}

.include_facebook {
  width: 40%;
  margin: 0px;
  padding: 0px;
}

.include_twitter_module, .include_pinterest_module, .include_facebook_module {
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  margin-top: 20px;
}

.include_facebook_module {
  border-left: 1px solid #0d5ba5;
  border-right: 1px solid #0d5ba5;
}

.include_facebook_module {
  width: 100% !important;
}

.include_reseauxsociaux h3 {
  margin-bottom: 20px;
}

.ico_homereseauxsociaux {
  font-size: 60px;
  margin: 0;
  padding: 0px;
  text-align: center;
}

/*--------PINTEREST---------*/

.include_twitter_module > span {
  width: 100% !important;
  overflow: hidden;
}







/***** [ ecrans classique ] *****/
@media (max-width: 1760px) {
}
/***** [ ipad2 large ] *****/
@media (max-width:1400px) {
}
/***** [ ipad2 vertical ] *****/
@media handheld, only screen and (max-width: 960px) {
  .include_pinterest,.include_twitter {
    width: 100%;
  }

  .include_facebook_module {
    border: none;
  }

  .include_pinterest,.include_twitter {
    width: 100%;
  }

  .include_facebook {
    width: 100%;
  }

  .include_twitter_module,.include_pinterest_module, .include_facebook_module {
    padding: 0px;
    max-width: 500px;
  }
}
/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 740px) {
  .include_reseauxsociaux {
    width: 100%;
    max-width: 100%;
  }

  .include_pinterest,.include_twitter {
    width: 100%;
  }

  .include_facebook {
    width: 100%;
  }

  .include_twitter_module,.include_pinterest_module,.include_facebook_module {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
}














