/****************************************************************************
* FONTS
*****************************************************************************/

@font-face {
    font-family: 'mistral';
    src: url('../font/mistral-webfont.eot');
    src: url('../font/mistral-webfont.eot#iefix') format('embedded-opentype'), url('../font/mistral-webfont.woff') format('woff'), url('../font/mistral-webfont.ttf') format('truetype'), url('../font/mistral-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Th';
    src: url('../font/HelveticaNeueLTStd-Th.eot') format('embedded-opentype'), url('../font/HelveticaNeueLTStd-Th.otf') format('opentype'), url('../font/HelveticaNeueLTStd-Th.woff') format('woff'), url('../font/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('../font/HelveticaNeueLTStd-Th.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStd-Bold';
    src: url('../font/HelveticaLTStd-Bold.eot') format('embedded-opentype'), url('../font/HelveticaLTStd-Bold.otf') format('opentype'), url('../font/HelveticaLTStd-Bold.woff') format('woff'), url('../font/HelveticaLTStd-Bold.ttf') format('truetype'), url('../font/HelveticaLTStd-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url('../font/HelveticaNeueLTStd-Md.eot') format('embedded-opentype'),  url('https://supdemod.eu/typo3conf/ext/bi_template/Resources/Public/font/HelveticaNeueLTStd-Md.otf')  format('opentype'),
	     url('../font/HelveticaNeueLTStd-Md.woff') format('woff'), url('../font/HelveticaNeueLTStd-Md.ttf')  format('truetype'), url('../font/HelveticaNeueLTStd-Md.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    /*font-family: 'HelveticaNeueLTStd-MdCn';*/
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('../font/helvetica/HelveticaNeueLTStd-MdCn.eot') format('embedded-opentype'), url('../font/helvetica/HelveticaNeueLTStd-MdCn.otf') format('opentype'), url('../font/helvetica/HelveticaNeueLTStd-MdCn.woff') format('woff'), url('../font/helvetica/HelveticaNeueLTStd-MdCn.ttf') format('truetype'), url('../font/helvetica/HelveticaNeueLTStd-MdCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../font/HelveticaNeueLTStd-Lt.eot') format('embedded-opentype'), url('../font/HelveticaNeueLTStd-Lt.otf') format('opentype'), url('../font/HelveticaNeueLTStd-Lt.woff') format('woff'), url('HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../font/HelveticaNeueLTStd-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('../font/HelveticaNeueLTStd-Roman.eot');
    src: url('../font/HelveticaNeueLTStd-Roman.eot#iefix') format('embedded-opentype'), url('../font/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../font/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../font/HelveticaNeueLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans Bold';
    src: url('../font/pts75f-webfont.eot') format('embedded-opentype'), url('../font/pts75f-webfont.woff') format('woff'), url('../font/pts75f-webfont.ttf') format('truetype'), url('../font/pts75f-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display Bold';
    src: url('../font/playfairdisplay-bold-webfont.eot') format('embedded-opentype'), url('../font/playfairdisplay-bold-webfont.woff') format('woff'), url('../font/playfairdisplay-bold-webfont.ttf') format('truetype'), url('../font/playfairdisplay-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../font/PlayfairDisplay-Regular.eot') format('embedded-opentype'), url('../font/PlayfairDisplay-Regular.woff') format('woff'), url('../font/PlayfairDisplay-Regular.ttf') format('truetype'), url('../font/PlayfairDisplay-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miller';
    src: url('../font/Miller/Miller Display Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../font/Work_Sans/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSansThin';
    src: url('../font/Work_Sans/WorkSans-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SocialIco';
    src: url('../font/Socialico.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*****************************************************************************
* DESIGN COMMON
*****************************************************************************/

html {
    width: 100vw;
}

.homepage {}

.block {
    display: block!important;
}

header {
    height: 120px;
    background: white;
}

.header-top {
    height: 60px;
    position: relative;
}

#mainLogo {
    position: absolute;
    top: 0px;
    left: 4vw;
    z-index: 102;
    background: url('../img/logo.png');
    width: 114px;
    height: 136px;
    background-size: contain;
    background-repeat: no-repeat;
}

#mainLogo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -20000em;
}

.baseline {
    font-family: 'Miller';
    color: #e0006e;
    font-size: 18px;
    padding-left: 145px;
    line-height: 50px;
}

.baseline .small {
    font-size: 12px;
}

.header-bottom {
    height: 60px;
}

.footer-bottom {
    background: #e6008b;
    color: #fff;
    text-align: center;
    font-family: 'Playfait Display';
}

header .footer-bottom .container {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

@media screen and (max-width: 992px) {
    header .footer-bottom .container {
        font-size: 20px;
    }
    .baseline {
        font-size: 12px;
        padding-right: 0;
        line-height: 24px;
    }
}

@media screen and (max-width : 992px) {
    header .footer-bottom .container {
        font-size: 17px;
    }
}


/* Vince */

.icone_social {
    display: inline-block;
    position: relative;
    height: 21px;
    width: 25px;
}

.icone_social a {
    display: inline-block;
    /* position: relative; */
    /* bottom: 2px; */
    font-family: 'SocialIco';
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    position: absolute;
}

.icone_social a:hover {
    display: inline-block;
    font-family: 'SocialIco';
    border: none;
    color: black;
    text-decoration: none;
}

.icone_social>a>svg {
    width: 18px;
}

a:hover #facebookI path {
    fill: rgb(64, 100, 173);
}

a:hover #instagramI path {
    fill: url(https://supdemod.eu/typo3conf/ext/bi_template/Resources/Public/css/style.css?1582532684#rg);
}

a:hover #linkedinI path {
    fill: rgb(0, 120, 177);
}

.footer-bottom .col-sm-2 {
    text-align: right;
}

@media screen and (max-width : 992px) {
    .footer-bottom .col-sm-2 {
        text-align: center;
        background: #e6008b;
    }
}

@media screen and (max-width: 992px) {
    .social-media-desktop {
        padding-left: 0;
    }
}


/**********************************************************************
* HEADER
**********************************************************************/

#MyNavbar {
    margin-bottom: 0px;
    display: inline-flex !important;
    position: absolute;
    right: 5%;
    padding: 0;
    width: auto;
}

.containerMenu {
    width: 80%;
    float: right;
}

#MyNavbar ul li {
    height: 60px;
}

#MyNavbar ul li a {
    font-family: 'WorkSans';
    letter-spacing: 0em;
    font-size: 14px;
}

#MyNavbar ul>li>a {
    font-size: 22px;
    font-family: 'WorkSans';
}

#MyNavbar .open ul>li>a {
    letter-spacing: 0em;
    font-size: 13px;
    text-transform: uppercase;
}

.MyNavbar-nav {
    /*display: contents;*/
    text-align: center;
    max-height: 50px;
    display: flex;
    flex-wrap: nowrap;
}

.menu_header .MyNavbar-default {
    background-color: transparent;
    border: 0;
}

.menu_header .MyNavbar-default .MyNavbar-collapse {}

.menu_header .MyNavbar-default .MyNavbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
    padding: 5px 15px;
    padding-right: 0px;
    margin-right: 1vw;
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 20px;
}

.menu_header .MyNavbar-default .MyNavbar-nav>li>a:hover {
    background: white;
}

@media screen and (max-width: 1200px) {
    #logo_header {
        width: 70px!important;
        height: auto;
    }
}

.menu_header .MyNavbar-default .MyNavbar-nav>li>a:hover,
li.open>a {}

@media screen and (max-width : 992px) {
    #logo_header {
        width: 139px;
        height: auto;
        margin-left: 20px;
    }
}

.menu_header .dropdown-menu {
    border: 0;
    width: 280px;
}

li.open ul li a:hover {
    color: #e6008b;
}

.logo_search {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 47px;
}

.open_search {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}

.open_search>svg {
    width: 25px;
}

.col-xs-1 {
    position: absolute;
    right: 15px;
    top: 5px;
}

@media screen and (max-width : 992px) {
    .col-xs-1 {
        right: 80px;
    }
}

.switcher_langues {
    line-height: 50px;
    text-align: right;
    display: none;
}

.lang {
    font-style: italic;
    font-family: 'Miller';
    font-size: 16px;
}

.lang:hover {
    text-decoration: underline;
    cursor: pointer;
}

.lang_selected {
    color: #e6008b
}

.lang_separator {
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
}

.MyNavbar-toggle {
    margin-top: 60px;
}

.langSelect {
    display: inline-block;
    margin: 0;
}

.langSelect li.active.langueSelectLi>a {
    text-decoration: underline;
    color: black;
}

.langSelect li.langueSelectLi {
    display: inline-block;
    margin: 3px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.langSelect li.langueSelectLi:hover {
    text-decoration: underline;
}

.langSelect li.langueSelectLi a {
    color: #e0006e;
    font-weight: bold;
    text-decoration: none;
    padding: 6px;
    display: block;
}

#social-network-2019 {
    height: 171%;
    width: 25px;
    margin: 0;
    position: absolute;
    left: 14%;
    border-left: 1px solid #e0006e;
    z-index: 101;
    padding-top: 31px;
    padding-left: 17px;
}

.social-media-desktop {
    float: right;
    display: inline-block;
    font-size: 0.9em;
    color: #e0006e;
    position: relative;
    top: 34%;
    font-family: 'WorkSans';
    right: 5%;
}

.social-media-desktop strong {
    border-right: 1px solid #e0006e;
    padding-right: 15px;
    font-weight: bold;
}

.search-desktop {
    width: 20px !important;
    padding-left: 0 !important;
    right: 17px !important;
}

.logo-header-SN-f {
    height: 25px;
    width: 25px;
}

.logo-header-SN-t {
    height: 17px;
    width: 17px;
}

.logo-header-SN-l {
    height: 13px;
    width: 13px;
}

.logo-header-SN-loupe {
    /*height: 20px;*/
    width: 25px;
}

.float-right {
    float: right;
}

#sous-menu-container {
    background: rgb(245, 245, 245);
    width: 100vw;
    top: 120px;
    position: absolute;
    z-index: 101;
    overflow: hidden;
    transition: cubic-bezier(1, 0, 0, 1) 0.5s;
    border-top: unset;
}

.lvl2menu {
    transition: max-height cubic-bezier(1, 0, 0, 1) .5s;
    overflow: hidden;
    max-height: 0;
}

.lvl2menu>li {
    float: left !important;
    width: max-content;
    min-width: 500px;
    height: auto !important;
    margin-bottom: 10px;
}

.lvl2menu a {
    color: black;
    text-decoration: none;
    font-family: 'Miller' !important;
    font-size: 18px !important;
}

.isOpen>.lvl2menu {
    transition: max-height cubic-bezier(1, 0, 0, 1) 0.7s;
    max-height: 500px;
}

.isOpen>.lvl2menu>li {
    display: block;
}

.lvl2menu {
    position: absolute;
    top: 150%;
    left: 15px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    border: 0;
}

.MyNavbar-nav>li:hover>a,
.logo_search:hover,
li.MYdropdown.isOpen>a {
    border-bottom: solid 4px #e0006e;
    z-index: 102;
    font-weight: bold;
}

body {
    overflow-x: hidden;
    margin-top: 120px;
}

.lvl2menu li:hover::before {
    content: "\0000a0\0000a0\0000a0";
    border-bottom: 3px solid #e0006e;
    min-width: 11px;
    min-height: 17px;
}

#introMenu {
    display: none;
}

@media (max-width:1200px) {
    #MyNavbar ul li {}
    #social-network-2019 {
        left: 19vw;
    }
}

@media (max-width:1200px) {
    .search-desktop {
        right: 25px !important;
    }
}

@media (min-width: 992px) {
    .social-search-media-mobile {
        display: none;
    }
    #MyNavbar {}
}

@media (max-width: 992px) {
    #sous-menu-container {
        display: none;
    }
    #MyNavbar {
        width: 100vw;
    }
    .logo_search {
        margin-top: 15px;
        line-height: 30px;
    }
    header .MyNavbar-toggle {
        z-index: 100;
    }
}

@media (max-width:380px) {
    #introMenu {
        display: none;
    }
    header .content-MyNavbar-toggle {
        left: 17% !important;
    }
}

@media (max-width:1050px) {
    #MyNavbar ul>li>a {
        font-size: 17px;
    }
    .menu_header .MyNavbar-default .MyNavbar-nav>li>a {
        padding-bottom: 27px;
    }
}

.MyNavbar-toggle {
    border: 1px solid black;
    color: black;
    background: white;
}


/**********************************************************************
* FOOTER
**********************************************************************/

.footer {
    width: 100%;
    min-height: 60px;
    background-color: black;
    color: #f5f5f5;
    border-top: 1px solid white;
    font-family: 'WorkSans';
    padding-bottom: 70px;
}


/* Custom page CSS
-------------------------------------------------- */

.footer_content {
    /*margin-bottom: 8%;*/
}

.footer h4 {
    text-transform: uppercase;
    font-family: 'Miller';
    font-size: 18px;
    margin-bottom: 15px;
}

@media screen and (max-width : 992px) {
    .footer h4 {
        margin-top: 25px;
    }
}

.footer ul {
    margin: 0;
    padding-left: 40px;
    list-style: none;
    margin-left: 0;
    text-indent: -1em;
    margin-bottom: 30px;
}

.footer ul li {
    font-size: 12px;
    margin-bottom: 8px;
}

.footer ul li a:hover {
    color: #e03127;
}

.footer ul li::before {
    content: "/";
    margin-right: 5px;
}

.margin_footer {
    /*margin-top: 125px;*/
}

.last_part_footer div>.row {
    margin-top: 0;
}

.footer .form_newsletter {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 15px;
}

.footer .form_newsletter input {
    height: 40px;
    color: silver;
    font-size: 12px;
    border: 0;
    outline: none;
    padding: 0;
}

.footer .form_newsletter input[type=text] {
    padding-left: 10px;
    background-color: #585858;
    color: white;
}

.footer .form_newsletter input[type=text]::placeholder {
    color: white;
}

.footer .form_newsletter input[type=submit] {
    background-color: black;
    color: white;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.footer .form_newsletter input[type=submit]:hover {
    background-color: #bababa;
}

.submit_newsletter {
    max-width: 45px;
}

.footer ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #272727;
    text-transform: uppercase;
}

.footer :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #272727;
    opacity: 1;
    text-transform: uppercase;
}

.footer ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #272727;
    opacity: 1;
    text-transform: uppercase;
}

.footer :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #272727;
    text-transform: uppercase;
}

.last_part_footer {
    background: #000000;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-family: 'WorkSans';
    border-top: 1px solid #696969;
}

.last_part_footer a {
    color: #f5f5f5;
}

.lecole p {
    font-size: 12px;
    margin-top: 8px;
    width: 90%;
}

.lecole,
.diplome {
    margin-top: 107px;
}

.newsletter {
    padding: 0;
}

.lecole h4,
.diplome h4 {
    padding-top: 10px;
}

.lecole p,
.footer .newsletter form {
    padding-bottom: 20px;
    font-family: 'WorkSans';
}

.diplome .row {
    /*padding-bottom:30px;*/
}

.footer_content .col-md-3 {
    /*width:33%;*/
}

.blog-hp {
    width: 60%;
}

.item_mag_sm {
    width: 42%;
    float: left;
    height: 220px;
    overflow: hidden;
    margin: 0 2%;
}

.illustration_mag {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-color: #6f6f6f;
}

.newsletter {
    padding-top: 20px;
    background: none;
    padding-right: 0;
}

.newsletter .alert {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 0;
}

.newsletter .row_certifie {
    background: url('../img/filet-footer.png') 15px 145px no-repeat;
}

@media screen and (max-width : 992px) {
    .lecole p {
        width: 100%;
    }
    .footer_content_block {
        margin: auto;
        width: 250px;
    }
}

.adresse_footer {
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 12px;
    background: url('../img/filet-footer.png') bottom left no-repeat;
    margin-bottom: 0px;
    font-family: 'WorkSans';
}

.rose_footer,
footer h5 {
    color: #e6008b;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-family: 'WorkSans';
    font-weight: normal;
}

.tx-bi-newsletter h5 {
    color: white;
}

.horaires_footer {
    font-size: 10px;
}

.contact_footer {
    padding: 20px 0px;
    background: url('../img/filet-footer.png') bottom left no-repeat;
    font-family: 'WorkSans';
}

.rond_reussite {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: #e6008b;
    color: white;
    font-size: 47px;
    text-align: center;
    font-family: Times New Roman, sans-serif;
}

.text_reussite {
    font-size: 12px;
    padding-top: 10px;
    padding-right: 15px;
}

.row_certifie {
    padding-top: 10px;
    padding-bottom: 20px;
}

@media screen and (max-width : 992px) {
    .rond_reussite {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 33px;
    }
    .row_certifie img {
        width: 90px;
    }
}

.give_email {
    font-size: 12px;
}


/******************************************************************
* CSS common.tmpl
******************************************************************/

.row_full {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.row_header_page {
    background-color: white;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.intitule_rubrique {
    height: 250px;
    line-height: 250px;
    color: white;
    font-size: 50px;
    text-align: center;
    font-family: 'Miller';
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.intitule_rubrique::first-letter {}

.news-list-item p {
    width: 60%;
}

.container {
    padding: 0px;
    width: 90%;
}

.header-bottom-container.container {
    width: unset;
}

p#SkypeButton_Call_Baroutch_1_paraElement a img,
p#SkypeButton_Call_Baroutch_2_paraElement a img {
    margin: 0 !important;
    vertical-align: 0 !important
}

div#genSkypeCall_02,
div#genSkypeCall_01 {
    display: inline-block;
}

.affix-bottom {
    position: absolute;
}

#c182 .tx-bi-annonce {
    margin-left: 4%;
}


/*********************************************************************
*
*********************************************************************/

#search_header {
    display: block;
    width: 100%;
    height: 120px;
    background: #f7f7f7;
    /*position: absolute;
    top: 0;
    left: 0;*/
    z-index: 60000000;
    position: fixed;
}

#search_header .container {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    margin-left: 14vw;
    margin-right: 11vw;
    width: 79%;
}

#search_header form {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

#search_header form input {
    padding: 0;
    border: 0;
    width: 80%;
    height: 50px;
    line-height: 50px;
    outline: none;
    font-size: 30px;
    background: #f7f7f7;
}


/* Placeholders de la recherche générale */

#search_header form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2cfd0;
    font-size: 20px;
}

#search_header form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2cfd0;
    opacity: 1;
    font-size: 20px;
}

#search_header form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2cfd0;
    opacity: 1;
    font-size: 20px;
}

#search_header form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2cfd0;
    font-size: 20px;
}


/* Ferme la recherche */

#close_search_header {
    float: right;
    display: block;
    background: transparent;
    border: 0;
    margin-top: 8px;
    outline: none;
    cursor: pointer;
}


/**************************************************************************
* Style résultats de recherche
**************************************************************************/

.tx-indexedsearch-res .item {
    overflow: hidden;
    background-color: #f9f9f9;
    margin: 40px 0px;
    border-left: solid 3px #f02a8c;
    min-height: 180px;
    padding: 10px 70px 25px 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../../../../bi_metiers/Resources/Public/img/bg_metiers_coin.png);
}

.tx-indexedsearch-res .item .result-rootline {
    font-family: 'Miller';
    font-size: 12px;
}

.tx-indexedsearch-res .item .result-rootline a {
    color: #73777d;
    text-transform: uppercase;
    display: none;
}

.tx-indexedsearch-res .item .result-titre-page {
    color: #1e79bd;
    font-family: 'Miller';
    font-size: 18px;
    margin-bottom: 10px;
}

.tx-indexedsearch-res .item .result-titre-page a {
    color: #f02a8c;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.tx-indexedsearch-res .item .result-desc-page {
    color: #73777d;
    font-size: 15px;
    line-height: 24px;
}

.tx-indexedsearch-res .item .result-percent {
    position: absolute;
    top: 0px;
    right: -50px;
    font-size: 38px;
    color: #e4e4e4;
    font-family: 'Miller';
}

.tx-indexedsearch-browsebox {
    text-align: center;
}

.tx-indexedsearch-browsebox .browsebox li {
    background-image: none;
}

.tx-indexedsearch-whatis {
    text-align: center;
    font-family: 'WorkSans';
    color: #f02a8c;
    font-size: 35px;
}

.tx-indexedsearch-browsebox {
    text-align: right;
}

.content-page .tx-indexedsearch-browsebox ul {
    margin: 0!important;
    padding: 0;
}

.tx-indexedsearch-whatis {
    display: none;
}

.content-page .tx-indexedsearch-browsebox ul li a {
    color: #f02a8c;
    font-family: "Miller";
    font-size: 24px;
    position: relative;
    right: 7px;
}

.content-page .tx-indexedsearch-browsebox ul li a:hover {
    text-decoration: none;
}

.tx-indexedsearch-browselist-currentPage {
    border-bottom: 4px solid black
}

#c61 {
    margin-bottom: 40px;
}

#c61 .tx-indexedsearch .tx-indexedsearch-browsebox LI {
    margin: 0;
}

.tx-indexedsearch-browsebox p {
    text-align: center;
}

.tx-indexedsearch ul li {
    background-image: none!important;
}

.binfo_3 .col-sm-8 {
    width: 60%;
}

.binfo_3 .col-sm-4 {
    width: 40%;
}

#content-page #c101 ul {
    margin-left: 20%;
    padding-top: 5px;
}

#c101 .powermail_fieldwrap {
    margin-bottom: 10px;
}

#c101 legend {
    display: none;
}

#c101 fieldset {
    margin: 0px 40px;
}

#c101 label {
    display: inline-block;
    width: 20%;
}

#c101 textarea,
#c101 input {
    display: inline-block;
    width: 70%;
    background: #272726;
    border: 0;
    padding: 10px 15px;
    font-size: 18px;
    outline: none;
    color: white;
}

#c101 .powermail_fieldwrap_submit {
    text-align: center;
}

#c101 .powermail_fieldwrap_submit input {
    width: auto;
    background: transparent;
    text-align: center;
    height: 40px;
    font-size: 14px;
    outline: none;
    color: black;
    font-family: 'Miller';
    font-weight: bold;
    border: 1px solid black;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}

.news-single-img {
    float: none;
    margin: auto;
    width: 600px;
    text-align: center;
    margin-bottom: 50px;
}

.news-single-img a {
    margin: 25px 0 0 0;
    display: block;
}

#content-page .content-page p.news-single-imgcaption {
    margin: 0;
}

. -single-item h1 {
    margin-left: 40px;
    color: #f02a8c;
}

#content-page .content-page .news-single-item h2 {
    font-size: 30px;
}

.common .csc-frame-default .news-list-item h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.news-list-container IMG {
    float: right;
    margin: 0 2px 5px 5px;
    border: none;
    max-height: 200px;
    width: auto;
}

#content-page .content-page .news-single-item h2 {
    margin-left: 40px;
}

.common .csc-frame-default .news-list-item h2 a {
    color: #e0006e;
}

.news-list-item {
    border-top: 1px solid grey;
    padding: 25px 90px 0 0;
    margin: 25px 0;
}

.news-list-category {
    display: block;
    margin: 0 90px;
}

#c56 .tx-powermail .powermail_fieldset {
    width: 90%;
    margin: 50px auto;
}

.annonceDate {
    float: right;
}

#c58 table {
    width: 100%;
}

.bottomFormation .col-sm-4 {
    width: 50%;
}

#c144 div.csc-textpic div.csc-textpic-imagecolumn {
    border: 1px solid grey;
    width: 75%;
    margin: 5%;
    padding: 2%;
}

#c144 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: auto;
}

#c144 .csc-textpic-caption {
    text-align: center;
    margin-top: 4%;
    font-weight: bold;
}

#c144 h1 {
    margin-left: 40px;
}

.date_pub {
    line-height: 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 8px;
    padding: 0;
}

.pub_mini_date {
    text-align: right;
}

.lien_mag {
    padding: 0;
    padding-top: 0;
    width: 25%;
    float: right;
}

.date_pub_date {
    float: right;
    width: 22%;
    color: #e6008b;
}

.date_pub_titre {
    width: 77%;
    color: #000;
}

#c7 .bloc_mag .row .col-sm-3 {
    margin: 0;
    padding: 0;
    margin-left: 1%;
}

#c7 .bloc_mag .row .col-sm-offset-2 {
    margin-left: 10%;
}

.header_formations .col-sm-10 {
    width: 100%;
}

@media screen and (max-width : 992px) {
    .footer_content .col-md-3 {
        width: 100%;
        text-align: center;
    }
    .footer_content .col-md-3 p,
    .footer_content .diplome,
    .footer_content .newsletter {
        background: none;
    }
    header .social-search-media-mobile {}
    .MyNavbar-header {
        width: 100%;
    }
    #c7 .bloc_mag .row .col-sm-offset-2 {
        margin: 0 10% 5% 10%;
        width: 80%;
    }
    #c7 .bloc_mag .row .col-sm-3.blog-hp {
        width: 80%;
        margin: 0 10%;
        float: left;
    }
    .item_mag_sm {
        margin: 4%;
        height: auto;
    }
    .pub_mini {
        float: left;
    }
    .date_pub_titre {
        width: 63%;
    }
    .date_pub_date {
        width: 37%;
    }
}

#c180 {
    padding-left: 90px;
}

#c180 .news-single-item {
    padding: 0;
    margin: 0;
}

#c180 .news-single-item h1,
#content-page #c180 .news-single-item p,
#content-page #c180 .news-single-item h2 {
    margin-left: 0 !important;
}


/*****************************************************************************
* TT_NEWS
*****************************************************************************/

.news-single-backlink a,
.news-single-item .links a {
    background: #e0006e;
    font-family: 'Miller';
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 10px 0;
}

.news-single-backlink a:hover,
.news-single-item .links a:hover {
    color: white;
    background: #f02a8c;
    text-decoration: none;
}

#ttnews-cat-tree {
    margin: 0 75px;
}

#ttnews-cat-tree ul#treeRoot {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    border: solid 1px black;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background: url(../img/icons/arrow_down.png) 98% 10px no-repeat;
    background-size: 20px;
}

#ttnews-cat-tree ul#treeRoot:hover {
    height: auto;
}

#ttnews-cat-tree ul#treeRoot ul {
    margin: 0;
    padding: 0;
}

#ttnews-cat-tree ul#treeRoot li {
    background: none;
    padding: 0;
}

#ttnews-cat-tree ul#treeRoot li a:hover {
    background-color: #ebebeb !important;
}

#ttnews-cat-tree ul#treeRoot li.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/icons/arrow_down.png) 98% 10px no-repeat;
    background-size: 20px;
}

#ttnews-cat-tree ul#treeRoot:hover li.active {
    position: relative;
    background: none;
}

#ttnews-cat-tree ul#treeRoot li a {
    padding: 10px 5px;
    color: black;
    display: block;
}

#ttnews-cat-tree ul#treeRoot li.expanded>a {
    padding: 5px;
}

#ttnews-cat-tree ul#treeRoot img {
    display: none;
}

@media screen and (max-width : 992px) {
    .news-list-item {
        padding: 15px 0;
    }
    #ttnews-cat-tree {
        margin: 0;
    }
    .common .csc-frame-default .news-list-item h2 {
        display: block;
        font-size: 26px;
        line-height: 1.4em;
    }
    .news-list-container img {
        display: block;
        margin: 15px auto;
        float: none;
    }
}


/* Ajax Loader
   ========================================================================== */

.ajaxLoader-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    display: none;
}

.ajaxLoader-folding-cube .ajaxLoader-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ajaxLoader-folding-cube .ajaxLoader-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(230, 0, 139);
    -webkit-animation: ajaxLoader-foldCubeAngle 2.4s infinite linear both;
    animation: ajaxLoader-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.ajaxLoader-folding-cube .ajaxLoader-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.ajaxLoader-folding-cube .ajaxLoader-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.ajaxLoader-folding-cube .ajaxLoader-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.ajaxLoader-folding-cube .ajaxLoader-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ajaxLoader-folding-cube .ajaxLoader-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ajaxLoader-folding-cube .ajaxLoader-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes ajaxLoader-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes ajaxLoader-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

#jp_container_1 {
    border-top: 1px solid #fff;
}

#jp_container_1 .jp-cover img {
    max-height: 70px;
}

.jp-interface .jp-controls .jp-play i {
    padding-top: 0 !important;
}

.text-VideoSection {
    text-align: center;
    z-index: 1;
}

.bloc-video {
    overflow: hidden;
    height: calc(100vh - 191px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bloc-video video {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: calc(100vh - 191px);
    top: 0;
}

.button-video-section {
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 1;
    border: white 1px solid;
    color: white;
    font-size: 1.2em;
    font-weight: 100;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    margin-top: 29vh;
}

.bloc-service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: -7vh;
    width: 91vw;
    z-index: 85;
    margin-left: 4vw;
    margin-right: 5vw;
}

img.background-BS {
    width: 100vw;
    height: auto;
}

.bloc-service-container>a:nth-child(2) {
    margin-left: 3vw;
    margin-right: 3vw;
}

.bloc-services p {
    color: white;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    z-index: 1;
    margin-bottom: 0;
}

.bloc-services {
    width: 28vw;
    height: 28vw;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    /*margin-bottom: 20px;*/
    position: relative;
}

.bloc-services::before {
    content: "";
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 1s ease;
}

.bloc-services:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
}

h1.h1-video-section {
    font-size: 9em;
    font-family: 'Miller';
    color: white;
    text-shadow: 0 0 7px rgba(36, 36, 36, 0.3);
}

h2.h2-video-section {
    font-family: 'WorkSans';
    font-size: 1em;
    margin-top: 0;
    color: white;
    letter-spacing: 3px;
    text-shadow: 0 0 7px rgba(36, 36, 36, 0.3);
}

.colorRose {
    color: #e0006e;
}

.bloc-service-DCE {
    background-size: cover;
    position: relative;
}

.backgroundBlocService {
    position: absolute;
    height: 100%;
    width: 100%;
}

.text-shadow {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.btBS {
    font-family: 'Miller';
    font-size: 4vw;
    margin-left: 30px;
    margin-right: 90px;
    line-height: 1em;
}

p.stBS {
    font-family: 'WorkSans';
    margin-left: 30px;
    font-size: 1vw;
    margin-top: 100px;
    margin-bottom: 4px;
    letter-spacing: 3.1px;
}

.bloc-servicesBG {
    position: absolute;
    width: 29vw;
    height: 29vw;
    z-index: -1;
    background-size: cover;
}

@media (max-width:1200px) {
    h1.h1-video-section {
        font-size: 7em;
    }
}

@media (max-width:992px) {
    h1.h1-video-section {
        font-size: 5em;
    }
}

@media (max-width:600px) {
    h1.h1-video-section {
        font-size: 3em;
    }
}

@keyframes slide2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    45% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
    }
}

.button-video-section p {
    animation: slide2 1s ease-in-out infinite;
}

.button-video-section:hover p {
    animation: none;
    transform: scale(1.1);
    transition: 1225ms;
}

.button-video-section {
    overflow: hidden;
    display: none;
}

.dce-Formation {
    background: #f3f3f3;
    text-align: center;
}

.blocsformations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    margin-left: 4vw;
    margin-right: 5vw;
}

.blocFormation {
    /*width: 240px;*/
    height: 300px;
    margin-left: 1%;
    display: flex;
    margin-right: 1%;
    color: black;
}

.blocsformations a {
    text-decoration: none;
}

.dce-Formation img {
    margin-top: 50px;
}

.blocFormation img {
    position: relative;
    right: 56%;
    top: 13%;
    z-index: 1;
}

.dce-Formation p {
    font-family: 'WorkSans';
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    font-size: 1.1em;
    margin-bottom: 41px;
}

.dce-Formation h3 {
    z-index: 2;
    text-align: left;
    font-family: 'Miller';
    font-size: 40px;
}

.dce-Formation h2 {
    font-size: 3.7em;
    font-family: 'Miller';
    margin-bottom: 25px;
}

.dce-Formation p>span {
    font-weight: bold;
}

.blocFormation .colorRose {
    font-size: 30px;
}

.buttonFormation p {
    border: 3px solid black;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    font-family: 'WorkSans';
}

.buttonFormation {
    padding-bottom: 80px;
    height: auto;
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 76px;
}

@media(max-width:700px) {
    .buttonFormation {
        width: 68vw;
    }
}

.buttonFormation a {
    text-decoration: none;
    position: relative;
}

.buttonFormation p:hover {
    background: black;
    color: white;
    border: 3px solid black;
}

.dce-SuccessStories img {
    margin-top: 50px;
    position: relative;
}

.dce-SuccessStories {
    text-align: center;
    position: relative;
    color: white;
    background-size: cover;
}

.dce-SuccessStories h2 {
    font-size: 3.7em;
    font-family: 'Miller';
    margin-bottom: 25px;
    position: relative;
}

.dce-SuccessStories p {
    font-family: 'WorkSans';
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    font-size: 1.1em;
    margin-bottom: 41px;
    position: relative;
}

.dce-SuccessStories p:last-child {
    padding-bottom: 80px;
    margin-bottom: 0;
}

.dce-SuccessStories .blackDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
}

@media (min-width: 1023px) {
    .blocSS {
        width: 300px;
        background: rgb(251, 253, 47);
        /*float:left;*/
    }
}

.dce-SuccessStories .carousel-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:1022px) {
    .blocSS {
        width: 300px;
        background: rgb(251, 253, 47);
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .dce-SuccessStories .carousel-inner {
        width: auto;
    }
}


/*.blocSS::before{
    content: "";
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    float: left;
    transform: translateX(-50%);
}*/

.dce-SuccessStories .blocSS:nth-child(even) {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.slick-arrow {
    display: none !important;
}

.dce-SuccessStories .carousel-control {
    height: 50px;
    width: 50px;
    border: 1px solid #e0006e;
    color: #e0006e;
    background: none;
    text-shadow: none;
    opacity: 1;
    display: inline-block !important;
}

.dce-SuccessStories button.left.carousel-control {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 120;
}

.dce-SuccessStories button.right.carousel-control {
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    z-index: 120;
}

button.left.carousel-control p {
    padding-bottom: 0;
    animation: slide3 1s ease-in-out infinite;
}

button.right.carousel-control p {
    padding-bottom: 0;
    animation: slide4 1s ease-in-out infinite;
}

@keyframes slide3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%) rotate(90deg);
    }
    45% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%) rotate(90deg);
    }
}

@keyframes slide4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%) rotate(-90deg);
    }
    45% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(60%);
        transform: translateX(60%) rotate(-90deg);
    }
}

.separateurRose {
    background: #e0006e;
    height: 2px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.blocSS p:first-child {
    color: #e6008b;
    margin-bottom: 15px;
    margin-top: 40px;
}

.blocSS img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 258px;
    object-fit: contain;
    height: 40px;
}

.blocSS p:last-child {
    padding-bottom: 0;
    color: black;
    font-weight: bold;
    margin-bottom: 41px;
    text-transform: uppercase;
    font-size: 13px;
}

.blocSS h3 {
    color: #e0006e;
    font-family: "Miller";
    font-size: 34px;
}

.dce-Partenaires {
    background: white;
    text-align: center;
}

#carouselP {
    width: 80vw;
    margin: auto;
    padding-bottom: 15vh;
}

.dce-Partenaires img {
    margin-top: 50px;
}

.dce-Partenaires h2 {
    font-size: 3.7em;
    font-family: 'Miller';
    margin-bottom: 25px;
}

.dce-Partenaires p {
    font-family: 'WorkSans';
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    font-size: 1.1em;
    margin-bottom: 41px;
}

.dce-Partenaires span {
    font-weight: bold;
}

.blocP {
    /*float: left;*/
}

#carouselP .carousel-inner {
    width: unset;
    margin-left: auto;
    margin-right: auto;
    height: max-content;
}

.bloc_mag .container>img {
    margin-top: 50px;
}

.bloc_mag {
    background: #f3f3f3;
    text-align: center;
}

.bloc_mag .container h2 {
    font-size: 3.7em;
    font-family: 'Miller';
    margin-bottom: 25px;
}

.bloc_mag .container h3 {
    font-size: 2vw;
    color: #e0006e;
    font-family: 'Miller';
    margin-top: -18px;
}

.bloc_mag .container {
    width: 100%;
}

.bloc_mag .colonne1 {
    width: 28vw;
}

.bloc_mag .containerNews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.bloc_mag .imageNew {
    width: 100%;
    height: 250px;
    background-size: cover;
}

.contentNew {
    background: white;
    text-align: left;
    height: 200px;
}

.container #txt_mag {
    font-family: 'WorkSans';
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    font-size: 1.1em;
    margin-bottom: 41px;
}

.categoryNew {
    width: 170px;
    padding-left: 20px;
    box-shadow: 5px -5px 8px -4px rgb(128, 128, 128);
    position: relative;
    top: -30px;
    background: white;
    height: 30px;
    padding-top: 15px;
}

.newsTitle {
    padding-left: 20px;
    padding-right: 40px;
}

.descriptionNew {
    padding-left: 20px;
    padding-right: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 3.5vw;
}

.linkNew {
    padding-left: 20px;
    text-align: left;
    background: white;
    padding-bottom: 25px;
    padding-top: 5px;
}

.linkNew>a {
    font-family: 'WorkSans';
    text-decoration: none;
    color: #e0006e;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.containerNew p {
    font-family: 'WorkSans';
    font-size: 0.85vw;
    font-weight: bold;
}

#txt_mag span {
    font-weight: bold;
}

img.imageNEWSbloc {
    position: relative;
    top: -32px;
    left: 115px;
}

.conteneurMAPC {
    height:882px;
    overflow: hidden;
}

#map {
    position: absolute;
    z-index: 0;
    height: 882px;
    width: 100vw;
}

.conteneurF {
    z-index: 1;
    width: 40%;
    background: white;
    /*height: calc(93vh - 100px);*/
    height:782px;
    margin-left: 53%;
    margin-top: 100px;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    position: relative;
}

.conteneurF>img {
    position: absolute;
    top: -25px;
}

.bloc_formulaire h3 {
    margin: 0;
    margin: 0;
    font-size: 40px;
    font-family: 'Miller';
}

.Mybuttonsubmit {
    border: 3px solid black;
    width: 61%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    font-family: 'WorkSans';
    background: white;
    margin-top: 50px;
    margin-bottom: 25px;
}

.Mybuttonsubmit:hover {
    background: black;
    color: white;
    border: 3px solid black;
}

.champs_obligatoires {
    width: 100%;
    text-transform: uppercase;
    color: black;
    font-size: 8px;
    font-family: "WorkSans";
    font-weight: bold;
}

.champs_RUDP {
    text-transform: uppercase;
    color: black;
    font-size: 8px;
    font-family: "WorkSans";
    font-weight: bold;
}

.champs_RUDP a {
    text-decoration: underline;
    color: black;
}

.form-group label {
    color: black;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #e0006e;
}

.form-control,
.form-group .form-control {
    background-image: linear-gradient(#e0006e, #e0006e), linear-gradient(black, black);
}

.form-group.is-focused .form-control {
    background-image: linear-gradient(#e0006e, #e0006e), linear-gradient(black, black);
}

@media (max-width:992px) {
    #map {
        position: relative;
        width: 100% !important;
    }
    .conteneurMAPC {
        height: unset;
    }
    .conteneurF {
        margin: 0;
        width: 100%;
        padding-bottom: 50px;
    }
    .conteneurF>img {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 992px) {
    .bloc_mag {
        /*padding-bottom: 150px;*/
    }
}

@media (max-width:400px) {
    .Mybuttonsubmit {
        width: 100%;
    }
}


/*      style glitch           */

.glitch-container {
    width: 200px;
    height: 200px;
    position: relative;
    right: 56%;
    top: 7vw;
    z-index: 1;
}

.glitch-img {
    width: 200px;
    height: 200px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.glitch-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-image: inherit;
    background-size: contain;
    opacity: .3;
    mix-blend-mode: hard-light;
    background-repeat: no-repeat;
}

.playGlitch:hover .glitch-img::before {
    animation: animate .2s linear;
    animation-iteration-count: 2;
}

@keyframes animate {
    0% {
        background-position: 0px 0px;
        filter: hue-rotate(0deg);
    }
    10% {
        background-position: 5px 0px;
    }
    20% {
        background-position: -5px 0px;
    }
    30% {
        background-position: 15px 0px;
    }
    40% {
        background-position: -5px 0px;
    }
    50% {
        background-position: -25px 0px;
    }
    60% {
        background-position: -50px 0px;
    }
    70% {
        background-position: 0px -20px;
    }
    80% {
        background-position: -60px -20px;
    }
    81% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 0px 0px;
        filter: hue-rotate(360deg);
    }
}

@media(min-width:993px) {
    .common.col1 .conteneurMAPC {
        height: 1120px;
    }
    .common.col1 #map {
        height: 1120px;
    }
}

.common.col1 .conteneurF {
    height: 1120px;
}

@media(max-width:600px) {
    #carouselP .carousel-inner {
        width: 200px;
    }
    
}
@media(max-width:992px) {
    .common.col1 .conteneurF {
        height: 1120px;
    }
}
.buttonFormation p,
.Mybuttonsubmit {
    transition: 0.2s;
}

div#mainLogo {
    transform-origin: 21px 0;
    animation: swing 2.5s ease-in-out forwards infinite;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.bloc-service-container>a {
    text-decoration: none;
    margin-bottom: 20px;
}


/* Zooming */

.bloc-services:hover>.zooming {
    -moz-animation: zooming 18s infinite both;
    -webkit-animation: zooming 18s infinite both;
    animation: zooming 18s infinite both;
}

@-moz-keyframes zooming {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zooming {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.header-top.container {
    width: 100% !important;
}

@media(max-width:900px) {
    #MyNavbar ul>li>a {
        font-size: 16px;
    }
    .menu_header .MyNavbar-default .MyNavbar-nav>li>a {
        padding-bottom: 29px;
    }
}

.MyNavbar-header {
    display: none;
}

#MyNavbar>ul>li:last-child {
    
}

header.fixedH {
    position: fixed;
    z-index: 100000000;
    width: 100vw;
    transition: all 0.5s;
    height: 120px;
    top: 0;
    transition: 0ms;
}

.videoSection {
    background: black;
}

header.scrollDown {
    transform: translateY(-150px);
}

@media(min-width: 992px) {}

.nav>li>a:focus {
    background-color: white;
}

.Dnone {
    display: none !important;
}

a.cd-top.cd-is-visible.cd-fade-out {
    z-index: 999;
}

input:required {
    box-shadow: none;
}

.contact_form .form-group {
    margin-top: 10px;
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
    top: -22px;
}

#carouselSS {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.blocSS {
    width: 300px !important;
}

.glitchB {
    position: relative;
    z-index: 3;
}

.buttonFormation p {
    background: white;
}

.glitchB:focus:before,
.glitchB:hover:before {
    animation: glitchBut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}

.glitchB:focus:after,
.glitchB:hover:after {
    animation: glitchBut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}

.glitchB:after,
.glitchB:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.glitchB:before {
    background: rgb(251, 253, 47);
    z-index: 0;
    height: 50px;
}

.glitchB:after {
    background: #ef278a;
    z-index: -1;
    height: 50px;
}

@keyframes glitchBut {
    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
}

@media(max-width:1200px) {
    #carouselSS {
        width: 350px;
    }
}

.blocP img {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

footer ul a {
    color: white;
}

footer ul a:hover {
    color: rgb(251, 253, 47);
    text-decoration: none;
}

.blocFormation {
    width: 20.5vw;
    margin-left: 0%;
    margin-right: 3vw;
}

.blocsformations {
    margin-left: 4vw;
    margin-right: 5vw;
}

.glitch-img {
    width: 14vw;
    height: 14vw;
}

.glitch-container {
    width: 14vw;
    height: 14vw;
    right: 10vw;
    top: 7vw;
}

.glitch-img::before {
    width: 14vw;
    height: 14vw;
}

.blocsformations a:last-child .blocFormation {
    margin-right: 0;
}

.dce-Formation h3 {
    font-size: 3vw;
    width: 20.5vw;
}

#blocFormation1 {
    right: 7vw;
}

#blocFormation4 {
    right: 14vw;
}

.slick-track {
    display: flex;
    align-items: center;
}

.mapBG {
    z-index: -5;
}

.Myrow {
    margin-left: 4vw;
    margin-right: 5vw;
}

.bloc_mag .colonne1:nth-child(2) {
    margin-right: 3vw;
    margin-left: 3vw;
}

.unecoloneF {
    margin-bottom: 20px;
}

.separateurRoseFooteur {
    width: 43px;
    height: 1px;
    background: #e6008b;
    margin-bottom: 30px;
}

.stopHoverTL:hover {
    text-decoration: none;
}

.stopHoverTL:hover .rose_footer {
    color: rgb(251, 253, 47);
}

.selectContactME {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    line-height: 1.42857143;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

p.noPadding {
    padding: 0;
    padding: 0;
    margin: 0;
    position: relative;
    top: 18px;
    font-size: 14px;
}

.ecampus {
    font-size: 3.5em;
    font-family: 'WorkSansThin';
}

span.rose_footer.ecampus {
    text-transform: none;
    font-weight: 100;
}

span.megaE {
    font-family: 'WorkSans';
    font-weight: bold;
}

p.footer_greyP {
    color: #f5f5f5;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -32px;
}

.lecole a:hover {
    text-decoration: none;
    color: rgb(251, 253, 47);
}

.lecole a:hover span.rose_footer.ecampus {
    color: rgb(251, 253, 47);
}

.opa0 {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.lecole a {
    color: #e6008b;
}

.lecole a:focus {
    color: #e6008b;
    text-decoration: none;
}

#mobilesubHeader {
    display: none;
    font-family: 'WorkSans';
}

a,
a:hover,
a:focus {
    color: #e6008b;
}

a:hover,
a:focus {
    text-decoration: underline;
}