*{
    box-sizing: border-box;
}

body {
    margin: 0;
    background-image: url(../image/super-network.jpg);
    background-color: rgb(7, 7, 144);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
   
}

header {
    background-color: #007bff;
}

.main{ 
    margin: 90px auto;
}

.top {
    
    width: 50%;
    margin: 15px auto;
}

.navbar {
    padding: 15px;
}

.section-bloc {
  
    margin: 80px auto;
    height: 115vh;
    width: 100%;
    margin-bottom: 300px;
}

.manavbar {
    background-color: rgb(31, 84, 255);
    color: white;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
}


/* .manavbar a{
    color: inherit;
    color: white !important;
} */

.topbar-sb {
    position: relative;
    top: 30px;
    /* background-image: url(../image/nuage.jpg); */
    background-color: #9fc8ef65;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin: auto;
}

.topbar-2 {
    width: 30%;
    border-radius: 5px;
    position: relative;
    top: 30px;
    padding: 5px;
    background-color: #c3e5ff;
    height: 53vh;
}

.topbar-sb-2 {
    margin: 10px 10px;
    position: relative;
    top: 30px;
    border-radius: 5px;
    /* width: 65%; */
    display: flex;
    justify-content: space-around;
}

.topbar-sbc {
    margin: 10px 10px;
    background-color: rgb(26, 100, 168);
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    background: rgb(0, 4, 36);
    background: linear-gradient(0deg, rgba(0, 4, 36, 1) 0%, rgba(0, 0, 255, 1) 48%, rgba(0, 212, 255, 1) 100%);
}

.sectioncard {
    display: flex;
}

.inside-topbar {
    padding: 5px;
    margin: auto;
}
.inside-topbar i{
    position: relative;
    top: -8px;
}

.text-topbar {
    text-align: center;
    color: white;
}

.itb2 {
    width: 50%;
    overflow: hidden;
}

.card {
    margin: 5px;
    padding: 3px;
    /* height: 120px; */
    font-size: x-small;
    overflow: overlay;
    border: inherit;
    border: blue 2px dotted !important;
}

.card:hover{
 cursor: pointer;
 border: 1px solid rgb(26, 192, 26) !important;
}



.card-body {
    padding: inherit;
}

.card :hover {
    cursor: pointer;
}

.into {
    padding-top: 10%;
    margin: auto;
    text-align: center;
}

#sticky-footer {
    height: 9%;
    /* position: fixed; */
    bottom: 0;
  display: flex;
  width: 100%;
    border: 1px solid white;
  }

.card-text {
    text-align: center;
}

.all-tech {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.card-img img {
    width: 12%;
}

.modal-dialog {
    width: inherit;
    max-width: 60% !important;
}

.form-linux li {
    list-style: none;
}

.generate {
    margin-bottom: 15px;
}

.resultat {
    border: 1px solid blue;
    overflow: scroll;
}

.resultat {
    margin-top: 15px;
    height: 200px;
    width: 300px;
    border: 1px solid black;
}

.img-devops{
    display: contents;
}

.infoServ2 img{
    float: left;
    position: relative;
    left: 15px;
    width: 5%;
}

.info-dev{
    font-size: smaller;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
    padding: 10px;
    height: 29%;
    /* overflow-y: scroll; */
    overflow-x: scroll;
    text-align: justify;
}

.form-dev{
    display: inline-block;
}

.form-dev .form-control{
    margin: auto;
}

.add-tech li{
    list-style: none;
}

.my-container{
 margin: 150px auto;
 width: 80%;
 background-color: #00000000;
}

.accueil{
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    display: flex;
    flex-direction: column;
    margin: 15px auto;
    color: white;
    font-size: 1rem;
    height: 100px;
    width: 50%;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border: 1px solid white;
    border-radius: 12px;
    
}

.fi-xnluxl-star{
    margin-top: 25px;
    margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;

}
.presentation {
    /* justify-content: center;
    align-items: center; */
    /* flex-direction: column; */
    display: flex;
    flex-direction: column;
    margin: 15px auto;
    color: white;
    font-size: 2rem;
    padding: 10px;  
    background-color: rgb(0 25 77 / 85%);
    text-align: center;
    border: 1px solid white;
    border-radius: 12px;
    
}

.presentation img{
    width: 65%;
    margin: 10px;
    /* border: 1px solid blue; */
    transition-duration: 0.3s;
  
    margin-top: 30px;
}

.presentation-centre img:hover{
    cursor: pointer;
    border: 1px dotted green;
    opacity: 0.7;
    ;
}
.connect a{
    color: white;
    margin-left:15px;
}

.connect a:hover{
    text-decoration: none;
}

.first{
    border-radius: 12px;
    padding: 3px;
}

.first:hover{
    background-color: rgb(181, 194, 238);
}

.presentation-gauche{
    display:flex;
    text-align: left;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    padding:30px;
}

.presentation-gauche li{
    font-size: small;
}
.presentation-text{
    font-size:16px;
   
}
.presentation-centre{
    display:flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    
}
.presentation-droite{
    display:flex;
    justify-content: center;
    align-items: center;
    
}

.recapitu{
    display: flex;
    border-radius: 8px;
    border: 1px solid white;
    width: 50%;
    margin: 10px;
}
.recapitu i{
    padding: 20px;
    font-size: 2rem;
 
}

.issuQue{
    padding: 21px;
    text-align: justify;
    font-size: 18px;x;
    
}

.info-ico{
    padding-right: 15px;
}

.my-modal{
    width:40%;
    margin: auto;
}

.configuration{
    padding: 10px;
    margin: auto;
    font-size: large;
    border-radius: 12px;
    display: block;
    justify-content: space-around;
    color:white;
    text-align: center;
    width: 50%;
    background-color: rgba(255, 228, 196, 0.26);
}
.titre{
    display: flex;
    margin: auto;
    /* border: 1px solid white; */
    /* text-align: center; */
    width: 50%;
    background-color: #fbfeff66;
    justify-content: center;
    flex-wrap: wrap;
    justify-items: center;
    border-radius: 2px;
    justify-items: 75px;
    transform: skew(0deg, 0deg);
    -moz-transform: scale(1.3) skew(-28deg, 0deg);
    -webkit-transform: scale(1.3) skew(-28deg, 0deg);
    -o-transform: scale(1.3) skew(-28deg, 0deg);
    -ms-transform: scale(1.3) skew(-28deg, 0deg);
    transform: scale(1.3) skew(-28deg, 0deg);
}

.titre h1{
    color: white;
    text-shadow: 4px 3px 0 #7A7A7A;
    -moz-transform: scale(1.3) skew(-28deg, 0deg);
    -webkit-transform: scale(1.3) skew(-28deg, 0deg);
    -o-transform: scale(1.3) skew(-28deg, 0deg);
    -ms-transform: scale(1.3) skew(-28deg, 0deg);
    transform: scale(1.3) skew(28deg, 0deg);
  
}
.goDownload{
    margin-top: 15px;
}

#etape-left:hover{
    cursor: pointer;
}

#etape-right:hover{
    cursor: pointer;
}

.box01{
    color:white;
}

.select-repo{
    color:white;

}

.form-repo{
    padding: 20px;
    border: 1px solid white;
    line-height: 2rem;
}

.form-repo li{
    list-style: none;
}

.form-repo label{
    border: 1px solid white;
    padding:3px;
    border-radius: 12px;
    background-color: rgb(0, 0, 0);
    text-align: center;
}
.form-repo a{
    margin-left: 15px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 12px;
    background-color: rgb(174, 236, 188);
}

.form-repo label:hover{
    background-color: rgba(105, 179, 138, 0.418);
    cursor: pointer;
}

.downloadfile{
    border-radius: 12px;
    margin-top: 15px;
    padding: 5px;
}

.text-info-dev{
    text-align: center;
    color: blue;
    font-size: 2rem;
}

.save{
    display: inline-flex;
    flex-flow: row-reverse;
    justify-content: space-evenly;
}

.cont-file{
    display: grid;
    height: 100vh;
}

.cont-file2{
    height: fit-content;
    font-size: 2rem;
   
    text-align: center;
    border: 1px solid white;
   
    width: 50vw;
    border-radius: 12px;
    margin: auto;
    padding: 10px;
    margin-top: 10%;
   
    background-color: #829bff98;
}

.cont-file2 a{
    text-decoration: none;
}
.dlyourfile{
  color: white;
}
.execute-test{
    display: grid;
    text-align: center;
    justify-content: center;

}

.execute{
   margin-top: 50px;
}

.roue{
    padding-right: 15px;
}

.execute-console{
    background-color: black;
    color: lime;
    opacity: 0.8;
}

textarea::placeholder{
    color: inherit;
    color: lime !important;
}

.modal-content{
  
    margin: auto;
}

.docker{
    display: grid;
    margin: auto;
    text-align: center;
    background-color: rgb(172, 172, 207);
    padding: 15px;
    align-content: center;
    border-radius: 12px;
    border: 1px solid black;
}
.docker img{
    margin-right: 20px;
    padding-left: 10px;
    float: left;
}

.docker select{
margin: auto;
}

.docker{
    margin-bottom: 15px;
}

.tools {
    margin-right: 10px;
}

.divpipe{
    display: grid;
    justify-content: center;
    justify-items: flex-end;
    color: cyan;
    margin-top:15px;
}
.test-pipe{
    margin: auto;
    text-align: center;
}

.pipe-form{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-dev2{
    text-align: center;
    display: grid;
    border: 1px solid black;
    padding :10px;
    margin-bottom: 15px;
    background-color: rgba(172, 172, 207);
   
    background-repeat: no-repeat;
    border-radius: 12px;
}

.form-dev2 input{
    width: 50%;
    margin: auto;
    border-radius: 12px;
    text-align: center;
    outline: none;

}
.form-dev2 i{
    top: -2px;
    
    position: relative;
    float: left;
    position: relative;
    left: 15px;
}

.form-dev3{
    text-align: center;
    display: grid;
    border: 1px solid blue;
    padding :10px;
    margin-bottom: 15px;
    background-color: rgba(127, 255, 212, 0.315);
    border-radius: 12px;
}
.form-dev3 i{
    float: left;
    position: relative;
    left: 15px;

}
.form-dev3 input{
   
    margin: auto;
    border-radius: 12px;
    text-align: center;

}

.presStart{
    margin: 15px auto 0 auto;

}
.presStart h1{
    background-color: #ffffff40;
}

.TitlePres{
    
      display: block;
    
}
.TitlePres h1{
    padding: 15px;
}
.TitlePres img{
    width: 6%;
    top: -50px;
    float: left;
    position: relative;
  
}

.etapadaTitre{
    display: block;
}



.presStart h4{
    text-align: center;
    background-color: #ffffff40;
    padding: 15px;
}
.whatis{
    padding: 70px;
    text-align: justify;
    text-indent: 40px; 
    border: 1px solid rgba(255, 255, 255, 0.411);
    border-radius: 8px;
}

#hidden_div {
    display: none;
}

.avecdocker {
    transition-delay: 1s;
    transition: all 1s ease-out;
    display:none
}

.avecdocker p{
   
    color: blue; 
}

.sansdocker {
    transition-delay: 1s;
    transition: all 1s ease-out;
    color: red; 
}


#col-serv input{
    border-radius: 12px;
}
.selectEnv{
    color: inherit;
    color: black !important;
    font-size: bold;
}

.dockEnv{
    background-color: grey;
    height: 50px;
    border: 3px solid rgb(172, 172, 207);
    padding: 5px;
    border-radius: 6px;
}

.dockEnvclic{
    background-color: rgb(79, 136, 241);
    height: 50px;
    border: 3px solid rgb(172, 172, 207);
    padding: 5px;
    border-radius: 6px;
}

/* .dockEnv:hover{
    cursor: pointer;
    background-color: rgb(79, 136, 241);
} */

.inscription{
color: white;
}

#select-database{
    margin: 10px 0px 20px 25%;
}

.monitor{
    margin: auto;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
  
}

.field{
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #1d1d0c;
    background-color: #ffa50061;
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(172, 172, 207);
}

.field i{
   float: left;
   position: relative;
   left: 15px;
}
.field img{
    float: left;
}
/* .col-serv{
    margin: auto;

} */

.session-client{
    background-color: rgba(148, 192, 188, 0.411);
    border: 1px solid rgb(22, 71, 22);
    font-size: bolder;
    color: rgb(0, 0, 0);
}
.affiche{
    width: 50%;
    background-color: rgb(0, 0, 0);
    margin: auto;
    padding: 15px;
    margin: 5px auto 5px auto;
    color: rgb(0, 255, 0);
    overflow-y: scroll;
    border-radius: 12px;
}

.spanEnv{
    margin: auto;
    padding: 2px;
    background-color: bisque;
    position: relative;
    top: 3px;
}

.avecdocker input{
    position: relative;
    top: 3px;
}

.configFinish{
    width: 50%;
    margin: 15px auto;
}

.modal-body{
    background-color: #e1ecff;
}

.lesEtape h4{
    margin-top: 15px;
    text-align: center;
}
.etapada{
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.etaped{
    text-align: center;
    border: 1px solid black;
    padding: 5px;
    margin-top: 10px;
    border-radius: 12px;
    width: 20%;
    background-color: rgb(0 58 169 / 86%);
    display: inline-grid;
    flex-wrap: wrap;
    height: 250px;
    color: white;
    -webkit-box-shadow: 10px 13px 5px -6px rgba(0,0,0,0.38);
-moz-box-shadow: 10px 13px 5px -6px rgba(0,0,0,0.38);
box-shadow: 10px 13px 5px -6px rgba(0,0,0,0.38);
}

.etaped h5{
    padding-top: 5px;
}

.etpb{
    margin-top:50px;
}
.etpc{
    margin-top:100px;
}
.etpd{
    margin-top:150px;
}

.lesEtape h4{
    text-decoration: underline;
    color: white !important;
}

.lesEtape i{
    font-size: 1rem;
    color:white;
}

.issuQue{
    color: white;

}

.downLo{
    display: block;
    margin: auto;
    width: 50%;
    text-align: center;
    /* float: right; */
    margin-bottom: 15px;
}


.downLo button{
    margin-top: 10px;
    padding: 8px;
    width: 30%;
    border-radius: 22px;
    color: #170505;
    outline: none;
    background-color: #a0a0a09d;
   
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.downLo button:hover{
    background-color: #757474;
    color: #ffffff;
    
}

.downLo button:visited{
    outline: initial;
}
.downLo img{
    width: 20%;
    padding-right: 10px;
    position: relative;
    left: -10px;
}
.specialphp{
    color: white;
}

.titreoffres{
    display: block;
    margin: auto;
    text-align: center;
    Color: white;
    background-color: rgba(0, 0, 0, 0.383);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 80px;
    width: 40%;
}
.specialoffres{
    display: flex;
    justify-content: space-around;
    height: 100vh;
}


.offres{
   
    height: 400px;
    background-color: rgb(170 176 209 / 73%);
    margin: 5px;
    margin-top: 20px;
    border-radius: 12px;
    transition-duration: 0.2s;
    display: grid;

}

.offres:hover{
    transform: scale(1.1);
    background-color: rgba(0, 0, 255, 0.623);
    color: white;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 15px 0px rgba(0,0,0,0.75);
    border-radius: 12px;
    
}

.userconnected{
    color: inherit;
    color: lime !important;
    background-color: black;
    border-radius: 12px;
}
.specialoffres{
    padding: 15px;
}
.specialoffres h2{
    margin-top: 20px;
    text-align: center;
}

.offresText{
    margin-top: 15px;
    font-size:1.5rem;
    padding: 15px;
    text-align: center;
}

.offres img{
    width: 30%;
    margin: auto;
}
.taro{
    text-align: center;
}

.offres{
    
    border-image: url('../img/texture-bronze.png') 30 / 19px round;
}