
/* GRAY BORDER FOR BOXES & IMAGES */

.grey_border {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  padding: 20px;
}


/************************ BUTTON MONDOFFICE ************************/

/* BUTTON 6 COLONNE */

.button__red__MO__6 a {
  color: #cc0000!important;
}

.button__red__MO__6 a:hover {
  color: #ffffff!important;
}

.button__red__MO__6 {
  cursor: pointer;
  outline: 0;
  /*  position: relative;*/
  display: flex;
  background-color: #ffffff;
  color: #cc0000!important;
  /*text-transform: uppercase;*/
  padding: 0 2rem;
  border-radius: 3rem;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 12rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  /*  letter-spacing: .88px;*/
  border: 1px solid #CC0000;
  color: #cc0000;
  transition: all .3s ease-out;
  margin: auto;
}

.button__red__MO__6:hover {
  color: #ffffff!important;
  background-color: #cc0000!important;
}

/* BUTTON 6 COLONNE */

/* BUTTON 5 COLONNE */

.button__red__MO__5 a {
  color: #cc0000!important;
}

.button__red__MO__5 a:hover {
  color: #ffffff!important;
}

.button__red__MO__5 {
  cursor: pointer;
  outline: 0;
  /*  position: relative;*/
  display: flex;
  background-color: #ffffff;
  color: #cc0000!important;
  /*text-transform: uppercase;*/
  padding: 0 2rem;
  border-radius: 3rem;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 16rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  /*  letter-spacing: .88px;*/
  border: 1px solid #CC0000;
  color: #cc0000;
  transition: all .3s ease-out;
  margin: auto;
}

.button__red__MO__5:hover {
  color: #ffffff!important;
  background-color: #cc0000!important;
}

/* BUTTON 5 COLONNE */

/* BUTTON 3 e 4 COLONNE */

.button__red__MO__3-4 a {
  color: #cc0000!important;
}

.button__red__MO__3-4 a:hover {
  color: #ffffff!important;
}

.button__red__MO__3-4 {
  cursor: pointer;
  outline: 0;
  /*  position: relative;*/
  display: flex;
  background-color: #ffffff;
  color: #cc0000!important;
  /*text-transform: uppercase;*/
  padding: 0 2rem;
  border-radius: 3rem;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 20rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  /*  letter-spacing: .88px;*/
  border: 1px solid #CC0000;
  color: #cc0000;
  transition: all .3s ease-out;
  margin: auto;
}

.button__red__MO__3-4:hover {
  color: #ffffff!important;
  background-color: #cc0000!important;
}

/* BUTTON 3 e 4 COLONNE */

/* BUTTON 1 e 2 COLONNE */

.button__red__MO__1-2 a {
  color: #cc0000!important;
}

.button__red__MO__1-2 a:hover {
  color: #ffffff!important;
}

.button__red__MO__1-2 {
  cursor: pointer;
  outline: 0;
  /*  position: relative;*/
  display: flex;
  background-color: #ffffff;
  color: #cc0000!important;
  /*text-transform: uppercase;*/
  padding: 0 2rem;
  border-radius: 3rem;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 30rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  /*  letter-spacing: .88px;*/
  border: 1px solid #CC0000;
  color: #cc0000;
  transition: all .3s ease-out;
  margin: auto;
}

.button__red__MO__1-2:hover {
  color: #ffffff!important;
  background-color: #cc0000!important;
}

/* BUTTON 1 e 2 COLONNE */







    