@font-face {
	font-family: 'strawford';
	font-weight: 900;
	src: url(‘/fonts/strawford-black-webfont.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'strawford';
	font-weight: 700;
	src: url(‘/fonts/strawford-bold-webfont.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'strawford';
	font-weight: 500;
	src: url(‘/fonts/strawford-medium-webfont.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'strawford';
	font-weight: 400;
	src: url(‘/fonts/strawford-regular-webfont.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'strawford';
	font-weight: 300;
	src: url(‘/fonts/strawford-light-webfont.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'strawford';
	font-weight: 200;
	src: url(‘/fonts/strawford-extralight-webfont.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'strawford';
	font-weight: 100;
	src: url(‘/fonts/strawford-thin-webfont.ttf’) format(‘truetype’)
}

/*Fonts de la nouvelle version */

@font-face {
	font-family: 'syne';
	font-weight: 800;
	src: url(‘/fonts/syne-extrabold.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'syne';
	font-weight: 700;
	src: url(‘/fonts/syne-bold.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'syne';
	font-weight: 600;
	src: url(‘/fonts/syne-semibold.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'syne';
	font-weight: 500;
	src: url(‘/fonts/syne-medium.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'syne';
	font-weight: 400;
	src: url(‘/fonts/syne-regular.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 700;
	src: url(‘/fonts/ibmplexmono-bold.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 600;
	src: url(‘/fonts/ibmplexmono-semibold.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 500;
	src: url(‘/fonts/ibmplexmono-medium.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 400;
	src: url(‘/fonts/ibmplexmono-regular.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 300;
	src: url(‘/fonts/ibmplexmono-light.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 200;
	src: url(‘/fonts/ibmplexmono-extralight.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'ibmplexmono';
	font-weight: 100;
	src: url(‘/fonts/ibmplexmono-thin.ttf’) format(‘truetype’)
}

/* Colonne qui sert de "fenêtre" */
.img-scroll-col {
  position: relative;
  overflow: hidden;          /* c'est elle qui coupe en haut/bas */
}

/* On déplace le widget entier dans la colonne */
.img-scroll-col .img-scroll {
  position: relative;
  will-change: transform;
}

/* On évite que l'image soit recoupée par son propre wrapper */
.img-scroll-col .img-scroll .elementor-widget-container,
.img-scroll-col .img-scroll img {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible !important;
}

/*H1, H2, H3, H4, H5, H6{
	font-family: 'strawford'!important;
}

body, p, a{
	font-family: 'strawford'!important;
}
*/

/*  Theme Name:   tutorstarter-child
Theme URI:    https://astro-dojo.fr
Description:  Thème enfant astro dojo formation
Author:       Astro Dojo 
Author URI:   https://carresauvage.com
Template:     tutorstarter
Version:      0.1.0 */