@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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



html{ height: 100%;}
body{
    margin:0; font-family:'latoregular' !important; font-size: 19px; line-height: 30px; text-align: justify; color: #000; min-height: 100%; position: relative;
}
header, section, footer, article, aside{ display:block;}
a{ color: inherit; text-decoration: none;
    transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
h1, h2, h3, h4, h5{ font-weight: normal; font-family: 'latolight';}
*{ box-sizing: border-box; }



.wrapper{ width: 100%; height: 100%; margin: auto; overflow: hidden;}
.container{ width: 90%; max-width: 1200px; margin: auto;}


header{
    width: 100%; height: 150px; background: #FFF;
}

.top_header{
  width: 100%; height: 45px; line-height: 45px;
  background: #a21e5c; color: #FFF; overflow: hidden;
}

header ul{ list-style-type: none; margin: 0; padding: 0; }
.top_header ul li{ display: inline-block; border-left: solid 1px rgba(255,255,255,0.2); }
.top_header ul li:last-child{ border-right: solid 1px rgba(255,255,255,0.2); }
.top_header .contact_top{ font-size: 15px;}
.contact_top.phone_contact{ float: left; }
.contact_top.mail_contact{ float: right; }
.top_header .contact_top li{ padding: 0 15px;}
.top_header .contact_top .icon{ display: inline-block; margin-right: 10px; font-size: 21px;}
.top_header .social{ float: right; }

header .logo{
    float: left; width: 325px; margin: 10px 0 0;
}
header .logo a{ display: block;}
header .logo a img{ display: block; border: none; max-width: 100%;}

.right_header{ float: right; }

header .social{ text-align: right; margin-top: 10px;}
header .social ul{ list-style-type: none; margin: 0; padding: 0; }
header .social ul li{ display: inline-block; }
header .social a{
  display: inline-block; width: 35px; height: 35px;
  line-height: 35px; text-align: center; color: #FFF; background: #a21e5c;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;
}


header nav{
    font-family: 'latoregular'; font-size: 15px; text-transform: uppercase; text-align: center;
    margin-top: 30px;
}
header nav ul{ list-style-type: none; margin: 0; padding: 0;}
header nav ul li{
    display: block; position: relative; float: left;
}
header nav ul li+li{ margin-left: 13px; }
header nav ul li a{
    display: block; position: relative; vertical-align: middle;
    color: #575a6b; padding: 0 5px;
    height: 35px; line-height: 35px;
}
header nav ul li a:after{
  display: block; content: ""; width: 100%; height: 0;
  position: absolute; bottom: 0; left: 0; background:#ce257c;
  -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s;
}
header nav ul li a:hover:after, header nav ul li a.activ:after{height: 3px;}

header .showMenu{ display: none;}
header nav.phoneNav{ display: none;}

header.sticky{
  position: fixed; background: rgba(255,255,255,0.95); z-index: 1000; height: auto;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1); -o-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header.sticky .top_header{ display: none; }


.page_title{
  padding: 50px 0; position: relative; height: 500px;
  color: #FFF; text-align: center; width: 100%;
}
.back_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.back_img img{
  display: block; width: 100%; height: 100%;
  object-fit: cover;
}
.page_title_text{
  background: rgba(162,30,92,0.7); padding: 10px;
  width: 100%; position: absolute; bottom: 0; left: 0;
}

.page_title h1{
  font-size: 38px; line-height: 50px; margin: auto;
}
.page_title p{
  font-size: 31px; line-height: 45px; text-align: center; margin: 20px 0 0 0;
  font-family: 'latoregular'; text-transform: uppercase;
  margin: auto;
}

.page_header{
  position: relative; width: 100%; height: 280px; text-align: center;
  color: #FFF; padding-top: 50px;
}
.page_header .container{
 position: relative;
}
.page_header h1{ font-size: 38px; line-height: 45px; }
.page_header .back_img:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background: rgba(87,90,107,0.7);
}

.breadcrumb{ margin-top: 50px; }
.breadcrumb ol{
  width: 100%; font-family: 'latolight';
  list-style-type: none; margin: 20px 0; padding: 0 0 20px 0;
  font-size: 15px; border:none;
}
.breadcrumb li{
  display: inline-block; text-shadow:none;
}
.breadcrumb li+li:before{
    padding: 0 8px;
    color: #a21e5c; font-size: 12px;
    content: ""; font-family: 'FontAwesome';
}
.breadcrumb a{ }


article{ margin: 40px 0; }
article p{ margin: 0 0 10px 0;}
article p+p{ margin-top: 20px;}
article+article{ margin-top: 35px;}
article a:hover{ color: #a21e5c;}
p a{ color: #48b3dd;}
p strong{ font-family: 'latobold'; font-weight: normal; }


.header{ margin-bottom: 20px; text-align: center; }
.header h1, .header h2{
    font-size: 30px; line-height: 40px; text-align: center; color: #575a6b;
    margin: 30px 0 10px 0; text-transform: uppercase; display: inline-block;
    position: relative;
}
.header h1:before, .header h2:before{
    content: ''; display: block;
    width: 2px; height: 40px; background: #a21e5c;
    position: absolute; left: -15px; top: 0;
}
.header h1:after, .header h2:after{
    content: ''; display: block;
    width: 2px; height: 40px; background: #a21e5c;
    position: absolute; right: -15px; top: 0;
}
.header p{ text-align: center; font-size: 20px; text-transform: uppercase; color: #000;}

.header_page{ position: relative; }
.header_page h2{
  font-size: 31px; line-height: 40px;
}
.header_page h2:after{
  content: ''; width: 2px; height: 40px;
  position: absolute; top: -10px; left: -10px;
  border-left: solid 2px #a21e5c; background: none;
}

article h2{ 
    font-size: 21px; line-height: 25px; font-family: 'latolight' !important;
    color: #575a6b; margin: 30px 0 20px 0; padding: 0; overflow: hidden;
    text-transform: uppercase; text-align: left;
}
article h2:after{
    content: ''; display: block; margin-top: 10px;
    width: 90px; height: 1px;
    background: #a21e5c;
}

article h3{ 
    font-size: 17px; line-height: 20px; text-transform: uppercase;
    color: #a21e5c; margin: 30px 0 5px 0; padding: 0; text-align: left;
}

.buttons a{
  display: inline-block; padding: 12px 20px;
  text-transform: uppercase; color: #FFF;
}
.buttons a+a{ margin-left: 10px; }
.button_purple{ background: #a21e5c; border: solid 1px #a21e5c; }
.button_purple:hover{background: #FFF; color: #a21e5c}

.grey_purple{ background: #575a6b; border: solid 1px #575a6b; }
.grey_purple:hover{background: #FFF; color: #575a6b}

/*Features*/
.features{ background: #ececec; padding: 40px 0; }
.featureItem{
  margin: 10px; padding: 20px; background: #FFF; height: 100%;
  position: relative; display: block;
  transition:0.3s; -webkit-transition:0.3s;  -moz-transition:0.3s; -o-transition:0.3s; -ms-transition:0.3s;
}

.featureItem .content{ text-align: center;}
.feature_title{ margin-bottom: 10px; }
.featureItem h2{
  display: inline-block; line-height: normal; vertical-align: middle;
  font-size: 17px; text-transform: uppercase;
  margin: 0; padding: 0; width: 100%;
  transition:0.3s; -webkit-transition:0.3s;  -moz-transition:0.3s; -o-transition:0.3s; -ms-transition:0.3s;
}
.featureItem p{ font-size: 15px; transition:0.3s; -webkit-transition:0.3s;  -moz-transition:0.3s; -o-transition:0.3s; -ms-transition:0.3s;}

.featureItem h2{ color: #a21e5c; }
.featureItem.teamwork .icon{ background: url(../img/teamwork.png) no-repeat; }
.featureItem.magic .icon{ background: url(../img/magic.png) no-repeat; }
.featureItem.rocket .icon{ background: url(../img/rocket.png) no-repeat; }


.featureItem .icon{
  width: 130px; height: 100px; overflow: hidden;
  margin:auto; background-position: 0;
  transition:0.5s; -webkit-transition:0.5s;  -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s;
}

.featureItem:hover{ background: #a21e5c; color: #FFF; }
.featureItem:hover .icon{ background-position: 0 -100px; }
.featureItem:hover h2{ color: #FFF; }
/*end of Features*/

/*experts*/
.experts{
  width: 100%; height: auto; position: relative;
  background: url(../img/mediakim-conseil.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  padding: 20px 0; color: #FFF; font-size: 17px; line-height: 25px;
}
.experts h2{ color: #FFF; }
.experts:before{
  display: block; content: ""; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute; top: 0; left: 0;
}
.experts .container{ position: relative; }
.experts_text{ max-width: 680px; margin: auto; margin-bottom: 30px; }
.icon_experts_text{ float: left; border-right: solid 1px #FFF; padding-right: 15px; margin-right: 15px; }
.experts_text_txt{ float: left; font-size: 23px; line-height: 33px; }

.experts .expert_item{
  position: relative; background: rgba(255,255,255,0.4); margin: 7px; padding: 15px 30px;
  color: #FFF; height: 100%;
}
.expert_num{
  float: left; font-family: 'latobold'; font-size: 180px;
  color: #a21e5c; line-height: 1;
}
.expert_stats{ margin: 20px 0 0 10px; text-align: center; }
.expert_stats p{ font-size: 31px; line-height: 1; color: #a21e5c; text-transform: uppercase; margin: 0; font-family: 'latobold'; }
.expert_stats p span{ display: block; font-family: 'latolight'; font-size: 29px; text-transform: none; }
.expert_item .icon{
  width: 50px; height: 50px; line-height: 50px; text-align: center;
  background: #a21e5c; color: #FFF; font-size: 40px;
  position: absolute; left: 0; top: -20px;
}
.expert_item .profil{
  margin: 0 5px 20px 0; min-height: 30px;
  border-bottom: solid 1px #a21e5c; padding: 5px 0 0 55px;
}
.expert_item h2{
  font-family: 'latolight'; font-size: 16px;
  text-transform: uppercase; margin: 0; padding: 0;
  text-align: left; line-height: normal;
}
.expert_item .text{ padding: 0 15px 20px; text-align: justify; }
.expert_item .simpleList{ margin-bottom: 0; }
/*end of experts*/


/*metiers*/
.metiers_text_icon{border-left: solid 1px #a21e5c; padding-left: 30px; margin-left: 30px;}
/*end of metiers*/


/*missions*/
.missions{
  width: 100%; height: auto; position: relative;
  background: url(../img/mediakim-digital.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  padding: 40px 0;
}
.missions_block{ background: rgba(255,255,255,0.8); padding: 20px 40px; }
/*end of missions*/

.parallax{
  width: 100%; height: auto; position: relative;
  background: url(../img/parallax.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  padding: 40px 0;
}
.parallax .parallax_content{position: relative; text-align: center;}
.parallax .overlay{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5);}


/*jobs_list*/
.job_item{ border:solid 1px #575a6b; padding: 30px;}
.job_item+.job_item{ margin-top: 30px; }
.job_img{ width: 100px; height: 100px; flex-shrink: 0; overflow: hidden; }
.job_img img{ display: block; max-width: 100%; margin: auto; }
.job_details{ margin-left: 20px; }
.job_details h2{ margin: 0 0 10px; }
.job_details ul, .fiche_job .description ul{ list-style-type: none;}
.job_details ul li, .fiche_job .description ul li{ position: relative; box-sizing:border-box;}
.job_details ul li:before, .fiche_job .description ul li:before{content: ''; font-family: 'FontAwesome'; font-size: 11px; color: #a21e5c; position: absolute; left: -17px;}
.job_config{ margin-bottom: 20px; }
.job_config_item+.job_config_item{ margin-left: 30px; }
.job_config_item .icon{ font-size: 21px; font-family: 'latobold'; color: #CFCFCF; }
.job_config_item .icon i{ color: #a21e5c; font-size: 35px; }
.job_details .buttons a{ padding: 3px 10px; font-size: 15px; }

.fiche_job .date{
  float: left; color: #AFAFAF;
}
.fiche_job .job_item{ border:none; padding: 0; }
.fiche_job .job_img{ width: auto; height: auto; flex-shrink: 0; overflow: hidden; }
.fiche_job .job_config_item+.job_config_item{ margin-left: 0; margin-top: 20px; }
.fiche_job .input+.input{ margin-top: 10px; }
/*end of jobs_list*/

.share_block{ margin: 0 0 20px 0; float: right;}
.share_block .share_button{
  display: inline-block; padding: 10px 13px;
  font-size: 11px; line-height: 1; color: #FFF;
  vertical-align: middle;
}
.share_block .share_button+.share_button{ margin-left: 4px;}
.share_block i{ font-size: 15px;}
.share_block span{
  display: inline-block; height: 15px; line-height: 15px;
  margin-left: 8px; padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.share_block .facebook-share{
  background: #3b5998;
}
.share_block .twitter-share{
  background: #55acee;
}
.share_block .whatsapp-share{
  background: #4dc247; display: none;
}
.share_block .linkedin-share{
  background: #007bb5;
}


/*formulaire*/
.form_content .form_block{
  padding: 30px; background: #FFF;
}
.form_content .input{ padding: 5px; box-sizing: border-box;}
.form_content .input label{
  display: block; margin-bottom: 5px;
  color: #000;
}
.form_content .input input, .form_content .input select{
  width: 100%; padding: 5px 10px;
  border: solid 1px #a21e5c;
  box-sizing: border-box; line-height: inherit;
}
.form_content p{ font-size: 12px;}
.form_content .submit{
  text-align: center;
}
.form_content .submit button{
  padding: 10px 25px; background: #a21e5c; color: #FFF;
  font-family: 'latolight'; border: none;
}
.form_content .submit button i{ display: inline-block; margin-left: 18px; color: #FFF;}

.form_content .form_block h4{ font-family: 'latolight'; margin: 20px 0 5px 0; color: #a21e5c;}

.form_content .form_block .hidden{ display: none;}
/*end of formulaire*/


/*Accordeon*/
ul.accordeon{ list-style-type:none; margin: 0 auto; padding:0; margin-top: 30px;}
ul.accordeon .accordeonLi{ margin:0; padding: 0; }
ul.accordeon .accordeonLi+.accordeonLi{ margin-top: 2px;}
ul.accordeon .accordeonLi a.accordeonLink{
  display: block; border-bottom: solid 1px #a21e5c;
  height: 40px; line-height: 40px; padding: 0 20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
ul.accordeon a.accordeonLink h2{
  margin: 0; padding: 0; font-size:19px; color: #000;
  height: 40px; line-height: 40px; font-family: 'latoregular' !important;
}
ul.accordeon a.accordeonLink h2:after{ display: none; }
ul.accordeon .accordeonLi .icon{
  width: 40px; height: 40px; line-height: 40px;
  float: left; border-right: solid 1px #a21e5c;
  margin: 10px 10px 0 0;
}
ul.accordeon .accordeonLi .icon img{ display: block; width: 100%; }
ul.accordeon .accordeonLi a.accordeonLink .toggle{
  height: 40px; line-height: 40px; float: right;
  font-size: 40px; color: #575a6b; margin-left: 10px;
}
ul.accordeon .accordeonLi a.accordeonLink:hover, ul.accordeon .accordeonLi a.current{ }
ul.accordeon .accordeonLi a.accordeonLink:hover i, ul.accordeon .accordeonLi a.current i, ul.accordeon .accordeonLi a.accordeonLink:hover h3, ul.accordeon .accordeonLi a.accordeonLink.current h2{ color: #575a6b;}
ul.accordeon .accordeonItem{ display:none; padding: 10px; margin: 1px 0 5px 0;}
/*End of Accordeon*/

/*simpleList*/
.simpleList{ list-style-type: none;}
.simpleList li{ position: relative; padding: 5px 0; box-sizing:border-box;}
.simpleList li:before{content: ''; font-family: 'FontAwesome'; font-size: 11px; color: #a21e5c; position: absolute; left: -17px;}
/*end of simpleList*/

.simpleTable{ margin-top: 20px; width: 100%;}
.simpleTable th{ border: none; background: #246493; font-size: 15px; color: #000000; font-weight: normal; padding: 5px 10px; text-align: center; color: #FFF; font-size: 12px; font-weight: bold;}
.simpleTable th span{ display: block; font-weight: normal; font-size: 10px;}
.simpleTable tr:nth-child(2n+2){background: rgba(0,0,0,0.1);}
.simpleTable td{ padding: 5px 10px;}


/*contact*/
.contact{ padding: 0; position: relative;}
.contact .map{
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
}
.contact .map #map{ width: 100%; height: 100%;}
.contact .one_half{ position: relative;}
.contact .form_block{
    margin: 50px 20px; padding: 20px; background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px #AAA;
}
.form_header{
  padding: 10px 20px;
  line-height: normal; color: #FFF; font-family: 'latolight';
}
.form_content{
  padding:  15px;
}
.form_content .input{
  padding: 10px; background: #FFF; border: solid 1px rgba(162,30,92,0.2);
}
.form_content .input+.input{ margin-top: 10px; }
.form_content .input .icon{
  width: 40px; height: 30px; line-height: 30px;
  text-align: center; color: #c1c1c1; font-size: 17px;
  float: left; border-right: solid 1px #c1c1c1;
}
.form_content .input span{ display: block; overflow: hidden; }
.form_content .input input, .form_content .input textarea{
  border:none; height: 30px; padding:0 15px; box-sizing: border-box;
  display: block; width: 100%;
}
.form_content .input textarea{ margin: 0; padding-top: 8px; height: 100px; }
.contact .buttons{ }
.contact .buttons a.formLink{ display: inline-block; color: #f22e7f; padding: 0 10px;}
.form_footer input[type="submit"]{
  display: inline-block;
  background:#a21e5c; border:none; margin:10px 0; padding:10px 45px; color: #FFF;
  text-transform: uppercase; font-size: 15px; font-family: 'latolight';
}
.form_footer .submit{ float: left; }
.form_footer .captcha{ float: right; margin-top: 10px; }
/*End of contact*/


.msg_ok, .msg_ko{ margin-bottom: 10px; flex-wrap: nowrap !important;}
.msg_ok .icon{
    width: 50px; display: flex;
    background: #3c763d; color: #FFF; font-size: 25px; 
}
.msg_ok .msg_txt{
  background: #dff0d8; padding: 20px; font-size: 15px; line-height: 20px;
  border: solid 1px #3c763d; color: #3c763d; 
}

.msg_ko .icon{ 
  width: 50px; display: flex;
  background: #a94442; color: #FFF; font-size: 25px;
}
.msg_ko .msg_txt{
  background: #f2dede; padding: 20px; font-size: 15px; line-height: 20px;
  border: solid 1px #a94442; color: #a94442;
}

.requiredField{ background:#dd7171; color:#7d0000;}
.requiredFieldTxt{ color:#cf0000; font-size: 11px; font-weight: bold; display: none;}

.imgFull{ display: block; margin: auto; max-width: 100%; margin-bottom: 10px;}
.imgCenter{ display: block; margin: 10px auto; max-width: 100%;}
.imgLeft{ display: block; float: left; margin: 0 20px 20px 0;}
.borderImg{ border-bottom: solid 3px #ce257c;}

.row_section{ margin: 20px 0; }
.row_flex{ display: flex; flex-wrap: wrap;}
.row_flex:after, .row:after{ display: block; content: ""; clear: both; }
.vcenter{
  -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}
.hcenter{
  justify-content: center;
}


.one_half{ width: 50%; float: left; box-sizing: border-box;}
.one_third{ width: 33.33%; float: left; box-sizing: border-box;}
.two_third{ width: 66.66%; float: left; box-sizing: border-box;}
.one_fourth{ width: 25%; float: left; box-sizing: border-box;}
.three_fourth{ width: 75%; float: left; box-sizing: border-box;}


.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding20{ padding: 20px;}
.paddingLeft{ padding-left: 20px; }
.paddingRight{ padding-right: 20px; }
.clear{ clear: both;}
.clearRight{ clear: right;}


footer{ width: 100%; position: relative;
  background: #000; color: #FFF;
  text-align: left; padding: 30px 0;
  font-size: 17px; line-height: 23px;
}
footer .logo{display: block; width: 273px; margin: auto; }
footer .logo img{ display: block; margin: auto; max-width: 100%; }
footer h2{
  font-family: 'latolight'; text-transform: uppercase;
  margin: 0 0 10px 0; font-size: 15px; color: #FFF;
}
footer .contacts{ text-align: left;}
footer .contacts .contacts_property{
    display: block; width: 70px;
    float: left; margin-bottom: 10px;
    font-family: 'latobold';
}
footer .contacts .contacts_value{ display: block;  margin-left: 80px; margin-bottom: 10px;}
footer .contacts p{ margin-top: 8px;}
footer .contacts a{ display: inline-block;}
footer .contacts a:hover{ color: #a21e5c; }

footer .copyright{
    font-size: 14px;
    text-align: center;
}

.social_footer{ text-align: right; }
footer ul.social{
    list-style-type: none; margin: 0; padding: 0;
}
footer ul.social li{ display: inline-block;}
footer ul.social li+li{ margin-left: 10px;}
footer ul.social a{
    display: block; width: 40px; height: 40px; line-height: 40px;
    background: #a21e5c; color: #FFF;
    text-align: center; font-size: 18px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%
}


.social a.facebook:hover{ background: #3b5998; color: #FFF;}
.social a.twitter:hover{ background: #55acee; color: #FFF;}
.social a.google-plus:hover{ background: #dd4b39; color: #FFF;}
.social a.linkedin:hover{ background: #007bb5; color: #FFF;}
.social a.youtube:hover{ background: #bb0000; color: #FFF;}
.social a.viadeo:hover{ background: #f6876d; color: #FFF;}
.social a.instagram:hover{ background: #bc2a8d; color: #FFF;}
.social a.pinterest:hover{ background: #bd081c; color: #FFF;}

/*animations*/
.animation-element{
    opacity: 0; position: relative;
    transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
}
.animation-element.in-view{ opacity: 1;}

.animation-element.slide-left {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0, 100px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view{
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*end of animations*/