/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*---------- COLOURS ----------*/

/*Bleu clair (principal) : #7da7d8 */
/*Bleu foncé (hover menu) : #3d6899 */
/*Orange (hover) : #ff6c40 */

/* -------------- FONTS  -------------- */

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/generatepress-child/fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/*body {
  font-family: 'Montserrat', sans-serif;
  font-display: swap;
}

/*---------- TOP BAR ----------*/

.top-bar a {
	color: #7da7d8;
	padding: 1.5em;
}

.top-bar a:hover {
	color: #ff6c40;
}

/* -------------- COOKIE NOTICE  -------------- */

.cn-button.bootstrap { 
    background-color: #7da7d8; 
    background-image: none; 
    color: #fff; 
} 

.cn-button.bootstrap:hover { 
    background-color: #ff6c40;
}

/* -------------- BOUCLES DE REQUETES  -------------- */
.wp-block-query h3 {
    margin-top: 20px;
}

.read-more-container {
    margin-top: 20px;
}


.wp-block-button a {
    border-radius: 0px;
}


/* -------------- SLIDERS CAPTION  -------------- */

.fbx-caption-title {
    font-family: 'Montserrat';
}
/* -------------- CONTACT FORM 7  -------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%;
}