/*
    Theme Name: Ohm Informatique
    Theme URI: https://ohm-informatique.ch
    Author: Site web : karac web
    Author URI: https://karac.ch
    Version: 1.0
    Text Domain: ohm
*/

/* Couleurs par défaut */
:root {
    /*
    --primary-ohm: #006db0;
    --secondary-ohm: #eb0029;
    --tertiary-ohm: #fafafa;
    */
    /*--bs-gutter-x: 4.5rem;*/ /* Modif marge*/
    --bs-gutter-small-x: 1.25rem;
}
/* END Couleurs */

/* Fonts */

/* EXEMPLE
@font-face {
    font-family: swissnowRegular;
    src: url(fonts/swissnow-light.woff2);
}
@font-face {
    font-family: swissnowMedium;
    src: url(fonts/swissnow-regular.woff2);
}
@font-face {
    font-family: swissnowBold;
    src: url(fonts/swissnow-medium.woff2);
}
*/
/* END Fonts */

/* General */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 68px;
}

/* END General */


/* utility classes */
.t-dark-bg{

}
.t-big-spacing{

}
.t-small-spacing{
    
}
/* END utility classes */


/* header */

/* END header */



/* Accueil */
.
/* END Accueil */


/* bloc accordeon */

/* END bloc accordeon */



/* Page 404 */

/* END Page 404 */


/* footer */

/* END footer */



/* Media Queries */
@media (min-width: 768px) {

}
@media (min-width: 992px) {
   
}
@media (min-width: 1200px) {
    
}

/* END Media Queries */
