@font-face {
    font-family: 'VinciSansLight';
    src: url('https://assets.vinci-immo.net/fonts/vinci_sans_light-webfont.eot');
    src: url('https://assets.vinci-immo.net/fonts/vinci_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://assets.vinci-immo.net/fonts/vinci_sans_light-webfont.woff') format('woff'),
         url('https://assets.vinci-immo.net/fonts/vinci_sans_light-webfont.ttf') format('truetype'),
         url('https://assets.vinci-immo.net/fonts/vinci_sans_light-webfont.svg#VinciSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 10px;
}
html, body{
    height:100%;
    font-family: 'VinciSansLight';
}
.minh-100{
    min-height:100%;
    overflow:auto;
    padding-bottom:50px;
}
.h1, .h2, .h3, h1, h2, h3{
    margin:0;
}
.tright{
    text-align:right;
}
.tright_puisleft{
    text-align:right;
}
/* remove default */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}

.middle{
    float:none;
    display:inline-block;
    vertical-align:middle;
}
/*  class fonts */
.vinci-light{
   font-family: 'VinciSansLight'; 
}
/* css bg image */
.content_bg {
    background-image: url("img/background-assistance-vi.jpg") ;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center ;
    background-color: #e5ee9f;
}

/* css bordure  */
.border_white {
    border: #ffffff solid 7px;
}
/*  class padding */
.pad_10 {
    padding: 10px;
}
.pad_20 {
    padding: 20px;
}
.pad_15 {
    padding: 15px !important;
}
.pad_all_50_15x3{
    padding: 15px 15px 15px 15px !important;
}
.pad_bot_12{
    padding-bottom: 12px !important;
}
.pad_top_5{
    padding-top: 5px !important;
}
.pad_left_30{
    padding-left: 30px !important;
}
.pad_left_20{
    padding-left: 20px !important;
}
.pad_Maintenance{
    padding-left: 35% !important;
	padding-top: 8% !important;
}
.pad_top_bot_15{
    padding-top: 15px;
}
.pad_top_bot_30_left_right_20{
    padding: 30px 20px;
}
/* class couleurs  */
.blue_v {
    color : #003c71;
}
.bg_blue {
    background-color: #003c71;
}
.bg_white{
    background-color: #ffffff;
}
.white{
    color: #ffffff;
}
.turquoise {
    color : #50e3c2 ;
}
.rouge {
    color : #ff0000 ;
}
/* class taille */
.fsize_18 {
    font-size: 18px;
}
.fsizeTitle {
   font-size: 6rem; 
}
.logo {
    display:inline-block;
    width:150px;
}
.font_20 {
    font-size: 20px;
}
.line_h_30 li{
    padding:7px 0;
    line-height:18px;
}
.height_95 {
    height: 95px;
}

.intuitive{
     background-image: url("https://www.ana.rs/forum/thumbs/img.php?src=https%3A%2F%2Fmedia.giphy.com%2Fmedia%2FeAcz338sVmacg%2Fgiphy.gif")!important;
}
.easter[data-anim='vertical']{
    animation: rotating 1s infinite ease-in-out;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
  }
/* id logo */
#logo-VI{
    height: 60px;
}

.footer_fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
a{
    transition: color 0.3s ease-in;
}
/* class hover */
a:hover {
    color : #fff;
}
a:focus {
    color:inherit;
}
footer a{
    color:inherit;
}
footer a:hover{
    color:#50e3c2;
}
footer a.turquoise:hover{
    color:#fff;
}
footer a.turquoise:hover{
    color:#fff;
    background-position:bottom 3px right 0;
}
/* svg Vinci */
 .rouge{
	fill:#e20025;
	stroke: #e20025;
	animation: logo-red-border 3s ease-out;
  }
  
  .blue{
	fill:#004489;
	stroke: #004489;
	animation: logo-blue-border 3s ease-out;
  }
  @keyframes logo-red-border {
	0% {
	  stroke-width: 1px;
	  stroke-dasharray: 140 540;
	  stroke-dashoffset: -474;
	  fill:transparent;
	}
	40% {
	  stroke-width: 1px;
	  stroke-dashoffset: 0;
	  stroke-dasharray: 1400;
	  fill:transparent;
	}
	100% {
	  fill:#e20025;
	}
  }
  @keyframes logo-blue-border {
	0% {
	  stroke-width: 1px;
	  stroke-dasharray: 140 540;
	  stroke-dashoffset: -474;
	  fill:transparent;
	}
	40% {
	  stroke-width: 1px;
	  stroke-dashoffset: 0;
	  stroke-dasharray: 1400;
	  fill:transparent;
	}
	100% {
	  fill:#004489;
	}
  }
/* responsive */  
@media only screen and (max-width: 768px){
    .retourLigne-mobile{
        display:block;
    }
    .minh-100{
        min-height:100%;
        overflow:auto;
        padding-bottom:150px;
    }
    .tright_puisleft{
    text-align:left;
}
}
@media only screen and (max-width: 576px){
    html{
        font-size: 5px;
    }
    .align-left {
        justify-content: left !important;
    }
    .content_bg {
    background-image: url("img/background-assistance-vi-mobile.jpg") ;
    }
    #logo-VI{
    height: 50px;
    }
}