/*
 Theme Name:     Celtic Dogs Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant Divi pour le site Celtic Dogs.
 Author:         Aurélie – La Petite Créatrice Web
 Template:       Divi
 Version:        1.0.0
 Text Domain:    celtic-dogs-divi-child
*/

/*
-------------------------------------------------------
>> TABLE OF CONTENTS:
--------------------------------------------------------
1. Variables
2. Styles globaux
3. Boutons
4. Ajustements utiles
--------------------------------------------------------
*/

/* 1. Variables */
:root {
  --cd-blue: #2768ac;
  --cd-dark: #222222;
  --cd-white: #ffffff;
  --cd-light: #f7f7f7;
}

/* 2. Styles globaux */
body {
  color: var(--cd-dark);
}

a {
  color: var(--cd-blue);
}

a:hover {
  color: #1e548a;
}

/* 3. Boutons */
.et_pb_button,
.et_pb_button:after {
  transition: all 0.3s ease;
}

.et_pb_button {
  border-radius: 999px;
}

/* 4. Ajustements utiles */
.et_pb_section {
  background-color: transparent;
}
