@charset "utf-8";
/* CSS Document */


/* BOUTON PRIMAIRE L DESKTOP */

.bouton-primaire-L-desktop{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
height : 44px;
text-align : center;
line-height : 44px;
padding : 0px 16px;
background : #F0467D;
border-radius : 8px;
transition-duration: 0.4s;
}
.bouton-primaire-L-desktop > a{
display: block;
color : #FFFFFF;
line-height : 44px;
text-decoration: none;
}
.bouton-primaire-L-desktop:hover{
background : #D20A5A;
transition-duration: 0.4s;
cursor: pointer;
}
.bouton-primaire-L-desktop:active{
background : #A50046;
transition-duration: 0.4s;
cursor: pointer;
}





/* BOUTON SECONDAIRE L DESKTOP */

.bouton-secondaire-L-desktop{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
height : 44px;
text-align : center;
line-height : 44px;
padding : 0px 16px;
border : 1px solid #879BAF;
border-radius : 8px;
transition-duration: 0.4s;
}
.bouton-secondaire-L-desktop > a{
display: block;
color : #283C50;
line-height : 44px;
text-decoration: none;
}
.bouton-secondaire-L-desktop:hover{
background : #283C50;
border : 1px solid #283C50;
transition-duration: 0.4s;
cursor: pointer;
}
.bouton-secondaire-L-desktop:hover > a{
color : #FFFFFF;
}
.bouton-secondaire-L-desktop:active{
color : #19283C;
transition-duration: 0.4s;
cursor: pointer;
}







/* BOUTON PRIMAIRE L DESKTOP WHITE */

.bouton-primaire-L-desktop-white{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
height : 44px;
text-align : center;
line-height : 44px;
padding : 0px 16px;
background : #FFFFFF;
border-radius : 8px;
transition-duration: 0.4s;
}
.bouton-primaire-L-desktop-white > a{
display: block;
color : #283C50;
line-height : 44px;
text-decoration: none;
}
.bouton-primaire-L-desktop-white:hover{
background : rgb(255, 255, 255, 0.8);
transition-duration: 0.4s;
cursor: pointer;
}
.bouton-primaire-L-desktop-white:active{
background : rgb(255, 255, 255, 0.6);
transition-duration: 0.4s;
cursor: pointer;
}





/* BOUTON SECONDAIRE L DESKTOP WHITE */

.bouton-secondaire-L-desktop-white{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
height : 44px;
text-align : center;
padding : 0px 16px;
border : 1px solid #FFFFFF;
border-radius : 8px;
transition-duration: 0.2s;
}
.bouton-secondaire-L-desktop-white > a{
display: block;
color : #FFFFFF;
line-height : 42px;
text-decoration: none;
}
.bouton-secondaire-L-desktop-white:hover{
background : #FFFFFF;
transition-duration: 0.2s;
cursor: pointer;
}
.bouton-secondaire-L-desktop-white:hover > a{
color : #283c50;
}
.bouton-secondaire-L-desktop-white:active{
background : #FFFFFF;
transition-duration: 0.2s;
cursor: pointer;
}






.button-normal, .button-bandeau, .button-phone {
  width : auto;
  font-family: "Manrope Medium";
  background: #6419BE;
  border: 1px solid #6419BE;
  height : 44px;
  line-height : 42px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 0px 16px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  white-space:nowrap;
}
.button-normal:hover {
  background: #500FA0;
  border: 1px solid #500FA0;
}
.button-normal:disabled, .button-bandeau:disabled, .button-phone:disabled {
  color: #818080;
  text-decoration: line-through;
  background: #f2f2f2;
  border: 1px solid rgb(242, 242, 242, 0);
}
.button-bandeau {
  background: #F0467D;
  border: 1px solid #F0467D;
}
.button-bandeau:hover {
  background: #D20A5A;
  border: 1px solid #D20A5A;
}
.button-bandeau a {
color: #fff;
text-decoration: none;
}

.button-phone {
  background: transparent;
  border: 1px solid #879BAF;
  color: #283C50;
  margin-right : 16px;
}
.button-phone:hover {
  background: transparent;
  border: 1px solid #879BAF;;
}





@media only screen and (max-width : 959px) {

/* BOUTON PRIMAIRE L DESKTOP */

.bouton-primaire-L-desktop{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
width : 100%;
height : 44px;
text-align : center;
line-height : 44px;
padding : 0px 16px;
background : #F0467D;
border-radius : 8px;
transition-duration: 0.4s;
}
.bouton-primaire-L-desktop > a{
display: block;
color : #FFFFFF;
line-height : 44px;
text-decoration: none;
}
.bouton-primaire-L-desktop:hover{
background : #D20A5A;
transition-duration: 0.4s;
cursor: pointer;
}
.bouton-primaire-L-desktop:active{
background : #A50046;
transition-duration: 0.4s;
cursor: pointer;
}


/* BOUTON SECONDAIRE L DESKTOP */

.bouton-secondaire-L-desktop{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
width : 100%;
height : 44px;
text-align : center;
line-height : 44px;
padding : 0px 16px;
border : 1px solid #879BAF;
border-radius : 8px;
transition-duration: 0.4s;
}
.bouton-secondaire-L-desktop > a{
display: block;
color : #283C50;
line-height : 44px;
text-decoration: none;
}
.bouton-secondaire-L-desktop:hover{
background : #283C50;
border : 1px solid #283C50;
transition-duration: 0.4s;
cursor: pointer;
}
.bouton-secondaire-L-desktop:hover > a{
color : #FFFFFF;
}
.bouton-secondaire-L-desktop:active{
color : #19283C;
transition-duration: 0.4s;
cursor: pointer;
}


/* BOUTON PRIMAIRE L DESKTOP WHITE */

.bouton-primaire-L-desktop-white{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
width : 100%;
height : 44px;
text-align : center;
line-height : 44px;
padding : 0px 16px;
background : #FFFFFF;
border-radius : 8px;
transition-duration: 0.4s;
}
.bouton-primaire-L-desktop-white > a{
display: block;
color : #283C50;
line-height : 44px;
text-decoration: none;
}
.bouton-primaire-L-desktop-white:hover{
background : rgb(255, 255, 255, 0.8);
transition-duration: 0.4s;
cursor: pointer;
}
.bouton-primaire-L-desktop-white:active{
background : rgb(255, 255, 255, 0.6);
transition-duration: 0.4s;
cursor: pointer;
}


/* BOUTON SECONDAIRE L DESKTOP WHITE */

.bouton-secondaire-L-desktop-white{
font-family: "Manrope Medium";
font-weight: 500;
display: inline-block;
width : 100%;
height : 44px;
text-align : center;
padding : 0px 16px;
border : 1px solid #FFFFFF;
border-radius : 8px;
transition-duration: 0.2s;
}
.bouton-secondaire-L-desktop-white > a{
display: block;
color : #FFFFFF;
line-height : 42px;
text-decoration: none;
}
.bouton-secondaire-L-desktop-white:hover{
background : #FFFFFF;
transition-duration: 0.2s;
cursor: pointer;
}
.bouton-secondaire-L-desktop-white:hover > a{
color : #283c50;
}
.bouton-secondaire-L-desktop-white:active{
background : #FFFFFF;
transition-duration: 0.2s;
cursor: pointer;
}

}