/* devanagari */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/baloo2/v1/wXKrE3kTposypRyd51ncAM4olXcLtA.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* vietnamese */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/baloo2/v1/wXKrE3kTposypRyd51fcAM4olXcLtA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/baloo2/v1/wXKrE3kTposypRyd51bcAM4olXcLtA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/baloo2/v1/wXKrE3kTposypRyd51jcAM4olXc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.section-titre {
  color: #FFFFFF;
  padding: 2.3em 0.5em 1.8em 0.5em;
  background-image: url(../images/formations-visiplus.jpg);
  background-position: center;
  background-size: cover;
}

.conteneur {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}


@media screen and (max-width: 1100px) {
  .conteneur {
    flex-wrap: wrap;
  }
}


.section-left{
  width: 1000px;
  display: inline-block;
  line-height: 1.2em;
}


.six-block-thema{
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start ;
  text-align: center;
  margin-top: 10px;;
}

.block-thema {
	background-color: #fff;
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    text-align: center;
		width: 150px;
		height: 150px;
		transition: 0.6s;
}

.block-thema:hover {

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);

}

.box-svg {
    width: 52px;
    height: 52px;
    margin: 20px auto 5px auto;
		fill: #103144;
}

.tag-v {
    font-size: 13px;
    padding: 6px 6px;
    line-height: 17px;
		font-weight: 600;
		color: #103144;
		height: 53px;
		}


.tag-b {
		width: 150px;
    height: 20px;
    bottom: 0px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    transition: 0.6s;
}

@media screen and (max-width: 990px) {
  .tag-b, .block-thema {
  	width: 150px;
  }
  .six-block-thema a {
  	display: inline-block;
  }
  .tag-v {
      font-size: 15px;
  		}
}


.tag-b1 {
background: #FECA01;
}
.tag-b2 {
background: #52CBFC;
}
.tag-b3 {
background: #6DE5BA;
}
.tag-b4 {
background: #EC7EBA;
}
.tag-b5 {
background: #FB4D41;
}
.tag-b6 {
background: #FD883C;
}

.responsive {
  width: 96%;
  height: auto;
}


.block-formulaire {
  margin: 1.8em 1em 1em 1em;
	background-color: #fb4d41;
	max-width: 400px;
	display: inline-block;
	padding: 20px 20px 30px 20px;
	text-align: center;
  height: fit-content;
}



.block-formulaire h2 {
  font-size: 20px;
  color: #ffffff;
}

.titre-form {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
}

.img-cata{
	text-align: center;
}

.img-cata{
	display: inline-block;
	text-align: center;
}

.block-formulaire fieldset {
  border-color: transparent;
  border: none;
  margin: 0px;
  padding: 2px;
}

.block-formulaire select, .block-formulaire input  {
	margin-bottom: 2px !important;
  font-size: 14px !important;
  border: 0px solid #103144 !important ;
}

.block-formulaire select {
	min-width: 301px;
}


.block-formulaire .btn-cata {
    color: #ffffff;
    background-color: #103144;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.block-formulaire .btn-cata:hover {
    background-color: #254354;
}
