sec
/* CSS Document */


/* undohtml.css */


/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */


/*   http://creativecommons.org/licenses/by/2.0                   */


/* This style sheet is licensed under a Creative Commons License. */


/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* Paste this css to your style sheet file or under head tag */


/* This only works with JavaScript,
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/global/Preloader.gif) center no-repeat #fff;
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}


/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */

:link,
 :visited {
    text-decoration: none
}


/* avoid browser default inconsistent heading font-sizes */


/* and pre/code too */

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
    font-size: 1em;
}


/* remove the inconsistent (among browsers) default ul,ol padding or margin  */


/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */


/* zero out the spacing around pre, form, body, html, p, blockquote as well */


/* form elements are oddly inconsistent, and not quite CSS emulatable. */


/*  nonetheless strip their margin and padding as well */

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0
}


/* whoever thought blue linked image borders were a good idea? */

a img,
 :link img,
 :visited img {
    border: none
}


/* de-italicize address */

address {
    font-style: normal
}


/* more varnish stripping as necessary... */

html {
    font-size: 62.5%;
}

html p,
html li {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-transform: none;
    letter-spacing: 1.5px;
}

body {
    margin: 0px;
    color: #1A1A1A;
    background-color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-weight: 300px;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

strong {
    font-weight: 700;
}

a {
    color: #6A00A8;
    text-decoration: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.2s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.asterisk {
    color: #FF0004;
    text-decoration: none;
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    line-height: 1.2em;
    padding: 2% 0;
    font-weight: bold;
}

h1 {
    display: block;
    font-size: 4.8rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 3.0rem;
}

h4 {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

h5 {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
}

.ombrage {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5) !important;
    background-color: #FFF;
    color: #000;
}

.rond {
    border-radius: 50%;
    max-width: 70%;
    height: auto;
    display: block;
    display: flex;
    align-content: center;
}

.souligne {
    border-bottom: solid 1px #232323;
}

.imgFull {
    width: 100%;
    max-height: 300px;
    min-height: 100px;
    height: auto;
    display: block;
}

.imgFull2 {
    width: 100%;
    height: 300px;
    display: block;
}

.imgLeft {
    max-width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

.imgRight {
    max-width: 100%;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 0 30px;
}

button,
hr {
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

select {
    padding: 8px;
    display: block;
    border: 1px solid #ccc;
    width: 90%;
}

textarea {
    width: 90%;
    padding: 8px;
    display: block;
    border: 1px solid #ccc
}

.bouton {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    background-color: #6A00A8;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*____________________________Colonne Responsive_________________________________*/

.container {}

.bar:after,
.bar:before,
.cell-row:after,
.cell-row:before,
.clear:after,
.clear:before,
.container:after,
.container:before,
.panel:after,
.panel:before,
.row-padding:after,
.row-padding:before,
.row:after,
.row:before {
    content: "";
    display: table;
    clear: both
}

.padding-page {
    min-height: 0px;
}

.teacher-image {
    max-width: 200px;
    max-height: 200px;
}

.col {
    float: left;
    width: 100%
}

.col.s1 {
    width: 8.33333%
}

.col.s2 {
    width: 16.66666%
}

.col.s3 {
    width: 24.99999%
}

.col.s4 {
    width: 33.33333%
}

.col.s5 {
    width: 41.66666%
}

.col.s6 {
    width: 49.99999%
}

.col.s7 {
    width: 58.33333%
}

.col.s8 {
    width: 66.66666%
}

.col.s9 {
    width: 74.99999%
}

.col.s10 {
    width: 83.33333%
}

.col.s11 {
    width: 91.66666%
}

.col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .col.m1 {
        width: 8.33333%
    }
    .col.m2 {
        width: 16.66666%
    }
    .col.m3,
    .quarter {
        width: 24.99999%
    }
    .col.m4,
    .third {
        width: 33.33333%
    }
    .col.m5 {
        width: 41.66666%
    }
    .col.m6,
    .half {
        width: 49.99999%
    }
    .col.m7 {
        width: 58.33333%
    }
    .col.m8,
    .twothird {
        width: 66.66666%
    }
    .col.m9,
    .threequarter {
        width: 74.99999%
    }
    .col.m10 {
        width: 83.33333%
    }
    .col.m11 {
        width: 91.66666%
    }
    .col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .col.l1 {
        width: 8.33333%
    }
    .col.l2 {
        width: 16.66666%
    }
    .col.l3 {
        width: 24.99999%
    }
    .col.l4 {
        width: 33.33333%
    }
    .col.l5 {
        width: 41.66666%
    }
    .col.l6 {
        width: 49.99999%
    }
    .col.l7 {
        width: 58.33333%
    }
    .col.l8 {
        width: 66.66666%
    }
    .col.l9 {
        width: 74.99999%
    }
    .col.l10 {
        width: 83.33333%
    }
    .col.l11 {
        width: 91.66666%
    }
    .col.l12 {
        width: 99.99999%
    }
}

.margin {
    margin: 16px!important
}

.margin-left {
    margin-left: 16px!important
}

.margin-right {
    margin-right: 16px!important
}

.padding-8 {
    padding: 8px!important
}

.padding-16 {
    padding: 16px!important
}

.padding-24 {
    padding: 24px!important
}

.padding-32 {
    padding: 32px!important
}

.padding-48 {
    padding: 48px!important
}

.padding-64 {
    padding: 64px!important;
}

@media (max-width:992px) {
    .padding-32 {
        padding: 16px!important
    }
    .padding-48,
    .padding-64 {
        padding: 24px!important
    }
}

@media screen and (min-width: 1536px) and (max-width: 1700px) {
    /* Large Screens */
    #categorie-accueil .m4 a div p {
        padding: 10px 14px 7px 14px;
        top: 225px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1536px) {
    /* Laptop */
    .padding-page {
        min-height: 75px !important;
    }
    .teacher-image {
        max-width: 150px !important;
        max-height: 150px !important;
    }
    #categorie-accueil .m4 a div p {
        padding: 10px 14px 7px 14px;
        top: 200px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Tablet */
    #categorie-accueil .m4 a div p {
        padding: 10px 14px 7px 14px;
        top: 150px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* Mobile */
    .padding-page {
        min-height: 0px !important;
    }
    .teacher-image {
        max-width: 150px !important;
        max-height: 150px !important;
    }
    .section4 {
        min-height: 25px !important;
    }
    #categorie-accueil .m4 div {
        background-position: center center;
        height: 200px !important;
    }
    #categorie-accueil .m4 a div p {
        top: 150px !important;
    }
}

.patrons {
    width: 90%;
    height: 300px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#categorie-accueil {
    margin-top: 30px;
}

#categorie-accueil .m4 div {
    margin: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#categorie-accueil .m4 a div p {
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 14px 7px 14px;
    position: absolute;
    top: 250px;
    left: 0px;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 10px;
    font-size: 16px;
    width: 100%;
}


/*_________________________________sections de couleurs _______________________________*/

.section1 {
    width: 100%;
    padding: 5% 10%;
    background-color: #FFF;
    z-index: 999;
    color: #262626;
}

.section2 {
    width: 60%;
    padding: 10% 20%;
    text-align: center;
    margin: 0 auto;
}

.section3 {
    width: 80%;
    padding: 10%;
    color: #FFF;
    background-color: #000;
    text-align: left;
}

.section4 {
    width: 100%;
    padding: 3% 10%;
    z-index: 999;
    min-height: 100px;
}

.main {
    background-image: url(../img/global/slider-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.sari {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('../img/global/Formations.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: center bottom;
}

.section5 {
    width: 100%;
    padding: 10%;
    background-color: #192D39;
    color: #FFF;
}

.section6 {
    width: 80%;
    padding: 5% 10%;
    background-color: #e9e9e9;
}

.section7 {
    width: 60%;
    padding: 5% 20%;
    background-color: #6A00A8;
    color: #000;
    text-align: center;
}

.section8 {
    width: 100%;
    padding: 5% 25%;
    color: #FFF;
    text-align: center;
}

.section9 {
    width: 80%;
    padding: 5% 10%;
    background-color: #FFF;
    text-align: center;
}


/*_________________________________page accueil _______________________________*/

.marginNeg {
    margin-top: -100px;
    z-index: 99;
    position: relative;
}

.marginNegPage {
    margin-top: -100px;
    z-index: 99;
    position: relative;
}

.marginNegRight {
    margin: -100px 0 0 -30px;
    z-index: 98;
    position: relative;
}

.separateur {
    height: 4px;
    margin: 0 0 20px 0;
    max-width: 300px
}


/* ------------------------- MENU _________________________________________ */

#menu {
    background-color: transparent;
    padding: 40px 0;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.logo {
    max-width: 100%;
    height: auto;
}

#logos {
    float: left;
    margin: 0 4%;
    display: inline-block;
    z-index: 99999999;
    width: 430px;
    max-height: 150px;
    transition: 0.4s;
    position: relative;
}

.sous-menu {
    text-align: right;
    font-size: 1.2rem;
    min-width: 500px;
}

.menu {
    display: inline-block;
    float: right;
    padding-right: 2%!important;
    position: relative;
    z-index: 999999;
}

.menu a {
    display: inline-block;
    text-decoration: none;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.menu ul li {
    margin-left: 2px;
    float: left;
    /*pour IE*/
    list-style-type: none;
    list-style-image: none;
    display: inline;
    position: relative;
    z-index: 998;
    padding: 25px 0;
}

.menu ul li a {
    display: block;
    float: left;
    width: auto;
    color: #272727;
    text-decoration: none;
    font-weight: 400;
    padding: 0 10px;
    border-right: #646464 solid 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6rem;
}

.last {
    border-right: none!important;
}

.menu ul li a:hover {
    color: #000;
    transition: background-color 0s ease 0s;
    text-decoration: none;
}

.menu ul li ul li {
    padding: 0px;
}

.menu ul li ul li a {
    display: block;
    float: left;
    width: 200px;
    text-decoration: none;
    text-align: left;
    border-left: none;
    border-top: 1px solid #262626;
    text-transform: normal;
    color: #FFF;
    text-transform: none;
    letter-spacing: 0px;
    padding: 10px 10px !important;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: normal;
}

.menu ul li ul li a:hover {
    color: #FFF;
    background: #6A00A8;
}

.menu ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #000;
    display: none;
    z-index: 9999;
}

.menu ul ul ul {
    top: 5px;
    left: 100%;
    background: #999;
    z-index: 9999;
}

li:hover>ul {
    display: block;
}


/* Boite nouvelle accueil*/

.col-container {
    display: table;
    width: 100%;
    padding: 5px;
}

.colbox {
    display: table-cell;
    width: 33%;
    padding: 30px;
    margin: 30px;
    position: relative;
    height: 400px;
    border-right: 30px solid #FFF;
}

.colbox span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    bottom: -50px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
}

.colbox h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
}

.colbox h5 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    paddding-bottom: 20px;
    font-size: 30px;
}

.colbox a {
    color: #000;
}

.colbox a:hover {
    color: #6A00A8;
}

.Image-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), transparent), url("../img/global/Image-1.jpg") no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.Image-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), transparent), url("../img/global/Image-2.jpg") no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.Image-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), transparent), url("../img/global/Image-3.jpg") no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}


/*____________________________________formation detail*/

.autreformation {
    border: 1px solid #eee;
    margin: 0 10px;
}

.autreformation a {
    background-color: #FFF;
    min-height: 300px;
    padding: 20px;
    color: #5A6267;
    display: block;
}

.autreformation a:hover {
    color: #fff;
    background-color: #6A00A8;
}


/*____________________________________Slider accueil*/

.slider {
    position: relative;
    height: auto;
    width: 100%;
}

.btn_savoir {
    background-color: #6A00A8;
    color: #FFF;
    margin: 4% 4% 4% 0;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.2s;
    max-width: 600px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn_savoir:hover {
    background-color: #232323;
    color: #FFF;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.2s;
}

.textBlanc {
    color: #FFFFFF;
}

.textNoir {
    color: #000;
}

.textBleu {
    color: #6A00A8;
}

.textJaune {
    color: #e09133;
}

.Brun {
    background-color: #232323;
    color: #FFFFFF;
}

.Bleu {
    background-color: #6A00A8;
    color: #FFFFFF;
}

.BleuFonce {
    background-color: #062f5c;
    color: #FFFFFF;
}

.Rouge {
    background-color: #890d37;
    color: #FFFFFF;
}

.Jaune {
    background-color: #e09133;
    color: #FFFFFF;
}

.Gris {
    background-color: #293845;
    color: #FFFFFF;
}

.GrisPale {
    background-color: #DBDBDB;
    color: #000;
}

.Blanc {
    background-color: #FFF;
    color: #000;
}


/*___________Table responsive__________________*/

.tableauResp {
    overflow-x: auto;
    border: 1px solid #DFDFDF;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
    line-height: normal;
}

th,
td {
    /* text-align: left;*/
    padding: 10px;
    border-right: solid 1px #D3D3D3;
}

tr:nth-child(even) {
    background-color: #FFF
}

th {
    background-color: #6A00A8;
    color: white;
    padding: 10px;
    font-size: 2.1rem;
}


/*___________footer__________________*/

.footer {
    width: 100%;
    padding: 2% 5%;
}

.footerBack {
    background-image: url(../img/global/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.ombre {
    box-shadow: 0 0 5px 5px rgb(0, 0, 0, 0.3);
}

.footer a {
    color: #ACACAC;
}

.footer a:hover {
    color: #6A00A8;
}

.bt_social i {
    padding: 10px;
    display: inline-block;
    float: right;
    font-size: 3.8rem;
}

.partner {
    text-align: center;
}

.partner img {
    max-height: 90px;
    max-width: 250px;
    padding: 0 25px;
}


/******************* produit --- */

.portfolio_lien {
    max-width: 200px;
    height: auto;
}

.portfolio {
    width: 80%;
    padding: 2% 10%;
    margin: 0 0 5% 0;
}

.portfolio img {
    max-width: 350px;
    height: auto;
}

.portfolio h2 {
    border-bottom: 1px solid #212121;
    margin-bottom: 20px;
}

.portfolio h3 {
    font-size: 2.4rem;
}

.section9 img {
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #FFF;
    padding: 10px;
    margin: 15px;
}

.section9 span {
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10%;
    font-size: 1.2rem;
    line-height: normal;
    padding: 10px;
    width: 100px;
    background-color: #6A00A8;
    color: #fff;
    text-align: left;
    z-index: 9999999;
}

.section9 img:hover {
    /*the span will display just on :hover state*/
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}


/* ----------------------------------------------------------  parallax accueil*/

.block {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slogan_slider {
    position: relative;
    display: block;
    text-align: left;
    margin: 0;
    padding: 25% 3% 5% 5%;
    color: #FFF;
}

.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none
}

.slogan_soustitre {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    max-width: 600px;
}

.slogan_titre {
    font-size: 48px;
    line-height: 48px;
    padding: 0px 20px;
    font-weight: 600;
    max-width: 640px;
    text-transform: uppercase;
    margin: 30px 0;
    border-left: 8px solid #6A00A8;
}


/* ----------------------------------------------------------  search box*/

textarea {
    box-sizing: border-box;
    border: 1px solid #6A00A8;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    padding: 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text] {
    box-sizing: border-box !important;
    border: 1px solid #6A00A8 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    background-color: white !important;
    padding: 10px;
    -webkit-transition: width 0.4s ease-in-out !important;
    transition: width 0.4s ease-in-out !important;
}

.recherche {
    width: 120px !important;
    background-image: url('../img/global/searchicon.png') !important;
    background-position: 10px 5px !important;
    background-repeat: no-repeat !important;
    padding: 3px 10px 3px 35px!important;
}

input[type=text]:focus {
    border: 2px solid black !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    border-bottom: 2px solid black !important;
}

input.recherche[type=text]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 2px solid black !important;
}

table>input[type=text]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 2px solid black !important;
}


/*------------------- separateur wave */

.image-wave,
.image-wave__img,
.image-wave__imgNoir {
    display: block;
    width: 100%;
    z-index: 1;
}

.image-wave {
    height: 0;
    position: relative;
}

.image-wave__img,
.image-wave__imgNoir {
    background-size: 100% 100%;
}

.image-wave__img,
.image-wave__imgNoir {
    background-size: auto 100%;
    height: 90px;
}

.image-wave__img,
.image-wave__imgNoir {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    bottom: -.5px;
    height: 30px;
    left: 0;
    position: absolute;
}

.image-wave,
.image-slope__img {
    display: block;
    width: 100%;
    z-index: 1;
}

.image-wave--white .image-wave__img {
    background-image: url(../img/global/wave.png);
}

.image-wave--white .image-wave__imgNoir {
    background-image: url(../img/global/waveNoir.png);
}

.toast {
    font-size: 90%;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}