
#personnaliser_flyers{
  margin-bottom: -56px;
}

@media (max-width: 874px) {
  #personnaliser_flyers{
    margin-bottom: 0px !important;
  }
}

#personnaliser_flyers .grid-container {
  width: 100%;
  max-width: 1290px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 0 26px 26px 26px;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  counter-reset: albumList;
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
}

#personnaliser_flyers .item {
  position: relative;
  text-align: left;
}

#personnaliser_flyers .item .nbr {
  height: 35px;
  width: 35px;
  border-radius:50%;
  background: #20303C;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  float: left;
  text-align: center;
  line-height: 35px;
}


#personnaliser_flyers .item h4 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #20303C;
  margin:10px;
  width:auto;
  text-align: left;
  float: left;
  line-height: 0.8 !important;
}

#personnaliser_flyers .titre_desc{
  width:100%;
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 1px solid #E1E0DF;
  position: relative;
  float: left;
}


#personnaliser_flyers .telecharger{
  width:100%;
  padding-bottom: 14px;
  padding-top: 14px;
  position: relative;
  float: left;
}

#personnaliser_flyers .telecharger table{
  width: 100%;
  float:left;
  position: relative;
}

#personnaliser_flyers .telecharger table td{
  width: 50%;
  position: relative;

}


#personnaliser_flyers .telecharger label{
  padding-left: 12px;
  width:100%;
  float:left;
  margin-top: 0;
  padding-top: 0;
}

#personnaliser_flyers #file{
  display:none
}

#personnaliser_flyers .file-input{
  border: 1px solid #6F7E89;
  box-sizing: border-box;
  border-radius: 5px;
  height: 48px;
  margin-top: 20px;
}



#personnaliser_flyers .telecharger .file-input label{
  width: 100%;
  margin-top: 0;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 45px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #6F7E89;
  padding-top: 0 !important;
  padding-left: 0px;
}

#personnaliser_flyers .btn_logo{
  width:100%;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr) ;

}


#personnaliser_flyers .container1{
  padding: 0 70px 70px 70px;
}

.personnaliser {
  border: 1px solid #6F7E89;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 321px;
  height: 48px;
  margin: auto;
  margin-top: 20px;
}
.personnaliser a{
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #6F7E89;
  text-decoration: none;
  width: 100%;
  height: 48px;
  float:left;
  
}

#personnaliser_flyers  h1 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 56px;
  color: #20303C;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left:2px;
  font-size: 5rem !important;
  padding-bottom: 3%;
}




#personnaliser_flyers h3 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #20303C;
  padding-bottom:0;
  margin-bottom:0;
  width:100%;
}

#formulaire_info{
  width: 99%;
  float:left;
  padding-top: 30px;
}

#formulaire_info div{
  padding-left: 30px;
  padding-right: 30px;
}

.butontelecharger{
  width: 100%;
  float:left;
  margin-top:55px;
}

.butontelecharger button{
  background: #EB132B;
  border-radius: 5px;
  width: 100%;
  float:left;
  border:0;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 55px;
}


#formulaire_info label{
  width: 100%;
  float:left;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  margin-bottom:10px;
  margin-top:15px
;
}

#formulaire_info input{ 
  width: 100%;
  float:left;
  background: #FFFFFF;
  border: 1px solid #E1E0DF;
  box-sizing: border-box;
  border-radius: 5px;
  height:50px;
  padding:10px;

}

#formulaire_info textarea{ 
  width: 100%;
  float:left;
}

#formulaire_info input::placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #BBBBBB;
}


@media screen and (max-width: 450px) {
#personnaliser_flyers .grid-container.left {
    display: grid;
    grid-template-columns: repeat(1, 1fr) ;
    padding: 10px;
    width: auto !important;
}

#personnaliser_flyers .grid-container.left, #personnaliser_flyers .grid-container {
  padding: 10px;
    width: auto !important;
}


#personnaliser_flyers .grid-container.left .item .container img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

#personnaliser_flyers .container1 {
  padding: 0 0px 0px 0px;
}

}

@media screen and (min-width: 449px) and (max-width: 649px) {
  
  #personnaliser_flyers .grid-container.left {
    display: grid;
    grid-template-columns: repeat(1, 1fr) ;
    padding: 10px;
    width: auto !important;
}

#personnaliser_flyers .grid-container.left, #personnaliser_flyers .grid-container {
  padding: 10px;
    width: auto !important;
}


#personnaliser_flyers .grid-container.left .item .container img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

#personnaliser_flyers .container1 {
  padding: 0 0px 0px 0px;
}
    
}

@media screen and (min-width: 650px) and (max-width: 874px) {
  #personnaliser_flyers .grid-container.left {
    display: grid;
    grid-template-columns: 300px  auto;
    padding: 10px;
    width: auto !important;
}

#personnaliser_flyers .right{
  padding:15px;
  padding-top:0;
}

#personnaliser_flyers .grid-container.left, #personnaliser_flyers .grid-container {
  padding: 10px;
    width: auto !important;
}


#personnaliser_flyers .grid-container.left .item .container img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

#personnaliser_flyers .container1 {
  padding: 0 0px 0px 0px;
}

}

@media screen and (min-width: 876px) and (max-width: 1049px) {

    #personnaliser_flyers .grid-container.left {
      display: grid;
      grid-template-columns: 400px  auto;
    }

    #personnaliser_flyers .grid-container.left .item .container img {
      margin-top: 8px;
      vertical-align: middle;
      width: 100%;
    }

    
    #personnaliser_flyers .item:nth-child(1) {
      grid-column:1;

    }
    #personnaliser_flyers .item:nth-child(2) {
      grid-column:2;
    }

  


}

@media print, screen and (min-width: 1050px) {

  #personnaliser_flyers .grid-container.left {
      display: grid;
      grid-template-columns: 600px  auto !important;
    }

    #personnaliser_flyers .item.flyers:nth-child(1) {
      grid-column:1;

    }
    #personnaliser_flyers .item.flyers:nth-child(2) {
      grid-column:2;
    }

    #personnaliser_flyers .item.flyers:nth-child(3) {
      grid-column:3;
    }

    
}

#personnaliser_flyers .btn_logo .LogoTike{
  position: relative;
  border: 1px solid #EB132B;
  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  height: 48px;
  line-height: 48px;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #EB132B;
  text-decoration: none;
}

#personnaliser_flyers .btn_logo .CustomLogo{
  position: relative;
  background: #EB132B;
  border: 1px solid #EB132B;
  border-radius: 0px 5px 5px 0px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: underline;
}