/* MES COULEURS 
bleu: #05a6dd       vert: #06ba4f       noir: #13100d       Orange qui va bien avec #FF5733     Jaune doré qui va bien #F4D03F #F8E287, #FBEDB7 #FEF9E7 #FCF3CF
teintes de mon vert: #E0F6E9, #C1EED3, #A2E5BD
#0d8ba1
Saumon qui va bien #E74C3C      MAUVE tétradique #A805DD  CHARCOAL du footer #646463   ROUGE BACKGROUND: #d82c2e ou lui? #63c7ea
Gradient de bleus (teintes de mon bleu: #E0F4FB, #C1E9F6, #A1DEF2, #82D2EE, #63C7EA, #44BCE5, #05a6dd
espace insécable : &nbsp;
*/


/* GÉNÉRAL */
body
{
    font-family: 'Nunito', sans-serif;
    cursor:pointer;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}
h2
{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}
hr
{
    height: 2px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}
img
{
    max-width: 100%;
    height: auto;
}
section
{
    padding: 45px 0 80px 0;
}
section .heading
{
    text-align: center;
    padding-bottom: 20px;
}
.blue-divider
{
    width: 120px;
    height: 2px;
    background-color: #05a6dd;
    margin: 0 auto;
}
.white-divider
{
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}
.long-division
{
    padding: 50px 0 0 0;
}
.long-divider
{
    width: 700px;
    height: 4px;
    background-color: #06ba4f;
    margin: 0 auto;
}
ul,ol
{
    list-style: none;
}
.heading h1
{
    color:#05a6dd;
}
.sense
{
    color: #13100d; 
}
.button1
{
    font-weight: bold;
    text-transform: uppercase;
    color: #06ba4f;
    border: 1px solid #06ba4f;
    display: inline-block;
    margin-top: 20px;
    padding: 18px 50px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;
    text-decoration: none;
}
.button1:hover
{
    background: #44bce5;
    border: #44bce5;
    color: #fff;
    text-decoration: none;
}


/* MENU */
.navbar
{
    background: #44bce5;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse
{
    text-align: right;
}
.nav li
{
    float: left;
}
.navbar li a
{
    color: #13100d !important;
    border-radius: 4px;
}
.navbar-nav li a:hover, .navbar-nav li.active a
{
    color: #44bce5 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle
{
    border-style: none;
}
.icon-bar
{
    background-color: #fff !important;
}
.navbar-header .left
{
    float: left;
    padding: 0;
    margin-top: 5px;
    margin-left: 0;
}
#buttonENFR
{
    display: block;
    margin-top: 5px;
    float: none;
    width: 45px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}   
#buttonENFR:hover
{
    background: #13100d;
    border: #13100d;
}
.dropdown
{
    position: relative;
    display: inline-block;
}
.dropbtn
{
    background-color: transparent;
    color: #13100d;
    padding: 0;
    font-size: 10px;
    width: 30px;
    border: #13100d; 
    border-radius: 4px;
}
.dropbtn .glyphicon
{
    font-size: 13px;
    color: #fff;
}
.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    text-align: right;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
}
.dropdown-content a
{
    text-decoration: none;
    color: #44bce5;
}
.dropdown-content a:hover
{
    color: #13100d;
}
.dropdown:hover .dropdown-content
{
    display: block;
    right: 0;
}
.dropdown:hover .dropbtn
{   
    background-color: #fff;
}
.dropdown:hover .glyphicon
{   
    color: #13100d;
}


/* HOME */
#home
{
    padding-top: 100px;
    background-color: #fff;
}
.profile-picture
{
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 0;    
    float: left;
}
.faq-picture
{
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 0;    
    float: right;
    height: 300px;
    width: 300px;
}
.faq-picture h3
{
    color: #d82c2e;
}
.button2
{
    font-weight: bold;
    color: #06ba4f;
    border: 1px solid #06ba4f;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 25px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease-in 0s;
    text-decoration: none;
}
.button2:hover
{
    background: #06ba4f;
    color: #fff;
    text-decoration: none;
}


/* EXPERTISE */
#expertise
{
    padding: 65px 0 80px 0;
    background-color: #fff;
}
#expertise h2
{
    color: #05a6dd;
}
#expertise h3
{
    color: #13100d;
    text-align: center;
    font-size: 25px;
}
#expertise .expertise
{
    color: #05a6dd;
    font-style: italic;
}
#domaines
{
    padding: 65px 0 80px 0;
    margin: 15px auto 0 auto;
    text-align: center;
}
#domaines p
{
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 90%;
}
#domaines .glyphicon
{
    color: #05a6dd;
}
.carousel-control.left, .carousel-control.right
{
    color: #05a6dd;
    vertical-align: middle;
    background-color: none;
}
.carousel-indicators
{
    bottom: 0px;    
}
.carousel-indicators li
{
    border-color: #06ba4f;
}
.carousel-indicators li.active
{
    border-color: #06ba4f;
    background-color: #63C7EA !important;
}
.carousel-inner
{
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.carousel-inner .item
{
    padding: 10px 20px;
}
.item .active ul li
{
    text-decoration: none;
    left: 50%;    
}
#supports
{
    padding: 65px 0 80px 0;
}
#supports p
{
   text-align: center;
}
#supports .field-content1
{
    background-color: #A1DEF2;
    /*animation: example 2s;
    @keyframes example {
    from {background-color: #A1DEF2;}
    to {background-color: #05a6dd;}    
    0%   {background-color: #A1DEF2;} 
    25%  {background-color: #82D2EE;}
    50%  {background-color: #63C7EA;}
    75% {background-color: #44BCE5;}
    100% {background-color: #05a6dd;}
}
    -webkit-transition: width 2s, background 2s linear 1.5s; 
    transition: width 2s, background 2s linear 1.5s;*/
    margin: 0 auto;
    font-size: 17px;
    color: #13100d;
    border-left: 1px solid #05a6dd;
    border-right: 1px solid #05a6dd;
    border-bottom: 1px solid #05a6dd;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.175);
    width: 300px;
    text-align: center;
}
/*#supports .field-content1:hover
{
    width: 320px;
    font-size: 17px;
    background-color: #05a6dd;
}*/
#contenus
{
   padding: 65px 0 80px 0; 
}
#contenus .defileParent
{
	display: block;
	margin: 1em auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
    height: auto;
    vertical-align: middle;
    @media only screen and (max-width: 860px)
}
#contenus .defile
{
    display: block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 105%;
    color: #05a6dd;
    border: 5px dotted lightgray;
    border-radius: 4px;
	-webkit-animation:linear marqueelike 15s infinite ;
	-moz-animation:linear marqueelike 15s infinite ;
	-o-animation:linear marqueelike 15s infinite ;
	-ms-animation:linear marqueelike 15s infinite ;
	animation:linear marqueelike 15s infinite ;
	margin-left: -100%;
	padding: 0 5px;
	text-align: left;
	height: 35px;
}
#contenus .defile:after
{
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
	padding-left: 10px;
}
@-webkit-keyframes marqueelike
{
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike
{
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike
{
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike
{
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike
{
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
/*   {
    font-size: 18px;
    color: #13100d;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    text-align: left;
}*/


/* WORK FLOW */
#flow
{
    padding: 65px 0 80px 0;
    background-color: #fff;
}
#flow h2
{
    color: #05a6dd;
}
#flow .block
{
    margin: 0 auto;
    padding: 5px;
    width: 100%;
}
#flow .slide
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
#flow .slide img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
#flow .overlay
{
    position: absolute;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    background: rgba(5, 166, 221, 0.9);
    padding: 40px;
    color: #fff;
    box-sizing: border-box;
    transition: transform 5s ease;
}
#flow .slide:hover .overlay
{
    transform: translate(0,0);  
}
#flow .slide .overlay
{
    transform: translate(100%, 0);
}
#flow .slide-item
{
    font-size: 1.65vw;
    color: #fff;
    text-align: center;
    padding: 5px;
}
#flow .dot
{
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #06ba4f;
    border: 1px solid #06ba4f;
    padding-top: 1px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}


/* TURNAROUND */
#turnaround
{
    padding: 65px 0 80px 0;
    background-color: #fff;
    margin: none;
}
#turnaround h2
{
    color: #05a6dd;
}

#turnaround .blockA
{
   margin-top: 50px; 
}
#turnaround .blockB
{
    margin-top: 100px;
    line-height: 105%;
    font-size: 22px;
}
/*#turnaround .turnaround-body h4
{
    color: #05a6dd;
    font-style: oblique;
    font-size: 17px;
    font-weight: normal;
}*/
/*#turnaround .turnaround-body p:first-child
{
    margin-left: 100px;
}*/
.circle
{
    position: relative;
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    color: #06ba4f;
}
.circle .border {
  /* content: ''; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-radius: 50%;
  border: 1em ridge #05a6dd;
  -webkit-animation-name: Rotate;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: Rotate;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: Rotate;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.circle-wrapper
{
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: auto;
}
.circle-inner 
{    
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.circle-content 
{
    display: table;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.circle-content .middle
{
    margin: 60px auto;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #BCE544;
    vertical-align: middle;
}
/*BD44E5*/


/* EXEMPLES */
#examples
{
    padding: 65px 0 80px 0;
    background-color: #44bce5;
}
#examples .heading
{
    margin: 0 auto;
}
#examples .heading h2
{
    color: #fff;
}
.example-box
{
    padding: none;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    box-shadow: 2px 6px 8px rgba(0,0,0,0.200);
}
#panel-left, #panel-right
{
    padding: none;
    margin: 0 auto;
    position: relative;
    background-color: #BCE544;
    height: 100%;
    border-radius: 10px;
}
#panel-center
{
    padding: none;
    margin: none;
    background: transparent; 
}
.panel-center-body
{
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
.panel-center-body .glyphicon
{
    color: #BCE544;
    border: #BCE544;
    font-size: 20px;
    top: 50%;
    bottom: 50%;
}
.panel-header-left, .panel-header-right
{
    padding: none;
    margin: 0 auto;
}
.panel-header-left h3
{
    color: #13100d;
    font-weight: bold;
    font-size: 2.25vw;
    text-align: right;
}
.panel-header-right h3
{
    color: #13100d;
    font-weight: bold;
    font-size: 2.25vw;
    text-align: left;
}
.panel-header-left p
{
    font-size: 1.75vw;
    font-style: italic;
    text-align: right;
}
.panel-header-right p
{
    font-size: 1.75vw;
    font-style: italic;
    text-align: left;
}
.panel-body-left .panel-body-right
{
    padding: none;
    margin: 0 auto;
}    
.panel-body-left p
{
    text-align: right;
    font-size: 1.75vw;
}
.panel-body-right p
{
    text-align: left;
    font-size: 1.75vw;
}

/* TRAINING */
#training
{
    padding: 65px 0 80px 0;
    background-color: #fff;
}
#training .heading h2
{
    color: #05a6dd;
}
#training .w3-animate-top
{
    animation-duration: 3s;
}
#training .w3-animate-top h4
{
    font-size: 22px;
    color: #05a6dd;
}
#training .w3-animate-top p
{
    font-size: 18px;
    color: #13100d;
    line-height: 105%;
}
#training .details
{
    margin: 0 auto;
}
.details #collapse-btn
{
    padding: none;
    margin-left: 50%;
    border-radius: 4px !important;
    border: 1px solid #05a6dd;
    background-color: #05a6dd !important;
}
#training-content
{
    margin: 0 auto;
    max-width: 50%;
    overflow: hidden;
    text-align: left;
    border: 2px solid lightgray;
    border-radius: 4px;
}
#training-content .collapse
{
    display: inline-block;
    left: 50%;
    right: 50%;   
    /*border: 1px solid aqua;*/
    transition-timing-function: 3s;
}
#training-content .item
{    
    font-size: 18px;
    color: #05a6dd;
    list-style: disc;
    text-align: left;
}
.details .glyphicon
{
    font-size: 12px;
    color: #fff;
    height: 12px;
}
.details .glyphicon:hover
{
    font-size: 14px;
}

    
/* POLITIQUES COMMERCIALES */
#conditions
{
    padding: 65px 0 80px 0;
    background-color: #fff;
}
#conditions .heading h2
{
    color: #05a6dd;
}
#conditions h3
{
    text-align: center;
    color: #05a6dd;
}
#tarification
{
    padding: 65px 0 80px 0;
}
#tarification .heading h2
{
    text-align: center;
    color: #05a6dd;
}
#tarification .body h3
{
    color: #13100d;
}
#tarification table
{
    margin: 30px auto;
    line-height: 80%;
}
#tarification th
{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#tarification th:first-letter
{
    font-size: 105%;
    color: #06ba4f;
}
#tarification tr, td
{
    font-size: 18px;
    text-align: center;
    line-height: 105%;
    width: 140px;
}
#tarification table, th, td
{
    border-left: 2px dotted lightgray;
    border-right: 2px dotted lightgray;
}


/* PAIEMENT */
#payment
{
    margin: 0 auto;
    padding: 65px 0 80px 0;
}
#payment .heading h2
{
    text-align: center;
    color: #05a6dd;
}
#payment p
{
    height: 30px;
    font-size: 17px;
    text-align: center;
}
#payment p img, #payment .fa
{
    height: 50px;
    width: 40px;
    border: 1px solid #63c7ea;
    vertical-align: middle;
}
#delay
{
    margin: 0 auto;
    padding: 30px 15px;
}
#delay .heading h2
{
    text-align: center;
    color: #05a6dd;
}
#delay .body
{
    margin: 0 auto;
}
#delay .body h4
{
    padding: none;
    margin: 0 auto;
    text-align: center;
    border: 4px outset #06ba4f;
    box-shadow: 0 2px 6px rgba(0,0,0,0.175);
    border-radius: 10px;
    width: 200px;
    clear: both;
}
#delay .body p
{
    line-height: 80%;
    font-size: 18px;
    padding: 0 15px;
    text-align: center;
}
#devis
{
    margin-top: 20px;
    text-align: center;
}


/* FOOTER */
footer
{
    padding-top: 20px;
    background-color: #fff; 
    height: 50px;
}
.bottom
{
    margin: 0 auto;   
}
.bottom .glyphicon
{
    font-size: 25px;
    color: #44BCE5;
    height: 25px;
    left: 50%;
    right: 50%;
    bottom: 0px;
}
.bottom .glyphicon:hover
{
    font-size: 27px;
}