/* MES COULEURS 
bleu: #05a6dd  rouge complémentaire #DD3C05     vert: #06ba4f       noir: #13100d       Orange qui va bien avec #FF5733     Jaune doré qui va bien #F4D03F
Saumon qui va bien #E74C3C      MAUVE tétradique A805DD  CHARCOAL du footer #646463   ROUGE BACKGROUND: #d82c2e ou lui? #dd4648
Gradients de bleus (teintes de mon bleu: #E0F4FB, #A1DEF2, #63C7EA, #44BCE5
#E0F4FB, #A1DEF2, #63C7EA
*/


/* GÉNÉRAL */
body
{
    font-family: 'Nunito', sans-serif;
    cursor:pointer;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}
h2
{
    text-transform: uppercase;
}
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
{
    max-width: 75%;
    height: 4px;
    background-color: #06ba4f;
    margin: 0 auto;
}
ul,ol
{
    list-style: none;
}
.heading h1
{
    color: #06ba4f;
}
.sense
{
    color: #13100d; 
}
.goto
{
    text-align: center;
}
.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;
}
.button2
{
    font-weight: bold;
    color: #44bce5;
    border: 1px solid #44bce5;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 25px;
    border-radius: 4px;
    transition: all 0.2s ease-in 0s;
    text-decoration: none;
    left: 50%;
    right: 50%;
}
.button2:hover
{
    background-color: #06ba4f;
    border-color: #06ba4f;
    color: #13100d;
    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; /*#f1f1f1;*/
    min-width: 160px;
    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;
}


/* PRESENTATION */
#presentation
{
    margin: 0 auto;
    padding: none;
    background: #fff;
}
#presentation .heading
{
    text-align: center;
    padding-top: 50px;
    margin: 0 auto;
    float: none;
}
#presentation .heading h3
{
    color: #05a6dd;
}
#presentation .origin
{
    max-width: 700px;
    margin-left: 10px;
    padding: none;
}
.origin h4
{
    text-align: left;
    font-size: 22px;
}
.origin p
{
    text-align: justify;
    text-justify: auto;
    font-size: 18px;
}

/* WHY ME */
#whyrow
{
    padding-top: 50px;
    margin: 0 auto;
    float: none; 
}
#whyrow .heading h3
{
    color: #05a6dd;
}
#whyrow h4
{
    text-align: left;
    font-size: 22px;
}
#whyrow p
{
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
}
#devis
{
    margin-top: 20px;
    text-align: center;
}
#whyme .glyphicon
{
    color: gold;
}



/* SERVICES LANGAGIERS */
#langagiers
{
    background: #44BCE5;
}
#langagiers .heading h2
{
    color: #fff;
}
.timeline
{
    padding: 30px 10px;
    position: relative;
}
.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #13100d;
    left: 50%;
    margin-left: -2.5px;
}
.timeline > li
{
    position: relative;
    overflow: hidden;
}
/*.timeline > li:after
{
    clear: both;
}*/
.timeline > li:before, .timeline > li:after
{
    content: " ";
    display: table;
}
.timeline li .timeline-badge
{
    padding-top: 30px;
    width: 125px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: 0;
}
#arrow-right
{
    padding: 0;
    line-height: 25px;
    width: 25px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: 0;
}
#arrow-left
{
    padding: 0;
    line-height: 25px;
    width: 25px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 60px;
    right: 50%;
    margin-right: 0;
}
.timeline li .timeline-badge-inverted
{
    padding-top: 30px;
    width: 125px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 50%;
    margin-right: 0;
}
.timeline-panel-container
{
    width: 50%;
    float: left;
}
.timeline-panel-container-inverted
{
    /*padding-top: 30px; */
    width: 50%;
    float: right;
}
.timeline-panel
{
    width: 70%;
    float: right;
    margin: 0 35px 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 5px auto;
    height: 150px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    background: #fff;
    overflow: hidden;
}
.timeline-panel-container-inverted .timeline-panel
{
    float: left;
    margin: 0 0 0 35px;
}
.timeline-panel #box1, #box3, #box5, #box7, #box9
{
    right: 50%;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 150px;
    width: auto;
    overflow: hidden;
}
.timeline-panel #box2, #box4, #box6, #box8, #box10
{
    right: 50%;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 150px;
    width: auto;
    opacity: 0.7;    
}
.timeline-heading
{
    margin-top: 50px;
    padding: 10px auto;
}
.timeline-heading h3
{
    font-size: 2.25vmax;
    text-align: center;
    vertical-align: middle;
}
.timeline-body
{
    text-align: center;
    vertical-align: middle;
}
.timeline-body h4
{
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.8vmax;
    line-height: 90%;
}
.timeline-body p
{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.8vmax;
    line-height: 90%;
}
.timeline-body .glyphicon
{
    color: #06ba4f;
    line-height: 90%;
}
.aftertimeline-container
{
    margin-top: 15px auto;
    padding: none;
    left: 50%;
    right: 50%;
}
.aftertimeline-container .button2
{
    color: #fff;
    border: 1px solid #fff;
}
.aftertimeline-container .button2:hover
{
    background: #06ba4f;
    border-color: #06ba4f;
    color: #13100d;
    text-decoration: none;
}


/* SOUTIEN BUREAUTIQUE */
#office
{
 background: #fff;
}
#office .heading h2
{
    color: #05a6dd;
}
#office .body
{
    text-align: center;
}
#office .row
{
    float: none;
    /*display: inline-block;*/
    left: 50%;
    right: 50%;
    margin: 0 auto;
    padding: 0;
}
#office .support
{
    font-size: 18px;
}
#office .support i
{
    font-weight: bold;
    color: #05a6dd;
}
#block1, #block2, #block3, #block4
{
    /*border: 2px solid #05a6dd !important;
    border-radius: 5px;*/
    text-align: center;
}
#block1 .fas
{
    color: #A805DD;
}
#block2 .far
{
    color: yellowgreen;
}
#block3 .far
{
    color: pink;
}
#block4 .fas
{
    color: lightgray;
}



/* FORMATION */
#training
{
    background: #fff;
}
#training .heading
{
    padding: none;
    margin: none;
}
#training .heading h2
{
 color: #05a6dd;
}
.well
{
    max-width: 70%;
}
.body
{
    left: 50%;
    right: 50%;
}
.body h4
{
    color: #05a6dd;
}
.support
{
    font-size: 18px;
    line-height: 80%;
}
#training img
{
    margin: auto;
    height: 250px;
}



/* CLIENTS */
#clients
{
    background: #44BCE5;
    height: auto;
}
#clients .heading h2
{
 color: #fff;
}
#clients .heading h3
{
    text-align: center;
}
.client-content
{
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    -webkit-column-count: 2; /*Google,Safari,Chrome*/
    -moz-column-count: 2; /*Firefox*/
    column-count: 2; /*Int.Explorer*/
    column-gap: 3em;
}
.testimonials
{
    background: #fff;
    max-width: 900px;
    margin: 15px auto 0 auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.testimonials h3
{
    text-align: center;
}
.carousel-control.left, .carousel-control.right
{
    background: none;
    color: #dd4648;
}
.carousel-indicators
{
    bottom: 0px;
}
.carousel-indicators li
{
    border-color: #dd4648;
}
.carousel-indicators li.active
{
    background-color: #dd4648;
}
.carousel-inner .item
{
    padding: 40px 30px;
}
.carousel-inner .item h4
{
    color: #dd4648;
    font-style: italic;    
}
.item active ul li
{
    text-decoration: none;
    left: 50%;
}




/* FOOTER */
footer
{
    background-color: #fff; 
    height: 140px;
}
footer .profile-picture
{
    /*padding: 5px;*/
    height: 100px;
    width: auto;
    text-align: center;
    margin-top: 10px;
    /*margin-left: 10px;*/
}

.tool-container
{
    padding: 20px;
    margin: 0 auto;
    /*position: relative;*/
}
.tools
{
    text-align: center;
}
.img-rounded-square
{
    height: 40px;
}
.img-thumbnail
{
    height: 40px;
}
#trados, #antidote
{
    margin-right: 5px;
}
.contact
{
    padding: 5px 50px;
    margin: 20px auto;
    float: right;
}
.contactme
{
    border: 1px solid #44BCE5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    max-width: 260px;
    text-align: center;
    height: auto;
}
.contactme h4
{
    font-size: 18px;
    color: #13100d;
}
.contactme a
{
    font-size: 13px;
}
.bottom
{
    margin: 0 auto;   
}
.bottom .glyphicon
{
    font-size: 25px;
    color: #44BCE5;
    height: 25px;
    margin-right: 0;
    left: 100%;
}
.bottom .glyphicon:hover
{
    font-size: 27px;
}