

.pageLogiciel-container{
  display:flex;
  flex-direction: row;    
  background-color: rgba(255, 255, 255, 0.8);
   /*background-color: #384469a1;*/
  /*background-image: url(../imgCommune/gammeLogiciel/s020.jpg);*/
  margin-top:10px;;
  padding:20px;
  align-items: center;
  justify-content: center;
}

.texteDescriptif h1{
font-size: 1.9em;
color: rgb(1,51,74);
/*color:antiquewhite;*/
}

@media screen and (max-width:1360px){
.descriptif{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}
.descriptif img{
display:none;
}

.bloc-captureEcran div{
  margin-left:0;
}

.texteDescriptif{
  padding:20px;
}
.pageLogiciel-container{
  display:flex;
  flex-direction: column-reverse;
  /* justify-items: center; */
}
}

.bloc-pageDetail{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 40px; */
  gap:10px;
  /*padding-top:20px;*/
}

/* .descriptif { */
/* display:flex;
/* flex-direction: row; */
/*grid-template-columns: repeat(2,1fr);
align-items: center;
justify-content: center; */

/*test*/
/*padding: 10px;*/
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* margin: 100px auto;
  width: 90%; */
/* } */

.bloc-descriptif-img{
float: left;
shape-outside: margin-box;
margin: 0 30px 5px 0;
}


.texteDescriptif{
/* display:flex;
flex-wrap: wrap;
flex-direction: column;
padding-left:20px; */

/*test*/
border-right: 1px solid #8e86b5;
border-bottom: 1px solid #8e86b5;
padding: 10px;
text-align: left;
margin-top: 20px;
}
.texteDescriptif h1{
color:rgb(1, 51, 74);
/*color:antiquewhite;*/
}

.texteDescriptif p{
color:rgb(1, 51, 74);
/*color:#fff;*/
}
.texteDescriptif h3{
color:rgb(1, 51, 74);
}



.bloc-captureEcran{
  order:1;
  overflow: visible;
  display:flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  
  /* left:0;
  top:0;
  right:0px;
  bottom:0; */
  
  
}

.bloc-captureEcran .cta{
  margin-top: 30px;
 margin-left:200px; 
}



.bloc-captureEcran img{
max-width:300px;
 max-height: 150px;
 box-shadow : 6px 6px 25px rgb(15, 26, 34); 
}

.bloc-captureEcran img:hover{
  transform : scale(1.1);
}
.imgTop{
  margin-top: 10px;
 margin-left: 0px;
 margin-bottom: 5px;
 
}
.imgMedium{
  margin-top: 5px;
  margin-left: 70px;
  /* opacity: 0.5; */
  
}
.imgBottom{
 margin-top: 5px;
 margin-left:130px; 
}

.partieVideo{
  color:white;
  text-align: center;
  background-color: black;
  display:flex;
  flex-direction: column;
  gap:20px;
  padding-top: 20px;
  padding-bottom:20px;
  justify-content: center;
  align-items: center; 
 
  /* url("https://www.youtube.com/embed/WO2c6M6d6FU?wmode=transparent") */
}

.iframe_container{
  width:80%;
  position: relative;
}
.iframe_container::after{
  content:"";
  display:block;
  width:100%;
  padding-bottom:calc(400/560*100%);
}
iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
}

 .ctaCarre{
  /*height:70px;*/
  width:auto;
  display:flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  border-radius: 50px;
  background-color: rgb(1, 51, 74);
  /* background: linear-gradient(#8e86b5, #acaeed); */
  color: white;
  border:solid;
  border-color: rgb(224,161,0);
  padding: 20px 30px;
  justify-content: center;
  text-align: center;
}
.ctaCarre:hover{
  background:rgb(224,161,0);
  /* background: linear-gradient(#696484, #8788ba);  */
  text-decoration: none;
}


