/**
 *	FICHIER :  core.css
 *
 * 	Page de style css
 *	
 * 	CSS 3
 *
 *
 * 	@package    site
 * 	@author     olivier Cambon
 * 	@copyright	Copyright 2013 -2022 Mehaka
 * 	@version 	version 1.0
 * 	Created on 	18 janv. 2022
 * 	@filesource /site/css/core.css
 */

.colorcnv {
	color:#1506BB;
}

.bgcolorcnv {
	background-color:#1506BB;
}

.text-orange{
	color:#d97205;
}

.clear8{ clear:both; margin-bottom:8px; }
.clear16{ clear:both; margin-bottom:16px; }
.clear32{ clear:both; margin-bottom:32px; }

.mr4{ margin-right:4px }
.ml4{ margin-left:4px }
.mt4{ margin-top:4px }
.mb4{ margin-bottom:4px }

.mr8{ margin-right:8px }
.ml8{ margin-left:8px }
.mt8{ margin-top:8px }
.mb8{ margin-bottom:8px }

.mr16{ margin-right:16px }
.ml16{ margin-left:16px }
.mt16{ margin-top:16px }
.mb16{ margin-bottom:16px }

.mr32{ margin-right:32px }
.ml32{ margin-left:32px }
.mt32{ margin-top:32px }
.mb32{ margin-bottom:32px }

.mr48{ margin-right:48px }
.ml48{ margin-left:48px }
.mt48{ margin-top:48px }
.mb48{ margin-bottom:48px }

.pr15{ padding-right:15px }
.pl15{ padding-left:15px }

.fs-3{ font-size: 3em}
.fs-25{ font-size: 2.5em}
.fs-2{ font-size: 2em}
.fs-18{ font-size: 1.8em}
.fs-15{ font-size: 1.5em}
.fs-12{ font-size: 1.2em}
.fs-11{ font-size: 1.1em}
.fs-1{ font-size: 1em}
.fs-09{ font-size: 0.9em}
.fs-085{ font-size: 0.85em}
.fs-08{ font-size: 0.8em}
.fs-075{ font-size: 0.75em}
.fs-07{ font-size: 0.7em}

.fs-12p{ font-size: 12px}
.fs-14p{ font-size: 14px}

.pad4{ padding:4px }
.pad8{ padding:8px }
.pad16{ padding:16px }
.pad32{ padding:32px }

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.border-shadow-grey{
	box-shadow: 0 5px 15px rgba(0,0,0,.5); 
	border-radius:15px; 
	padding: 12px;
}

.border-shadow-grey-img{
	box-shadow: 0 5px 15px rgba(0,0,0,.5); 
}
