/*
	Theme Name: Divi Child
	Template: Divi

*/

/************************* BODY *************************/


/************************* MENU *************************/

.has_et_pb_sticky .et_pb_sticky--top {border-bottom:2px solid #222222 !important}

/************************* HEADER *************************/



/************************* MOBILE PORTRAIT *************************/

@media all and (min-width: 320px) and (max-width: 567px){}

/************************* MOBILE PAYSAGE *************************/

@media all and (min-width: 568px) and (max-width: 767px){}

/************************* TABLETTE PORTRAIT *************************/

@media all and (min-width: 768px) and (max-width: 1023px){}

/************************* TABLETTE PAYSAGE *************************/

@media all and (min-width: 1024px) and (max-width: 1439px){}

/************************* PETIT LAPTOP VB *************************/

@media all and (min-width: 1440px) and (max-width: 1679px){}

/************************* DESKTOP *************************/

@media all and (min-width: 1680px) and (max-width: 1919px){}

/************************* DESKTOP 1920 ET + *************************/

@media (min-width: 1920px) {}