/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

.subnav .subnavbtn {
  /* font-size: 16px; */
  /* border: none; */
  /* outline: none; */
  /* color: white; */
  /* padding: 14px 16px; */
  /* background-color: inherit; */
  /* font-family: inherit; */
  /* margin: 0; */
}
.subnav {
  /* overflow: hidden; */
  /* height: 100%; */
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #196db6;
  color: #ffffff!important;
}

.subnav-content a:hover {
  background-color: #196db6;
  color: #ffffff!important;
}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #196db6;
  width: 100%;
  z-index: 1;
}
.fancybox-container video {

   width: 70%; 
   z-index: 1!important;
}
/*.fancybox-slide--current {
    max-height: 500px;
    overflow: initial;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
#main-menu .subnav.menu-item .subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding: 1em;
  /* margin-bottom: .5em; */
  border-top: 1px solid #ffffff57;
  font-weight: 400;
}

#main-menu .menu-item .subnav-content a:hover {
  background-color: #6596c1!important;
}

.subnav:hover .subnav-content {
  display: block;
}


blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
 * Objectif RH Stylesheet
 * Author: Richer St-Amand - rsta.co 
 * Design : Simon Roy
 * Client : CRHA
 *

  SECTION - Grid
    Default Elements
    Default Column properties
    Vertical Alignement
    Horizontal Alignement
    Padding
    Overflow
    Media Query - Default
    Media Query - Small desktop
    Media Query - Tablet
    Media Query - Big phone
    Media Query - Small phone
    Clearfix

  SECTION - Color Scheme
    White Scheme
    Dark Scheme
    Blue Scheme
    Light Scheme

  SECTION - Icons & Logos
    Logo Objectif RH
    Logo CRHA
    airplane
    at
    building
    bulleye
    chart
    checked
    coffee
    confuse
    diamond
    dollar
    down
    files
    headear
    headheart
    idea
    laptop
    leader
    like
    mail
    mail_nopadding
    message_empty
    message_filled
    office
    people01
    people02
    people03
    percentage
    phone
    place
    play
    presentation
    profile01
    profile02
    question
    rayonner
    stack
    student
    suitcase
    team
    teamwork
    up

  SECTION - Font
    framework class

  SECTION - Site Elements / Rows
    Button
    Main Menu
    Video
    Footer
    Social Menu

 */

/* ================================
 * SECTION - Post Reset
 * ============================= */

p { 
    margin-bottom: 1em;
    max-width: 100%;
    box-sizing: border-box;
}

p:last-child { margin-bottom: 0; }

sup {
  vertical-align: super;
}

ul {
  display: block;
    list-style-type: disc;
    padding-left: 2em;
}

/* ================================
 * SECTION - Grid
 * ============================= */

 /*
  * This grid is based on a 12 columns, 8 columns or 7 columns
  *
  * -xs- no minimum size ( default )
  * -sm- minimum size 768px
  * -md- minimum size 992px
  * -lg- minimum size 1280px
  */

/* -----------------------------
 * Default Elements
 * ----------------------------- */

.container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.row {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: table;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.boxed {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;   
  padding-left: 2.5em;
  padding-right: 2.5em;
  box-sizing: border-box;

}

@media screen and ( max-width: 480px ) {
  
  .boxed {
    padding-left: 1em;
    padding-right: 1em;
  }
  
}
.boxed ul li:not(.social-item) {
  padding-bottom: 15px;
}

/* -----------------------------
 * Default Column properties
 * ----------------------------- */

.col, 

/* Base on 12 */
.col-0, .col-xs-0, .col-sm-0, .col-md-0, .col-lg-0,          /* no column */
.col-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,          /* 1/12 */
.col-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,          /* 1/6 */
.col-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,          /* 1/4 */
.col-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,          /* 1/3 */
.col-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,          /* 5/12 */
.col-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,          /* 1/2 */
.col-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,          /* 7/12 */
.col-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,          /* 2/3 */
.col-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,          /* 3/4 */
.col-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,     /* 5/6 */
.col-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,     /* 11/12 */
.col-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-102,    /* 1/1 */

/* Based on 8 */
.col-125, .col-xs-125, .col-sm-125, .col-md-125, .col-lg-125,/* 1/8 */
.col-375, .col-xs-375, .col-sm-375, .col-md-375, .col-lg-375,/* 3/8 */
.col-625, .col-xs-625, .col-sm-625, .col-md-625, .col-lg-625,/* 5/8 */
.col-875, .col-xs-875, .col-sm-875, .col-md-875, .col-lg-875, /* 7/8 */

/* Based on 7 */
.col-143, .col-xs-143, .col-sm-143, .col-md-143, .col-lg-143,/* 1/7 */
.col-285, .col-xs-285, .col-sm-285, .col-md-285, .col-lg-285,/* 2/7 */
.col-428, .col-xs-428, .col-sm-428, .col-md-428, .col-lg-428,/* 3/7 */
.col-571, .col-xs-571, .col-sm-571, .col-md-571, .col-lg-571,/* 4/7 */
.col-714, .col-xs-714, .col-sm-714, .col-md-714, .col-lg-714,/* 5/7 */
.col-857, .col-xs-857, .col-sm-857, .col-md-857, .col-lg-857, /* 6/7 */


/* Based on 5 */
.col-20, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, /* 1/5 */
.col-40, .col-xs-40, .col-sm-40, .col-md-40, .col-lg-40, /* 2/5 */
.col-60, .col-xs-60, .col-sm-60, .col-md-60, .col-lg-60, /* 3/5 */
.col-80, .col-xs-80, .col-sm-80, .col-md-80, .col-lg-80 /* 4/5 */

{
  position: relative;
  min-height: 1px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}



/* -----------------------------
 * Media Query - Default
 * ----------------------------- */

/* Based on 12 */
.col-12 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: table;
}

.col-11 { width: 91.66666667%; }
.col-10 { width: 83.33333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666667%; }
.col-7 { width: 58.33333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66666667%; }
.col-4 { width: 33.33333333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666667%; }
.col-1 { width: 8.33333333%; }
.col-0 { display: none; }

/* Based on 8 */
.col-125 { width: 12.5%; } /* 1/8 */
.col-375 { width: 37.5% } /* 3/8 */
.col-625 { width: 62.5% } /* 5/8 */
.col-875 { width: 87.5% } /* 7/8 */

/* Based on 7 */
.col-102 {width: 10.285714;}
.col-143 { width: 14.285714285714285714285714285714%; } /* 1/7 */
.col-285 { width: 28.57142857%; } /* 2/7 */
.col-428 { width: 42.85714286%; } /* 3/7 */
.col-571 { width: 57.14285714%; } /* 4/7 */
.col-714 { width: 71.28571429%; } /* 5/7 */
.col-857 { width: 85.71428571%; } /* 6/7 */

/* Based on 5 */
.col-20 { width: 20%; }
.col-40 { width: 40%; }
.col-60 { width: 60%; }
.col-80 { width: 80%; }



/* -----------------------------
 * Media Query - Small desktop
 * ----------------------------- */

@media (max-width: 1280px) {

  /* Based on 12 */
  .col-lg-12 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: table;
  }
  
  /* Reset the column */
    
  /* Base on 12 */
  .col-lg-0,/* no column */
  .col-lg-1,/* 1/12 */
  .col-lg-2,/* 1/6 */
  .col-lg-3,/* 1/4 */
  .col-lg-4,/* 1/3 */
  .col-lg-5,/* 5/12 */
  .col-lg-6,/* 1/2 */
  .col-lg-7,/* 7/12 */
  .col-lg-8,/* 2/3 */
  .col-lg-9,/* 3/4 */
  .col-lg-10,/* 5/6 */
  .col-lg-11,/* 11/12 */
  
  /* Based on 8 */
  .col-lg-125,/* 1/8 */
  .col-lg-375,/* 3/8 */
  .col-lg-625,/* 5/8 */
  .col-lg-875,/* 7/8 */
  
  /* Based on 7 */
  .col-lg-143,/* 1/7 */
  .col-lg-285,/* 2/7 */
  .col-lg-428,/* 3/7 */
  .col-lg-571,/* 4/7 */
  .col-lg-714,/* 5/7 */
  .col-lg-857, /* 6/7 */
  
  /* Based on 5 */
  .col-lg-20, /* 1/5 */
  .col-lg-40, /* 2/5 */
  .col-lg-60, /* 3/5 */
  .col-lg-80 /* 4/5 */

  {
    min-width: 0;
    max-width: none;
    display: table-cell;
  }


  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-0 { display: none; }

  /* Based on 8 */
  .col-lg-125 { width: 12.5%; } /* 1/8 */
  .col-lg-375 { width: 37.5% } /* 3/8 */
  .col-lg-625 { width: 62.5% } /* 5/8 */
  .col-lg-875 { width: 87.5% } /* 7/8 */

  /* Based on 7 */
  .col-lg-143 { width: 14.28571429%; } /* 1/7 */
  .col-lg-285 { width: 28.57142857%; } /* 2/7 */
  .col-lg-428 { width: 42.85714286%; } /* 3/7 */
  .col-lg-571 { width: 57.14285714%; } /* 4/7 */
  .col-lg-714 { width: 71.28571429%; } /* 5/7 */
  .col-lg-857 { width: 85.71428571%; } /* 6/7 */

  /* Based on 5 */
  .col-lg-20 { width: 20%; }
  .col-lg-40 { width: 40%; }
  .col-lg-60 { width: 60%; }
  .col-lg-80 { width: 80%; }

}

/* -----------------------------
 * Media Query - Tablet
 * ----------------------------- */

@media (max-width: 992px) {

  /* Based on 12 */
  .col-md-12 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: table;
  }
  
    /* Reset the column */
    
  /* Base on 12 */
  .col-md-0,/* no column */
  .col-md-1,/* 1/12 */
  .col-md-2,/* 1/6 */
  .col-md-3,/* 1/4 */
  .col-md-4,/* 1/3 */
  .col-md-5,/* 5/12 */
  .col-md-6,/* 1/2 */
  .col-md-7,/* 7/12 */
  .col-md-8,/* 2/3 */
  .col-md-9,/* 3/4 */
  .col-md-10,/* 5/6 */
  .col-md-11,/* 11/12 */
  
  /* Based on 8 */
  .col-md-125,/* 1/8 */
  .col-md-375,/* 3/8 */
  .col-md-625,/* 5/8 */
  .col-md-875,/* 7/8 */
  
  /* Based on 7 */
  .col-md-143,/* 1/7 */
  .col-md-285,/* 2/7 */
  .col-md-428,/* 3/7 */
  .col-md-571,/* 4/7 */
  .col-md-714,/* 5/7 */
  .col-md-857, /* 6/7 */
  
  /* Based on 5 */
  .col-md-20, /* 1/5 */
  .col-md-40, /* 2/5 */
  .col-md-60, /* 3/5 */
  .col-md-80 /* 4/5 */
  
  {
    min-width: 0;
    max-width: none;
    display: table-cell;
  }

  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-0 { display: none; }

  /* Based on 8 */
  .col-md-125 { width: 12.5%; } /* 1/8 */
  .col-md-375 { width: 37.5% } /* 3/8 */
  .col-md-625 { width: 62.5% } /* 5/8 */
  .col-md-875 { width: 87.5% } /* 7/8 */

  /* Based on 7 */
  .col-md-143 { width: 14.28571429%; } /* 1/7 */
  .col-md-285 { width: 28.57142857%; } /* 2/7 */
  .col-md-428 { width: 42.85714286%; } /* 3/7 */
  .col-md-571 { width: 57.14285714%; } /* 4/7 */
  .col-md-714 { width: 71.28571429%; } /* 5/7 */
  .col-md-857 { width: 85.71428571%; } /* 6/7 */

  /* Based on 5 */
  .col-md-20 { width: 20%; }
  .col-md-40 { width: 40%; }
  .col-md-60 { width: 60%; }
  .col-md-80 { width: 80%; }

}

/* -----------------------------
 * Media Query - Big phone
 * ----------------------------- */

@media (max-width: 768px) {

  
  /* Based on 12 */
  .col-sm-12 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: table;
  }
    /* Reset the column */
    
  /* Base on 12 */
  .col-sm-0,/* no column */
  .col-sm-1,/* 1/12 */
  .col-sm-2,/* 1/6 */
  .col-sm-3,/* 1/4 */
  .col-sm-4,/* 1/3 */
  .col-sm-5,/* 5/12 */
  .col-sm-6,/* 1/2 */
  .col-sm-7,/* 7/12 */
  .col-sm-8,/* 2/3 */
  .col-sm-9,/* 3/4 */
  .col-sm-10,/* 5/6 */
  .col-sm-11,/* 11/12 */
  
  /* Based on 8 */
  .col-sm-125,/* 1/8 */
  .col-sm-375,/* 3/8 */
  .col-sm-625,/* 5/8 */
  .col-sm-875,/* 7/8 */
  
  /* Based on 7 */
  .col-sm-143,/* 1/7 */
  .col-sm-285,/* 2/7 */
  .col-sm-428,/* 3/7 */
  .col-sm-571,/* 4/7 */
  .col-sm-714,/* 5/7 */
  .col-sm-857, /* 6/7 */  
  
  /* Based on 5 */
  .col-sm-20, /* 1/5 */
  .col-sm-40, /* 2/5 */
  .col-sm-60, /* 3/5 */
  .col-sm-80 /* 4/5 */
  
  {
    min-width: 0;
    max-width: none;
    display: table-cell;
  }

  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-0 { display: none; }

  /* Based on 8 */
  .col-sm-125 { width: 12.5%; } /* 1/8 */
  .col-sm-375 { width: 37.5% } /* 3/8 */
  .col-sm-625 { width: 62.5% } /* 5/8 */
  .col-sm-875 { width: 87.5% } /* 7/8 */

  /* Based on 7 */
  .col-sm-143 { width: 14.28571429%; } /* 1/7 */
  .col-sm-285 { width: 28.57142857%; } /* 2/7 */
  .col-sm-428 { width: 42.85714286%; } /* 3/7 */
  .col-sm-571 { width: 57.14285714%; } /* 4/7 */
  .col-sm-714 { width: 71.28571429%; } /* 5/7 */
  .col-sm-857 { width: 85.71428571%; } /* 6/7 */
  
  /* Based on 5 */
  .col-sm-20 { width: 20%; }
  .col-sm-40 { width: 40%; }
  .col-sm-60 { width: 60%; }
  .col-sm-80 { width: 80%; }


}

/* -----------------------------
 * Media Query - Small phone
 * ----------------------------- */

@media (max-width: 480px) {


  /* Based on 12 */
  .col-xs-12 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: table;
  }
  
    /* Reset the column */
    
  /* Base on 12 */
  .col-xs-0,/* no column */
  .col-xs-1,/* 1/12 */
  .col-xs-2,/* 1/6 */
  .col-xs-3,/* 1/4 */
  .col-xs-4,/* 1/3 */
  .col-xs-5,/* 5/12 */
  .col-xs-6,/* 1/2 */
  .col-xs-7,/* 7/12 */
  .col-xs-8,/* 2/3 */
  .col-xs-9,/* 3/4 */
  .col-xs-10,/* 5/6 */
  .col-xs-11,/* 11/12 */
  
  /* Based on 8 */
  .col-xs-125,/* 1/8 */
  .col-xs-375,/* 3/8 */
  .col-xs-625,/* 5/8 */
  .col-xs-875,/* 7/8 */
  
  /* Based on 7 */
  .col-xs-143,/* 1/7 */
  .col-xs-285,/* 2/7 */
  .col-xs-428,/* 3/7 */
  .col-xs-571,/* 4/7 */
  .col-xs-714,/* 5/7 */
  .col-xs-857, /* 6/7 */
  
  /* Based on 5 */
  .col-xs-20, /* 1/5 */
  .col-xs-40, /* 2/5 */
  .col-xs-60, /* 3/5 */
  .col-xs-80 /* 4/5 */
  
  {
    min-width: 0;
    max-width: none;
    display: table-cell;
  }


  .col-xs-11 { width: 91.66666667%; }
  .col-xs-10 { width: 83.33333333%; }
  .col-xs-9 { width: 75%; }
  .col-xs-8 { width: 66.66666667%; }
  .col-xs-7 { width: 58.33333333%; }
  .col-xs-6 { width: 50%; }
  .col-xs-5 { width: 41.66666667%; }
  .col-xs-4 { width: 33.33333333%; }
  .col-xs-3 { width: 25%; }
  .col-xs-2 { width: 16.66666667%; }
  .col-xs-1 { width: 8.33333333%; }
  .col-xs-0 { display: none; }

  /* Based on 8 */
  .col-xs-125 { width: 12.5%; } /* 1/8 */
  .col-xs-375 { width: 37.5% } /* 3/8 */
  .col-xs-625 { width: 62.5% } /* 5/8 */
  .col-xs-875 { width: 87.5% } /* 7/8 */

  /* Based on 7 */
  .col-xs-143 { width: 14.28571429%; } /* 1/7 */
  .col-xs-285 { width: 28.57142857%; } /* 2/7 */
  .col-xs-428 { width: 42.85714286%; } /* 3/7 */
  .col-xs-571 { width: 57.14285714%; } /* 4/7 */
  .col-xs-714 { width: 71.28571429%; } /* 5/7 */
  .col-xs-857 { width: 85.71428571%; } /* 6/7 */  
  
  /* Based on 5 */
  .col-xs-20 { width: 20%; }
  .col-xs-40 { width: 40%; }
  .col-xs-60 { width: 60%; }
  .col-xs-80 { width: 80%; }  

}






/* -----------------------------
 * Custom width
 * ----------------------------- */

.width-100 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0;  

}

.width-80 {
  width: 80%;
  max-width: 80%;
  min-width: 80%;
  margin: 0 auto; 
}

.width-60 {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  margin: 0 auto; 
}

.width-50 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  margin: 0 auto; 
}

.width-auto {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 auto;
}

/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .width-lg-l00 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;  
  
  }
  
  .width-lg-80 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto; 
  }
  
  .width-lg-60 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    margin: 0 auto; 
  }
  
  .width-lg-50 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    margin: 0 auto; 
  }
  

  .width-lg-auto {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
  }

}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {
  
  .width-md-100 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;  
  
  }
  
  .width-md-80 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto; 
  }
  
  .width-md-60 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    margin: 0 auto; 
  }
  
  .width-md-50 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    margin: 0 auto; 
  } 

  .width-md-auto {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
  }

  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {
   
  .width-sm-100 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;  
  
  }
  
  .width-sm-80 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto; 
  }
  
  .width-sm-60 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    margin: 0 auto; 
  }
  
  .width-sm-50 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    margin: 0 auto; 
  } 

  .width-sm-auto {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
  }


}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

    .width-xs-100 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;  
  
  }
  
  .width-xs-80 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto; 
  }
  
  .width-xs-60 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    margin: 0 auto; 
  }
  
  .width-xs-50 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    margin: 0 auto; 
  } 

  .width-xs-auto {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
  }

}



/* -----------------------------
 * Vertical Alignement
 * ----------------------------- */

.vertical-top { vertical-align: top; }
.vertical-bottom { vertical-align: bottom; }

/* -----------------------------
 * Horizontal Alignement
 * ----------------------------- */

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }


/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .align-lg-left { text-align: left; }
  .align-lg-center { text-align: center; }
  .align-lg-right { text-align: right; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .align-md-left { text-align: left; }
  .align-md-center { text-align: center; }
  .align-md-right { text-align: right; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .align-sm-left { text-align: left; }
  .align-sm-center { text-align: center; }
  .align-sm-right { text-align: right; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .align-xs-left { text-align: left; }
  .align-xs-center { text-align: center; }
  .align-xs-right { text-align: right; }

}

/* -----------------------------
 * Padding
 * ----------------------------- */
 
.first.row {
  vertical-align: top;
  padding-top: 150px;
  /* padding-bottom: 100px; */
}


@media screen and ( max-width: 992px ) {
  
  .first.row {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  
}

 
.padding-none { padding: 0; }
.padding-menu { padding-top: 6em; }
.padding-mini { padding: 0.5em; }
.padding-small { padding: 1.5em; }
.padding-normal { padding: 2.5em; }
.padding-big { padding: 4em; }

.padding-ver-none { padding-top: 0; padding-bottom: 0; }
.padding-ver-small { padding-top: 1.5em; padding-bottom: 1.5em; }
.padding-ver-normal { padding-top: 2.5em; padding-bottom: 2.5em; }
.padding-ver-big { padding-top: 4em; padding-bottom: 4em; }

.padding-hor-none { padding-left: 0; padding-right: 0; }
.padding-hor-small { padding-left: 1.5em; padding-right: 1.5em; }
.padding-hor-normal { padding-left: 2.5em; padding-right: 2.5em; }
.padding-hor-big { padding-left: 4em; padding-right: 4em; }

.padding-top-none { padding-top: 0; }
.padding-top-small { padding-top: 1.5em; }
.padding-top-normal { padding-top: 2.5em; }
.padding-top-big { padding-top: 4em; }

.padding-right-none { padding-right: 0; }
.padding-right-small { padding-right: 1.5em; }
.padding-right-normal { padding-right: 2.5em; }
.padding-right-big { padding-right: 4em; }

.padding-bottom-none { padding-bottom: 0; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-bottom-normal { padding-bottom: 2.5em; }
.padding-bottom-big { padding-bottom: 4em; }

.padding-left-none { padding-left: 0; }
.padding-left-small { padding-left: 1.5em; }
.padding-left-normal { padding-left: 2.5em; }
.padding-left-big { padding-left: 4em; }

.margin-bottom-25 {
   margin-bottom: 25px; 
}

/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .padding-lg-none { padding: 0; }
  .padding-lg-menu { padding-top: 4em; }
  .padding-lg-small { padding: 1.5em; }
  .padding-lg-normal { padding: 2.5em; }
  .padding-lg-big { padding: 4em; }
  
  .padding-lg-ver-none { padding-top: 0; padding-bottom: 0; }
  .padding-lg-ver-small { padding-top: 1.5em; padding-bottom: 1.5em; }
  .padding-lg-ver-normal { padding-top: 2.5em; padding-bottom: 2.5em; }
  .padding-lg-ver-big { padding-top: 4em; padding-bottom: 4em; }
  
  .padding-lg-hor-none { padding-left: 0; padding-right: 0; }
  .padding-lg-hor-small { padding-left: 1.5em; padding-right: 1.5em; }
  .padding-lg-hor-normal { padding-left: 2.5em; padding-right: 2.5em; }
  .padding-lg-hor-big { padding-left: 4em; padding-right: 4em; }

  .padding-lg-top-none { padding-top: 0; }
  .padding-lg-top-small { padding-top: 1.5em; }
  .padding-lg-top-normal { padding-top: 2.5em; }
  .padding-lg-top-big { padding-top: 4em; }
  
  .padding-lg-right-none { padding-right: 0; }
  .padding-lg-right-small { padding-right: 1.5em; }
  .padding-lg-right-normal { padding-right: 2.5em; }
  .padding-lg-right-big { padding-right: 4em; }
  
  .padding-lg-bottom-none { padding-bottom: 0; }
  .padding-lg-bottom-small { padding-bottom: 1.5em; }
  .padding-lg-bottom-normal { padding-bottom: 2.5em; }
  .padding-lg-bottom-big { padding-bottom: 4em; }
  
  .padding-lg-left-none { padding-left: 0; }
  .padding-lg-left-small { padding-left: 1.5em; }
  .padding-lg-left-normal { padding-left: 2.5em; }
  .padding-lg-left-big { padding-left: 4em; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .padding-md-none { padding: 0; }
  .padding-md-menu { padding-top: 4em; }
  .padding-md-small { padding: 1.5em; }
  .padding-md-normal { padding: 2.5em; }
  .padding-md-big { padding: 4em; }
  
  .padding-md-ver-none { padding-top: 0; padding-bottom: 0; }
  .padding-md-ver-small { padding-top: 1.5em; padding-bottom: 1.5em; }
  .padding-md-ver-normal { padding-top: 2.5em; padding-bottom: 2.5em; }
  .padding-md-ver-big { padding-top: 4em; padding-bottom: 4em; }
  
  .padding-md-hor-none { padding-left: 0; padding-right: 0; }
  .padding-md-hor-small { padding-left: 1.5em; padding-right: 1.5em; }
  .padding-md-hor-normal { padding-left: 2.5em; padding-right: 2.5em; }
  .padding-md-hor-big { padding-left: 4em; padding-right: 4em; }

  .padding-md-top-none { padding-top: 0; }
  .padding-md-top-small { padding-top: 1.5em; }
  .padding-md-top-normal { padding-top: 2.5em; }
  .padding-md-top-big { padding-top: 4em; }
  
  .padding-md-right-none { padding-right: 0; }
  .padding-md-right-small { padding-right: 1.5em; }
  .padding-md-right-normal { padding-right: 2.5em; }
  .padding-md-right-big { padding-right: 4em; }
  
  .padding-md-bottom-none { padding-bottom: 0; }
  .padding-md-bottom-small { padding-bottom: 1.5em; }
  .padding-md-bottom-normal { padding-bottom: 2.5em; }
  .padding-md-bottom-big { padding-bottom: 4em; }
  
  .padding-md-left-none { padding-left: 0; }
  .padding-md-left-small { padding-left: 1.5em; }
  .padding-md-left-normal { padding-left: 2.5em; }
  .padding-md-left-big { padding-left: 4em; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .padding-sm-none { padding: 0; }
  .padding-sm-menu { padding-top: 4em; }
  .padding-sm-small { padding: 1.5em; }
  .padding-sm-normal { padding: 2.5em; }
  .padding-sm-big { padding: 4em; }
  
  .padding-sm-ver-none { padding-top: 0; padding-bottom: 0; }
  .padding-sm-ver-small { padding-top: 1.5em; padding-bottom: 1.5em; }
  .padding-sm-ver-normal { padding-top: 2.5em; padding-bottom: 2.5em; }
  .padding-sm-ver-big { padding-top: 4em; padding-bottom: 4em; }
  
  .padding-sm-hor-none { padding-left: 0; padding-right: 0; }
  .padding-sm-hor-small { padding-left: 1.5em; padding-right: 1.5em; }
  .padding-sm-hor-normal { padding-left: 2.5em; padding-right: 2.5em; }
  .padding-sm-hor-big { padding-left: 4em; padding-right: 4em; }

  .padding-sm-top-none { padding-top: 0; }
  .padding-sm-top-small { padding-top: 1.5em; }
  .padding-sm-top-normal { padding-top: 2.5em; }
  .padding-sm-top-big { padding-top: 4em; }
  
  .padding-sm-right-none { padding-right: 0; }
  .padding-sm-right-small { padding-right: 1.5em; }
  .padding-sm-right-normal { padding-right: 2.5em; }
  .padding-sm-right-big { padding-right: 4em; }
  
  .padding-sm-bottom-none { padding-bottom: 0; }
  .padding-sm-bottom-small { padding-bottom: 1.5em; }
  .padding-sm-bottom-normal { padding-bottom: 2.5em; }
  .padding-sm-bottom-big { padding-bottom: 4em; }
  
  .padding-sm-left-none { padding-left: 0; }
  .padding-sm-left-small { padding-left: 1.5em; }
  .padding-sm-left-normal { padding-left: 2.5em; }
  .padding-sm-left-big { padding-left: 4em; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .padding-xs-none { padding: 0; }
  .padding-xs-menu { padding-top: 4em; }
  .padding-xs-small { padding: 1.5em; }
  .padding-xs-normal { padding: 2.5em; }
  .padding-xs-big { padding: 4em; }
  
  .padding-xs-ver-none { padding-top: 0; padding-bottom: 0; }
  .padding-xs-ver-small { padding-top: 1.5em; padding-bottom: 1.5em; }
  .padding-xs-ver-normal { padding-top: 2.5em; padding-bottom: 2.5em; }
  .padding-xs-ver-big { padding-top: 4em; padding-bottom: 4em; }
  
  .padding-xs-hor-none { padding-left: 0; padding-right: 0; }
  .padding-xs-hor-small { padding-left: 1.5em; padding-right: 1.5em; }
  .padding-xs-hor-normal { padding-left: 2.5em; padding-right: 2.5em; }
  .padding-xs-hor-big { padding-left: 4em; padding-right: 4em; }

  .padding-xs-top-none { padding-top: 0; }
  .padding-xs-top-small { padding-top: 1.5em; }
  .padding-xs-top-normal { padding-top: 2.5em; }
  .padding-xs-top-big { padding-top: 4em; }
  
  .padding-xs-right-none { padding-right: 0; }
  .padding-xs-right-small { padding-right: 1.5em; }
  .padding-xs-right-normal { padding-right: 2.5em; }
  .padding-xs-right-big { padding-right: 4em; }
  
  .padding-xs-bottom-none { padding-bottom: 0; }
  .padding-xs-bottom-small { padding-bottom: 1.5em; }
  .padding-xs-bottom-normal { padding-bottom: 2.5em; }
  .padding-xs-bottom-big { padding-bottom: 4em; }
  
  .padding-xs-left-none { padding-left: 0; }
  .padding-xs-left-small { padding-left: 1.5em; }
  .padding-xs-left-normal { padding-left: 2.5em; }
  .padding-xs-left-big { padding-left: 4em; }

}


.float-right { float: right; }
.float-left { float: left; }
.float-none { float: none; }





/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .float-lg-right { float: right; }
  .float-lg-left { float: left; }
  .float-lg-none { float: none; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .float-md-right { float: right; }
  .float-md-left { float: left; }
  .float-md-none { float: none; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .float-sm-right { float: right; }
  .float-sm-left { float: left; }
  .float-sm-none { float: none; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .float-xs-right { float: right; }
  .float-xs-left { float: left; }
  .float-xs-none { float: none; }

}










/* -----------------------------
 * Overflow
 * ----------------------------- */

.overflow-hidden { overflow: hidden; }


























/* -----------------------------
 * Clearfix
 * ----------------------------- */

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================
 * SECTION - Color Scheme
 * ============================= */

 /*
  * The site is have different color combination
  * base on the list below.
  * Add the proper color scheme to your container, so the element inside
  * will have the proper color
  *
  * Dark blue: #002c48;
  * Blue : #196db6;
  * Light Blue : #29abe2;
  * White : #ffffff;
  *
  * To allow flexibility, by the default the scheme is apply to any element inside it.
  * But if a scheme is specify inside another one, to make sure the proper one apply
  * make sure that the scheme is on the element, or on it's parent - see .social_menu, .button or <a>
  *
  */
  
   
/* -----------------------------
 * Text-color
 * ----------------------------- */
 
.white-text { color: #ffffff; }
.fonce-text { color: #002c48; }
.blue-text { color: #196db6; }
.turquoise-text { color: #29abe2; }
.pale-text { color: #dff8fd; }
.black-text { color: #000000; }

/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .white-lg-text { color: #ffffff; }
  .dark-lg-text { color: #002c48; }
  .blue-lg-text { color: #196db6; }
  .light-lg-text { color: #29abe2; }
  .pale-lg-text { color: #dff8fd; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .white-md-text { color: #ffffff; }
  .dark-md-text { color: #002c48; }
  .blue-md-text { color: #196db6; }
  .light-md-text { color: #29abe2; }
  .pale-md-text { color: #dff8fd; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .white-sm-text { color: #ffffff; }
  .dark-sm-text { color: #002c48; }
  .blue-sm-text { color: #196db6; }
  .light-sm-text { color: #29abe2; }
  .pale-sm-text { color: #dff8fd; }
  
}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .white-xs-text { color: #ffffff; }
  .dark-xs-text { color: #002c48; }
  .blue-xs-text { color: #196db6; }
  .light-xs-text { color: #29abe2; }
  .pale-xs-text { color: #dff8fd; }

}

  
/* -----------------------------
 * Background-color
 * ----------------------------- */
 
  .white-bg { background-color: #ffffff; }
  .white-bg-90 {background-color: rgba( 255, 255, 255, 0.9 );}
  .white-bg-50 { background-color: rgba( 255, 255, 255, 0.5 ); }
  .white-bg-25 { background-color: rgba( 255, 255, 255, 0.25 ); }

  .dark-bg { background-color: #002c48; }
  .dark-bg-90 { background-color: rgba( 0, 44, 72, 0.9 ); }
  .dark-bg-50 { background-color: rgba( 0, 44, 72, 0.5 ); }
  .dark-bg-25 { background-color: rgba( 0, 44, 72, 0.25 ); }

  .blue-bg { background-color: #196db6; }
  .blue-bg-90 { background-color: rgba( 25, 109, 182, 0.9 ); }
  .blue-bg-50 { background-color: rgba( 25, 109, 182, 0.5 ); }
  .blue-bg-25 { background-color: rgba( 25, 109, 182, 0.25 ); } 
 
  .light-bg { background-color: #29abe2; }
  .light-bg-90 { background-color: rgba( 41, 171, 226, 0.9 ); }
  .light-bg-50 { background-color: rgba( 41, 171, 226, 0.5 ); }
  .light-bg-25 { background-color: rgba( 41, 171, 226, 0.25 ); }

  .pale-bg { background-color: #dff8fd; }
  .pale-bg-90 { background-color: rgba( 223, 248, 253, 0.9 ); }
  .pale-bg-50 { background-color: rgba( 223, 248, 253, 0.5 ); }
  .pale-bg-25 { background-color: rgba( 223, 248, 253, 0.25 ); }  
  .gray-light {background-color:#f7f7f7;}
/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .white-lg-bg { background-color: #ffffff; }
  .white-lg-bg-90 { background-color: rgba( 255, 255, 255, 0.9 ); }
  .white-lg-bg-25 { background-color: rgba( 255, 255, 255, 0.25 ); }

  .dark-lg-bg { background-color: #002c48; }
  .dark-lg-bg-90 { background-color: rgba( 0, 44, 72, 0.9 ); }
  .dark-lg-bg-25 { background-color: rgba( 0, 44, 72, 0.25 ); }

  .blue-lg-bg { background-color: #196db6; }
  .blue-lg-bg-90 { background-color: rgba( 25, 109, 182, 0.9 ); }
  .blue-lg-bg-25 { background-color: rgba( 25, 109, 182, 0.25 ); } 
 
  .light-lg-bg { background-color: #29abe2; }
  .light-lg-bg-90 { background-color: rgba( 41, 171, 226, 0.9 ); }
  .light-lg-bg-25 { background-color: rgba( 41, 171, 226, 0.25 ); }

  .pale-lg-bg { background-color: #dff8fd; }
  .pale-lg-bg-90 { background-color: rgba( 223, 248, 253, 0.9 ); }
  .pale-lg-bg-25 { background-color: rgba( 223, 248, 253, 0.25 ); } 
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .white-md-bg { background-color: #ffffff; }
  .white-md-bg-90 { background-color: rgba( 255, 255, 255, 0.9 ); }
  .white-md-bg-25 { background-color: rgba( 255, 255, 255, 0.25 ); }

  .dark-md-bg { background-color: #002c48; }
  .dark-md-bg-90 { background-color: rgba( 0, 44, 72, 0.9 ); }
  .dark-md-bg-25 { background-color: rgba( 0, 44, 72, 0.25 ); }

  .blue-md-bg { background-color: #196db6; }
  .blue-md-bg-90 { background-color: rgba( 25, 109, 182, 0.9 ); }
  .blue-md-bg-25 { background-color: rgba( 25, 109, 182, 0.25 ); } 
 
  .light-md-bg { background-color: #29abe2; }
  .light-md-bg-90 { background-color: rgba( 41, 171, 226, 0.9 ); }
  .light-md-bg-25 { background-color: rgba( 41, 171, 226, 0.25 ); }

  .pale-md-bg { background-color: #dff8fd; }
  .pale-md-bg-90 { background-color: rgba( 223, 248, 253, 0.9 ); }
  .pale-md-bg-25 { background-color: rgba( 223, 248, 253, 0.25 ); } 
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .white-sm-bg { background-color: #ffffff; }
  .white-sm-bg-90 { background-color: rgba( 255, 255, 255, 0.9 ); }
  .white-sm-bg-25 { background-color: rgba( 255, 255, 255, 0.25 ); }

  .dark-sm-bg { background-color: #002c48; }
  .dark-sm-bg-90 { background-color: rgba( 0, 44, 72, 0.9 ); }
  .dark-sm-bg-25 { background-color: rgba( 0, 44, 72, 0.25 ); }

  .blue-sm-bg { background-color: #196db6; }
  .blue-sm-bg-90 { background-color: rgba( 25, 109, 182, 0.9 ); }
  .blue-sm-bg-25 { background-color: rgba( 25, 109, 182, 0.25 ); } 
 
  .light-sm-bg { background-color: #29abe2; }
  .light-sm-bg-90 { background-color: rgba( 41, 171, 226, 0.9 ); }
  .light-sm-bg-25 { background-color: rgba( 41, 171, 226, 0.25 ); }

  .pale-sm-bg { background-color: #dff8fd; }
  .pale-sm-bg-90 { background-color: rgba( 223, 248, 253, 0.9 ); }
  .pale-sm-bg-25 { background-color: rgba( 223, 248, 253, 0.25 ); }
  
}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .white-xs-bg { background-color: #ffffff; }
  .white-xs-bg-90 { background-color: rgba( 255, 255, 255, 0.9 ); }
  .white-xs-bg-25 { background-color: rgba( 255, 255, 255, 0.25 ); }

  .dark-xs-bg { background-color: #002c48; }
  .dark-xs-bg-90 { background-color: rgba( 0, 44, 72, 0.9 ); }
  .dark-xs-bg-25 { background-color: rgba( 0, 44, 72, 0.25 ); }

  .blue-xs-bg { background-color: #196db6; }
  .blue-xs-bg-90 { background-color: rgba( 25, 109, 182, 0.9 ); }
  .blue-xs-bg-25 { background-color: rgba( 25, 109, 182, 0.25 ); } 
 
  .light-xs-bg { background-color: #29abe2; }
  .light-xs-bg-90 { background-color: rgba( 41, 171, 226, 0.9 ); }
  .light-xs-bg-25 { background-color: rgba( 41, 171, 226, 0.25 ); }

  .pale-xs-bg { background-color: #dff8fd; }
  .pale-xs-bg-90 { background-color: rgba( 223, 248, 253, 0.9 ); }
  .pale-xs-bg-25 { background-color: rgba( 223, 248, 253, 0.25 ); }

}


/* -----------------------------
 * White Scheme
 * ----------------------------- */

.white_scheme {color: #196db6;}
/*
.white_scheme .bg { background-color: #ffffff; }
.white_scheme .bg_90 { background-color: rgba( 255, 255, 255, 0.9 ); }
.white_scheme > .bg, .white_scheme.bg { background-color: #ffffff!important; }
.white_scheme > .bg_90, .white_scheme.bg_90 { background-color: rgba( 255, 255, 255, 0.9 )!important; }
*/

/* Link - Apply on link child of the scheme, or with the scheme defined */
.white_scheme a { color: #196db6; }
a.white_scheme,
.white_scheme > a { color: #196db6!important; }

.white_scheme a:hover { color: #196db6; }
a:hover.white_scheme,
.white_scheme > a:hover { color: #196db6!important; }

/* Accent - Apply on element child of the scheme, or with the scheme defined */
.white_scheme .accent { color: #196db6; }
.white_scheme.accent,
.white_scheme > .accent { color: #196db6!important; }

/* Social menu - Apply on class .social_menu with the scheme defined */
.white_scheme .social_menu .social-item { background-color: #196db6; }
.white_scheme.social_menu .social-item,
.white_scheme > .social_menu .social-item { background-color: #196db6!important; }

.white_scheme .social_menu .social-item a { color: #ffffff; }
.white_scheme.social_menu .social-item a,
.white_scheme > .social_menu .social-item a { color: #ffffff!important; }

.white_scheme .social_menu .social-item:hover { background-color: #ffffff; }
.white_scheme.social_menu .social-item:hover,
.white_scheme > .social_menu .social-item:hover { background-color: #ffffff!important; }

.white_scheme .social_menu .social-item:hover a { color: #196db6; }
.white_scheme.social_menu .social-item:hover a,
.white_scheme > .social_menu .social-item:hover a { color: #196db6!important; }

/* Border */
.white_scheme .border { border-color: #196db6; }
.white_scheme > .border,
.white_scheme.border { border-color: #196db6!important; }

.white_scheme .border.accent { border-color: #196db6; }
.white_scheme > .border.accent,
.white_scheme.border.accent { border-color: #196db6!important; }

/* Button - Apply on class .button child of the scheme, or with the scheme defined */
.white_scheme .button {
    border-color: #002c48;
    color: #002c48;
}
.white_scheme.button,
.white_scheme > .button {
    border-color: #002c48!important;
    color: #002c48!important;
}

.white_scheme .button.bg {
    background-color: rgba(0, 44, 72, 0.25); /* Transparent for unsupported browser */
}
.white_scheme.button.bg,
.white_scheme > .button.bg {
    background-color: rgba(0, 44, 72, 0.25)!important; /* Transparent for unsupported browser */
}

.white_scheme .button:hover {
    background-color: #002c48;
    color: #ffffff;
}
.white_scheme.button:hover,
.white_scheme > .button:hover {
    background-color: #002c48!important;
    color: #ffffff!important;
}



/* -----------------------------
 * White Dark Scheme
 * ----------------------------- */

.white_dark_scheme { color: #002c48; }
/*.white_dark_scheme .bg { background-color: #ffffff; }
.white_dark_scheme .bg_90 { background-color: rgba( 255, 255, 255, 0.9 ); }
.white_dark_scheme > .bg, .white_dark_scheme.bg { background-color: #ffffff!important; }
.white_dark_scheme > .bg_90, .white_dark_scheme.bg_90 { background-color: rgba( 255, 255, 255, 0.9 )!important; }*/

/* Link - Apply on link child of the scheme, or with the scheme defined */
.white_dark_scheme a { color: #002c48; }
a.white_dark_scheme,
.white_dark_scheme > a { color: #002c48!important; }

.white_dark_scheme a:hover { color: #002c48; }
a:hover.white_dark_scheme,
.white_dark_scheme > a:hover { color: #002c48!important; }

/* Accent - Apply on element child of the scheme, or with the scheme defined */
.white_dark_scheme .accent { color: #002c48; }
.white_dark_scheme.accent,
.white_dark_scheme > .accent { color: #002c48!important; }

/* Social menu - Apply on class .social_menu with the scheme defined */
.white_dark_scheme .social_menu .social-item { background-color: #196db6; }
.white_dark_scheme.social_menu .social-item,
.white_dark_scheme > .social_menu .social-item { background-color: #196db6!important; }

.white_dark_scheme .social_menu .social-item a { color: #ffffff; }
.white_dark_scheme.social_menu .social-item a,
.white_dark_scheme > .social_menu .social-item a { color: #ffffff!important; }

.white_dark_scheme .social_menu .social-item:hover { background-color: #ffffff; }
.white_dark_scheme.social_menu .social-item:hover,
.white_dark_scheme > .social_menu .social-item:hover { background-color: #ffffff!important; }

.white_dark_scheme .social_menu .social-item:hover a { color: #196db6; }
.white_dark_scheme.social_menu .social-item:hover a,
.white_dark_scheme > .social_menu .social-item:hover a { color: #196db6!important; }

/* Border */
.white_dark_scheme .border { border-color: #002c48; }
.white_dark_scheme > .border,
.white_dark_scheme.border { border-color: #002c48!important; }

.white_dark_scheme .border.accent { border-color: #002c48; }
.white_dark_scheme > .border.accent,
.white_dark_scheme.border.accent { border-color: #002c48!important; }

/* Button - Apply on class .button child of the scheme, or with the scheme defined */
.white_dark_scheme .button {
    border-color: #002c48;
    color: #002c48;
}
.white_dark_scheme.button,
.white_dark_scheme > .button {
    border-color: #002c48!important;
    color: #002c48!important;
}

.white_dark_scheme .button.bg {
    background-color: rgba(0, 44, 72, 0.25); /* Transparent for unsupported browser */
}
.white_dark_scheme.button.bg,
.white_dark_scheme > .button.bg {
    background-color: rgba(0, 44, 72, 0.25)!important; /* Transparent for unsupported browser */
}

.white_dark_scheme .button:hover {
    background-color: #002c48;
    color: #ffffff;
}
.white_dark_scheme.button:hover,
.white_dark_scheme > .button:hover {
    background-color: #002c48!important;
    color: #ffffff!important;
}

#objectif_vote {
    position: relative;
    background-position: center;
    height: 455px; 
    padding:0; 
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    #objectif_vote {
        height: 300px;
    }   
}
@media only screen and (max-width: 480px) {
    #objectif_vote {
        height: 160px;
    }   
}
/* -----------------------------
 * Dark Scheme
 * ----------------------------- */

.dark_scheme { color: #ffffff; }
/*.dark_scheme .bg { background-color: #002c48; }
.dark_scheme .bg_90 { background-color: rgba( 0, 44, 72, 0.9 ); }
.dark_scheme > .bg, .dark_scheme.bg { background-color: #002c48!important; }
.dark_scheme > .bg_90, .dark_scheme.bg_90 { background-color: rgba( 0, 44, 72, 0.9 )!important; }*/

/* Link - Apply on link child of the scheme, or with the scheme defined */
.dark_scheme a { color: #ffffff; }
a.dark_scheme,
.dark_scheme > a { color: #ffffff!important; }

.dark_scheme a:hover { color: #196db6; }
a:hover.dark_scheme,
.dark_scheme > a:hover { color: #196db6!important; }

/* Accent - Apply on element child of the scheme, or with the scheme defined */
.dark_scheme .accent { color: #196db6; }
.dark_scheme.accent,
.dark_scheme > .accent { color: #196db6!important; }

/* Social menu - Apply on class .social_menu with the scheme defined */
.dark_scheme .social_menu .social-item { background-color: #196db6; }
.dark_scheme.social_menu .social-item,
.dark_scheme > .social_menu .social-item { background-color: #196db6!important; }

.dark_scheme .social_menu .social-item a { color: #002c48; }
.dark_scheme.social_menu .social-item a,
.dark_scheme > .social_menu .social-item a { color: #002c48!important; }

.dark_scheme .social_menu .social-item:hover { background-color: #002c48; }
.dark_scheme.social_menu .social-item:hover,
.dark_scheme > .social_menu .social-item:hover { background-color: #002c48!important; }

.dark_scheme .social_menu .social-item:hover a { color: #196db6; }
.dark_scheme.social_menu .social-item:hover a,
.dark_scheme > .social_menu .social-item:hover a { color: #196db6!important; }

/* Border */
.dark_scheme .border { border-color: #ffffff; }
.dark_scheme > .border,
.dark_scheme.border { border-color: #ffffff!important; }

.dark_scheme .border.accent { border-color: #196db6; }
.dark_scheme > .border.accent,
.dark_scheme.border.accent { border-color: #196db6!important; }

/* Button - Apply on class .button child of the scheme, or with the scheme defined */

.dark_scheme .button {
    border-color: #ffffff;
    color: #ffffff;
}
.dark_scheme.button,
.dark_scheme > .button {
    border-color: #ffffff!important;
    color: #ffffff!important;
}

.dark_scheme .button.bg {
    background-color: rgba(255, 255, 255, 0.25); /* Transparent for unsupported browser */
}
.dark_scheme.button.bg,
.dark_scheme > .button.bg {
    background-color: rgba(255, 255, 255, 0.25)!important; /* Transparent for unsupported browser */
}

.dark_scheme .button:hover {
    background-color: #ffffff;
    color: #002c48;
}
.dark_scheme.button:hover,
.dark_scheme > .button:hover {
    background-color: #ffffff!important;
    color: #002c48!important;
}

/* -----------------------------
 * Blue Scheme
 * ----------------------------- */

.blue_scheme { color: #ffffff; }
/*.blue_scheme .bg { background-color: #196db6; }
.blue_scheme .bg_90 { background-color: rgba( 25, 109, 182, 0.9 ); }
.blue_scheme > .bg, .blue_scheme.bg { background-color: #196db6!important; }
.blue_scheme > .bg_90, .blue_scheme.bg_90 { background-color: rgba( 25, 109, 182, 0.9 )!important; }*/

/* Link - Apply on link child of the scheme, or with the scheme defined */
.blue_scheme a { color: #ffffff; }
a.blue_scheme,
.blue_scheme > a { color: #ffffff!important; }

.blue_scheme a:hover { color: #002c48; }
a:hover.blue_scheme,
.blue_scheme > a:hover { color: #002c48!important; }

/* Accent - Apply on element child of the scheme, or with the scheme defined */
.blue_scheme .accent { color: #002c48; }
.blue_scheme.accent,
.blue_scheme > .accent { color: #002c48!important; }

/* Social menu - Apply on class .social_menu with the scheme defined */
.blue_scheme .social_menu .social-item { background-color: #002c48; }
.blue_scheme.social_menu .social-item,
.blue_scheme > .social_menu .social-item { background-color: #002c48!important; }

.blue_scheme .social_menu .social-item a { color: #196db6; }
.blue_scheme.social_menu .social-item a,
.blue_scheme > .social_menu .social-item a { color: #196db6!important; }

.blue_scheme .social_menu .social-item:hover { background-color: #196db6; }
.blue_scheme.social_menu .social-item:hover,
.blue_scheme > .social_menu .social-item:hover { background-color: #196db6!important; }

.blue_scheme .social_menu .social-item:hover a { color: #002c48; }
.blue_scheme.social_menu .social-item:hover a,
.blue_scheme > .social_menu .social-item:hover a { color: #002c48!important; }

/* Border */
.blue_scheme .border { border-color: #ffffff; }
.blue_scheme > .border,
.blue_scheme.border { border-color: #ffffff!important; }

.blue_scheme .border.accent { border-color: #002c48; }
.blue_scheme > .border.accent,
.blue_scheme.border.accent { border-color: #002c48!important; }

/* Button - Apply on class .button child of the scheme, or with the scheme defined */
.blue_scheme .button {
    border-color: #ffffff;
    color: #ffffff;
}
.blue_scheme.button,
.blue_scheme > .button {
    border-color: #ffffff!important;
    color: #ffffff!important;
}

.blue_scheme .button.bg {
    background-color: rgba(255, 255, 255, 0.25); /* Transparent for unsupported browser */
}
.blue_scheme.button.bg,
.blue_scheme > .button.bg {
    background-color: rgba(255, 255, 255, 0.25)!important; /* Transparent for unsupported browser */
}

.blue_scheme .button:hover {
    background-color: #ffffff;
    color: #196db6;
}
.blue_scheme.button:hover,
.blue_scheme > .button:hover {
    background-color: #ffffff!important;
    color: #196db6!important;
}

/* -----------------------------
 * Light Scheme
 * ----------------------------- */

.light_scheme { color: #ffffff; }
/*.light_scheme .bg { background-color: #29abe2; }
.light_scheme .bg_90 { background-color: rgba( 41, 171, 226, 0.9 ); }
.light_scheme > .bg, .light_scheme.bg { background-color: #29abe2!important; }
.light_scheme > .bg_90, .light_scheme.bg_90 { background-color: rgba( 41, 171, 226, 0.9 )!important; }*/

/* Link - Apply on link child of the scheme, or with the scheme defined */
.light_scheme a { color: #ffffff; }
a.light_scheme,
.light_scheme > a { color: #ffffff!important; }

.light_scheme a:hover { color: #002c48; }
a:hover.light_scheme,
.light_scheme > a:hover { color: #002c48!important; }

/* Accent - Apply on element child of the scheme, or with the scheme defined */
.light_scheme .accent { color: #002c48; }
.light_scheme.accent,
.light_scheme > .accent { color: #002c48!important; }

/* Social menu - Apply on class .social_menu with the scheme defined */
.light_scheme .social_menu .social-item { background-color: #002c48; }
.light_scheme.social_menu .social-item,
.light_scheme > .social_menu .social-item { background-color: #002c48!important; }

.light_scheme .social_menu .social-item a { color: #29abe2; }
.light_scheme.social_menu .social-item a,
.light_scheme > .social_menu .social-item a { color: #29abe2!important; }

.light_scheme .social_menu .social-item:hover { background-color: #29abe2; }
.light_scheme.social_menu .social-item:hover,
.light_scheme > .social_menu .social-item:hover { background-color: #29abe2!important; }

.light_scheme .social_menu .social-item:hover a { color: #002c48; }
.light_scheme.social_menu .social-item:hover a,
.light_scheme > .social_menu .social-item:hover a { color: #002c48!important; }

/* Border */
.light_scheme .border { border-color: #ffffff; }
.light_scheme > .border,
.light_scheme.border { border-color: #ffffff!important; }

.light_scheme .border.accent { border-color: #002c48; }
.light_scheme > .border.accent,
.light_scheme.border.accent { border-color: #002c48!important; }

/* Button - Apply on class .button child of the scheme, or with the scheme defined */
.light_scheme .button {
    border-color: #ffffff;
    color: #ffffff;
}
.light_scheme.button,
.light_scheme > .button {
    border-color: #ffffff!important;
    color: #ffffff!important;
}

.light_scheme .button.bg {
    background-color: rgba(255, 255, 255, 0.25); /* Transparent for unsupported browser */
}
.light_scheme.button.bg,
.light_scheme > .button.bg {
    background-color: rgba(255, 255, 255, 0.25)!important; /* Transparent for unsupported browser */
}


.light_scheme .button:hover {
    background-color: #ffffff;
    color: #29abe2;
}
.light_scheme.button:hover,
.light_scheme > .button:hover {
    background-color: #ffffff!important;
    color: #29abe2!important;
}


/* -----------------------------
 * Pale Scheme
 * ----------------------------- */

.pale_scheme { color: #002c48; }
/*.pale_scheme .bg { background-color: #dff8fd; }
.pale_scheme .bg_90 { background-color: rgba( 223, 248, 253, 0.9 ); }
.pale_scheme > .bg, .pale_scheme.bg { background-color: #dff8fd!important; }
.pale_scheme > .bg_90, .pale_scheme.bg_90 { background-color: rgba( 223, 248, 253, 0.9 )!important; }*/

/* Link - Apply on link child of the scheme, or with the scheme defined */
.pale_scheme a { color: #002c48; }
a.pale_scheme,
.pale_scheme > a { color: #002c48!important; }

.pale_scheme a:hover { color: #196db6; }
a:hover.pale_scheme,
.pale_scheme > a:hover { color: #196db6!important; }

/* Accent - Apply on element child of the scheme, or with the scheme defined */
.pale_scheme .accent { color: #002c48; }
.pale_scheme.accent,
.pale_scheme > .accent { color: #002c48!important; }

/* Social menu - Apply on class .social_menu with the scheme defined */
.pale_scheme .social_menu .social-item { background-color: #002c48; }
.pale_scheme.social_menu .social-item,
.pale_scheme > .social_menu .social-item { background-color: #002c48!important; }

.pale_scheme .social_menu .social-item a { color: #ffffff; }
.pale_scheme.social_menu .social-item a,
.pale_scheme > .social_menu .social-item a { color: #ffffff!important; }

.pale_scheme .social_menu .social-item:hover { background-color: #ffffff; }
.pale_scheme.social_menu .social-item:hover,
.pale_scheme > .social_menu .social-item:hover { background-color: #ffffff!important; }

.pale_scheme .social_menu .social-item:hover a { color: #002c48; }
.pale_scheme.social_menu .social-item:hover a,
.pale_scheme > .social_menu .social-item:hover a { color: #002c48!important; }

/* Border */
.pale_scheme .border { border-color: #002c48; }
.pale_scheme > .border,
.pale_scheme.border { border-color: #002c48!important; }

.pale_scheme .border.accent { border-color: #002c48; }
.pale_scheme > .border.accent,
.pale_scheme.border.accent { border-color: #002c48!important; }

/* Button - Apply on class .button child of the scheme, or with the scheme defined */
.pale_scheme .button {
    border-color: #002c48;
    color: #002c48;
}
.pale_scheme.button,
.pale_scheme > .button {
    border-color: #002c48!important;
    color: #002c48!important;
}

.pale_scheme .button.bg {
    background-color: rgba(0, 44, 72, 0.25); /* Transparent for unsupported browser */
}
.pale_scheme.button.bg,
.pale_scheme > .button.bg {
    background-color: rgba(0, 44, 72, 0.25)!important; /* Transparent for unsupported browser */
}

.pale_scheme .button:hover {
    background-color: #002c48;
    color: #dff8fd;
}
.pale_scheme.button:hover,
.pale_scheme > .button:hover {
    background-color: #002c48!important;
    color: #dff8fd!important;
}



/* ================================
 * SECTION - Border
 * ============================= */

.border {
  border-width: 4px;
  border-style: solid;
}

.border_extrabig { border-width: 16px; }
.border_big { border-width: 8px; }
.border_normal { border-width: 4px; }
.border_small { border-width: 2px; }

.border.border_fonce { border-color: #002c48!important; }
.border.border_bleu { border-color: #196db6!important; }
.border.border_turquoise { border-color: #ffffff!important; }
.border.border_light { border-color: #29abe2!important; }
.border.border_pale { border-color: #dff8fd!important; }
.border.border_white { border-color: #ffffff!important; }

/* ================================
 * SECTION - Icons & Logos
 * ============================= */

 /*
  * This section define class that place in background the required image
  * The image color depend of the color scheme of the container, 
  * or you can specify the color by adding the color scheme class on the element
  */

#contact_social a {
    font-size: 23px;
}
#contact_social a span {
    font-family: arial, sans-serif;
}

#contact_social a:before {
    margin-right: 10px;
    display: inline-block;
}

 .icon,
 .logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
 }

.icon-inline {
    display: inline-block;
 }
 
 /*
  * icon intext
  */
 
 .icon-intext {
  padding: 0;
    margin: 0;
    line-height: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: baseline;
}

.icon-intext span {
  display: inline-block!important;
  opacity: 0;
}

@media screen and ( max-width: 480px ) {

  .icon-intext {
    width: 100%!important; /* To overwrite the inline css width property */
  }

}

.icon-intext:hover {
  background-image: none!important;
  padding: 0;
    margin: 0;
    height: auto;
}

.icon-intext:hover span { 
  line-height: 100px;
    height: 100px;
    opacity: 1;
}


 @media (max-width: 992px) {
   .contentHeight.padding-mini {
     min-height: auto!important;
   }
 }
 
 /*
  * Icon size
  */
    
.mini,
.icon-mini {
  width: 2.5em;
  height: 2.5em;
  max-width: 100%;
}

  
.small,
.icon-small {
  width: 5em;
  height: 5em;
  max-width: 100%;
}
@media (max-width: 992px) {
  #owl_custom_pagination .small{
    width: 2.5em;
    height: 2.5em;
    max-width: 100%;
  }
  .page-portraits .first.row {
    padding-bottom: 0;
  }
}
.small-medium,
.icon-small-medium {
  width: 7.5em;
  height: 7.5em;  
  max-width: 100%;
}
 

.medium ,
.icon-medium {
  width: 10em;
  height: 10em; 
  max-width: 100%;
}

.big,
.icon-big {
  width: 15em;
  height: 15em;
  max-width: 100%;
}


.extra-big,
.icon-extra-big {
  width: 20em;
  height: 20em;
  max-width: 100%;
}




/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .mini-lg,
  .icon-mini-lg {
    width: 2.5em;
    height: 2.5em;
    max-width: 100%;
  }
  
    
  .small-lg,
  .icon-small-lg {
    width: 5em;
    height: 5em;
    max-width: 100%;
  }
  
  .small-medium-lg,
  .icon-small-medium-lg {
    width: 7.5em;
    height: 7.5em;  
    max-width: 100%;
  }
   
  
  .medium-lg,
  .icon-medium-lg {
    width: 10em;
    height: 10em; 
    max-width: 100%;
  }
  
  .big-lg,
  .icon-big-lg {
    width: 15em;
    height: 15em;
    max-width: 100%;
  } 
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .mini-md,
  .icon-mini-md {
    width: 2.5em;
    height: 2.5em;
    max-width: 100%;
  }
  
    
  .small-md,
  .icon-small-md {
    width: 5em;
    height: 5em;
    max-width: 100%;
  }
  
  .small-medium-md,
  .icon-small-medium-md {
    width: 7.5em;
    height: 7.5em;  
    max-width: 100%;
  }
   
  
  .medium-md,
  .icon-medium-md {
    width: 10em;
    height: 10em; 
    max-width: 100%;
  }
  
  .big-md,
  .icon-big-md {
    width: 15em;
    height: 15em;
    max-width: 100%;
  } 
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .mini-sm,
  .icon-mini-sm {
    width: 2.5em;
    height: 2.5em;
    max-width: 100%;
  }
  
    
  .small-sm,
  .icon-small-sm {
    width: 5em;
    height: 5em;
    max-width: 100%;
  }
  
  .small-medium-sm,
  .icon-small-medium-sm {
    width: 7.5em;
    height: 7.5em;  
    max-width: 100%;
  }
   
  
  .medium-sm,
  .icon-medium-sm {
    width: 10em;
    height: 10em; 
    max-width: 100%;
  }
  
  .big-sm,
  .icon-big-sm {
    width: 15em;
    height: 15em;
    max-width: 100%;
  } 

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .mini-xs,
  .icon-mini-xs {
    width: 2.5em;
    height: 2.5em;
    max-width: 100%;
  }
  
    
  .small-xs,
  .icon-small-xs {
    width: 5em;
    height: 5em;
    max-width: 100%;
  }
  
  .small-medium-xs,
  .icon-small-medium-xs {
    width: 7.5em;
    height: 7.5em;  
    max-width: 100%;
  }
   
  
  .medium-xs,
  .icon-medium-xs {
    width: 10em;
    height: 10em; 
    max-width: 100%;
  }
  
  .big-xs,
  .icon-big-xs {
    width: 15em;
    height: 15em;
    max-width: 100%;
  } 

}




 .between_row {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 auto;

}
.relativeBloc.between_row {
  position: relative;
  bottom: 20px;

}
.small.between_row {
  margin-bottom: -2.5em;
  margin-left: -2.5em;
}

.medium.between_row {
  margin-bottom: -5em;
  margin-left: -5em;

}

.big.between_row {
  margin-bottom: -7.5em;
  margin-left: -7.5em;

}


.icon span,
 .logo span {
    display: none;
 }

 /* Logo Objectif RH */
 .logo_objectif_rh { background-image: url('../images/logos/avenirCRHA_Signature_blanc.png'); }  
 .logo_objectif_rh_dark { background-image: url('../images/logos/avenirCRHA_Signature_blanc.png'); }

 .logo_futur_crh { background-image: url('../images/FutursCRHA-logo.jpg'); } 

 /* Logo CRHA */
 .logo_crha {  
    background-image: url('../images/logos/crha.png');
 }
  .logo_crha2 {  
    background-image: url('../images/logos/crha2.png');
    width: 317px;
    height: 177px;
 }











/* 
 * arobas 
 */
 
.icon-arobas { background-image: url('../images/icons/icon-arobas-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-arobas { background-image: url('../images/icons/icon-arobas-bleu.png'); }
.blue_scheme > .icon-arobas { background-image: url('../images/icons/icon-arobas-fonce.png'); }
.turquoise_scheme > .icon-arobas { background-image: url('../images/icons/icon-arobas-fonce.png'); }
.white_scheme > .icon-arobas { background-image: url('../images/icons/icon-arobas-bleu.png'); }
.pale_scheme > .icon-arobas { background-image: url('../images/icons/icon-arobas-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-arobas { background-image: url('../images/icons/icon-arobas-fonce.png'); }
.icon_blue.icon-arobas { background-image: url('../images/icons/icon-arobas-bleu.png'); }
.icon_turquoise.icon-arobas { background-image: url('../images/icons/icon-arobas-turquoise.png'); }
.icon_white.icon-arobas { background-image: url('../images/icons/icon-arobas-blanc.png'); }
.icon_pale.icon-arobas { background-image: url('../images/icons/icon-arobas-pale.png'); }
.icon_black.icon-arobas { background-image: url('../images/icons/icon-arobas-black.png'); }

/* 
 * airplane 
 */

.icon-avion { background-image: url('../images/icons/icon-avion-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-avion { background-image: url('../images/icons/icon-avion-bleu.png'); }
.blue_scheme > .icon-avion { background-image: url('../images/icons/icon-avion-fonce.png'); }
.turquoise_scheme > .icon-avion { background-image: url('../images/icons/icon-avion-fonce.png'); }
.white_scheme > .icon-avion { background-image: url('../images/icons/icon-avion-bleu.png'); }
.pale_scheme > .icon-avion { background-image: url('../images/icons/icon-avion-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-avion { background-image: url('../images/icons/icon-avion-fonce.png'); }
.icon_blue.icon-avion { background-image: url('../images/icons/icon-avion-bleu.png'); }
.icon_turquoise.icon-avion { background-image: url('../images/icons/icon-avion-turquoise.png'); }
.icon_white.icon-avion { background-image: url('../images/icons/icon-avion-blanc.png'); }
.icon_pale.icon-avion { background-image: url('../images/icons/icon-avion-pale.png'); }
.icon_black.icon-avion { background-image: url('../images/icons/icon-avion-black.png'); }

/* 
 * bureau 
 */

.icon-bureau { background-image: url('../images/icons/icon-bureau-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-bureau { background-image: url('../images/icons/icon-bureau-bleu.png'); }
.blue_scheme > .icon-bureau { background-image: url('../images/icons/icon-bureau-fonce.png'); }
.turquoise_scheme > .icon-bureau { background-image: url('../images/icons/icon-bureau-fonce.png'); }
.white_scheme > .icon-bureau { background-image: url('../images/icons/icon-bureau-bleu.png'); }
.pale_scheme > .icon-bureau { background-image: url('../images/icons/icon-bureau-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-bureau { background-image: url('../images/icons/icon-bureau-fonce.png'); }
.icon_blue.icon-bureau { background-image: url('../images/icons/icon-bureau-bleu.png'); }
.icon_turquoise.icon-bureau { background-image: url('../images/icons/icon-bureau-turquoise.png'); }
.icon_white.icon-bureau { background-image: url('../images/icons/icon-bureau-blanc.png'); }
.icon_pale.icon-bureau { background-image: url('../images/icons/icon-bureau-pale.png'); }
.icon_black.icon-bureau { background-image: url('../images/icons/icon-bureau-black.png'); }
.icon_bicolor.icon-bureau { background-image: url('../images/icons/icon-bureau-bicolor.png'); }

/* 
 * bureau-large
 */

.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-bleu.png'); }
.blue_scheme > .icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-fonce.png'); }
.turquoise_scheme > .icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-fonce.png'); }
.white_scheme > .icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-bleu.png'); }
.pale_scheme > .icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-fonce.png'); }
.icon_blue.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-bleu.png'); }
.icon_turquoise.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-turquoise.png'); }
.icon_white.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-blanc.png'); }
.icon_pale.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-pale.png'); }
.icon_black.icon-bureau-large { background-image: url('../images/icons/icon-bureau-large-black.png'); }


/* 
 * bureau-animation
 */

.icon-bureau-animation { background-image: url('../images/icons/icon-bureau-animation.png'); }

/* 
 * chart 
 */

.icon-chart { background-image: url('../images/icons/icon-chart-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-chart { background-image: url('../images/icons/icon-chart-bleu.png'); }
.blue_scheme > .icon-chart { background-image: url('../images/icons/icon-chart-fonce.png'); }
.turquoise_scheme > .icon-chart { background-image: url('../images/icons/icon-chart-fonce.png'); }
.white_scheme > .icon-chart { background-image: url('../images/icons/icon-chart-bleu.png'); }
.pale_scheme > .icon-chart { background-image: url('../images/icons/icon-chart-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-chart { background-image: url('../images/icons/icon-chart-fonce.png'); }
.icon_blue.icon-chart { background-image: url('../images/icons/icon-chart-bleu.png'); }
.icon_turquoise.icon-chart { background-image: url('../images/icons/icon-chart-turquoise.png'); }
.icon_white.icon-chart { background-image: url('../images/icons/icon-chart-blanc.png'); }
.icon_pale.icon-chart { background-image: url('../images/icons/icon-chart-pale.png'); }
.icon_black.icon-chart { background-image: url('../images/icons/icon-chart-black.png'); }

/* 
 * checked 
 */

.icon-checked { background-image: url('../images/icons/icon-checked-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-checked { background-image: url('../images/icons/icon-checked-bleu.png'); }
.blue_scheme > .icon-checked { background-image: url('../images/icons/icon-checked-fonce.png'); }
.turquoise_scheme > .icon-checked { background-image: url('../images/icons/icon-checked-fonce.png'); }
.white_scheme > .icon-checked { background-image: url('../images/icons/icon-checked-bleu.png'); }
.pale_scheme > .icon-checked { background-image: url('../images/icons/icon-checked-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-checked { background-image: url('../images/icons/icon-checked-fonce.png'); }
.icon_blue.icon-checked { background-image: url('../images/icons/icon-checked-bleu.png'); }
.icon_turquoise.icon-checked { background-image: url('../images/icons/icon-checked-turquoise.png'); }
.icon_white.icon-checked { background-image: url('../images/icons/icon-checked-blanc.png'); }
.icon_pale.icon-checked { background-image: url('../images/icons/icon-checked-pale.png'); }
.icon_black.icon-checked { background-image: url('../images/icons/icon-checked-black.png'); }

/* 
 * cible 
 */

.icon-cible { background-image: url('../images/icons/icon-cible-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-cible { background-image: url('../images/icons/icon-cible-bleu.png'); }
.blue_scheme > .icon-cible { background-image: url('../images/icons/icon-cible-fonce.png'); }
.turquoise_scheme > .icon-cible { background-image: url('../images/icons/icon-cible-fonce.png'); }
.white_scheme > .icon-cible { background-image: url('../images/icons/icon-cible-bleu.png'); }
.pale_scheme > .icon-cible { background-image: url('../images/icons/icon-cible-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-cible { background-image: url('../images/icons/icon-cible-fonce.png'); }
.icon_blue.icon-cible { background-image: url('../images/icons/icon-cible-bleu.png'); }
.icon_turquoise.icon-cible { background-image: url('../images/icons/icon-cible-turquoise.png'); }
.icon_white.icon-cible { background-image: url('../images/icons/icon-cible-blanc.png'); }
.icon_pale.icon-cible { background-image: url('../images/icons/icon-cible-pale.png'); }
.icon_black.icon-cible { background-image: url('../images/icons/icon-cible-black.png'); }


/* 
 * cible-animation
 */

.icon-cible-animation { background-image: url('../images/icons/icon-cible-animation.png'); }
.icon-dollar-crop-bleu { background-image: url('../images/icons/icon-dollar-crop-bleu.png'); }

/* 
 * coffee 
 */

.icon-coffee { background-image: url('../images/icons/icon-coffee-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-coffee { background-image: url('../images/icons/icon-coffee-bleu.png'); }
.blue_scheme > .icon-coffee { background-image: url('../images/icons/icon-coffee-fonce.png'); }
.turquoise_scheme > .icon-coffee { background-image: url('../images/icons/icon-coffee-fonce.png'); }
.white_scheme > .icon-coffee { background-image: url('../images/icons/icon-coffee-bleu.png'); }
.pale_scheme > .icon-coffee { background-image: url('../images/icons/icon-coffee-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-coffee { background-image: url('../images/icons/icon-coffee-fonce.png'); }
.icon_blue.icon-coffee { background-image: url('../images/icons/icon-coffee-bleu.png'); }
.icon_turquoise.icon-coffee { background-image: url('../images/icons/icon-coffee-turquoise.png'); }
.icon_white.icon-coffee { background-image: url('../images/icons/icon-coffee-blanc.png'); }
.icon_pale.icon-coffee { background-image: url('../images/icons/icon-coffee-pale.png'); }
.icon_black.icon-coffee { background-image: url('../images/icons/icon-coffee-black.png'); }
.icon_bicolor.icon-coffee { background-image: url('../images/icons/icon-coffee-bicolor.png'); }

/* 
 * communiquer 
 */

.icon-communiquer { background-image: url('../images/icons/icon-communiquer-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-communiquer { background-image: url('../images/icons/icon-communiquer-bleu.png'); }
.blue_scheme > .icon-communiquer { background-image: url('../images/icons/icon-communiquer-fonce.png'); }
.turquoise_scheme > .icon-communiquer { background-image: url('../images/icons/icon-communiquer-fonce.png'); }
.white_scheme > .icon-communiquer { background-image: url('../images/icons/icon-communiquer-bleu.png'); }
.pale_scheme > .icon-communiquer { background-image: url('../images/icons/icon-communiquer-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-communiquer { background-image: url('../images/icons/icon-communiquer-fonce.png'); }
.icon_blue.icon-communiquer { background-image: url('../images/icons/icon-communiquer-bleu.png'); }
.icon_turquoise.icon-communiquer { background-image: url('../images/icons/icon-communiquer-turquoise.png'); }
.icon_white.icon-communiquer { background-image: url('../images/icons/icon-communiquer-blanc.png'); }
.icon_pale.icon-communiquer { background-image: url('../images/icons/icon-communiquer-pale.png'); }
.icon_black.icon-communiquer { background-image: url('../images/icons/icon-communiquer-black.png'); }


/* 
 * communiquer-crop 
 */

.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-bleu.png'); }
.blue_scheme > .icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-fonce.png'); }
.turquoise_scheme > .icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-fonce.png'); }
.white_scheme > .icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-bleu.png'); }
.pale_scheme > .icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-fonce.png'); }
.icon_blue.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-bleu.png'); }
.icon_turquoise.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-turquoise.png'); }
.icon_white.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-blanc.png'); }
.icon_pale.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-pale.png'); }
.icon_black.icon-communiquer-crop { background-image: url('../images/icons/icon-communiquer-crop-black.png'); }


/* 
 * confus 
 */

.icon-confus { background-image: url('../images/icons/icon-confus-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-confus { background-image: url('../images/icons/icon-confus-bleu.png'); }
.blue_scheme > .icon-confus { background-image: url('../images/icons/icon-confus-fonce.png'); }
.turquoise_scheme > .icon-confus { background-image: url('../images/icons/icon-confus-fonce.png'); }
.white_scheme > .icon-confus { background-image: url('../images/icons/icon-confus-bleu.png'); }
.pale_scheme > .icon-confus { background-image: url('../images/icons/icon-confus-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-confus { background-image: url('../images/icons/icon-confus-fonce.png'); }
.icon_blue.icon-confus { background-image: url('../images/icons/icon-confus-bleu.png'); }
.icon_turquoise.icon-confus { background-image: url('../images/icons/icon-confus-turquoise.png'); }
.icon_white.icon-confus { background-image: url('../images/icons/icon-confus-blanc.png'); }
.icon_pale.icon-confus { background-image: url('../images/icons/icon-confus-pale.png'); }
.icon_black.icon-confus { background-image: url('../images/icons/icon-confus-black.png'); }

/* 
 * confus-animated
 */

.icon-confus-animated { background-image: url('../images/icons/icon-confus-animated.gif'); }


/* 
 * confus-sans
 */

.icon-confus-sans { background-image: url('../images/icons/icon-confus-sans-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-confus-sans { background-image: url('../images/icons/icon-confus-sans-bleu.png'); }
.blue_scheme > .icon-confus-sans { background-image: url('../images/icons/icon-confus-sans-fonce.png'); }
.turquoise_scheme > .icon-confus-sans { background-image: url('../images/icons/icon-confus-sans-fonce.png'); }
.white_scheme > .icon-confus-sans { background-image: url('../images/icons/icon-confus-sans-bleu.png'); }
.pale_scheme > .icon-confus-sans { background-image: url('../images/icons/icon-confus-sans-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-confus { background-image: url('../images/icons/icon-confus-fonce.png'); }
.icon_blue.icon-confus { background-image: url('../images/icons/icon-confus-bleu.png'); }
.icon_turquoise.icon-confus { background-image: url('../images/icons/icon-confus-turquoise.png'); }
.icon_white.icon-confus { background-image: url('../images/icons/icon-confus-blanc.png'); }
.icon_pale.icon-confus { background-image: url('../images/icons/icon-confus-pale.png'); }
.icon_black.icon-confus { background-image: url('../images/icons/icon-confus-black.png'); }

/* 
 * conversation 
 */

.icon-conversation { background-image: url('../images/icons/icon-conversation-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-conversation { background-image: url('../images/icons/icon-conversation-bleu.png'); }
.blue_scheme > .icon-conversation { background-image: url('../images/icons/icon-conversation-fonce.png'); }
.turquoise_scheme > .icon-conversation { background-image: url('../images/icons/icon-conversation-fonce.png'); }
.white_scheme > .icon-conversation { background-image: url('../images/icons/icon-conversation-bleu.png'); }
.pale_scheme > .icon-conversation { background-image: url('../images/icons/icon-conversation-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-conversation { background-image: url('../images/icons/icon-conversation-fonce.png'); }
.icon_blue.icon-conversation { background-image: url('../images/icons/icon-conversation-bleu.png'); }
.icon_turquoise.icon-conversation { background-image: url('../images/icons/icon-conversation-turquoise.png'); }
.icon_white.icon-conversation { background-image: url('../images/icons/icon-conversation-blanc.png'); }
.icon_pale.icon-conversation { background-image: url('../images/icons/icon-conversation-pale.png'); }
.icon_black.icon-conversation { background-image: url('../images/icons/icon-conversation-black.png'); }

/* 
 * diamant 
 */

.icon-diamant { background-image: url('../images/icons/icon-diamant-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-diamant { background-image: url('../images/icons/icon-diamant-bleu.png'); }
.blue_scheme > .icon-diamant { background-image: url('../images/icons/icon-diamant-fonce.png'); }
.turquoise_scheme > .icon-diamant { background-image: url('../images/icons/icon-diamant-fonce.png'); }
.white_scheme > .icon-diamant { background-image: url('../images/icons/icon-diamant-bleu.png'); }
.pale_scheme > .icon-diamant { background-image: url('../images/icons/icon-diamant-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-diamant { background-image: url('../images/icons/icon-diamant-fonce.png'); }
.icon_blue.icon-diamant { background-image: url('../images/icons/icon-diamant-bleu.png'); }
.icon_turquoise.icon-diamant { background-image: url('../images/icons/icon-diamant-turquoise.png'); }
.icon_white.icon-diamant { background-image: url('../images/icons/icon-diamant-blanc.png'); }
.icon_pale.icon-diamant { background-image: url('../images/icons/icon-diamant-pale.png'); }
.icon_black.icon-diamant { background-image: url('../images/icons/icon-diamant-black.png'); }


/* 
 * diamant-crop 
 */

.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-bleu.png'); }
.blue_scheme > .icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-fonce.png'); }
.turquoise_scheme > .icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-fonce.png'); }
.white_scheme > .icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-bleu.png'); }
.pale_scheme > .icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-fonce.png'); }
.icon_blue.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-bleu.png'); }
.icon_turquoise.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-turquoise.png'); }
.icon_white.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-blanc.png'); }
.icon_pale.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-pale.png'); }
.icon_black.icon-diamant-crop { background-image: url('../images/icons/icon-diamant-crop-black.png'); }


/* 
 * diplome-collegial 
 */

.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-bleu.png'); }
.blue_scheme > .icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-fonce.png'); }
.turquoise_scheme > .icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-fonce.png'); }
.white_scheme > .icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-bleu.png'); }
.pale_scheme > .icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-fonce.png'); }
.icon_blue.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-bleu.png'); }
.icon_turquoise.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-turquoise.png'); }
.icon_white.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-blanc.png'); }
.icon_pale.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-pale.png'); }
.icon_black.icon-diplome-collegial { background-image: url('../images/icons/icon-diplome-collegial-black.png'); }

/* 
 * diplome-universitaire 
 */

.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-bleu.png'); }
.blue_scheme > .icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-fonce.png'); }
.turquoise_scheme > .icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-fonce.png'); }
.white_scheme > .icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-bleu.png'); }
.pale_scheme > .icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-fonce.png'); }
.icon_blue.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-bleu.png'); }
.icon_turquoise.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-turquoise.png'); }
.icon_white.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-blanc.png'); }
.icon_pale.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-pale.png'); }
.icon_black.icon-diplome-universitaire { background-image: url('../images/icons/icon-diplome-universitaire-black.png'); }

/* 
 * diplomer 
 */

.icon-diplomer { background-image: url('../images/icons/icon-diplomer-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-diplomer { background-image: url('../images/icons/icon-diplomer-bleu.png'); }
.blue_scheme > .icon-diplomer { background-image: url('../images/icons/icon-diplomer-fonce.png'); }
.turquoise_scheme > .icon-diplomer { background-image: url('../images/icons/icon-diplomer-fonce.png'); }
.white_scheme > .icon-diplomer { background-image: url('../images/icons/icon-diplomer-bleu.png'); }
.pale_scheme > .icon-diplomer { background-image: url('../images/icons/icon-diplomer-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-diplomer { background-image: url('../images/icons/icon-diplomer-fonce.png'); }
.icon_blue.icon-diplomer { background-image: url('../images/icons/icon-diplomer-bleu.png'); }
.icon_turquoise.icon-diplomer { background-image: url('../images/icons/icon-diplomer-turquoise.png'); }
.icon_white.icon-diplomer { background-image: url('../images/icons/icon-diplomer-blanc.png'); }
.icon_pale.icon-diplomer { background-image: url('../images/icons/icon-diplomer-pale.png'); }
.icon_black.icon-diplomer { background-image: url('../images/icons/icon-diplomer-black.png'); }

/* 
 * diplomer-sans
 */

.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-bleu.png'); }
.blue_scheme > .icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-fonce.png'); }
.turquoise_scheme > .icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-fonce.png'); }
.white_scheme > .icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-bleu.png'); }
.pale_scheme > .icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-fonce.png'); }
.icon_blue.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-bleu.png'); }
.icon_turquoise.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-turquoise.png'); }
.icon_white.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-blanc.png'); }
.icon_pale.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-pale.png'); }
.icon_black.icon-diplomer-sans { background-image: url('../images/icons/icon-diplomer-sans-black.png'); }

/* 
 * dollar 
 */

.icon-dollar { background-image: url('../images/icons/icon-dollar-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-dollar { background-image: url('../images/icons/icon-dollar-bleu.png'); }
.blue_scheme > .icon-dollar { background-image: url('../images/icons/icon-dollar-fonce.png'); }
.turquoise_scheme > .icon-dollar { background-image: url('../images/icons/icon-dollar-fonce.png'); }
.white_scheme > .icon-dollar { background-image: url('../images/icons/icon-dollar-bleu.png'); }
.pale_scheme > .icon-dollar { background-image: url('../images/icons/icon-dollar-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-dollar { background-image: url('../images/icons/icon-dollar-fonce.png'); }
.icon_blue.icon-dollar { background-image: url('../images/icons/icon-dollar-bleu.png'); }
.icon_turquoise.icon-dollar { background-image: url('../images/icons/icon-dollar-turquoise.png'); }
.icon_white.icon-dollar { background-image: url('../images/icons/icon-dollar-blanc.png'); }
.icon_pale.icon-dollar { background-image: url('../images/icons/icon-dollar-pale.png'); }
.icon_black.icon-dollar { background-image: url('../images/icons/icon-dollar-black.png'); }

/* 
 * dollar-crop 
 */

.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-bleu.png'); }
.blue_scheme > .icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-fonce.png'); }
.turquoise_scheme > .icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-fonce.png'); }
.white_scheme > .icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-bleu.png'); }
.pale_scheme > .icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-fonce.png'); }
.icon_blue.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-bleu.png'); }
.icon_turquoise.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-turquoise.png'); }
.icon_white.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-blanc.png'); }
.icon_pale.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-pale.png'); }
.icon_black.icon-dollar-crop { background-image: url('../images/icons/icon-dollar-crop-black.png'); }

/* 
 * down 
 */

.icon-down { background-image: url('../images/icons/icon-down-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-down { background-image: url('../images/icons/icon-down-bleu.png'); }
.blue_scheme > .icon-down { background-image: url('../images/icons/icon-down-fonce.png'); }
.turquoise_scheme > .icon-down { background-image: url('../images/icons/icon-down-fonce.png'); }
.white_scheme > .icon-down { background-image: url('../images/icons/icon-down-bleu.png'); }
.pale_scheme > .icon-down { background-image: url('../images/icons/icon-down-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-down { background-image: url('../images/icons/icon-down-fonce.png'); }
.icon_blue.icon-down {background-image: url('../images/icons/icon-down-bleu.png');}
.page-profession .icon_blue.icon-down {display: none;}
.icon_turquoise.icon-down { background-image: url('../images/icons/icon-down-turquoise.png'); }
.icon_white.icon-down { background-image: url('../images/icons/icon-down-blanc.png'); }
.icon_pale.icon-down { background-image: url('../images/icons/icon-down-pale.png'); }
.icon_black.icon-down { background-image: url('../images/icons/icon-down-black.png'); }

/* 
 * down-circle 
 */

.icon-down-circle { background-image: url('../images/icons/icon-down-circle-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-down-circle { background-image: url('../images/icons/icon-down-circle-bleu.png'); }
.blue_scheme > .icon-down-circle { background-image: url('../images/icons/icon-down-circle-fonce.png'); }
.turquoise_scheme > .icon-down-circle { background-image: url('../images/icons/icon-down-circle-fonce.png'); }
.white_scheme > .icon-down-circle { background-image: url('../images/icons/icon-down-circle-bleu.png'); }
.pale_scheme > .icon-down-circle { background-image: url('../images/icons/icon-down-circle-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-down-circle { background-image: url('../images/icons/icon-down-circle-fonce.png'); }
.icon_blue.icon-down-circle { background-image: url('../images/icons/icon-down-circle-bleu.png'); }
.icon_turquoise.icon-down-circle { background-image: url('../images/icons/icon-down-circle-turquoise.png'); }
.icon_white.icon-down-circle { background-image: url('../images/icons/icon-down-circle-blanc.png'); }
.icon_pale.icon-down-circle { background-image: url('../images/icons/icon-down-circle-pale.png'); }
.icon_black.icon-down-circle { background-image: url('../images/icons/icon-down-circle-black.png'); }

/* 
 * entreprise 
 */

.icon-entreprise { background-image: url('../images/icons/icon-entreprise-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-entreprise { background-image: url('../images/icons/icon-entreprise-bleu.png'); }
.blue_scheme > .icon-entreprise { background-image: url('../images/icons/icon-entreprise-fonce.png'); }
.turquoise_scheme > .icon-entreprise { background-image: url('../images/icons/icon-entreprise-fonce.png'); }
.white_scheme > .icon-entreprise { background-image: url('../images/icons/icon-entreprise-bleu.png'); }
.pale_scheme > .icon-entreprise { background-image: url('../images/icons/icon-entreprise-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-entreprise { background-image: url('../images/icons/icon-entreprise-fonce.png'); }
.icon_blue.icon-entreprise { background-image: url('../images/icons/icon-entreprise-bleu.png'); }
.icon_turquoise.icon-entreprise { background-image: url('../images/icons/icon-entreprise-turquoise.png'); }
.icon_white.icon-entreprise { background-image: url('../images/icons/icon-entreprise-blanc.png'); }
.icon_pale.icon-entreprise { background-image: url('../images/icons/icon-entreprise-pale.png'); }
.icon_black.icon-entreprise { background-image: url('../images/icons/icon-entreprise-black.png'); }


/* 
 * entreprise-extended
 */

.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-bleu.png'); }
.blue_scheme > .icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-fonce.png'); }
.turquoise_scheme > .icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-fonce.png'); }
.white_scheme > .icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-bleu.png'); }
.pale_scheme > .icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-fonce.png'); }
.icon_blue.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-bleu.png'); }
.icon_turquoise.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-turquoise.png'); }
.icon_white.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-blanc.png'); }
.icon_pale.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-pale.png'); }
.icon_black.icon-entreprise-extended { background-image: url('../images/icons/icon-entreprise-extended-black.png'); }

/* 
 * estime 
 */

.icon-estime { background-image: url('../images/icons/icon-estime-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-estime { background-image: url('../images/icons/icon-estime-bleu.png'); }
.blue_scheme > .icon-estime { background-image: url('../images/icons/icon-estime-fonce.png'); }
.turquoise_scheme > .icon-estime { background-image: url('../images/icons/icon-estime-fonce.png'); }
.white_scheme > .icon-estime { background-image: url('../images/icons/icon-estime-bleu.png'); }
.pale_scheme > .icon-estime { background-image: url('../images/icons/icon-estime-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-estime { background-image: url('../images/icons/icon-estime-fonce.png'); }
.icon_blue.icon-estime { background-image: url('../images/icons/icon-estime-bleu.png'); }
.icon_turquoise.icon-estime { background-image: url('../images/icons/icon-estime-turquoise.png'); }
.icon_white.icon-estime { background-image: url('../images/icons/icon-estime-blanc.png'); }
.icon_pale.icon-estime { background-image: url('../images/icons/icon-estime-pale.png'); }
.icon_black.icon-estime { background-image: url('../images/icons/icon-estime-black.png'); }

/* 
 * estime-crop 
 */

.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-bleu.png'); }
.blue_scheme > .icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-fonce.png'); }
.turquoise_scheme > .icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-fonce.png'); }
.white_scheme > .icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-bleu.png'); }
.pale_scheme > .icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-fonce.png'); }
.icon_blue.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-bleu.png'); }
.icon_turquoise.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-turquoise.png'); }
.icon_white.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-blanc.png'); }
.icon_pale.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-pale.png'); }
.icon_black.icon-estime-crop { background-image: url('../images/icons/icon-estime-crop-black.png'); }

/* 
 * etudiant-01 
 */

.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-bleu.png'); }
.blue_scheme > .icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-fonce.png'); }
.turquoise_scheme > .icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-fonce.png'); }
.white_scheme > .icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-bleu.png'); }
.pale_scheme > .icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-fonce.png'); }
.icon_blue.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-bleu.png'); }
.icon_turquoise.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-turquoise.png'); }
.icon_white.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-blanc.png'); }
.icon_pale.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-pale.png'); }
.icon_black.icon-etudiant-01 { background-image: url('../images/icons/icon-etudiant-01-black.png'); }

/* 
 * etudiant-02 
 */

.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-bleu.png'); }
.blue_scheme > .icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-fonce.png'); }
.turquoise_scheme > .icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-fonce.png'); }
.white_scheme > .icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-bleu.png'); }
.pale_scheme > .icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-fonce.png'); }
.icon_blue.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-bleu.png'); }
.icon_turquoise.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-turquoise.png'); }
.icon_white.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-blanc.png'); }
.icon_pale.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-pale.png'); }
.icon_black.icon-etudiant-02 { background-image: url('../images/icons/icon-etudiant-02-black.png'); }

/* 
 * head-aime 
 */

.icon-head-aime { background-image: url('../images/icons/icon-head-aime-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-head-aime { background-image: url('../images/icons/icon-head-aime-bleu.png'); }
.blue_scheme > .icon-head-aime { background-image: url('../images/icons/icon-head-aime-fonce.png'); }
.turquoise_scheme > .icon-head-aime { background-image: url('../images/icons/icon-head-aime-fonce.png'); }
.white_scheme > .icon-head-aime { background-image: url('../images/icons/icon-head-aime-bleu.png'); }
.pale_scheme > .icon-head-aime { background-image: url('../images/icons/icon-head-aime-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-head-aime { background-image: url('../images/icons/icon-head-aime-fonce.png'); }
.icon_blue.icon-head-aime { background-image: url('../images/icons/icon-head-aime-bleu.png'); }
.icon_turquoise.icon-head-aime { background-image: url('../images/icons/icon-head-aime-turquoise.png'); }
.icon_white.icon-head-aime { background-image: url('../images/icons/icon-head-aime-blanc.png'); }
.icon_pale.icon-head-aime { background-image: url('../images/icons/icon-head-aime-pale.png'); }
.icon_black.icon-head-aime { background-image: url('../images/icons/icon-head-aime-black.png'); }

/* 
 * head-ear 
 */

.icon-head-ear { background-image: url('../images/icons/icon-head-ear-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-head-ear { background-image: url('../images/icons/icon-head-ear-bleu.png'); }
.blue_scheme > .icon-head-ear { background-image: url('../images/icons/icon-head-ear-fonce.png'); }
.turquoise_scheme > .icon-head-ear { background-image: url('../images/icons/icon-head-ear-fonce.png'); }
.white_scheme > .icon-head-ear { background-image: url('../images/icons/icon-head-ear-bleu.png'); }
.pale_scheme > .icon-head-ear { background-image: url('../images/icons/icon-head-ear-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-head-ear { background-image: url('../images/icons/icon-head-ear-fonce.png'); }
.icon_blue.icon-head-ear { background-image: url('../images/icons/icon-head-ear-bleu.png'); }
.icon_turquoise.icon-head-ear { background-image: url('../images/icons/icon-head-ear-turquoise.png'); }
.icon_white.icon-head-ear { background-image: url('../images/icons/icon-head-ear-blanc.png'); }
.icon_pale.icon-head-ear { background-image: url('../images/icons/icon-head-ear-pale.png'); }
.icon_black.icon-head-ear { background-image: url('../images/icons/icon-head-ear-black.png'); }

/* 
 * head-ear-resize 
 */

.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-bleu-resize.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-bleu-resize.png'); }
.blue_scheme > .icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-fonce-resize.png'); }
.turquoise_scheme > .icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-fonce-resize.png'); }
.white_scheme > .icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-bleu-resize.png'); }
.pale_scheme > .icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-fonce-resize.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-fonce-resize.png'); }
.icon_blue.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-bleu-resize.png'); }
.icon_turquoise.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-turquoise-resize.png'); }
.icon_white.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-blanc-resize.png'); }
.icon_pale.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-pale-resize.png'); }
.icon_black.icon-head-ear-resize { background-image: url('../images/icons/icon-head-ear-black-resize.png'); }

/* 
 * head-ear-animated
 */

.icon-head-ear-animated { background-image: url('../images/icons/icon-head-ear-animated.gif'); }


/* 
 * idee 
 */

.icon-idee { background-image: url('../images/icons/icon-idee-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-idee { background-image: url('../images/icons/icon-idee-bleu.png'); }
.blue_scheme > .icon-idee { background-image: url('../images/icons/icon-idee-fonce.png'); }
.turquoise_scheme > .icon-idee { background-image: url('../images/icons/icon-idee-fonce.png'); }
.white_scheme > .icon-idee { background-image: url('../images/icons/icon-idee-bleu.png'); }
.pale_scheme > .icon-idee { background-image: url('../images/icons/icon-idee-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-idee { background-image: url('../images/icons/icon-idee-fonce.png'); }
.icon_blue.icon-idee { background-image: url('../images/icons/icon-idee-bleu.png'); }
.icon_turquoise.icon-idee { background-image: url('../images/icons/icon-idee-turquoise.png'); }
.icon_white.icon-idee { background-image: url('../images/icons/icon-idee-blanc.png'); }
.icon_pale.icon-idee { background-image: url('../images/icons/icon-idee-pale.png'); }
.icon_black.icon-idee { background-image: url('../images/icons/icon-idee-black.png'); }



/* 
 * idee-crop 
 */

.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-bleu.png'); }
.blue_scheme > .icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-fonce.png'); }
.turquoise_scheme > .icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-fonce.png'); }
.white_scheme > .icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-bleu.png'); }
.pale_scheme > .icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-fonce.png'); }
.icon_blue.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-bleu.png'); }
.icon_turquoise.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-turquoise.png'); }
.icon_white.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-blanc.png'); }
.icon_pale.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-pale.png'); }
.icon_black.icon-idee-crop { background-image: url('../images/icons/icon-idee-crop-black.png'); }


/* 
 * laptop 
 */

.icon-laptop { background-image: url('../images/icons/icon-laptop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-laptop { background-image: url('../images/icons/icon-laptop-bleu.png'); }
.blue_scheme > .icon-laptop { background-image: url('../images/icons/icon-laptop-fonce.png'); }
.turquoise_scheme > .icon-laptop { background-image: url('../images/icons/icon-laptop-fonce.png'); }
.white_scheme > .icon-laptop { background-image: url('../images/icons/icon-laptop-bleu.png'); }
.pale_scheme > .icon-laptop { background-image: url('../images/icons/icon-laptop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-laptop { background-image: url('../images/icons/icon-laptop-fonce.png'); }
.icon_blue.icon-laptop { background-image: url('../images/icons/icon-laptop-bleu.png'); }
.icon_turquoise.icon-laptop { background-image: url('../images/icons/icon-laptop-turquoise.png'); }
.icon_white.icon-laptop { background-image: url('../images/icons/icon-laptop-blanc.png'); }
.icon_pale.icon-laptop { background-image: url('../images/icons/icon-laptop-pale.png'); }
.icon_black.icon-laptop { background-image: url('../images/icons/icon-laptop-black.png'); }


/* 
 * laptop-crop 
 */

.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-bleu.png'); }
.blue_scheme > .icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-fonce.png'); }
.turquoise_scheme > .icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-fonce.png'); }
.white_scheme > .icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-bleu.png'); }
.pale_scheme > .icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-fonce.png'); }
.icon_blue.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-bleu.png'); }
.icon_turquoise.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-turquoise.png'); }
.icon_white.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-blanc.png'); }
.icon_pale.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-pale.png'); }
.icon_black.icon-laptop-crop { background-image: url('../images/icons/icon-laptop-crop-black.png'); }


/* 
 * leader 
 */

.icon-leader { background-image: url('../images/icons/icon-leader-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-leader { background-image: url('../images/icons/icon-leader-bleu.png'); }
.blue_scheme > .icon-leader { background-image: url('../images/icons/icon-leader-fonce.png'); }
.turquoise_scheme > .icon-leader { background-image: url('../images/icons/icon-leader-fonce.png'); }
.white_scheme > .icon-leader { background-image: url('../images/icons/icon-leader-bleu.png'); }
.pale_scheme > .icon-leader { background-image: url('../images/icons/icon-leader-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-leader { background-image: url('../images/icons/icon-leader-fonce.png'); }
.icon_blue.icon-leader { background-image: url('../images/icons/icon-leader-bleu.png'); }
.icon_turquoise.icon-leader { background-image: url('../images/icons/icon-leader-turquoise.png'); }
.icon_white.icon-leader { background-image: url('../images/icons/icon-leader-blanc.png'); }
.icon_pale.icon-leader { background-image: url('../images/icons/icon-leader-pale.png'); }
.icon_black.icon-leader { background-image: url('../images/icons/icon-leader-black.png'); }

/* 
 * left 
 */

.icon-left { background-image: url('../images/icons/icon-left-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-left { background-image: url('../images/icons/icon-left-bleu.png'); }
.blue_scheme > .icon-left { background-image: url('../images/icons/icon-left-fonce.png'); }
.turquoise_scheme > .icon-left { background-image: url('../images/icons/icon-left-fonce.png'); }
.white_scheme > .icon-left { background-image: url('../images/icons/icon-left-bleu.png'); }
.pale_scheme > .icon-left { background-image: url('../images/icons/icon-left-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-left { background-image: url('../images/icons/icon-left-fonce.png'); }
.icon_blue.icon-left { background-image: url('../images/icons/icon-left-bleu.png'); }
.icon_turquoise.icon-left { background-image: url('../images/icons/icon-left-turquoise.png'); }
.icon_white.icon-left { background-image: url('../images/icons/icon-left-blanc.png'); }
.icon_pale.icon-left { background-image: url('../images/icons/icon-left-pale.png'); }
.icon_black.icon-left { background-image: url('../images/icons/icon-left-black.png'); }

/* 
 * left-circle 
 */

.icon-left-circle { background-image: url('../images/icons/icon-left-circle-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-left-circle { background-image: url('../images/icons/icon-left-circle-bleu.png'); }
.blue_scheme > .icon-left-circle { background-image: url('../images/icons/icon-left-circle-fonce.png'); }
.turquoise_scheme > .icon-left-circle { background-image: url('../images/icons/icon-left-circle-fonce.png'); }
.white_scheme > .icon-left-circle { background-image: url('../images/icons/icon-left-circle-bleu.png'); }
.pale_scheme > .icon-left-circle { background-image: url('../images/icons/icon-left-circle-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-left-circle { background-image: url('../images/icons/icon-left-circle-fonce.png'); }
.icon_blue.icon-left-circle { background-image: url('../images/icons/icon-left-circle-bleu.png'); }
.icon_turquoise.icon-left-circle { background-image: url('../images/icons/icon-left-circle-turquoise.png'); }
.icon_white.icon-left-circle { background-image: url('../images/icons/icon-left-circle-blanc.png'); }
.icon_pale.icon-left-circle { background-image: url('../images/icons/icon-left-circle-pale.png'); }
.icon_black.icon-left-circle { background-image: url('../images/icons/icon-left-circle-black.png'); }

/* 
 * lire 
 */

.icon-lire { background-image: url('../images/icons/icon-lire-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-lire { background-image: url('../images/icons/icon-lire-bleu.png'); }
.blue_scheme > .icon-lire { background-image: url('../images/icons/icon-lire-fonce.png'); }
.turquoise_scheme > .icon-lire { background-image: url('../images/icons/icon-lire-fonce.png'); }
.white_scheme > .icon-lire { background-image: url('../images/icons/icon-lire-bleu.png'); }
.pale_scheme > .icon-lire { background-image: url('../images/icons/icon-lire-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-lire { background-image: url('../images/icons/icon-lire-fonce.png'); }
.icon_blue.icon-lire { background-image: url('../images/icons/icon-lire-bleu.png'); }
.icon_turquoise.icon-lire { background-image: url('../images/icons/icon-lire-turquoise.png'); }
.icon_white.icon-lire { background-image: url('../images/icons/icon-lire-blanc.png'); }
.icon_pale.icon-lire { background-image: url('../images/icons/icon-lire-pale.png'); }
.icon_black.icon-lire { background-image: url('../images/icons/icon-lire-black.png'); }


/* 
 * lire-crop 
 */

.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-bleu.png'); }
.blue_scheme > .icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-fonce.png'); }
.turquoise_scheme > .icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-fonce.png'); }
.white_scheme > .icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-bleu.png'); }
.pale_scheme > .icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-fonce.png'); }
.icon_blue.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-bleu.png'); }
.icon_turquoise.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-turquoise.png'); }
.icon_white.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-blanc.png'); }
.icon_pale.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-pale.png'); }
.icon_black.icon-lire-crop { background-image: url('../images/icons/icon-lire-crop-black.png'); }

/* 
 * mail 
 */

.icon-mail { background-image: url('../images/icons/icon-mail-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-mail { background-image: url('../images/icons/icon-mail-bleu.png'); }
.blue_scheme > .icon-mail { background-image: url('../images/icons/icon-mail-fonce.png'); }
.turquoise_scheme > .icon-mail { background-image: url('../images/icons/icon-mail-fonce.png'); }
.white_scheme > .icon-mail { background-image: url('../images/icons/icon-mail-bleu.png'); }
.pale_scheme > .icon-mail { background-image: url('../images/icons/icon-mail-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-mail { background-image: url('../images/icons/icon-mail-fonce.png'); }
.icon_blue.icon-mail { background-image: url('../images/icons/icon-mail-bleu.png'); }
.icon_turquoise.icon-mail { background-image: url('../images/icons/icon-mail-turquoise.png'); }
.icon_white.icon-mail { background-image: url('../images/icons/icon-mail-blanc.png'); }
.icon_pale.icon-mail { background-image: url('../images/icons/icon-mail-pale.png'); }
.icon_black.icon-mail { background-image: url('../images/icons/icon-mail-black.png'); }

/* 
 * mail-crop
 */

.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-bleu.png'); }
.blue_scheme > .icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-fonce.png'); }
.turquoise_scheme > .icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-fonce.png'); }
.white_scheme > .icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-bleu.png'); }
.pale_scheme > .icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-fonce.png'); }
.icon_blue.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-bleu.png'); }
.icon_turquoise.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-turquoise.png'); }
.icon_white.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-blanc.png'); }
.icon_pale.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-pale.png'); }
.icon_black.icon-mail-crop { background-image: url('../images/icons/icon-mail-crop-black.png'); }


/* 
 * message-01 
 */

.icon-message-01 { background-image: url('../images/icons/icon-message-01-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-message-01 { background-image: url('../images/icons/icon-message-01-bleu.png'); }
.blue_scheme > .icon-message-01 { background-image: url('../images/icons/icon-message-01-fonce.png'); }
.turquoise_scheme > .icon-message-01 { background-image: url('../images/icons/icon-message-01-fonce.png'); }
.white_scheme > .icon-message-01 { background-image: url('../images/icons/icon-message-01-bleu.png'); }
.pale_scheme > .icon-message-01 { background-image: url('../images/icons/icon-message-01-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-message-01 { background-image: url('../images/icons/icon-message-01-fonce.png'); }
.icon_blue.icon-message-01 { background-image: url('../images/icons/icon-message-01-bleu.png'); }
.icon_turquoise.icon-message-01 { background-image: url('../images/icons/icon-message-01-turquoise.png'); }
.icon_white.icon-message-01 { background-image: url('../images/icons/icon-message-01-blanc.png'); }
.icon_pale.icon-message-01 { background-image: url('../images/icons/icon-message-01-pale.png'); }
.icon_black.icon-message-01 { background-image: url('../images/icons/icon-message-01-black.png'); }

/* 
 * message-02 
 */

.icon-message-02 { background-image: url('../images/icons/icon-message-02-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-message-02 { background-image: url('../images/icons/icon-message-02-bleu.png'); }
.blue_scheme > .icon-message-02 { background-image: url('../images/icons/icon-message-02-fonce.png'); }
.turquoise_scheme > .icon-message-02 { background-image: url('../images/icons/icon-message-02-fonce.png'); }
.white_scheme > .icon-message-02 { background-image: url('../images/icons/icon-message-02-bleu.png'); }
.pale_scheme > .icon-message-02 { background-image: url('../images/icons/icon-message-02-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-message-02 { background-image: url('../images/icons/icon-message-02-fonce.png'); }
.icon_blue.icon-message-02 { background-image: url('../images/icons/icon-message-02-bleu.png'); }
.icon_turquoise.icon-message-02 { background-image: url('../images/icons/icon-message-02-turquoise.png'); }
.icon_white.icon-message-02 { background-image: url('../images/icons/icon-message-02-blanc.png'); }
.icon_pale.icon-message-02 { background-image: url('../images/icons/icon-message-02-pale.png'); }
.icon_black.icon-message-02 { background-image: url('../images/icons/icon-message-02-black.png'); }

/* 
 * mobile-crop
 */

.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-bleu.png'); }
.blue_scheme > .icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-fonce.png'); }
.turquoise_scheme > .icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-fonce.png'); }
.white_scheme > .icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-bleu.png'); }
.pale_scheme > .icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-fonce.png'); }
.icon_blue.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-bleu.png'); }
.icon_turquoise.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-turquoise.png'); }
.icon_white.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-blanc.png'); }
.icon_pale.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-pale.png'); }
.icon_black.icon-mobile-crop { background-image: url('../images/icons/icon-mobile-crop-black.png'); }

/* 
 * next 
 */

.icon-next { background-image: url('../images/icons/icon-next-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-next { background-image: url('../images/icons/icon-next-bleu.png'); }
.blue_scheme > .icon-next { background-image: url('../images/icons/icon-next-fonce.png'); }
.turquoise_scheme > .icon-next { background-image: url('../images/icons/icon-next-fonce.png'); }
.white_scheme > .icon-next { background-image: url('../images/icons/icon-next-bleu.png'); }
.pale_scheme > .icon-next { background-image: url('../images/icons/icon-next-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-next { background-image: url('../images/icons/icon-next-fonce.png'); }
.icon_blue.icon-next { background-image: url('../images/icons/icon-next-bleu.png'); }
.icon_turquoise.icon-next { background-image: url('../images/icons/icon-next-turquoise.png'); }
.icon_white.icon-next { background-image: url('../images/icons/icon-next-blanc.png'); }
.icon_pale.icon-next { background-image: url('../images/icons/icon-next-pale.png'); }
.icon_black.icon-next { background-image: url('../images/icons/icon-next-black.png'); }


/* 
 * next-crop
 */

.icon-next-crop { background-image: url('../images/icons/icon-next-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-next-crop { background-image: url('../images/icons/icon-next-crop-bleu.png'); }
.blue_scheme > .icon-next-crop { background-image: url('../images/icons/icon-next-crop-fonce.png'); }
.turquoise_scheme > .icon-next-crop { background-image: url('../images/icons/icon-next-crop-fonce.png'); }
.white_scheme > .icon-next-crop { background-image: url('../images/icons/icon-next-crop-bleu.png'); }
.pale_scheme > .icon-next-crop { background-image: url('../images/icons/icon-next-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-next-crop { background-image: url('../images/icons/icon-next-crop-fonce.png'); }
.icon_blue.icon-next-crop { background-image: url('../images/icons/icon-next-crop-bleu.png'); }
.icon_turquoise.icon-next-crop { background-image: url('../images/icons/icon-next-crop-turquoise.png'); }
.icon_white.icon-next-crop { background-image: url('../images/icons/icon-next-crop-blanc.png'); }
.icon_pale.icon-next-crop { background-image: url('../images/icons/icon-next-crop-pale.png'); }
.icon_black.icon-next-crop { background-image: url('../images/icons/icon-next-crop-black.png'); }


/* 
 * place 
 */

.icon-place { background-image: url('../images/icons/icon-place-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-place { background-image: url('../images/icons/icon-place-bleu.png'); }
.blue_scheme > .icon-place { background-image: url('../images/icons/icon-place-fonce.png'); }
.turquoise_scheme > .icon-place { background-image: url('../images/icons/icon-place-fonce.png'); }
.white_scheme > .icon-place { background-image: url('../images/icons/icon-place-bleu.png'); }
.pale_scheme > .icon-place { background-image: url('../images/icons/icon-place-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-place { background-image: url('../images/icons/icon-place-fonce.png'); }
.icon_blue.icon-place { background-image: url('../images/icons/icon-place-bleu.png'); }
.icon_turquoise.icon-place { background-image: url('../images/icons/icon-place-turquoise.png'); }
.icon_white.icon-place { background-image: url('../images/icons/icon-place-blanc.png'); }
.icon_pale.icon-place { background-image: url('../images/icons/icon-place-pale.png'); }
.icon_black.icon-place { background-image: url('../images/icons/icon-place-black.png'); }

/* 
 * place-crop 
 */

.icon-place-crop { background-image: url('../images/icons/icon-place-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-place-crop { background-image: url('../images/icons/icon-place-crop-bleu.png'); }
.blue_scheme > .icon-place-crop { background-image: url('../images/icons/icon-place-crop-fonce.png'); }
.turquoise_scheme > .icon-place-crop { background-image: url('../images/icons/icon-place-crop-fonce.png'); }
.white_scheme > .icon-place-crop { background-image: url('../images/icons/icon-place-crop-bleu.png'); }
.pale_scheme > .icon-place-crop { background-image: url('../images/icons/icon-place-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-place-crop { background-image: url('../images/icons/icon-place-crop-fonce.png'); }
.icon_blue.icon-place-crop { background-image: url('../images/icons/icon-place-crop-bleu.png'); }
.icon_turquoise.icon-place-crop { background-image: url('../images/icons/icon-place-crop-turquoise.png'); }
.icon_white.icon-place-crop { background-image: url('../images/icons/icon-place-crop-blanc.png'); }
.icon_pale.icon-place-crop { background-image: url('../images/icons/icon-place-crop-pale.png'); }
.icon_black.icon-place-crop { background-image: url('../images/icons/icon-place-crop-black.png'); }

/* 
 * play 
 */

.icon-play { background-image: url('../images/icons/icon-play-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-play { background-image: url('../images/icons/icon-play-bleu.png'); }
.blue_scheme > .icon-play { background-image: url('../images/icons/icon-play-fonce.png'); }
.turquoise_scheme > .icon-play { background-image: url('../images/icons/icon-play-fonce.png'); }
.white_scheme > .icon-play { background-image: url('../images/icons/icon-play-bleu.png'); }
.pale_scheme > .icon-play { background-image: url('../images/icons/icon-play-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-play { background-image: url('../images/icons/icon-play-fonce.png'); }
.icon_blue.icon-play { background-image: url('../images/icons/icon-play-bleu.png'); }
.icon_turquoise.icon-play { background-image: url('../images/icons/icon-play-turquoise.png'); }
.icon_white.icon-play { background-image: url('../images/icons/icon-play-blanc.png'); }
.icon_pale.icon-play { background-image: url('../images/icons/icon-play-pale.png'); }
.icon_black.icon-play { background-image: url('../images/icons/icon-play-black.png'); }

/* 
 * pourcentage 
 */

.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-bleu.png'); }
.blue_scheme > .icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-fonce.png'); }
.turquoise_scheme > .icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-fonce.png'); }
.white_scheme > .icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-bleu.png'); }
.pale_scheme > .icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-fonce.png'); }
.icon_blue.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-bleu.png'); }
.icon_turquoise.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-turquoise.png'); }
.icon_white.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-blanc.png'); }
.icon_pale.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-pale.png'); }
.icon_black.icon-pourcentage { background-image: url('../images/icons/icon-pourcentage-black.png'); }

/* 
 * presentation 
 */

.icon-presentation { background-image: url('../images/icons/icon-presentation-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-presentation { background-image: url('../images/icons/icon-presentation-bleu.png'); }
.blue_scheme > .icon-presentation { background-image: url('../images/icons/icon-presentation-fonce.png'); }
.turquoise_scheme > .icon-presentation { background-image: url('../images/icons/icon-presentation-fonce.png'); }
.white_scheme > .icon-presentation { background-image: url('../images/icons/icon-presentation-bleu.png'); }
.pale_scheme > .icon-presentation { background-image: url('../images/icons/icon-presentation-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-presentation { background-image: url('../images/icons/icon-presentation-fonce.png'); }
.icon_blue.icon-presentation { background-image: url('../images/icons/icon-presentation-bleu.png'); }
.icon_turquoise.icon-presentation { background-image: url('../images/icons/icon-presentation-turquoise.png'); }
.icon_white.icon-presentation { background-image: url('../images/icons/icon-presentation-blanc.png'); }
.icon_pale.icon-presentation { background-image: url('../images/icons/icon-presentation-pale.png'); }
.icon_black.icon-presentation { background-image: url('../images/icons/icon-presentation-black.png'); }

/* 
 * previous 
 */

.icon-previous { background-image: url('../images/icons/icon-previous-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-previous { background-image: url('../images/icons/icon-previous-bleu.png'); }
.blue_scheme > .icon-previous { background-image: url('../images/icons/icon-previous-fonce.png'); }
.turquoise_scheme > .icon-previous { background-image: url('../images/icons/icon-previous-fonce.png'); }
.white_scheme > .icon-previous { background-image: url('../images/icons/icon-previous-bleu.png'); }
.pale_scheme > .icon-previous { background-image: url('../images/icons/icon-previous-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-previous { background-image: url('../images/icons/icon-previous-fonce.png'); }
.icon_blue.icon-previous { background-image: url('../images/icons/icon-previous-bleu.png'); }
.icon_turquoise.icon-previous { background-image: url('../images/icons/icon-previous-turquoise.png'); }
.icon_white.icon-previous { background-image: url('../images/icons/icon-previous-blanc.png'); }
.icon_pale.icon-previous { background-image: url('../images/icons/icon-previous-pale.png'); }
.icon_black.icon-previous { background-image: url('../images/icons/icon-previous-black.png'); }

/* 
 * previous-crop 
 */

.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-bleu.png'); }
.blue_scheme > .icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-fonce.png'); }
.turquoise_scheme > .icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-fonce.png'); }
.white_scheme > .icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-bleu.png'); }
.pale_scheme > .icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-fonce.png'); }
.icon_blue.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-bleu.png'); }
.icon_turquoise.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-turquoise.png'); }
.icon_white.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-blanc.png'); }
.icon_pale.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-pale.png'); }
.icon_black.icon-previous-crop { background-image: url('../images/icons/icon-previous-crop-black.png'); }


/* 
 * question 
 */

.icon-question { background-image: url('../images/icons/icon-question-bleu.png'); }
.icon-team-bleu { background-image: url('../images/icons/icon-team-bleu.png'); } 
.icon-team-blanc { background-image: url('../images/icons/icon-team-blanc.png'); }
.icon-question-blanc { background-image: url('../images/icons/icon-question-blanc.png'); }


/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-question { background-image: url('../images/icons/icon-question-bleu.png'); }
.blue_scheme > .icon-question { background-image: url('../images/icons/icon-question-fonce.png'); }
.turquoise_scheme > .icon-question { background-image: url('../images/icons/icon-question-fonce.png'); }
.white_scheme > .icon-question { background-image: url('../images/icons/icon-question-bleu.png'); }
.pale_scheme > .icon-question { background-image: url('../images/icons/icon-question-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-question { background-image: url('../images/icons/icon-question-fonce.png'); }
.icon_blue.icon-question { background-image: url('../images/icons/icon-question-bleu.png'); }
.icon_turquoise.icon-question { background-image: url('../images/icons/icon-question-turquoise.png'); }
.icon_white.icon-question { background-image: url('../images/icons/icon-question-blanc.png'); }
.icon_pale.icon-question { background-image: url('../images/icons/icon-question-pale.png'); }
.icon_black.icon-question { background-image: url('../images/icons/icon-question-black.png'); }

/* 
 * rayonner 
 */

.icon-rayonner { background-image: url('../images/icons/icon-rayonner-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-rayonner { background-image: url('../images/icons/icon-rayonner-bleu.png'); }
.blue_scheme > .icon-rayonner { background-image: url('../images/icons/icon-rayonner-fonce.png'); }
.turquoise_scheme > .icon-rayonner { background-image: url('../images/icons/icon-rayonner-fonce.png'); }
.white_scheme > .icon-rayonner { background-image: url('../images/icons/icon-rayonner-bleu.png'); }
.pale_scheme > .icon-rayonner { background-image: url('../images/icons/icon-rayonner-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-rayonner { background-image: url('../images/icons/icon-rayonner-fonce.png'); }
.icon_blue.icon-rayonner { background-image: url('../images/icons/icon-rayonner-bleu.png'); }
.icon_turquoise.icon-rayonner { background-image: url('../images/icons/icon-rayonner-turquoise.png'); }
.icon_white.icon-rayonner { background-image: url('../images/icons/icon-rayonner-blanc.png'); }
.icon_pale.icon-rayonner { background-image: url('../images/icons/icon-rayonner-pale.png'); }
.icon_black.icon-rayonner { background-image: url('../images/icons/icon-rayonner-black.png'); }
.icon_bicolor.icon-rayonner { background-image: url('../images/icons/icon-rayonner-bicolor.png'); }


/* 
 * rayonner-animation
 */

.icon-rayonner-animation { background-image: url('../images/icons/icon-rayonner-animation.png'); }


/* 
 * resoudre 
 */

.icon-resoudre { background-image: url('../images/icons/icon-resoudre-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-resoudre { background-image: url('../images/icons/icon-resoudre-bleu.png'); }
.blue_scheme > .icon-resoudre { background-image: url('../images/icons/icon-resoudre-fonce.png'); }
.turquoise_scheme > .icon-resoudre { background-image: url('../images/icons/icon-resoudre-fonce.png'); }
.white_scheme > .icon-resoudre { background-image: url('../images/icons/icon-resoudre-bleu.png'); }
.pale_scheme > .icon-resoudre { background-image: url('../images/icons/icon-resoudre-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-resoudre { background-image: url('../images/icons/icon-resoudre-fonce.png'); }
.icon_blue.icon-resoudre { background-image: url('../images/icons/icon-resoudre-bleu.png'); }
.icon_turquoise.icon-resoudre { background-image: url('../images/icons/icon-resoudre-turquoise.png'); }
.icon_white.icon-resoudre { background-image: url('../images/icons/icon-resoudre-blanc.png'); }
.icon_pale.icon-resoudre { background-image: url('../images/icons/icon-resoudre-pale.png'); }
.icon_black.icon-resoudre { background-image: url('../images/icons/icon-resoudre-black.png'); }

/* 
 * resoudre-crop 
 */

.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-bleu.png'); }
.blue_scheme > .icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-fonce.png'); }
.turquoise_scheme > .icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-fonce.png'); }
.white_scheme > .icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-bleu.png'); }
.pale_scheme > .icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-fonce.png'); }
.icon_blue.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-bleu.png'); }
.icon_turquoise.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-turquoise.png'); }
.icon_white.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-blanc.png'); }
.icon_pale.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-pale.png'); }
.icon_black.icon-resoudre-crop { background-image: url('../images/icons/icon-resoudre-crop-black.png'); }

/* 
 * right 
 */

.icon-right { background-image: url('../images/icons/icon-right-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-right { background-image: url('../images/icons/icon-right-bleu.png'); }
.blue_scheme > .icon-right { background-image: url('../images/icons/icon-right-fonce.png'); }
.turquoise_scheme > .icon-right { background-image: url('../images/icons/icon-right-fonce.png'); }
.white_scheme > .icon-right { background-image: url('../images/icons/icon-right-bleu.png'); }
.pale_scheme > .icon-right { background-image: url('../images/icons/icon-right-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-right { background-image: url('../images/icons/icon-right-fonce.png'); }
.icon_blue.icon-right { background-image: url('../images/icons/icon-right-bleu.png'); }
.icon_turquoise.icon-right { background-image: url('../images/icons/icon-right-turquoise.png'); }
.icon_white.icon-right { background-image: url('../images/icons/icon-right-blanc.png'); }
.icon_pale.icon-right { background-image: url('../images/icons/icon-right-pale.png'); }
.icon_black.icon-right { background-image: url('../images/icons/icon-right-black.png'); }

/* 
 * right-circle 
 */

.icon-right-circle { background-image: url('../images/icons/icon-right-circle-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-right-circle { background-image: url('../images/icons/icon-right-circle-bleu.png'); }
.blue_scheme > .icon-right-circle { background-image: url('../images/icons/icon-right-circle-fonce.png'); }
.turquoise_scheme > .icon-right-circle { background-image: url('../images/icons/icon-right-circle-fonce.png'); }
.white_scheme > .icon-right-circle { background-image: url('../images/icons/icon-right-circle-bleu.png'); }
.pale_scheme > .icon-right-circle { background-image: url('../images/icons/icon-right-circle-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-right-circle { background-image: url('../images/icons/icon-right-circle-fonce.png'); }
.icon_blue.icon-right-circle { background-image: url('../images/icons/icon-right-circle-bleu.png'); }
.icon_turquoise.icon-right-circle { background-image: url('../images/icons/icon-right-circle-turquoise.png'); }
.icon_white.icon-right-circle { background-image: url('../images/icons/icon-right-circle-blanc.png'); }
.icon_pale.icon-right-circle { background-image: url('../images/icons/icon-right-circle-pale.png'); }
.icon_black.icon-right-circle { background-image: url('../images/icons/icon-right-circle-black.png'); }

/* 
 * small-people-01 
 */

.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-bleu.png'); }
.blue_scheme > .icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-fonce.png'); }
.turquoise_scheme > .icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-fonce.png'); }
.white_scheme > .icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-bleu.png'); }
.pale_scheme > .icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-fonce.png'); }
.icon_blue.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-bleu.png'); }
.icon_turquoise.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-turquoise.png'); }
.icon_white.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-blanc.png'); }
.icon_pale.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-pale.png'); }
.icon_black.icon-small-people-01 { background-image: url('../images/icons/icon-small-people-01-black.png'); }

/* 
 * small-people-01-crop 
 */

.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-bleu.png'); }
.blue_scheme > .icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-fonce.png'); }
.turquoise_scheme > .icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-fonce.png'); }
.white_scheme > .icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-bleu.png'); }
.pale_scheme > .icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-fonce.png'); }
.icon_blue.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-bleu.png'); }
.icon_turquoise.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-turquoise.png'); }
.icon_white.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-blanc.png'); }
.icon_pale.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-pale.png'); }
.icon_black.icon-small-people-01-crop { background-image: url('../images/icons/icon-small-people-01-crop-black.png'); }

/* 
 * small-people-carre-01 
 */

.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-bleu.png'); }
.blue_scheme > .icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-fonce.png'); }
.turquoise_scheme > .icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-fonce.png'); }
.white_scheme > .icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-bleu.png'); }
.pale_scheme > .icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-fonce.png'); }
.icon_blue.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-bleu.png'); }
.icon_turquoise.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-turquoise.png'); }
.icon_white.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-blanc.png'); }
.icon_pale.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-pale.png'); }
.icon_black.icon-small-people-carre-01 { background-image: url('../images/icons/icon-small-people-carre-01-black.png'); }


/* 
 * small-people-carre-01-crop
 */

.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-bleu.png'); }
.blue_scheme > .icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-fonce.png'); }
.turquoise_scheme > .icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-fonce.png'); }
.white_scheme > .icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-bleu.png'); }
.pale_scheme > .icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-fonce.png'); }
.icon_blue.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-bleu.png'); }
.icon_turquoise.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-turquoise.png'); }
.icon_white.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-blanc.png'); }
.icon_pale.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-pale.png'); }
.icon_black.icon-small-people-carre-01-crop { background-image: url('../images/icons/icon-small-people-carre-01-crop-black.png'); }

/* 
 * small-people-carre-02 
 */

.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-bleu.png'); }
.blue_scheme > .icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-fonce.png'); }
.turquoise_scheme > .icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-fonce.png'); }
.white_scheme > .icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-bleu.png'); }
.pale_scheme > .icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-fonce.png'); }
.icon_blue.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-bleu.png'); }
.icon_turquoise.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-turquoise.png'); }
.icon_white.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-blanc.png'); }
.icon_pale.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-pale.png'); }
.icon_black.icon-small-people-carre-02 { background-image: url('../images/icons/icon-small-people-carre-02-black.png'); }

/* 
 * small-people-carre-02-crop 
 */

.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-bleu.png'); }
.blue_scheme > .icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-fonce.png'); }
.turquoise_scheme > .icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-fonce.png'); }
.white_scheme > .icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-bleu.png'); }
.pale_scheme > .icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-fonce.png'); }
.icon_blue.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-bleu.png'); }
.icon_turquoise.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-turquoise.png'); }
.icon_white.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-blanc.png'); }
.icon_pale.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-pale.png'); }
.icon_black.icon-small-people-carre-02-crop { background-image: url('../images/icons/icon-small-people-carre-02-crop-black.png'); }

/* 
 * small-people-rayonner-01 
 */

.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-bleu.png'); }
.blue_scheme > .icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-fonce.png'); }
.turquoise_scheme > .icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-fonce.png'); }
.white_scheme > .icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-bleu.png'); }
.pale_scheme > .icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-fonce.png'); }
.icon_blue.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-bleu.png'); }
.icon_turquoise.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-turquoise.png'); }
.icon_white.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-blanc.png'); }
.icon_pale.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-pale.png'); }
.icon_black.icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-black.png'); }

/* 
 * small-people-rayonner-01-crop 
 */

.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-bleu.png'); }
.blue_scheme > .icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-fonce.png'); }
.turquoise_scheme > .icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-fonce.png'); }
.white_scheme > .icon-small-people-rayonner-01 { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-bleu.png'); }
.pale_scheme > .icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-fonce.png'); }
.icon_blue.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-bleu.png'); }
.icon_turquoise.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-turquoise.png'); }
.icon_white.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-blanc.png'); }
.icon_pale.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-pale.png'); }
.icon_black.icon-small-people-rayonner-01-crop { background-image: url('../images/icons/icon-small-people-rayonner-01-crop-black.png'); }

/* 
 * small-people-rayonner-02 
 */

.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-bleu.png'); }
.blue_scheme > .icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-fonce.png'); }
.turquoise_scheme > .icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-fonce.png'); }
.white_scheme > .icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-bleu.png'); }
.pale_scheme > .icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-fonce.png'); }
.icon_blue.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-bleu.png'); }
.icon_turquoise.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-turquoise.png'); }
.icon_white.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-blanc.png'); }
.icon_pale.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-pale.png'); }
.icon_black.icon-small-people-rayonner-02 { background-image: url('../images/icons/icon-small-people-rayonner-02-black.png'); }

/* 
 * small-people-rayonner-02-crop 
 */

.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-bleu.png'); }
.blue_scheme > .icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-fonce.png'); }
.turquoise_scheme > .icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-fonce.png'); }
.white_scheme > .icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-bleu.png'); }
.pale_scheme > .icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-fonce.png'); }
.icon_blue.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-bleu.png'); }
.icon_turquoise.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-turquoise.png'); }
.icon_white.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-blanc.png'); }
.icon_pale.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-pale.png'); }
.icon_black.icon-small-people-rayonner-02-crop { background-image: url('../images/icons/icon-small-people-rayonner-02-crop-black.png'); }

/* 
 * stack 
 */

.icon-stack { background-image: url('../images/icons/icon-stack-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-stack { background-image: url('../images/icons/icon-stack-bleu.png'); }
.blue_scheme > .icon-stack { background-image: url('../images/icons/icon-stack-fonce.png'); }
.turquoise_scheme > .icon-stack { background-image: url('../images/icons/icon-stack-fonce.png'); }
.white_scheme > .icon-stack { background-image: url('../images/icons/icon-stack-bleu.png'); }
.pale_scheme > .icon-stack { background-image: url('../images/icons/icon-stack-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-stack { background-image: url('../images/icons/icon-stack-fonce.png'); }
.icon_blue.icon-stack { background-image: url('../images/icons/icon-stack-bleu.png'); }
.icon_turquoise.icon-stack { background-image: url('../images/icons/icon-stack-turquoise.png'); }
.icon_white.icon-stack { background-image: url('../images/icons/icon-stack-blanc.png'); }
.icon_pale.icon-stack { background-image: url('../images/icons/icon-stack-pale.png'); }
.icon_black.icon-stack { background-image: url('../images/icons/icon-stack-black.png'); }


/* 
 * stack-crop 
 */

.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-bleu.png'); }
.blue_scheme > .icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-fonce.png'); }
.turquoise_scheme > .icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-fonce.png'); }
.white_scheme > .icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-bleu.png'); }
.pale_scheme > .icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-fonce.png'); }
.icon_blue.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-bleu.png'); }
.icon_turquoise.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-turquoise.png'); }
.icon_white.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-blanc.png'); }
.icon_pale.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-pale.png'); }
.icon_black.icon-stack-crop { background-image: url('../images/icons/icon-stack-crop-black.png'); }

/* 
 * team
 */

.icon-team { background-image: url('../images/icons/icon-team-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-team { background-image: url('../images/icons/icon-team-bleu.png'); }
.blue_scheme > .icon-team { background-image: url('../images/icons/icon-team-fonce.png'); }
.turquoise_scheme > .icon-team { background-image: url('../images/icons/icon-team-fonce.png'); }
.white_scheme > .icon-team { background-image: url('../images/icons/icon-team-bleu.png'); }
.pale_scheme > .icon-team { background-image: url('../images/icons/icon-team-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-team { background-image: url('../images/icons/icon-team-fonce.png'); }
.icon_blue.icon-team { background-image: url('../images/icons/icon-team-bleu.png'); }
.icon_turquoise.icon-team { background-image: url('../images/icons/icon-team-turquoise.png'); }
.icon_white.icon-team { background-image: url('../images/icons/icon-team-blanc.png'); }
.icon_pale.icon-team { background-image: url('../images/icons/icon-team-pale.png'); }
.icon_black.icon-team { background-image: url('../images/icons/icon-team-black.png'); }

/* 
 * teamwork 
 */

.icon-teamwork { background-image: url('../images/icons/icon-teamwork-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-teamwork { background-image: url('../images/icons/icon-teamwork-bleu.png'); }
.blue_scheme > .icon-teamwork { background-image: url('../images/icons/icon-teamwork-fonce.png'); }
.turquoise_scheme > .icon-teamwork { background-image: url('../images/icons/icon-teamwork-fonce.png'); }
.white_scheme > .icon-teamwork { background-image: url('../images/icons/icon-teamwork-bleu.png'); }
.pale_scheme > .icon-teamwork { background-image: url('../images/icons/icon-teamwork-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-teamwork { background-image: url('../images/icons/icon-teamwork-fonce.png'); }
.icon_blue.icon-teamwork { background-image: url('../images/icons/icon-teamwork-bleu.png'); }
.icon_turquoise.icon-teamwork { background-image: url('../images/icons/icon-teamwork-turquoise.png'); }
.icon_white.icon-teamwork { background-image: url('../images/icons/icon-teamwork-blanc.png'); }
.icon_pale.icon-teamwork { background-image: url('../images/icons/icon-teamwork-pale.png'); }
.icon_black.icon-teamwork { background-image: url('../images/icons/icon-teamwork-black.png'); }

/* 
 * telephone 
 */

.icon-telephone { background-image: url('../images/icons/icon-telephone-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-telephone { background-image: url('../images/icons/icon-telephone-bleu.png'); }
.blue_scheme > .icon-telephone { background-image: url('../images/icons/icon-telephone-fonce.png'); }
.turquoise_scheme > .icon-telephone { background-image: url('../images/icons/icon-telephone-fonce.png'); }
.white_scheme > .icon-telephone { background-image: url('../images/icons/icon-telephone-bleu.png'); }
.pale_scheme > .icon-telephone { background-image: url('../images/icons/icon-telephone-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-telephone { background-image: url('../images/icons/icon-telephone-fonce.png'); }
.icon_blue.icon-telephone { background-image: url('../images/icons/icon-telephone-bleu.png'); }
.icon_turquoise.icon-telephone { background-image: url('../images/icons/icon-telephone-turquoise.png'); }
.icon_white.icon-telephone { background-image: url('../images/icons/icon-telephone-blanc.png'); }
.icon_pale.icon-telephone { background-image: url('../images/icons/icon-telephone-pale.png'); }
.icon_black.icon-telephone { background-image: url('../images/icons/icon-telephone-black.png'); }


/* 
 * telephone-crop 
 */

.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-bleu.png'); }
.blue_scheme > .icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-fonce.png'); }
.turquoise_scheme > .icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-fonce.png'); }
.white_scheme > .icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-bleu.png'); }
.pale_scheme > .icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-fonce.png'); }
.icon_blue.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-bleu.png'); }
.icon_turquoise.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-turquoise.png'); }
.icon_white.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-blanc.png'); }
.icon_pale.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-pale.png'); }
.icon_black.icon-telephone-crop { background-image: url('../images/icons/icon-telephone-crop-black.png'); }

/* 
 * thumbup 
 */

.icon-thumbup { background-image: url('../images/icons/icon-thumbup-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-thumbup { background-image: url('../images/icons/icon-thumbup-bleu.png'); }
.blue_scheme > .icon-thumbup { background-image: url('../images/icons/icon-thumbup-fonce.png'); }
.turquoise_scheme > .icon-thumbup { background-image: url('../images/icons/icon-thumbup-fonce.png'); }
.white_scheme > .icon-thumbup { background-image: url('../images/icons/icon-thumbup-bleu.png'); }
.pale_scheme > .icon-thumbup { background-image: url('../images/icons/icon-thumbup-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-thumbup { background-image: url('../images/icons/icon-thumbup-fonce.png'); }
.icon_blue.icon-thumbup { background-image: url('../images/icons/icon-thumbup-bleu.png'); }
.icon_turquoise.icon-thumbup { background-image: url('../images/icons/icon-thumbup-turquoise.png'); }
.icon_white.icon-thumbup { background-image: url('../images/icons/icon-thumbup-blanc.png'); }
.icon_pale.icon-thumbup { background-image: url('../images/icons/icon-thumbup-pale.png'); }
.icon_black.icon-thumbup { background-image: url('../images/icons/icon-thumbup-black.png'); }


/* 
 * up 
 */

.icon-up { background-image: url('../images/icons/icon-up-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-up { background-image: url('../images/icons/icon-up-bleu.png'); }
.blue_scheme > .icon-up { background-image: url('../images/icons/icon-up-fonce.png'); }
.turquoise_scheme > .icon-up { background-image: url('../images/icons/icon-up-fonce.png'); }
.white_scheme > .icon-up { background-image: url('../images/icons/icon-up-bleu.png'); }
.pale_scheme > .icon-up { background-image: url('../images/icons/icon-up-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-up { background-image: url('../images/icons/icon-up-fonce.png'); }
.icon_blue.icon-up { background-image: url('../images/icons/icon-up-bleu.png'); }
.icon_turquoise.icon-up { background-image: url('../images/icons/icon-up-turquoise.png'); }
.icon_white.icon-up { background-image: url('../images/icons/icon-up-blanc.png'); }
.icon_pale.icon-up { background-image: url('../images/icons/icon-up-pale.png'); }
.icon_black.icon-up { background-image: url('../images/icons/icon-up-black.png'); }

/* 
 * up-circle 
 */

.icon-up-circle { background-image: url('../images/icons/icon-up-circle-bleu.png'); }

/* Make sure we only considered the parents color scheme when specified */
.dark_scheme > .icon-up-circle { background-image: url('../images/icons/icon-up-circle-bleu.png'); }
.blue_scheme > .icon-up-circle { background-image: url('../images/icons/icon-up-circle-fonce.png'); }
.turquoise_scheme > .icon-up-circle { background-image: url('../images/icons/icon-up-circle-fonce.png'); }
.white_scheme > .icon-up-circle { background-image: url('../images/icons/icon-up-circle-bleu.png'); }
.pale_scheme > .icon-up-circle { background-image: url('../images/icons/icon-up-circle-fonce.png'); }

/* Those class allows to specified the color of an icon */
.icon_dark.icon-up-circle { background-image: url('../images/icons/icon-up-circle-fonce.png'); }
.icon_blue.icon-up { background-image: url('../images/icons/icon-up-circle-bleu.png'); }
.icon_turquoise.icon-up-circle { background-image: url('../images/icons/icon-up-circle-turquoise.png'); }
.icon_white.icon-up-circle { background-image: url('../images/icons/icon-up-circle-blanc.png'); }
.icon_pale.icon-up-circle { background-image: url('../images/icons/icon-up-circle-pale.png'); }
.icon_black.icon-up-circle { background-image: url('../images/icons/icon-up-circle-black.png'); }


/* iCONES PROFESSIONS */

.avenirRH_Profession01 { background-image: url('../images/icons/avenirRH_Profession01.svg'); }
.avenirRH_Profession02 { background-image: url('../images/icons/avenirRH_Profession02.svg'); }
.avenirRH_Profession03 { background-image: url('../images/icons/avenirRH_Profession03.svg'); }
.avenirRH_Profession04 { background-image: url('../images/icons/avenirRH_Profession04.svg'); }
.avenirRH_Profession05 { background-image: url('../images/icons/avenirRH_Profession05.svg'); }
.avenirRH_Profession06 { background-image: url('../images/icons/avenirRH_Profession06.svg'); }
.avenirRH_Profession07 { background-image: url('../images/icons/avenirRH_Profession07.svg'); }
.avenirRH_Profession08 { background-image: url('../images/icons/avenirRH_Profession08.svg'); }
.avenirRH_Profession09 { background-image: url('../images/icons/avenirRH_Profession09.svg'); }
.avenirRH_Profession10 { background-image: url('../images/icons/avenirRH_Profession10.svg'); }




/* ================================
 * SECTION - Font
 * ============================= */

html,
body {
  font-family: arial, sans-serif;
  font-size: 18px;
  line-height: 1.25em;
}

#header,
#objectif_footer {
  font-family: 'Roboto', arial, sans-serif;
}

h1, h2, h3, .font-big { 
  font-family: 'Roboto', arial, sans-serif;
  font-weight: normal;
  font-size: 40px; 
  line-height: 1.125em;
  padding-bottom: 0.5em;
}

.font-bigger { 
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 70px; 
  line-height: 1.125em;
  padding-bottom: 0.5em;
}

h4, h5, h6 { 
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal; 
  line-height: 1.125em;
  padding-bottom: 0.5em;
}

h1.padding-none,
h2.padding-none,
h3.padding-none,
h4.padding-none,
h5.padding-none,
h6.padding-none,
.font-big.padding-none,
.font-bigger.padding-none {
  padding: 0;
}

@media screen and ( max-width: 480px ) {
  
  .font-bigger { 
    font-size: 10vw; 
    font-size: 30px;
  }
  
  h1, h2, h3, .font-big { 

    font-size: 25px; 
  }

}
h4 { 
  font-family: 'Roboto', arial, sans-serif;
  font-weight: normal;
  font-size: 30px; 
  line-height: 1.125em;
  padding-bottom: 0.5em;
}

  /* 
   * framework class 
   * A collection of class that allows to modify the font properties like size, weight, style & transform
   */ 

   
   
   
   
   
/* -----------------------------
 * Line Height
 * ----------------------------- */

   .line-height-1 { line-height: 1em; }
   .line-height-1-5 { line-height: 1.5em; }
   .line-height-2 { line-height: 2em; }
   .line-height-2-5 { line-height: 2.5em; }
   .line-height-3 { line-height: 3em; }


/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

   .line-height-lg-1 { line-height: 1em; }
   .line-height-lg-1-5 { line-height: 1.5em; }
   .line-height-lg-2 { line-height: 2em; }
   .line-height-lg-2-5 { line-height: 2.5em; }
   .line-height-lg-3 { line-height: 3em; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

   .line-height-md-1 { line-height: 1em; }
   .line-height-md-1-5 { line-height: 1.5em; }
   .line-height-md-2 { line-height: 2em; }
   .line-height-md-2-5 { line-height: 2.5em; }
   .line-height-md-3 { line-height: 3em; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

   .line-height-sm-1 { line-height: 1em; }
   .line-height-sm-1-5 { line-height: 1.5em; }
   .line-height-sm-2 { line-height: 2em; }
   .line-height-sm-2-5 { line-height: 2.5em; }
   .line-height-sm-3 { line-height: 3em; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

   .line-height-xs-1 { line-height: 1em; }
   .line-height-xs-1-5 { line-height: 1.5em; }
   .line-height-xs-2 { line-height: 2em; }
   .line-height-xs-2-5 { line-height: 2.5em; }
   .line-height-xs-3 { line-height: 3em; }

}

   
   
   
   

/* ================================
 * SECTION - Font Size
* ============================= */

.font-size-normal { font-size: 18px; }  
.font-size-small { font-size: 14px; line-height: 1.125em; }
.font-size-70 { font-size: 70px; line-height: 1.5em; }
.font-size-65 { font-size: 65px; line-height: 1.5em; }
.font-size-60 { font-size: 60px; line-height: 1.5em; }
.font-size-55 { font-size: 55px; line-height: 1.5em; }
.font-size-50 { font-size: 50px; line-height: 1.5em; }
.font-size-45 { font-size: 45px; line-height: 1.5em; }
.font-size-40 { font-size: 40px; line-height: 1.5em; }
.font-size-35 { font-size: 35px; line-height: 1.5em; }
.font-size-30 { font-size: 30px; line-height: 1.5em; }
.font-size-25 { font-size: 25px; line-height: 1.5em; }
.font-size-20 { font-size: 20px; line-height: 1.5em; }
.font-size-15 { font-size: 15px; line-height: 1.5em; }
.font-size-10 { font-size: 10px; line-height: 1.5em; }

/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

.font-size-lg-normal { font-size: 18px; }  
.font-size-lg-small { font-size: 14px; line-height: 1.125em; }
.font-size-lg-70 { font-size: 70px; line-height: 1.5em; }
.font-size-lg-65 { font-size: 65px; line-height: 1.5em; }
.font-size-lg-60 { font-size: 60px; line-height: 1.5em; }
.font-size-lg-55 { font-size: 55px; line-height: 1.5em; }
.font-size-lg-50 { font-size: 50px; line-height: 1.5em; }
.font-size-lg-45 { font-size: 45px; line-height: 1.5em; }
.font-size-lg-40 { font-size: 40px; line-height: 1.5em; }
.font-size-lg-35 { font-size: 35px; line-height: 1.5em; }
.font-size-lg-30 { font-size: 30px; line-height: 1.5em; }
.font-size-lg-25 { font-size: 25px; line-height: 1.5em; }
.font-size-lg-20 { font-size: 20px; line-height: 1.5em; }
.font-size-lg-15 { font-size: 15px; line-height: 1.5em; }
.font-size-lg-10 { font-size: 10px; line-height: 1.5em; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

.font-size-md-normal { font-size: 18px; }  
.font-size-md-small { font-size: 14px; line-height: 1.125em; }
.font-size-md-70 { font-size: 70px; line-height: 1.5em; }
.font-size-md-65 { font-size: 65px; line-height: 1.5em; }
.font-size-md-60 { font-size: 60px; line-height: 1.5em; }
.font-size-md-55 { font-size: 55px; line-height: 1.5em; }
.font-size-md-50 { font-size: 50px; line-height: 1.5em; }
.font-size-md-45 { font-size: 45px; line-height: 1.5em; }
.font-size-md-40 { font-size: 40px; line-height: 1.5em; }
.font-size-md-35 { font-size: 35px; line-height: 1.5em; }
.font-size-md-30 { font-size: 30px; line-height: 1.5em; }
.font-size-md-25 { font-size: 25px; line-height: 1.5em; }
.font-size-md-20 { font-size: 20px; line-height: 1.5em; }
.font-size-md-15 { font-size: 15px; line-height: 1.5em; }
.font-size-md-10 { font-size: 10px; line-height: 1.5em; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

.font-size-sm-normal { font-size: 18px; }  
.font-size-sm-small { font-size: 14px; line-height: 1.125em; }
.font-size-sm-70 { font-size: 70px; line-height: 1.5em; }
.font-size-sm-65 { font-size: 65px; line-height: 1.5em; }
.font-size-sm-60 { font-size: 60px; line-height: 1.5em; }
.font-size-sm-55 { font-size: 55px; line-height: 1.5em; }
.font-size-sm-50 { font-size: 50px; line-height: 1.5em; }
.font-size-sm-45 { font-size: 45px; line-height: 1.5em; }
.font-size-sm-40 { font-size: 40px; line-height: 1.5em; }
.font-size-sm-35 { font-size: 35px; line-height: 1.5em; }
.font-size-sm-30 { font-size: 30px; line-height: 1.5em; }
.font-size-sm-25 { font-size: 25px; line-height: 1.5em; }
.font-size-sm-20 { font-size: 20px; line-height: 1.5em; }
.font-size-sm-15 { font-size: 15px; line-height: 1.5em; }
.font-size-sm-10 { font-size: 10px; line-height: 1.5em; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

.font-size-xs-normal { font-size: 18px; }  
.font-size-xs-small { font-size: 14px; line-height: 1.125em; }
.font-size-xs-70 { font-size: 70px; line-height: 1.5em; }
.font-size-xs-65 { font-size: 65px; line-height: 1.5em; }
.font-size-xs-60 { font-size: 60px; line-height: 1.5em; }
.font-size-xs-55 { font-size: 55px; line-height: 1.5em; }
.font-size-xs-50 { font-size: 50px; line-height: 1.5em; }
.font-size-xs-45 { font-size: 45px; line-height: 1.5em; }
.font-size-xs-40 { font-size: 40px; line-height: 1.5em; }
.font-size-xs-35 { font-size: 35px; line-height: 1.5em; }
.font-size-xs-30 { font-size: 30px; line-height: 1.5em; }
.font-size-xs-25 { font-size: 25px; line-height: 1.5em; }
.font-size-xs-20 { font-size: 20px; line-height: 1.5em; }
.font-size-xs-15 { font-size: 15px; line-height: 1.5em; }
.font-size-xs-10 { font-size: 10px; line-height: 1.5em; }

}

/* ================================
 * SECTION - Font Transform
* ============================= */

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.transform-none { text-transform: none; }

/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {
  
  .uppercase-lg { text-transform: uppercase; }
  .lowercase-lg { text-transform: lowercase; }
  .capitalize-lg { text-transform: capitalize; }
  .transform-none-lg { text-transform: none; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {
  
  .uppercase-md { text-transform: uppercase; }
  .lowercase-md { text-transform: lowercase; }
  .capitalize-md { text-transform: capitalize; }
  .transform-none-md { text-transform: none; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {
  
  .uppercase-sm { text-transform: uppercase; }
  .lowercase-sm { text-transform: lowercase; }
  .capitalize-sm { text-transform: capitalize; }
  .transform-none-sm { text-transform: none; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {
  
  .uppercase-xs { text-transform: uppercase; }
  .lowercase-xs { text-transform: lowercase; }
  .capitalize-xs { text-transform: capitalize; }
  .transform-none-xs { text-transform: none; }

}

/* ================================
 * SECTION - Font weight
 * ============================= */

.font-normal { font-weight: normal; }  
.font-bold { font-weight: bold; }

/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

.font-normal-lg { font-weight: normal; }  
.font-bold-lg { font-weight: bold; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

.font-normal-md { font-weight: normal; }  
.font-bold-md { font-weight: bold; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

.font-normal-sm { font-weight: normal; }  
.font-bold-sm { font-weight: bold; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

.font-normal-xs { font-weight: normal; }  
.font-bold-xs { font-weight: bold; }

}

/* ================================
 * SECTION - Site Elements / Rows
 * ============================= */

/*
 * This section define style for specify elements of the site
 */

/* -----------------------------
 * Circle
 * ----------------------------- */


 .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
 }
 
 .circle span {
  font-size: 48px;
  vertical-align: middle;
}


  .circle:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
  }

   .circle_content {
    display: inline-block;
    vertical-align: middle;
   }

/* -----------------------------
 * Button
 * ----------------------------- */

.button {
    border: 2px solid #002c48;
    padding: 0.5em 2.5em;
    margin: 0.5em 0;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
}

.button.bg {  
    background-color: rgba(0, 44, 72, 0.25); /* Transparent for unsupported browser */
}

.button:hover {
    background-color: #002c48;
    color: #ffffff;
}

/* -----------------------------
 * Main Menu
 * ----------------------------- */

 #objectif_header #header {
  position: absolute;
  top: 0;
  z-index: 999;
 }
.blue-bg header {
  background:#ffffff;
}
 
 @media screen and ( max-width: 992px ) {
 
   #objectif_header #header {
    position: relative;
   }

}

#main-menu .menu-item {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
} 

#main-menu .menu-item:first-child {
display: inline;
}

@media screen and ( max-width: 992px ) {

    #main-menu .menu-item:first-child {
  display: table;
    }

}

#objectif_crha_logo a, 
#mobile_toggle a,
#main-menu .menu-item a {
    text-decoration: none;
    width: 100%;
    display: block;
    min-width: 100%;
    height: 100%;
    padding: 1.65em 1em;
    color: #196db6;
    font-size: 15px;
}

#objectif_crha_logo a {
  padding: 1.5em 1em;
}

#main-menu .menu-item a:hover {
  background-color: #196db6;
  color: #ffffff;
}

/*
 * Active parent menu item
 */
 
.page-role #main-menu #menu-role a,
.page-etudes #main-menu #menu-etudes a,
.page-emplois #main-menu #menu-emplois a,
.page-portraits:not(.page-profession) #main-menu #menu-portraits a,
.page-portraits.page-profession #main-menu #menu-profession a,
.page-types-de-role #main-menu #menu-role a,
.page-contact #main-menu #menu-contact a {  
  background-color: #196db6;
  color: #ffffff; 
}



#header a.logo:hover {
  background-color: transparent;
}

#header .social_menu {
  text-align: center;
}

@media screen and ( max-width: 992px ) {
  
  .mobile-menu-active {
    position: fixed;
  }
  

  .mobile-menu-active #main-menu {
    display: block!important;
    position: fixed;
    left: 0;
    top: 67px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

}


/* -----------------------------
 * Video
 * ----------------------------- */

/* 
http://thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video 
https://codepen.io/dudleystorey/pen/knqyK
*/

#portrait_video video, .page-accueil video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%); 
    -webkit-transform: translateX(-50%) translateY(-50%); 
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

/* Extra wrapper, to accomodate ie11 bug with overflow proppery in table and absolute positionning */
#objectif_video_wrapper {
  position: relative; 
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
  min-height: 600px;
  height: 55.8vw;
  max-height: 960px;
}

@media screen and ( max-width: 1280px ) {
  #objectif_video_wrapper {
    min-height: 600px;
    height: 50vw;
    max-height: 960px;
  }

}

#objectif_video_wrapper {
    background-image: url('../video/accueil-full.jpg');
    background-position: center center;
    background-repeat: no-repeat;

   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover; 

}

#portrait_video_wrapper {
  position: relative; 
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
}

.page-accueil video {
    z-index: -100;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    max-width: none;  
}

.page-etudes video,
.page-ordre video,
.page-role video,
.page-portraits video {
  z-index: -100;
}

#portrait-play {
cursor: pointer;
  background-image: url('../images/icons/icon-play-blanc.png'); 
}

#portrait-play:hover {
    background-image: url('../images/icons/icon-play-fonce.png'); 
}


.z-index-100 {
  z-index: 100!important;

}

#portrait-video-over {
      background-color: rgba( 25, 109, 182, 0.5 );
      height: 100%;
}

.full_height {
  min-height: 450px;
  max-height: none;
  height: 55.8vw;
}


.page-portraits .full_height {
  min-height: 450px;
  max-height: none;
  height: 55.8vw;
}

.page-portraits .auto_height {
  min-height: 200px;
  max-height: none;
  height: 27.8vw;
}

#pourquoi_video.full_height,
#pourquoi_video .full_height,
#conseil_video.full_height,
#conseil_video .full_height { height: 55.8vw; }

.video_conseil {
    background-image: url('../video/image/conseil.jpg');
}
.video_releve {
    background-image: url('../video/image/crha_releve.jpg');
}
.video_rh {
    background-image: url('../video/image/video-rh.jpg');
}
.video_pourquoi {
    background-image: url('../video/image/pourquoi.jpg');
}



/* -----------------------------
 * Footer
 * ----------------------------- */

#objectif_footer {
  color: #000000;
}

#objectif_footer .footer-menu {
  padding-right: 2em;
}

@media screen and ( max-width: 769px ) {
  
  #objectif_footer .footer-menu {
    padding-right: 0;
  }

}


  #objectif_footer .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  

  #objectif_footer .footer-menu ul li {
    padding-right: 1em;
  }



@media screen and ( max-width: 480px ) {


  #objectif_footer .footer-menu ul li {
    padding-right: 0;
  }
  
}


#objectif_footer .footer-menu li {
}

#objectif_footer .footer-menu a {
  font-size: 14px;
  padding: 0.25em 0;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

#objectif_footer .footer-menu a:hover {
  color: #196db6;
}

#footer-mail {
  padding: 0.5em 0;
}

#footer-mail a {
  display: block;
  height: 1.75em;
  background-position: left;
}

#footer-logo-crha {
  background-position: right;
  height: 90px;
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and ( max-width: 768px ) {
  
  #footer-logo-crha { 
    background-position: center;
  }
}

@media screen and ( max-width: 480px ) {
  
  #footer-mail a { 
    background-position: center;
  }
}


/* -----------------------------
 * Social Menu
 * ----------------------------- */

.social_menu {
    font-family: 'FontAwesome';
    font-size: 14px;
    margin: 0;  
    list-style-type: none;
    list-style: none;
}

.social_menu ul {
  padding: 0;
  margin: 0;
}

.social_menu .social-item {
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0.25em;
}

@media screen and ( max-width: 1064px ) and ( min-width: 993px ) {

  .social_menu .social-item {
    margin: 0;
  }

}

/* Hide the menu item text */
.social_menu .social-item span {
    display: none;
}

/* Style of the icons */
.social_menu .social-item a {
    display: inline-block;
    position: relative;
    margin: 0;
    text-decoration: none;
    width: 2em;
    height: 2em;
}

.social_menu .social-item a:before {
    content: "\f415";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 2em;
}

.social_menu .social-item a[href$="/feed/"]:before { content: "\f413"; }
.social_menu .social-item a[href*="codepen.io"]:before { content: "\f1cb"; }
.social_menu .social-item a[href*="digg.com"]:before { content: "\f1a6"; }
.social_menu .social-item a[href*="dribbble.com"]:before { content: "\f17d"; }
.social_menu .social-item a[href*="dropbox.com"]:before { content: "\f16b"; }
.social_menu .social-item a[href*="facebook.com"]:before { content: "\f09a"; }
.social_menu .social-item a[href*="flickr.com"]:before { content: "\f16e"; }
.social_menu .social-item a[href*="foursquare.com"]:before { content: "\f180"; }
.social_menu .social-item a[href*="plus.google.com"]:before { content: "\f0d5"; }
.social_menu .social-item a[href*="github.com"]:before { content: "\f09b"; }
.social_menu .social-item a[href*="instagram.com"]:before { content: "\f16d"; }
.social_menu .social-item a[href*="linkedin.com"]:before { content: "\f0e1"; }
.social_menu .social-item a[href*="pinterest.com"]:before { content: "\f231"; }
.social_menu .social-item a[href*="reddit.com"]:before { content: "\f1a1"; }
.social_menu .social-item a[href*="stumbleupon.com"]:before { content: "\f1a4" }
.social_menu .social-item a[href*="tumblr.com"]:before { content: "\f173"; }
.social_menu .social-item a[href*="twitter.com"]:before { content: "\f099"; }
.social_menu .social-item a[href*="vimeo.com"]:before { content: "\f27d"; }
.social_menu .social-item a[href*="wordpress.com"]:before,
.social_menu .social-item a[href*="wordpress.org"]:before { content: "\f19a"; }
.social_menu .social-item a[href*="youtube.com"]:before { content: "\f167"; }
.social_menu .social-item a[href*="spotify.com"]:before { content: "\f1bc"; }
.social_menu .social-item a[href*="twitch.tv"]:before { content: "\f1e8"; }
.social_menu .social-item a[href*="rss"]:before { content: "\f09e"; }
.social_menu .social-item a[href*="soundcloud"]:before { content: "\f1be"; }




/* -----------------------------
 * Carousels
 * ----------------------------- */

.owl-carousel-container {
  display: block;
  width: 100%;
  padding: 1em 1em 3em;
  box-sizing: border-box;
  
}

 .owl-carousel .owl-wrapper {
  display: table !important;
}

.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* Nav */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -2.5em;
  /*font-size: 3em;*/
  width: 100%;
}

.owl-carousel .owl-prev {
  position: absolute;
  display: inline-block;
  left: 1em;
}

.owl-carousel .owl-next {
  position: absolute;
  display: inline-block;
  right: 1em;
}

.owl-carousel .owl-item {
  text-align: center;
}


/* -----------------------------
 * Accueil Carousels
 * ----------------------------- */


  #carousel_accueil {

  }
  
#carousel_accueil .item-image {
  width: 40%;
  height: 300px;
  margin: 1em auto;
  text-align: center;
  vertical-align: middle;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: width .5s ease-out, margin .5s ease-in-out;
  -moz-transition: width .5s ease-out, margin .5s ease-in-out;
  -webkit-transition: width .5s ease-out, margin .5s ease-in-out;
}

#carousel_accueil .item-name {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

#carousel_accueil a {
  text-decoration: none;
  color: #000000;
}

#carousel_accueil .item-name,
#carousel_accueil .item-poste { 
  display: block;
  padding: 0.125em;
  opacity: 0;  
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

/* Center slide */ 
#carousel_accueil .owl-item.center .item-image {
  width: 100%;
}

#carousel_accueil .owl-item.center .item-name,
#carousel_accueil .owl-item.center .item-poste {
  opacity: 1;  
}

/* Definir image par slide */
#carousel_accueil #carousel_portrait_01 .item-image {
  background-image: url('../video/image/cegep-portrait-circle.jpg');
}

#carousel_accueil #carousel_portrait_02 .item-image {
  background-image: url('../video/image/david-portrait-circle.jpg');
}

#carousel_accueil #carousel_portrait_03 .item-image {
  background-image: url('../video/image/hopital-portrait-circle.jpg');
}
#carousel_accueil #carousel_portrait_04 .item-image {
  background-image: url('../video/image/jeancoutu-portrait-circle.jpg');
}

#carousel_accueil #carousel_portrait_05 .item-image {
  background-image: url('../video/image/loreal-portrait-circle.jpg');
}

#carousel_accueil #carousel_portrait_06 .item-image {
  background-image: url('../video/image/mondou-portrait-circle.jpg');
}

#carousel_accueil #carousel_portrait_07 .item-image {
  background-image: url('../video/image/meritek-portrait-circle.jpg');
}





/* -----------------------------
 * Role Carousels
 * ----------------------------- */

 #objectif_role_carousel .custom-pagination {
  cursor: pointer;
  padding: 5px;
 }

 #objectif_role_carousel .circle {
  background-color: #dff8fd;
 }

 #objectif_role_carousel .custom-pagination:hover .circle {
  background-color: #002c48;
 }

 #objectif_role_carousel .owl-active .circle {
  background-color: #002c48;
 }

#carousel_role .item-numero,
#carousel_role .item-titre, #carousel_profession .item-titre {
  font-size: 25px;
  line-height: 1.25em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 769px ) {
  
  #carousel_role .item-numero,
  #carousel_role .item-titre, #carousel_profession .item-titre {
    font-size: 25px;
  }

}























/*
 * #emploi_numbers
 */
 
 @media screen and ( min-width: 769px ) {
  
  #emploi_numbers .col-3 {
  
    min-height: 250px;
    
  }

}




@media screen and ( min-width: 769px ) {


}




.display-none { display: none; }  
.display-table { display: table; }
.display-table-cell { display: table-cell; }



/* -----------------------------
 * Media Query - Small desktop -lg
 * ----------------------------- */

@media (max-width: 1280px) {

  .display-lg-none { display: none; } 
  .display-lg-table { display: table; }
  .display-lg-table-cell { display: table-cell; }
  
}

/* -----------------------------
 * Media Query - Tablet -md
 * ----------------------------- */

@media (max-width: 992px) {

  .display-md-none { display: none; } 
  .display-md-table { display: table; }
  .display-md-table-cell { display: table-cell; }
  
}

/* -----------------------------
 * Media Query - Big phone -sm
 * ----------------------------- */

@media (max-width: 768px) {

  .display-sm-none { display: none; } 
  .display-sm-table { display: table; }
  .display-sm-table-cell { display: table-cell; }

}

/* -----------------------------
 * Media Query - Small phone -xs
 * ----------------------------- */

@media (max-width: 480px) {

  .display-xs-none { display: none; } 
  .display-xs-table { display: table; }
  .display-xs-table-cell { display: table-cell; }

}




















/*
 * header
 */

 #objectif_header {
    position: relative;  
 }

#objectif_header h3 {
  padding-top : .8em;
}

/* ==========================
 * Video
 */
 
 #objectif_video {
  position: relative;
}





.page-accueil .full_height {
  min-height: 600px;
  height: 55.8vw;
  max-height: 960px;
}

@media screen and ( max-width: 1280px ) {
  .page-accueil .full_height {
    min-height: 600px;
    height: 50vw;
    max-height: 960px;
  }

}


#objectif_video_content {
  height: 45vw;
  min-height: 600px;
}

#objectif_video_content h3 {
  font-weight: lighter;
}

.tabs_tab_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.tabs_tab_container .tabs_width_2 {
    width: 50%;
}
.tabs_tab_container .tabs_width_2 img { 
    width: 100%;
    display: block;
}
@media screen and ( max-width: 980px ) {
   .tabs_tab_container .tabs_width_2 {
        width: 100%;
    } 
}
    
/* -----------------------------
 * Portraits
 * ----------------------------- */

.mosaic {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#portrait_mosaic .mosaic {
  height: 400px;
}

@media screen and ( max-width: 480px ) {

  #portrait_mosaic .mosaic {  
    height: 150px;
  }

}

.mosaic_hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#portrait_mosaic .mosaic:hover .mosaic_hover {
  display: block;
  cursor: pointer;
}

.mosaic_hover:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.mosaic_hover_center {  
  display: inline-block;
  vertical-align: middle;
}

.mosaic_nom {
  text-transform: uppercase;
  padding-bottom: 1em;
}


.video_cegep.thumb { background-image: url( '../video/image/cegep-thumb.jpg' ); }
.video_david.thumb { background-image: url( '../video/image/david-thumb.jpg' ); }
.video_hopital.thumb { background-image: url( '../video/image/hopital-thumb.jpg' ); }
.video_jeancoutu.thumb { background-image: url( '../video/image/jeancoutu-thumb.jpg' ); }
.video_loreal.thumb { background-image: url( '../video/image/loreal-thumb.jpg' ); }
.video_mondou.thumb { background-image: url( '../video/image/mondou-thumb.jpg' ); }
.video_meritek.thumb { background-image: url( '../video/image/meritek-thumb.jpg' ); }


.video_cegep.full_height{ background-image: url( '../video/image/cegep-full.jpg' ); }
.video_david.full_height{ background-image: url( '../video/image/david-full.jpg' ); }
.video_hopital.full_height{ background-image: url( '../video/image/hopital-full.jpg' ); }
.video_jeancoutu.full_height{ background-image: url( '../video/image/jeancoutu-full.jpg' ); }
.video_loreal.full_height{ background-image: url( '../video/image/loreal-full.jpg' ); }
.video_mondou.full_height{ background-image: url( '../video/image/mondou-full.jpg' ); }
.video_meritek.full_height{ background-image: url( '../video/image/meritek-full.jpg' ); }




.video_temoignage1.thumb { background-image: url( '../video/image/temoignage1.jpg' ); }
.video_temoignage2.thumb { background-image: url( '../video/image/temoignage2.jpg' ); }






/*
 * PNG Animation
 */


@-webkit-keyframes icon-animation{ from { background-position: 0px 0px } 
                       to { background-position: -12150px 0px } } 
   @-moz-keyframes icon-animation{ from { background-position: 0px 0px } 
                       to { background-position: -12150px 0px } } 
    @-ms-keyframes icon-animation{ from { background-position: 0px 0px } 
                       to { background-position: -12150px 0px } } 
     @-o-keyframes icon-animation{ from { background-position: 0px 0px } 
                       to { background-position: -12150px 0px } } 
        @keyframes icon-animation{ from { background-position: 0px 0px } 
                       to { background-position: -12150px 0px } }    

.icon_animation {
  
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: -6075px 0;
  background-repeat: no-repeat;
  
  -webkit-animation-name: icon-animation;
  -webkit-animation-duration: 3.75s;
  -webkit-animation-timing-function: steps(90, end);
  -webkit-animation-iteration-count: infinite;
  
  -moz-animation-name: icon-animation;
  -moz-animation-duration: 3.75s;
  -moz-animation-timing-function: steps(90, end);
  -moz-animation-iteration-count: infinite;
  
  -ms-animation-name: icon-animation;
  -ms-animation-duration: 3.75s;
  -ms-animation-timing-function: steps(90, end);
  -ms-animation-iteration-count: infinite;

  -o-animation-name: icon-animation;
  -o-animation-duration: 3.75s;
  -o-animation-timing-function: steps(90, end);
  -o-animation-iteration-count: infinite;

  animation-name: icon-animation;
  animation-duration: 3.75s;
  animation-timing-function: steps(90, end);
  animation-iteration-count: infinite;
  
}








/*
 * objectif_statistique
 */

#objectif_statistique {
  position: absolute;
  bottom: 0;
}
.page-emplois #objectif_statistique {
  position: relative;
  bottom: 0;
}

@media screen and ( max-width: 1280px ) {
  
  #objectif_statistique {
    position: relative;
  }

  
}




/*
 * EXTRA - image-crhacria
 */

.image-crhacria { background-image: url('../images/image-crhacria.png'); }


/*
 * EXTRA - FALLBACK HTML5 video 
 */

#objectif_video_wrapper .mejs-container {
  position: absolute;
}

.mejs-shim,
.mejs-container {
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: auto!important;
  overflow: hidden;
}

.mejs-shim,
.mejs-container {
  min-height: 450px;
  max-height: none;
  height: 55.8vw;
}

.page-accueil .mejs-shim,
.page-accueil .mejs-container{
  min-height: 600px;
  max-height: none;
  height: 55.8vw!important;
}

.me-plugin { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    box-sizing: border-box;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%); 
    -webkit-transform: translateX(-50%) translateY(-50%); 
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}
p.max-width-985 {
    max-width: 985px;
    margin: 1em auto;
}
p.max-width-890 {
    max-width: 890px;
    margin: 1em auto;
}

.page-accueil .me-plugin { 
    width: 1065px;
  }
#role_leader_responsable ul {
    list-style: none;
    text-align: center;
    padding: 0;
}
#role_leader_responsable ul li:before {
   content: "";
    width: 100px;
    height: 1px;
    background-color: #196db6;
    display: block;
    margin: 10px auto 20px;
}
#role_leader_responsable ul li:first-of-type:before {
   content: "";
   display: none;
}
.boxNumber {
    border-right: 2px solid #196db6;
    text-align: center;
}
.boxNumber:last-of-type {
   border: none; 
}
/*.boxNumber img {
    max-width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}*/
#role_trois_grand .boxNumber p {
   color: #196db6;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 250px;
    margin: 10px auto 0;
    position: relative;
    min-height: 90px;
    
}
@media only screen and (max-width: 992px) {
    #role_trois_grand .boxNumber {
        margin-bottom: 20px; 
        text-align: center;
        border: none;
    }
    #role_trois_grand .boxNumber p {
        margin: 10px auto 20px;
            min-height: auto;
        
    }
}
/*#role_trois_grand .boxNumber p:after {
    content:"";
    width: 1px;
    height: 100%;
    background-color: #196db6;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}*/
#role_trois_grand .boxNumber:last-of-type p:after{
    display: none;
}
@media screen and ( max-width: 1280px ) {

  .page-accueil .mejs-shim,
  .page-accueil .mejs-container,
  .page-accueil .me-plugin {
    min-height: 600px;
    height: 50vw;
    max-height: 960px;
  }

}

/*
#pourquoi_video.full_height .mejs-shim,
#pourquoi_video.full_height .mejs-container,
#pourquoi_video.full_height .me-plugin,

#pourquoi_video .full_height .mejs-shim,
#pourquoi_video .full_height .mejs-container,
#pourquoi_video .full_height .mejs-plugin,

#conseil_video.full_height .mejs-shim,
#conseil_video.full_height .mejs-container,
#conseil_video.full_height .mejs-plugin,

#conseil_video .full_height .mejs-shim,
#conseil_video .full_height .mejs-container,
#conseil_video .full_height .mejs-plugin { 
  height: 55.8vw; 
}
*/

.page-accueil .mejs-container .mejs-controls,
.page-accueil .mejs-overlay-play {
  display: none!important;
}