/*********************  Default-CSS  *********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
} */

div input,
div select,
div textarea,
div button {
    font-family: 'Lato', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 1140px;
}


/*********************  scroll Hide  *********************/

html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}


/*********************  Default-CSS close  *********************/


/*********************  Gapping  *********************/

section {
    padding-bottom: 60px;
    padding-top: 60px;
}


/*********************  Gapping close  *********************/


/*********************  Default-CSS  *********************/


/*********************  Common-Css  *******************/

/* .clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
} */

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}


/*********************  Common-Css Close  *******************/


/*********************  Header  *******************/
div#navbarNav {
    justify-content: center;
}


/* ul.navbar-nav {
    margin: auto;
} */

a.borderred {
    width: 110px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50px;
}

a.btnblack {
    width: 110px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50px;
    background: black;
    color: white;
    margin-left: 10px;
}

.btns {
    display: flex;
}





/*********************  Header Close  *******************/
a.btnblack:hover {
    background: transparent;
    color: black;
}

a.borderred:hover {
    color: white;
    background: black;
}

section .come {
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    background: aliceblue;
}

.come h1 {
    font-size: 200px;
    font-style: normal;
    /* or 84px */
    letter-spacing: -0.03em;
    font-family: 'Circular-Loom';
}



/*********************  Home banner  *******************/


/*********************  Home banner Close  *******************/


/*********************  Content  *******************/


/*********************  Content Close  *******************/


/*********************  Footer  *******************/


::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}


/*********************  Footer Close  *******************/


/*********************  Inner-Pages  *******************/

section.heresecrion {
    display: flex;
    align-items: center;
    height: 504px;
    background-color: transparent;
    background-image: radial-gradient(at bottom right, #614900 0%, black 100%);
    padding-bottom: 120px;
    padding-top: 0;
}
.hero-info h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
}
ul.instruction-boxes {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    box-shadow: 0px 0px 60px -10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}
ul.instruction-boxes li:hover {
    background-color: #f8f8f8;
    transition: all 0.5s;
}
ul.instruction-boxes li {
    width: 20%;
}
ul.instruction-boxes::after {
    display: none;
}
/*********************  Inner-Pages Close  *******************/

html,body{scroll-behavior: smooth;}

#myScrollspy{
    position: sticky;
    top: 20px;
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.2);
}
ul.nav.nav-pills.nav-stacked {
    display: block;
}

ul.nav.nav-pills.nav-stacked a {
    padding: 10px !important;
    display: flex;
}
.sub-detail h2 {
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px!important;
    line-height: 35px!important;
    text-align: center;
}

.sub-detail p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

ul.instruction-boxes li {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CDCDCD;
}
ul.instruction-boxes a {
    background-color: #EF994A;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    color: white;
}
section.instruction {
    margin-top: -219px;
    padding-bottom: 0;
}
li.border-0 a:hover {
    background-color: black;
}
section.schoolinfo {
    padding-top: 0;
    margin-top: 60px;
}
.section1-detail {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

span i.fa-solid.fa-arrow-right {
    color: #EF994A;
    font-size: 21px;
    font-weight: 900;
}
span i.fa-solid.fa-arrow-right:hover {
    color: #000;
    transition: all 0.5s;
}
.section1-detail a {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    font-family: "Poppins", Sans-serif;
}
ul.nav.nav-pills.nav-stacked {
    gap: 15px;
}
div#Objectif\ de\ la\ formation {
    background-color: #EF994A;
    padding: 30px;
    border-radius: 18px;
}
h1.title {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 30px;
}
.objectif-info p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Poppins';
}
.objectif-info ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.objectif-info ul li::marker {
    color: #014037;
}
.objectif-info ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}
.margin p {
    margin: 24px 0 24px 0;
}
.Public-visé-section.margin p {
    font-size: 14px;
    font-family: 'Poppins';
    margin-bottom: 30px;
    color: #000;
}
.Public-visé-section.margin ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.Public-visé-section.margin ul li::marker {
    color: #014037;
}
.Public-visé-section.margin ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}
.Métiers-visés-section.margin p {
    font-size: 14px;
    font-family: 'Poppins';
    margin-bottom: 30px;
    color: #000;
}
.Métiers-visés-section.margin ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.Métiers-visés-section.margin ul li::marker {
    color: #014037;
}
.Métiers-visés-section.margin ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}
.Secteurs-visés-section.margin p {
    font-size: 14px;
    font-family: 'Poppins';
    margin-bottom: 30px;
    color: #000;
}
.Secteurs-visés-section.margin ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.Secteurs-visés-section.margin ul li::marker {
    color: #014037;
}
.Secteurs-visés-section.margin ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}


div#Programme\ de\ la\ formation {
    background-color: #f6f8f9;
    padding: 20px;
    border-radius: 18px;
    margin-top: 60px;
}
.programdetail h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    background: #EF994A;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}

.programdetail li {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


.programdetail p {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.bg-white.p-3.rounded-5 {
    border-radius: 8px;
    margin-bottom: 15px;
}
.programdetail {
    margin-top: 50px;
}
.bg-white.p-3.rounded-5 ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.bg-white.p-3.rounded-5 ul li::marker {
    color: #014037;
}
.bg-white.p-3.rounded-5 ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}
.bottom-margin {
    margin-bottom: 20px;
}

div#Pédagogie\,\ accompagnement\,\ déroulé {
    margin-top: 60px;
}
.pedagogie-info p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}

.finance {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 60px;
    border-radius: 18px;
}
.finance p strong {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.finance p {
    font-size: 14px;
    margin-bottom: 1.5em;
}
.finance ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.finance ul li::marker {
    color: #014037;
}
.finance ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}
.subscribe-btn {
    padding: 4px 5px 4px 40px;
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    margin-bottom: 12px;
    max-width: 190px;
    margin-top: 40px;
}
.subscribe-btn:hover {
    background-color: #EF994A;
    color: #fff;
    transform: translateX(8px);
    transition: all 0.5s;
}

.btn-inner a {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 0px;
    color: #fff;
}

.btn-inner i.fa-solid.fa-arrow-right-long {
    background-color: #EF994A;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 22px;
}

.btn-inner {
    display: flex;
    align-items: center;
}

div#Conditions\ d\'admission {
    margin-top: 60px;
}
.condition-info p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
.condition-info ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.condition-info ul li::marker {
    color: #014037;
}
.condition-info ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}

.experience-info {
    margin-top: 90px;
}
.experience-info p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Poppins';
}

div#Suivi\,\ évaluation\ et\ examen {
    margin-top: 90px;
}
.suivi-info strong {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Poppins';
}
.suivi-info p {
    font-size: 14px;
    margin-bottom: 4px;
}
.suivi-info ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.suivi-info ul li::marker {
    color: #014037;
}
.suivi-info ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}

div#Certification {
    margin-top: 60px;
}
.certification-info {
    background-color: #EF994A;
    border-radius: 18px;
    padding: 30px;
}
.certification-info p strong {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.certification-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.certification-info ul {
    list-style: square;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.certification-info ul li::marker {
    color: #014037;
}
.certification-info ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}
.certification-info a {
    margin: 10px 0 !important;
    display: block;
    color: #1e73be;
}
.certification-info img {
    max-width: 242px;
    display: flex;
    margin-top: 60px;
}

div#Accessibilité\ et\ Référent\ handicap\ et\ inclusion {
    margin-top: 60px;
}
.accessibilite-info p strong {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.accessibilite-info p {
   font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
.accessibilite-info a {
    color: #1e73be;
}
.accessibilite-info img {
    max-width: 397px;
    display: flex;
}

.responsable-info p strong {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.responsable-info p {
   font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
div#Responsable\ pédagogique {
    margin-top: 90px;
}
.subscribe-btn.recover {
    max-width: 323px;
}

section.mention-section{
    margin-top: 100px;
}

.representative-section{
    margin-top: 100px;
}
.representative-details {
    padding: 35px 100px;
    background-color: #ef994a;
    border-radius: 20px;
}
.representative-details h2 {
    font-size: 28px;
    color: #fff;
    font-family: "Nunito Sans";
}
.representative-details ul {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}
.representative-details ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.representative-details ul li, .representative-details ul li a{
   color: #fff;
   font-size: 16px; 
}
.representative-details ul li i{
    /* margin-right: 20px; */
    font-size: 25px;
    height: 30px;
    width: 30px;
 
}
.what-role {
    margin-top: 75px;
}
.what-role h2{
    font-family: "Nunito Sans";
    font-size: 40px;
    color: #ef994a;
}
p.size {
    font-size: 16px;
}
h2.main-title{
    text-transform: capitalize !important;
}
.school-single-details h2.main-title{
    color: #ef994a;
    margin-bottom: 20px;
}
.school-single-details div{
    margin-bottom: 50px;
}
.apprenticeship-contract a{
    font-weight: 900;
    color: #ef994a;
}
.accreditations-text{}
.accreditations-text p{
    margin-bottom: 30px;
}
.accreditations-text p strong{
    color: #ef994a;
    font-weight: 900;
}
.accreditations-text a{
    font-weight: 900;
    color: #ef994a;
}
.mention-section{}
.mention-section h1{
    color: #ef994a;
    margin-bottom: 30px;
}
.mention-content{
    margin-bottom: 50px;
}
.mention-content h2{
    font-weight: 600;
    font-size: 24px;
    color: #ef994a;
}
.training-advantage{
    margin-top: 100px;
}
.training-advantage .advantages-img img{
    box-shadow: 10px 10px 0px 4px #EF994A;
    border-radius: 15px;
}
.advantages-content{}
.advantages-content h2{
    color: #ef994a;
}
.advantages-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
}
.advantages-content ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.advantages-content ul li i svg{
    /* vertical-align: middle; */
}
.advantages-content ul li i{
    color: #ef994a;
    font-size: 40px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
}
.contract-type{}
.contract-type .contract-box{
    text-align: center;
    margin-top: 50px;
}
.contract-type .contract-box h3{
    text-transform: capitalize;
    color: #ef994a;
}
.contract-type .contract-box p{}
.contract-type .see-training-btn{
    margin-top: 40px;
}
.see-training-btn.hero-btn-wrap a {
    max-width: 260px;
    width: 100%;
    justify-content: center;
}
.quick-guide{
    margin-top: 80px;
}
.quick-guide-box{
    text-align: center;
    background-color: #ef994a;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    height: 100%;

}
.quick-guide-box h3{
    color: #fff;
}
.quick-guide-box p{
    color: #fff;
}
.quick-guide-btn.hero-btn-wrap a {
    max-width: 260px;
    width: 100%;
    justify-content: center;
}
/*********************  Owl  *******************/


/*********************  Owl Close  *******************/


/*********************  Fancy-box  *******************/


/*********************  Fancy-box Close  *******************/