/*
BismiLah
@Yassine
20-06-2022 09:24
*/

/* Ajouté par Nasri */

.form-header {
    background-color: #E30145;
    color:white;
}
.form-header h2, .form-header h5{
    font-weight: normal;
}

.form-body {
    background-color: white;
    color:black;
}

.form-body input, .form-body select {
    background-color: rgba(235, 241, 244, 1.0);
    color: #595959;
}

.form-body .form-group {
    margin : 20px 10px 30px 10px;
}

#sendMessageButton {
    background-color: #E30145;
    color: white;
    padding: 15px 50px 15px 50px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    font-size: 18;
    font-weight: bold;
}

.text-danger {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.text-danger ul {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}


html, body{
  height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
}
a {
    color: #214099;
    text-decoration: none;
}
a:hover {
    color: #3265f6;
    text-decoration: none;
}
section{
	padding: 50px 0 50px 0;
}
h2, h3 h4, h5{
	font-weight: 700;
}
h2{
    font-size: 2.5rem;
}
p{
	font-size: 1.1rem;
	font-weight: 300;
}

.masterhead{
	background: url(../img2/bg-header.jpg) center no-repeat;
	background-size: cover;
    min-height: 700px;
}

.logo{
	max-width: 100%;
	width: 194px;
    box-shadow: 0 10px 56px rgb(0 0 0 / 57%);
    margin-bottom: 30px;
}
.logo:hover{
	opacity: 0.7;
	cursor: pointer;
}

.xfa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-action{
    background: transparent;
    border: 1px solid #a5e2ff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    color: #a5e2ff;
    display: inline-block;
    text-align: center;
        margin-top: 20px;
}
.xfa-fleche:before {
    content: "";
    background: url(../img2/arrow1.png) center no-repeat;
    background-size: 26px auto;
    width: 42px;
    height: 11px;
    display: block;
}
.btn-action:hover{
    background: #a5e2ff;
    color: #014d71;
}
.xfa-fleche{
    position: relative;
    animation-name: btnActionAnnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes btnActionAnnimation {
  0%   {left:0px;}
  50%   {left:15px;}
  100%   {left:0px;}
}
.btn-action:hover .xfa-fleche:before{
    filter: brightness(0.5);
}

.etudiante{
    max-width: 100%;
}
.h1-1{
    color: #fff;
    font-size: 1.9rem;
    font-weight: 300;
    display: block;
}
.h1-2 {
    max-width: 100%;
    width: 341px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.h1-3 {
    color: #ffafc7;
    font-size: 1.66rem;
    font-weight: 600;
    display: block;
}
.h1-4 {
    font-size: 1rem;
    color: #ffafc7;
    font-weight: 600;
}


.lists1{
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lists1 li {
    padding-bottom: 15px;
}
.lists1 li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 22px;
    background: url(../img2/check1.png) no-repeat center;
    background-size: contain;
    margin-bottom: -4px;
    margin-right: 11px;
}
.btn-intersse{
    background: #0097de;
    padding: 10px 21px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.btn-intersse:hover{
    background: #e10044;
    color: #fff;
}
.btn-savoir{
    background: transparent;
    border: 1px solid #a5e2ff;
    padding: 10px 27px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #a5e2ff;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.btn-savoir:hover{
    /*background: #a5e2ff;
    color: #014d71;*/
    background: #e10044;
    color: #fff;
    border-color: #e10044;
}



#annee-dist h2{
    color: #e30145;
        font-size: 2rem;
    transform: rotateZ(270deg);
    position: absolute;
    margin-left: -100px;
    margin-top: -60px;
}
#annee-dist h2 span{
    display: block;
    font-size: 4rem;
    letter-spacing: 5px;
}
#annee-dist img.annee-1-icon {
    max-width: 100%;
    width: 100px;
            padding-bottom: 15px;
    padding-top: 15px;
}
#annee-dist .step-dot{
    float: left;
        width: 24px;
    margin-right: 15px;
}
#annee-dist h5{
    font-size: 1.1rem;
    color: #004c70;
}
#annee-dist .p-ann-dist{
    background: #dbeff9;
    padding: 8px;
}
.cont-annee-dist{
    background:url(../img2/annee-line-fin.png) bottom left no-repeat, url(../img2/annee-line.png) top left repeat-y;
    background-position-x: 0px,8px;
    background-size: 21px, 5px;
    background-repeat-x: no-repeat;
}

#specialisations{
    background: #dbeff9;
    margin-bottom: -200px;
}
#specialisations h2{
    color: #e30145;
    font-weight: 800;
    margin-bottom: 50px;
}
#specialisations .col-special{
    background: #fff;
        box-shadow: 5px 15px 20px rgb(0 0 0 / 10%);
    padding: 0px 20px 30px 20px;
    margin-top: 70px;
        z-index: 9;
}
#specialisations .col-special:hover, #specialisations .col-special2:hover{
    box-shadow: 5px 15px 30px rgb(0 0 0 / 20%);
    transition: transform .2s;
    -ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari 3-8 */
    transform: scale(1.02);
}
#specialisations .col-special2{
    background: #fff;
    box-shadow: 5px 15px 20px rgb(0 0 0 / 10%);
    padding: 0px 20px 30px 20px;
    margin-top: 0px;
    z-index: 9;
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
}
#specialisations img{
    max-width: 100%;
    width: 95px;
    display: block;
    text-align: center;
    margin: -20px auto 12px auto;
}
#specialisations  h4{
    font-weight: 700;
    color: #004c70;
    text-align: center;
    font-size: 1.4rem;
    max-width: 257px;
    margin: 0 auto 15px auto;
}
.lists2 {
    color: #5d5d5d;
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
    margin-top: 30px;
}
.lists2 li {
    padding-bottom: 18px;
}
.lists2 li:before {
    content: '';
    display: inline-block;
    height: 23px;
    width: 20px;
    background: url(../img2/special-icon-check.png) no-repeat top;
    background-size: 15px;
    margin-right: 11px;
    float: left;
    margin-top: 5px;
}
.lists2 li span{
    display: flex;
}
#specialisations  .btn-intersse{
    text-align: center;
    margin: 0 auto;
    display: table;
}


#stage{
    background: #fff;
    padding-top: 200px;
}
 #stage h2 {
    color: #e30145;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 30px;
}
img.sep1 {
    width: 10px;
    margin: 0 auto;
    display: block;
}
 #stage .nav-tabs .nav-link{
    border-radius: 0;
    border: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: #6f6f6f;
        padding: 15px;
        text-align: left;
}
#stage .nav-tabs .nav-link.active{
    background: #dbeff9;
    color: #004c70;
}
#stage .tab-content{
    background: #dbeff9;
    padding: 40px;
    margin-top: 1px;
}
#stage .tab-content img:hover{
    opacity: 0.8;
}
#stage h5{
    font-weight: 400;
    color: #e30145;
    font-size: 1.6rem;
}
#stage .lists2{
        margin-bottom: 0;
}
#stage .p-resu-stage{
    max-width: 600px;
    margin: 30px auto 0px auto;
}
#integrer-esa{
    background: url(../img2/bg-integrer-esa.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#integrer-esa h2 {
    color: #e30145;
    font-weight: 800;
    margin-bottom: 50px;
}
#integrer-esa img{
    height: 284px;
    max-width: 100%;
}
#integrer-esa img:hover{
    filter: contrast(1.2);
}
#integrer-esa .integrer-esa-1{
    position: relative;
    animation-name: integrerAnnimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;  
}

@keyframes integrerAnnimation {
  0%   {right:0px;}
  50%   {right:-20px;}
  100%   {right:0px;}
}
#integrer-esa .integrer-esa-2{
    position: relative;
    animation-name: integrerAnnimation2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;  
}

@keyframes integrerAnnimation2 {
  0%   {left:0px;}
  50%   {left:-70px;}
  100%   {left:0px;}
}
#tandem a[aria-expanded="true"] span {
    display: none;
}
#tandem a[aria-expanded="true"]:after {
    content: "ˆ";
}
#tandem .btn-suite1{
    border: 2px solid #004c70;
    border-radius: 40px;
    padding: 10px 20px;
    display: inline-block;
    color: #004c70;
    font-weight: 500;
}
#tandem .btn-suite1:hover{
    background: #004c70;
    color: #fff;
}
#tandem .btn-suite2{
    border: 2px solid #e30145;
    border-radius: 40px;
    padding: 10px 20px;
    display: inline-block;
    color: #e30145;
    font-weight: 500;
}
#tandem .btn-suite2:hover{
    background: #e30145;
    color: #fff;
}
.tandem-col1{
    border: 1px solid #004c70;
        padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 30px solid #004c70;
}
.tandem-col2{
    border: 1px solid #e30145;
        padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 30px solid #e10044;
}
#tandem img.tandem-logo {
    width: 140px;
    max-width: 100%;
    margin-bottom: 15px;
}
#tandem h5 {
    color: #004c70;
    max-width: 386px;
    margin: 15px auto;
}
#tandem .tandem-chif{
    width: 50%;
    float: left;
    margin-bottom: 29px;
    padding: 10px 5px;
    border: 1px solid #d8d8d8;
}
#tandem .tandem-chif h6{
    font-weight: 800;
    color: #004c70;
    font-size: 2rem;
    margin-bottom: 0;
}
#tandem .tandem-chif span{
        color: #e10044;
}
#tandem h2 {
    color: #e30145;
    font-weight: 800;
    margin-bottom: 30px;
}
#echanges{
    background: url(../img2/bg-echanges.png) center no-repeat;
    background-color: #dbeff9;
    background-size: cover;
}
#echanges .bg-logo-utec{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#echanges h2{
    color: #e30145;
    font-weight: 800;
    margin-bottom: 20px;
}
#echanges .strong-text{
        font-weight: 700;
    color: #004c70;
}
#echanges .echanges-p2{
    background: #fff;
    padding: 10px;
    font-weight: 500;
    color: #004c70;
    font-size: 1.15rem;
}
#echanges .echanges-col2{
    padding-left: 35px;
}
#echanges .bg-logo-utec img{
    width: 250px;
    max-width: 100%;
}
#etudes .bg-etudes{
    background: url(../img2/bg-etudes.png) center no-repeat;
    background-size: contain;
}
#etudes h2{
    color: #e30145;
    font-weight: 800;
    margin-bottom: 15px;
}
#etudes .etudes-p1{
    max-width: 600px;
    margin: 0 auto;
}
#etudes .bg-etudes h6{
font-size: 1.1rem;
    color: #004c70;
}
#etudes .bg-etudes .integrer-icon{
        max-width: 100%;
    width: 120px;
    margin-bottom: 10px;
}
#etudes .bg-etudes  .integrer-col:hover{
    cursor: pointer;
    transition: transform .2s;
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

#engag h2{
    color: #e30145;
    font-weight: 800;
    margin-bottom: 35px;
    margin-top: 30px;
}
#engag .engag-col1{
        background: #004c70;
    padding: 15px;
}
#engag .engag-col2{
        background: #e30145;
    padding: 15px;
}
#engag .engag-col3{
        background: #dbeff9;
    padding: 15px;
}
#engag .engag-icon{
max-width: 100%;
    width: 80px;
}
#engag .engag-col1 h4, #engag .engag-col2 h4{
    color: #fff;
    font-size: 1.3rem;
    margin-top: 8px;
}
#engag .engag-col1 .engag-hr, #engag .engag-col2 .engag-hr{
    width: 30%;
    height: 4px;
    color: #fff;
    opacity: 1;
    margin: 12px auto;
}
#engag .engag-col1 p{
    color: #a3e1ff;
    font-size: 1rem;
    font-weight: 400;
}
#engag .engag-col2 p{
    color: #ffd4e1;
    font-size: 1rem;
    font-weight: 400;
}
#engag .engag-col3 h4{
    color: #004c70;
    font-size: 1.3rem;
    margin-top: 8px;
}
#engag .engag-col3 .engag-hr{
    width: 30%;
    height: 4px;
    color: #004c70;
    opacity: 1;
    margin: 12px auto;
}
#engag .engag-col3 p{
    color: #5b5b5b;
    font-size: 1rem;
        font-weight: 400;
}
#engag .engag-col3:hover, #engag .engag-col1:hover, #engag .engag-col2:hover{
    filter: contrast(1.2);
}
#contact{
    background: url(../img2/bg-contact.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: -115px;
}
.submitColor:hover{
    opacity: 0.7 !important;
}
#temoignage{
    background: #dbeff9;
    padding-top: 180px;
    padding-bottom: 100px;
}
#temoignage h2{
    color: #e30145;
    font-weight: 800;
    font-size: 2rem;
    max-width: 600px;
    margin: 35px auto 35px auto;
}
#temoignage .temoi-bg{
    background: url(../img2/bg-temoi.png) center no-repeat;
    background-size: contain;
}
#temoignage .temoi-bg img{
    max-width: 100%;
    width: 280px;
}
#temoignage .temoi-bg img:hover{
    filter: brightness(1.1);
}
#temoignage h5{
    color: #e30145;
    margin-bottom: 0;
}
#temoignage .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
#temoignage .carousel-item{
    width: 90%;
}
#temoignage .carousel-control-prev-icon{
    background-image: url(../img2/arrow-left.png);
}
#temoignage .carousel-control-next-icon{
    background-image: url(../img2/arrow-right.png);
}
#temoignage .carousel-control-next, #temoignage .carousel-control-prev{
    width: 3rem;
}
#temoignage .carousel-control-next-icon, #temoignage .carousel-control-prev-icon{
    width: 3rem;
    height: 3rem;
}
#temoignage .carousel-indicators [data-bs-target]{
        background-color: #004c70;
}



footer {
    background: #004c70;
}
footer .bg1-footer {
    height: 20px;
    background: #e30145;
}
footer .bg2-footer {
    height: 20px;
    background-color: #e30145;
}
.btn-go-top {
    width: 52px;
    max-width: 100%;
    position: relative;
    top: -13px;
}
.btn-go-top:hover{
        box-shadow: 0 0 10px rgb(0 0 0 / 38%);
    filter: brightness(1.2);
}
footer p {
    font-size: 1rem;
    color: #fff;
}
footer a {
    color: #a9e3ff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer .rs img{
    width: 32px;
}
footer .rs img:hover{
    opacity: 0.7;
}
.bg-thanks {
    background-color: #004c70;
    color: #fff;
}
.bg-thanks h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 2.7rem;
    font-weight: 700;
}
.bg-thanks p {
    font-size: 1.1rem;
    font-weight: 300;
}
.bg-thanks a {
    text-decoration: underline;
    color: #9ae1ff;
}
.bg-thanks a:hover {
    color: #d9f4ff;
}























/*for Tablet*/
@media (max-width:768px){
h2 {
    font-size: 1.8rem;
}
.etudiante {
    display: none;
}
.logo {
    max-width: 100%;
}
#annee-dist h2 {
    font-size: 1.8rem;
    transform: rotateZ(0deg);
    position: relative;
    margin-left: 0;
    margin-top: 0;
}
#annee-dist h2 span {
    font-size: 3.5rem;
    letter-spacing: 5px;
}
#annee-dist .step-dot {
    display: none;
}
#specialisations .col-special2 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
        margin-bottom: 40px;
}
#specialisations .col-special {
    margin-top: 0;
        margin-bottom: 40px;
}
#echanges .bg-logo-utec {
    padding-bottom: 15px;
    padding-top: 15px;
}
#echanges .echanges-col2 {
    padding-left: calc(var(--bs-gutter-x) * .5);
    text-align: center;
}
#etudes .bg-etudes {
    background: none;
}
#temoignage .text-temoi{
    text-align: center;
    margin-top: 15px;
}
#temoignage .carousel-item {
    width: 100%;
}
.lists1 {
    font-size: 1rem;
}

footer p {
    font-size: 0.9rem;
}

}
/*for mobile*/
@media (max-width:420px){
.logo {
    max-width: 100%;
    width: 120px;
}
.btn-action{
    font-size: 0.8rem;
}
.h1-1 {
    font-size: 1.5rem;
}
.h1-3 {
    font-size: 1.44rem;
}
.lists1 {
    padding-left: 5px;
        font-size: 0.8rem;
}
.btn-intersse {
    margin-bottom: 20px;
    font-size: 0.9rem;
}
.btn-savoir{
    font-size: 0.9rem;
}
.lists2{
    padding-left: 5px;
}
#stage .tab-content {
    padding: 20px;
}
#tandem .tandem-chif {
    min-height: 110px;
}
.xfa-fleche:before {
    content: "";
    background: url(../img2/arrow1.png) center no-repeat;
    background-size: 26px auto;
    width: 25px;
    height: 11px;
    display: block;
}
#integrer-esa img {
    height: 200px;
    max-width: 100%;
}
#integrer-esa .integrer-esa-1, #integrer-esa .integrer-esa-2 {
    animation: none;
}
}