/*
Theme Name: Prélude
Text Domain: prelude
Template: Divi
Description:  Custom Wordpress theme based on Divi. The theme is made by Prélude - Studio Digital.
Author:       Nathan Mathieu - Prélude Studio Digital
Version: 1.0.0
Author URI:   https://prelude-studio.com
*/

:root {
  --main: #ff7332;
  --noir: #2b2b2b;
  --grisdark: #c0c0c0;
  --rose: #ff3254;
  --gris: #e5e5e5;
  --accent2: #32cfff;
  --blanc: #f4f4f4;
  --gradient: radial-gradient(ellipse at bottom left, #ff7332 50%, #ff3254 100%);
  /* --gradient-bleu: radial-gradient(ellipse at bottom left, #32cfff 50%, #326fff 100%); */
  --gradient-bleu: radial-gradient(ellipse at bottom left, #326fff 50%, #32cfff 100%);
  --transition: all 0.3s;
  --radius: 10px;
  --shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  --shadow-orange: 0 10px 50px 0 rgba(255, 115, 50, 0.2);
  --shadow-rose: 0 10px 50px 0 rgba(255, 50, 84, 0.2);
  --shadow-bleu: 0 10px 50px 0 rgba(50, 207, 255, 0.2);
}

.ariane,
.ariane a {
  color: var(--noir) !important;
  font-size: 14px !important;
}

blockquote {
  margin: 0px 0px 10px 0px;
}
/* .am-select-service-price{
    display: none !important;
} */

.bubble_home {
  max-width: 240px;
  background: white;
  box-shadow: var(--shadow-bleu);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
}

@media screen and (max-width : 981px){
    .reverse_row_mobile{
        display: flex;
        flex-direction: column-reverse;
    }
}
