body
{
    background-color: #F1F2F3;
    margin:0;
}

p
{
    font-size:20px;
}

a
{
    text-decoration: none;
    color: inherit;
}

section
{
    padding-left:20%;
    padding-right:20%;
    
}

.headerGlobal
{
    padding-bottom: 500px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)), url('../headerIMG.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%,75%;
    
}

@media (max-width: 900px) 
{
    .headerNav
{
    background-position: auto;
}
.headerGlobal
{
    background-position: center,top;
}

}
.headerNav
{
    background-color:rgba(184, 179, 179, 0.65);
    color:#000000;
    width: 22%;
    position: absolute;
    right:0;
    
    
    padding-top:2%;
    padding-bottom:2%;
    padding-left:40px;
    border-bottom-left-radius: 40px;
}

@media (max-width: 1750px) 
{
    .headerNav
{
    width: 25%;
}
}

@media (max-width: 1550px) 
{
    .headerNav
{
    width: 30%;
}
}

@media (max-width: 1300px) 
{
    .headerNav
{
    width: 35%;
}




}

@media (max-width: 900px) 
{
    .headerNav
{
    width: 45%;
}}

.img_logo
{
    height:95px;
    width:217px;
    position:absolute;
    top:10px;
    left: 50%;         /* Position it 50% from the left */
    transform: translate(-50%)
}

.headerA
{
    font-size: 20px;
    font-weight: bold;
    margin-left:10px;
    margin-right:10px;
}



.headerA2
{
    color: rgb(19, 18, 18);
    background-color: #F1F2F3;
    font-size: 20px;
    font-weight: bold;
    margin-left:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom: 8px;
    border-radius: 15px;
}


@media (max-width: 1200px) 
{
    .headerA
{
    font-size: 16px;
}

.headerA2
{
    font-size: 16px;
}
}
.headerA:hover
{
    color:#1E4FFC;
    cursor:pointer;
}

.headerA2:hover
{
    color:#1E4FFC;
    cursor:pointer;
}

.section_grise
{
    color:#F1F2F3;
    background-color:rgba(19, 18, 18, 0.65);
    padding-top:10px;
    padding-bottom: 50px;
    margin-top:3%;
    
}

.alignCenter
{
    text-align: center;
}

.big_title
{
    font-size: 40px;
    word-spacing: 8px;
}

.small_title
{
    font-size: 32px;
    margin-top:-3%;
}

.bold_small_title
{
    font-weight: bold;
    margin-bottom: -20px;
}

footer
{
    background-color:rgba(19, 18, 18, 0.85);
    color:#F1F2F3;
    margin-top:2%;
    padding-top:2%;
    padding-bottom:10px;
}

.footerA
{
    font-size: 20px;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
}

.footerA:hover
{
    color:#1E4FFC;
    cursor:pointer;
}

.footerNav
{
    padding-bottom:5%;
}

.ct_action
{
    box-sizing: content-box;
    width: 250px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    filter: drop-shadow(0px 4px 4px #000000);
    border-radius: 17px;
    
}
.ct_action a
{
    display: block;
    margin-top:3.5%;
    height: 100%;
    color:black;
    
}

a:visited
{
    color: #000000;
}

.bigger a:visited
{
    color:purple;
}


.headerA:active
{
    color:#DA9A1A;
}

.ct_action a:visited
{
    color: #000000;
}

.headerA2:visited
{
    color: #000000;
}

.ct_action_div
{
    margin-left: auto;
    margin-right:auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 2%;
    padding-bottom: 5%;
}

.sixtyFive
{
    width: 65%;
}

.ct_action_div2
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 2%;
    padding-bottom: 5%;
}

.ct_action a:hover
{
    color:#1E4FFC;
    cursor:pointer;
    
}
/* Form */
.commandeForm
{
    display: flex;
    
    gap:10%;
}
.commandeForm2
{
    display: flex;
    margin-bottom:0%;
    
}


.formCol2
{
    
    width: 33%;
}

.formCol3{
    width: 33%;
}

input
{
    border-color: #606061;
}

.inputText
{
width: 400px;
height: 30px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}

.message
{
    width: 400px;
    height: 100px;
    border-color: #606061;
}

.inputNumber
{
    width: 100px;
    height: 30px;
}
.separator
{
    height: 35px;
}

.descriptor
{
    font-weight: bold;
}

.activeBtn
{
    background-color: #9B8F79
    
}

.hidden
{
    display: none;
}

.alignCenter2
{
    margin-left:33%;
}

.submitButton
{
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    display: block;
    margin-top:4.2%;
    margin-left:auto;
    margin-right:auto;
}

.radioLabel
{
    font-size: 20px;
    min-width: 45px;
    display:inline-block
}

.flexbox
{
    display: flex;
    gap:10%;
    margin-bottom:5%;
    margin-top:5%;
}

.text_flex
{
    width: 50%;
}



.typeAchete
{
    display: inline-block;
    min-width: 45px;
    margin-top: 15px;
}

.between
{
    margin-top: -3%;
  background-color: black;
  margin-left:auto;
  margin-right:auto;
  width: 40%;
  color:#F1F2F3;
  padding-top:2px;
  padding-bottom:2px;
  border-radius: 50px;
}

.apropos
{
   
    padding-bottom:2%;
}

.img_box
{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 25%;
}

.img_descriptor
{
    display: block;
}

.Cover_inversemblable
{
    
    width:100%;
    height: 100%;
    margin-top:20px;
}

.Cover_Collins
{
    width:85%;
    height: 100%;
    margin-top:20px;
}

.Auteur_inversemblable
{
   
    width:452%;
    height: 50%;
    margin-top:20px;
    overflow: hidden;
}

.iT_smol
{
 width:75px;

}

.flex2auteur
{
    margin-bottom:10%;
    margin-top:10%;
    
}

.centerblock
{
    margin-left: auto;
    margin-right: auto;
}

._disabled
{
    color: #606061;
    font-size: 20px;
}

._disabled :visited
{
    color: #606061;
}

._disabled :hover
{
    color: #606061;
    
}

.tempContact
{
    margin-bottom:10%;
}

.gridSousLivre
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.flexInfoCommande
{
    display: flex;
    width: 100%;
}

.cta_accueil_v2
{
    margin-top:auto;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
}

.bigger
{
    font-size:25px;
}

.parution
{
    margin-top:5%;
    width: 40%;
    text-align: center;
}

.noBottomMargin
{
    margin-bottom:0;
}

@media (max-width:1600px) {
    .ct_action
    {
        font-size:16px;
        width:200px;
        height:40px;
    }

    .commande_button a
    {
        margin-top:5.5%;
    }
}

@media (max-width: 1400px) {
  p
  {
    font-size:16px;
  }
}
